mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-22 23:19:09 +01:00
Update generated files for int/char typedef removal (see #3507)
This commit is contained in:
parent
5042d71408
commit
b854992ae6
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=936274d5539f225ff7adb7e0acba517fd9a8e2f8$
|
||||
// $hash=932c3ecb22fd26322d96d0e01459122aadafd302$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_AUDIO_HANDLER_CAPI_H_
|
||||
@ -93,7 +93,7 @@ typedef struct _cef_audio_handler_t {
|
||||
struct _cef_browser_t* browser,
|
||||
const float** data,
|
||||
int frames,
|
||||
int64 pts);
|
||||
int64_t pts);
|
||||
|
||||
///
|
||||
/// Called on the UI thread when the stream has stopped. OnAudioSteamStopped
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=7254c050cd7db2ff7d40a1f54c99e941dc592692$
|
||||
// $hash=683d7bff8da04826eee83c7e23cf9c5a701ae265$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_BROWSER_CAPI_H_
|
||||
@ -167,7 +167,7 @@ typedef struct _cef_browser_t {
|
||||
///
|
||||
struct _cef_frame_t*(CEF_CALLBACK* get_frame_byident)(
|
||||
struct _cef_browser_t* self,
|
||||
int64 identifier);
|
||||
int64_t identifier);
|
||||
|
||||
///
|
||||
/// Returns the frame with the specified name, or NULL if not found.
|
||||
@ -185,7 +185,7 @@ typedef struct _cef_browser_t {
|
||||
///
|
||||
void(CEF_CALLBACK* get_frame_identifiers)(struct _cef_browser_t* self,
|
||||
size_t* identifiersCount,
|
||||
int64* identifiers);
|
||||
int64_t* identifiers);
|
||||
|
||||
///
|
||||
/// Returns the names of all existing frames.
|
||||
@ -424,7 +424,7 @@ typedef struct _cef_browser_host_t {
|
||||
struct _cef_browser_host_t* self,
|
||||
const cef_string_t* image_url,
|
||||
int is_favicon,
|
||||
uint32 max_image_size,
|
||||
uint32_t max_image_size,
|
||||
int bypass_cache,
|
||||
struct _cef_download_image_callback_t* callback);
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=4ef8b73a5218531b370fdd76c23153a1f83b7f7b$
|
||||
// $hash=a146316e075450f0a6f37cb45d14e15e0ac7be08$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_BROWSER_PROCESS_HANDLER_CAPI_H_
|
||||
@ -121,7 +121,7 @@ typedef struct _cef_browser_process_handler_t {
|
||||
///
|
||||
void(CEF_CALLBACK* on_schedule_message_pump_work)(
|
||||
struct _cef_browser_process_handler_t* self,
|
||||
int64 delay_ms);
|
||||
int64_t delay_ms);
|
||||
|
||||
///
|
||||
/// Return the default client for use with a newly created browser window. If
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=d9e9f4b914ae2d3b1ed83ae0d9e2e46e9e736af5$
|
||||
// $hash=c4ecfde5d6791400c4b3fd466e7d3676d51cf8d8$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_DOWNLOAD_ITEM_CAPI_H_
|
||||
@ -90,7 +90,7 @@ typedef struct _cef_download_item_t {
|
||||
///
|
||||
/// Returns a simple speed estimate in bytes/s.
|
||||
///
|
||||
int64(CEF_CALLBACK* get_current_speed)(struct _cef_download_item_t* self);
|
||||
int64_t(CEF_CALLBACK* get_current_speed)(struct _cef_download_item_t* self);
|
||||
|
||||
///
|
||||
/// Returns the rough percent complete or -1 if the receive total size is
|
||||
@ -101,12 +101,12 @@ typedef struct _cef_download_item_t {
|
||||
///
|
||||
/// Returns the total number of bytes.
|
||||
///
|
||||
int64(CEF_CALLBACK* get_total_bytes)(struct _cef_download_item_t* self);
|
||||
int64_t(CEF_CALLBACK* get_total_bytes)(struct _cef_download_item_t* self);
|
||||
|
||||
///
|
||||
/// Returns the number of received bytes.
|
||||
///
|
||||
int64(CEF_CALLBACK* get_received_bytes)(struct _cef_download_item_t* self);
|
||||
int64_t(CEF_CALLBACK* get_received_bytes)(struct _cef_download_item_t* self);
|
||||
|
||||
///
|
||||
/// Returns the time that the download started.
|
||||
@ -129,7 +129,7 @@ typedef struct _cef_download_item_t {
|
||||
///
|
||||
/// Returns the unique identifier for this download.
|
||||
///
|
||||
uint32(CEF_CALLBACK* get_id)(struct _cef_download_item_t* self);
|
||||
uint32_t(CEF_CALLBACK* get_id)(struct _cef_download_item_t* self);
|
||||
|
||||
///
|
||||
/// Returns the URL.
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=5bed8359f09a821f4b5ec8ebfad0aa5720bf39f9$
|
||||
// $hash=1ad87e4addc2f05497671bc59dc7fd315e0603f3$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_FRAME_CAPI_H_
|
||||
@ -181,7 +181,7 @@ typedef struct _cef_frame_t {
|
||||
/// Returns the globally unique identifier for this frame or < 0 if the
|
||||
/// underlying frame does not yet exist.
|
||||
///
|
||||
int64(CEF_CALLBACK* get_identifier)(struct _cef_frame_t* self);
|
||||
int64_t(CEF_CALLBACK* get_identifier)(struct _cef_frame_t* self);
|
||||
|
||||
///
|
||||
/// Returns the parent of this frame or NULL if this is the main (top-level)
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=bc44eb70b7f0b48e0646825e919cb9996ac99781$
|
||||
// $hash=012d76416d19b590f29c013c44ceec1674593022$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_PERMISSION_HANDLER_CAPI_H_
|
||||
@ -66,7 +66,7 @@ typedef struct _cef_media_access_callback_t {
|
||||
/// OnRequestMediaAccessPermission.
|
||||
///
|
||||
void(CEF_CALLBACK* cont)(struct _cef_media_access_callback_t* self,
|
||||
uint32 allowed_permissions);
|
||||
uint32_t allowed_permissions);
|
||||
|
||||
///
|
||||
/// Cancel the media access request.
|
||||
@ -119,7 +119,7 @@ typedef struct _cef_permission_handler_t {
|
||||
struct _cef_browser_t* browser,
|
||||
struct _cef_frame_t* frame,
|
||||
const cef_string_t* requesting_origin,
|
||||
uint32 requested_permissions,
|
||||
uint32_t requested_permissions,
|
||||
struct _cef_media_access_callback_t* callback);
|
||||
|
||||
///
|
||||
@ -136,9 +136,9 @@ typedef struct _cef_permission_handler_t {
|
||||
int(CEF_CALLBACK* on_show_permission_prompt)(
|
||||
struct _cef_permission_handler_t* self,
|
||||
struct _cef_browser_t* browser,
|
||||
uint64 prompt_id,
|
||||
uint64_t prompt_id,
|
||||
const cef_string_t* requesting_origin,
|
||||
uint32 requested_permissions,
|
||||
uint32_t requested_permissions,
|
||||
struct _cef_permission_prompt_callback_t* callback);
|
||||
|
||||
///
|
||||
@ -153,7 +153,7 @@ typedef struct _cef_permission_handler_t {
|
||||
void(CEF_CALLBACK* on_dismiss_permission_prompt)(
|
||||
struct _cef_permission_handler_t* self,
|
||||
struct _cef_browser_t* browser,
|
||||
uint64 prompt_id,
|
||||
uint64_t prompt_id,
|
||||
cef_permission_request_result_t result);
|
||||
} cef_permission_handler_t;
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=3339290cad3a77c8b0b07d422f0faf902a047838$
|
||||
// $hash=241f8b8ba0a4555f8ad8ed1d60345ae83d4d62f4$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_REQUEST_CAPI_H_
|
||||
@ -214,7 +214,7 @@ typedef struct _cef_request_t {
|
||||
/// in the browser process to track a single request across multiple
|
||||
/// callbacks.
|
||||
///
|
||||
uint64(CEF_CALLBACK* get_identifier)(struct _cef_request_t* self);
|
||||
uint64_t(CEF_CALLBACK* get_identifier)(struct _cef_request_t* self);
|
||||
} cef_request_t;
|
||||
|
||||
///
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=93e5c4f5e93f56b63b5944208300669dcecba972$
|
||||
// $hash=ca5c224b373452158904b0f859f126f36c927f93$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_RESOURCE_HANDLER_CAPI_H_
|
||||
@ -67,7 +67,7 @@ typedef struct _cef_resource_skip_callback_t {
|
||||
/// 0 the request will fail with ERR_REQUEST_RANGE_NOT_SATISFIABLE.
|
||||
///
|
||||
void(CEF_CALLBACK* cont)(struct _cef_resource_skip_callback_t* self,
|
||||
int64 bytes_skipped);
|
||||
int64_t bytes_skipped);
|
||||
} cef_resource_skip_callback_t;
|
||||
|
||||
///
|
||||
@ -146,7 +146,7 @@ typedef struct _cef_resource_handler_t {
|
||||
///
|
||||
void(CEF_CALLBACK* get_response_headers)(struct _cef_resource_handler_t* self,
|
||||
struct _cef_response_t* response,
|
||||
int64* response_length,
|
||||
int64_t* response_length,
|
||||
cef_string_t* redirectUrl);
|
||||
|
||||
///
|
||||
@ -159,8 +159,8 @@ typedef struct _cef_resource_handler_t {
|
||||
/// function will be called in sequence but not from a dedicated thread.
|
||||
///
|
||||
int(CEF_CALLBACK* skip)(struct _cef_resource_handler_t* self,
|
||||
int64 bytes_to_skip,
|
||||
int64* bytes_skipped,
|
||||
int64_t bytes_to_skip,
|
||||
int64_t* bytes_skipped,
|
||||
struct _cef_resource_skip_callback_t* callback);
|
||||
|
||||
///
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=70d6b393cbdc96a75864911d7ca3568cc8dcdebf$
|
||||
// $hash=757155e6dbceef47938fd562f7f5f48a609ce288$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_RESOURCE_REQUEST_HANDLER_CAPI_H_
|
||||
@ -188,7 +188,7 @@ typedef struct _cef_resource_request_handler_t {
|
||||
struct _cef_request_t* request,
|
||||
struct _cef_response_t* response,
|
||||
cef_urlrequest_status_t status,
|
||||
int64 received_content_length);
|
||||
int64_t received_content_length);
|
||||
|
||||
///
|
||||
/// Called on the IO thread to handle requests for URLs with an unknown
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=64e9ebc0e01acca0333ca3419e379d4053892270$
|
||||
// $hash=d0563a0850f6118c850ab01c553142d2e890703e$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_SERVER_CAPI_H_
|
||||
@ -153,7 +153,7 @@ typedef struct _cef_server_t {
|
||||
int connection_id,
|
||||
int response_code,
|
||||
const cef_string_t* content_type,
|
||||
int64 content_length,
|
||||
int64_t content_length,
|
||||
cef_string_multimap_t extra_headers);
|
||||
|
||||
///
|
||||
@ -203,7 +203,7 @@ typedef struct _cef_server_t {
|
||||
/// server lifespan.
|
||||
///
|
||||
CEF_EXPORT void cef_server_create(const cef_string_t* address,
|
||||
uint16 port,
|
||||
uint16_t port,
|
||||
int backlog,
|
||||
struct _cef_server_handler_t* handler);
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=bbb4153d5d7325ac9a410d7f85a8d47eadcfaf6e$
|
||||
// $hash=5632e62f83aac60e62db9d7f308563fed3285c65$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_STREAM_CAPI_H_
|
||||
@ -70,13 +70,13 @@ typedef struct _cef_read_handler_t {
|
||||
/// failure.
|
||||
///
|
||||
int(CEF_CALLBACK* seek)(struct _cef_read_handler_t* self,
|
||||
int64 offset,
|
||||
int64_t offset,
|
||||
int whence);
|
||||
|
||||
///
|
||||
/// Return the current offset position.
|
||||
///
|
||||
int64(CEF_CALLBACK* tell)(struct _cef_read_handler_t* self);
|
||||
int64_t(CEF_CALLBACK* tell)(struct _cef_read_handler_t* self);
|
||||
|
||||
///
|
||||
/// Return non-zero if at end of file.
|
||||
@ -115,13 +115,13 @@ typedef struct _cef_stream_reader_t {
|
||||
/// failure.
|
||||
///
|
||||
int(CEF_CALLBACK* seek)(struct _cef_stream_reader_t* self,
|
||||
int64 offset,
|
||||
int64_t offset,
|
||||
int whence);
|
||||
|
||||
///
|
||||
/// Return the current offset position.
|
||||
///
|
||||
int64(CEF_CALLBACK* tell)(struct _cef_stream_reader_t* self);
|
||||
int64_t(CEF_CALLBACK* tell)(struct _cef_stream_reader_t* self);
|
||||
|
||||
///
|
||||
/// Return non-zero if at end of file.
|
||||
@ -178,13 +178,13 @@ typedef struct _cef_write_handler_t {
|
||||
/// failure.
|
||||
///
|
||||
int(CEF_CALLBACK* seek)(struct _cef_write_handler_t* self,
|
||||
int64 offset,
|
||||
int64_t offset,
|
||||
int whence);
|
||||
|
||||
///
|
||||
/// Return the current offset position.
|
||||
///
|
||||
int64(CEF_CALLBACK* tell)(struct _cef_write_handler_t* self);
|
||||
int64_t(CEF_CALLBACK* tell)(struct _cef_write_handler_t* self);
|
||||
|
||||
///
|
||||
/// Flush the stream.
|
||||
@ -223,13 +223,13 @@ typedef struct _cef_stream_writer_t {
|
||||
/// failure.
|
||||
///
|
||||
int(CEF_CALLBACK* seek)(struct _cef_stream_writer_t* self,
|
||||
int64 offset,
|
||||
int64_t offset,
|
||||
int whence);
|
||||
|
||||
///
|
||||
/// Return the current offset position.
|
||||
///
|
||||
int64(CEF_CALLBACK* tell)(struct _cef_stream_writer_t* self);
|
||||
int64_t(CEF_CALLBACK* tell)(struct _cef_stream_writer_t* self);
|
||||
|
||||
///
|
||||
/// Flush the stream.
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=273a6abfd4ac030701be00c45811c19e74e128bd$
|
||||
// $hash=fc609ce5aa3bc51e5cef1f9174dbfc5cff0a0689$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_TASK_CAPI_H_
|
||||
@ -114,7 +114,7 @@ typedef struct _cef_task_runner_t {
|
||||
///
|
||||
int(CEF_CALLBACK* post_delayed_task)(struct _cef_task_runner_t* self,
|
||||
struct _cef_task_t* task,
|
||||
int64 delay_ms);
|
||||
int64_t delay_ms);
|
||||
} cef_task_runner_t;
|
||||
|
||||
///
|
||||
@ -149,7 +149,7 @@ CEF_EXPORT int cef_post_task(cef_thread_id_t threadId, cef_task_t* task);
|
||||
///
|
||||
CEF_EXPORT int cef_post_delayed_task(cef_thread_id_t threadId,
|
||||
cef_task_t* task,
|
||||
int64 delay_ms);
|
||||
int64_t delay_ms);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=8d275bd73854b2b8d5a7a5bc55fa737e020705ee$
|
||||
// $hash=28e2d2d86dffdfdad0f275a444656a0638b44d0e$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_TRACE_CAPI_H_
|
||||
@ -109,7 +109,7 @@ CEF_EXPORT int cef_end_tracing(const cef_string_t* tracing_file,
|
||||
/// high-res time. Can be used by clients to synchronize with the time
|
||||
/// information in trace events.
|
||||
///
|
||||
CEF_EXPORT int64 cef_now_from_system_trace_time(void);
|
||||
CEF_EXPORT int64_t cef_now_from_system_trace_time(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=91c121d4353a80d7fff3ef582c5a56ac86e0a34c$
|
||||
// $hash=b038ad859f1dad2d8ba63589da118898350b309c$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_URLREQUEST_CAPI_H_
|
||||
@ -158,8 +158,8 @@ typedef struct _cef_urlrequest_client_t {
|
||||
///
|
||||
void(CEF_CALLBACK* on_upload_progress)(struct _cef_urlrequest_client_t* self,
|
||||
struct _cef_urlrequest_t* request,
|
||||
int64 current,
|
||||
int64 total);
|
||||
int64_t current,
|
||||
int64_t total);
|
||||
|
||||
///
|
||||
/// Notifies the client of download progress. |current| denotes the number of
|
||||
@ -169,8 +169,8 @@ typedef struct _cef_urlrequest_client_t {
|
||||
void(CEF_CALLBACK* on_download_progress)(
|
||||
struct _cef_urlrequest_client_t* self,
|
||||
struct _cef_urlrequest_t* request,
|
||||
int64 current,
|
||||
int64 total);
|
||||
int64_t current,
|
||||
int64_t total);
|
||||
|
||||
///
|
||||
/// Called when some part of the response is read. |data| contains the current
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=0d787ac7676ba90d3a1fe68d5e2494b985b1db0e$
|
||||
// $hash=42de7c0e6f5ec529d9182fe4cbf2c1edfacd7392$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_V8_CAPI_H_
|
||||
@ -474,12 +474,12 @@ typedef struct _cef_v8value_t {
|
||||
///
|
||||
/// Return an int value.
|
||||
///
|
||||
int32(CEF_CALLBACK* get_int_value)(struct _cef_v8value_t* self);
|
||||
int32_t(CEF_CALLBACK* get_int_value)(struct _cef_v8value_t* self);
|
||||
|
||||
///
|
||||
/// Return an unsigned int value.
|
||||
///
|
||||
uint32(CEF_CALLBACK* get_uint_value)(struct _cef_v8value_t* self);
|
||||
uint32_t(CEF_CALLBACK* get_uint_value)(struct _cef_v8value_t* self);
|
||||
|
||||
///
|
||||
/// Return a double value.
|
||||
@ -764,12 +764,12 @@ CEF_EXPORT cef_v8value_t* cef_v8value_create_bool(int value);
|
||||
///
|
||||
/// Create a new cef_v8value_t object of type int.
|
||||
///
|
||||
CEF_EXPORT cef_v8value_t* cef_v8value_create_int(int32 value);
|
||||
CEF_EXPORT cef_v8value_t* cef_v8value_create_int(int32_t value);
|
||||
|
||||
///
|
||||
/// Create a new cef_v8value_t object of type unsigned int.
|
||||
///
|
||||
CEF_EXPORT cef_v8value_t* cef_v8value_create_uint(uint32 value);
|
||||
CEF_EXPORT cef_v8value_t* cef_v8value_create_uint(uint32_t value);
|
||||
|
||||
///
|
||||
/// Create a new cef_v8value_t object of type double.
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=683d592a2405ada0a9c46c004f003d640a3298ad$
|
||||
// $hash=be3741396459ccf1337f319965ba1dc509142536$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_WAITABLE_EVENT_CAPI_H_
|
||||
@ -96,7 +96,7 @@ typedef struct _cef_waitable_event_t {
|
||||
/// called on the browser process UI or IO threads.
|
||||
///
|
||||
int(CEF_CALLBACK* timed_wait)(struct _cef_waitable_event_t* self,
|
||||
int64 max_ms);
|
||||
int64_t max_ms);
|
||||
} cef_waitable_event_t;
|
||||
|
||||
///
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=83debac545c04a630270665b391f52b15484b5d3$
|
||||
// $hash=d082d724164cb0b1da12d49b080c599934f08b9d$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_CEF_ZIP_READER_CAPI_H_
|
||||
@ -95,7 +95,7 @@ typedef struct _cef_zip_reader_t {
|
||||
///
|
||||
/// Returns the uncompressed size of the file.
|
||||
///
|
||||
int64(CEF_CALLBACK* get_file_size)(struct _cef_zip_reader_t* self);
|
||||
int64_t(CEF_CALLBACK* get_file_size)(struct _cef_zip_reader_t* self);
|
||||
|
||||
///
|
||||
/// Returns the last modified timestamp for the file.
|
||||
@ -126,7 +126,7 @@ typedef struct _cef_zip_reader_t {
|
||||
///
|
||||
/// Returns the current offset in the uncompressed file contents.
|
||||
///
|
||||
int64(CEF_CALLBACK* tell)(struct _cef_zip_reader_t* self);
|
||||
int64_t(CEF_CALLBACK* tell)(struct _cef_zip_reader_t* self);
|
||||
|
||||
///
|
||||
/// Returns true (1) if at end of the file contents.
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=df532eb91caf9de44b077abdf00620dd2508402b$
|
||||
// $hash=f5731d0fffb953f1269b63b478a89bb6b842ac94$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_TEST_CEF_TEST_SERVER_CAPI_H_
|
||||
@ -104,7 +104,7 @@ typedef struct _cef_test_server_t {
|
||||
/// started. The server will continue running until Stop is called.
|
||||
///
|
||||
CEF_EXPORT cef_test_server_t* cef_test_server_create_and_start(
|
||||
uint16 port,
|
||||
uint16_t port,
|
||||
int https_server,
|
||||
cef_test_cert_type_t https_cert_type,
|
||||
struct _cef_test_server_handler_t* handler);
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=7674d3af52dd4272b454b2028e7a4ee72fb3c9ff$
|
||||
// $hash=2e9acfffaf1dbc70f0c76fcf58a5190326b131ba$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_VIEWS_CEF_DISPLAY_CAPI_H_
|
||||
@ -63,7 +63,7 @@ typedef struct _cef_display_t {
|
||||
///
|
||||
/// Returns the unique identifier for this Display.
|
||||
///
|
||||
int64(CEF_CALLBACK* get_id)(struct _cef_display_t* self);
|
||||
int64_t(CEF_CALLBACK* get_id)(struct _cef_display_t* self);
|
||||
|
||||
///
|
||||
/// Returns this Display's device pixel scale factor. This specifies how much
|
||||
|
@ -33,7 +33,7 @@
|
||||
// by hand. See the translator.README.txt file in the tools directory for
|
||||
// more information.
|
||||
//
|
||||
// $hash=04aa6e193cc5d5658c0ef28a42c0777c0a955409$
|
||||
// $hash=e09c33a3604cb7a80ef7fdea72c838619e26dc8c$
|
||||
//
|
||||
|
||||
#ifndef CEF_INCLUDE_CAPI_VIEWS_CEF_WINDOW_CAPI_H_
|
||||
@ -286,7 +286,7 @@ typedef struct _cef_window_t {
|
||||
///
|
||||
void(CEF_CALLBACK* send_key_press)(struct _cef_window_t* self,
|
||||
int key_code,
|
||||
uint32 event_flags);
|
||||
uint32_t event_flags);
|
||||
|
||||
///
|
||||
/// Simulate a mouse move. The mouse cursor will be moved to the specified
|
||||
|
@ -42,13 +42,13 @@
|
||||
// way that may cause binary incompatibility with other builds. The universal
|
||||
// hash value will change if any platform is affected whereas the platform hash
|
||||
// values will change only if that particular platform is affected.
|
||||
#define CEF_API_HASH_UNIVERSAL "149b019ae2c24db658e962ab515feca360776a54"
|
||||
#define CEF_API_HASH_UNIVERSAL "ea590fbd1cbe2c80698a52efb712357a307fee34"
|
||||
#if defined(OS_WIN)
|
||||
#define CEF_API_HASH_PLATFORM "9c04c5121117894863ea07e90353aded1f25d6f4"
|
||||
#define CEF_API_HASH_PLATFORM "8a76490c640051ed3500b3b19035be58daf755f7"
|
||||
#elif defined(OS_MAC)
|
||||
#define CEF_API_HASH_PLATFORM "d38c3f1db6bc8f11030bc49e437dd613ce33a47a"
|
||||
#define CEF_API_HASH_PLATFORM "725ff527623c12c783b999212b01f5d721622779"
|
||||
#elif defined(OS_LINUX)
|
||||
#define CEF_API_HASH_PLATFORM "ddf39847f37ef95324b8a11fefea4fb3c7c1e003"
|
||||
#define CEF_API_HASH_PLATFORM "52bd91427e6857b3f43a3bed552703d210927cff"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=5f113123b4a9cd31cb451c9b9e60d5e04c38a6b7$
|
||||
// $hash=b4b1529613a3609c6d5eee063c2f633475e0c68c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/audio_handler_cpptoc.h"
|
||||
@ -96,7 +96,7 @@ audio_handler_on_audio_stream_packet(struct _cef_audio_handler_t* self,
|
||||
struct _cef_browser_t* browser,
|
||||
const float** data,
|
||||
int frames,
|
||||
int64 pts) {
|
||||
int64_t pts) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=5cfbd6a3ef80fe1e42a841e3730d46f4ad3b4648$
|
||||
// $hash=095894b34598f0352049ba3d8a56a80b9b2ad68e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/browser_cpptoc.h"
|
||||
@ -291,7 +291,7 @@ browser_get_focused_frame(struct _cef_browser_t* self) {
|
||||
}
|
||||
|
||||
struct _cef_frame_t* CEF_CALLBACK
|
||||
browser_get_frame_byident(struct _cef_browser_t* self, int64 identifier) {
|
||||
browser_get_frame_byident(struct _cef_browser_t* self, int64_t identifier) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
@ -348,7 +348,7 @@ size_t CEF_CALLBACK browser_get_frame_count(struct _cef_browser_t* self) {
|
||||
|
||||
void CEF_CALLBACK browser_get_frame_identifiers(struct _cef_browser_t* self,
|
||||
size_t* identifiersCount,
|
||||
int64* identifiers) {
|
||||
int64_t* identifiers) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
@ -364,7 +364,7 @@ void CEF_CALLBACK browser_get_frame_identifiers(struct _cef_browser_t* self,
|
||||
}
|
||||
|
||||
// Translate param: identifiers; type: simple_vec_byref
|
||||
std::vector<int64> identifiersList;
|
||||
std::vector<int64_t> identifiersList;
|
||||
if (identifiersCount && *identifiersCount > 0 && identifiers) {
|
||||
for (size_t i = 0; i < *identifiersCount; ++i) {
|
||||
identifiersList.push_back(identifiers[i]);
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=2b2caf2af2d24ffbf9cc8d33946ce019b5bf98c9$
|
||||
// $hash=6a2ebf843d929371a15e34792b6900c0ab622877$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/browser_host_cpptoc.h"
|
||||
@ -387,7 +387,7 @@ void CEF_CALLBACK
|
||||
browser_host_download_image(struct _cef_browser_host_t* self,
|
||||
const cef_string_t* image_url,
|
||||
int is_favicon,
|
||||
uint32 max_image_size,
|
||||
uint32_t max_image_size,
|
||||
int bypass_cache,
|
||||
cef_download_image_callback_t* callback) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=88060c7df7f0b894e99633a60ad83c1da552ff98$
|
||||
// $hash=5b13f3f4cac21266cab10ca5153ccebe99d6869b$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/browser_process_handler_cpptoc.h"
|
||||
@ -81,7 +81,7 @@ void CEF_CALLBACK browser_process_handler_on_before_child_process_launch(
|
||||
|
||||
void CEF_CALLBACK browser_process_handler_on_schedule_message_pump_work(
|
||||
struct _cef_browser_process_handler_t* self,
|
||||
int64 delay_ms) {
|
||||
int64_t delay_ms) {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
DCHECK(self);
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=0396657d42ed5b75838d1882434adefbcd562be6$
|
||||
// $hash=e9af4e17ed4b52627002dd4b7c47acee51e81764$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/download_item_cpptoc.h"
|
||||
@ -125,7 +125,7 @@ download_item_get_interrupt_reason(struct _cef_download_item_t* self) {
|
||||
return _retval;
|
||||
}
|
||||
|
||||
int64 CEF_CALLBACK
|
||||
int64_t CEF_CALLBACK
|
||||
download_item_get_current_speed(struct _cef_download_item_t* self) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -137,7 +137,7 @@ download_item_get_current_speed(struct _cef_download_item_t* self) {
|
||||
}
|
||||
|
||||
// Execute
|
||||
int64 _retval = CefDownloadItemCppToC::Get(self)->GetCurrentSpeed();
|
||||
int64_t _retval = CefDownloadItemCppToC::Get(self)->GetCurrentSpeed();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
@ -161,7 +161,7 @@ download_item_get_percent_complete(struct _cef_download_item_t* self) {
|
||||
return _retval;
|
||||
}
|
||||
|
||||
int64 CEF_CALLBACK
|
||||
int64_t CEF_CALLBACK
|
||||
download_item_get_total_bytes(struct _cef_download_item_t* self) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -173,13 +173,13 @@ download_item_get_total_bytes(struct _cef_download_item_t* self) {
|
||||
}
|
||||
|
||||
// Execute
|
||||
int64 _retval = CefDownloadItemCppToC::Get(self)->GetTotalBytes();
|
||||
int64_t _retval = CefDownloadItemCppToC::Get(self)->GetTotalBytes();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
}
|
||||
|
||||
int64 CEF_CALLBACK
|
||||
int64_t CEF_CALLBACK
|
||||
download_item_get_received_bytes(struct _cef_download_item_t* self) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -191,7 +191,7 @@ download_item_get_received_bytes(struct _cef_download_item_t* self) {
|
||||
}
|
||||
|
||||
// Execute
|
||||
int64 _retval = CefDownloadItemCppToC::Get(self)->GetReceivedBytes();
|
||||
int64_t _retval = CefDownloadItemCppToC::Get(self)->GetReceivedBytes();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
@ -251,7 +251,7 @@ download_item_get_full_path(struct _cef_download_item_t* self) {
|
||||
return _retval.DetachToUserFree();
|
||||
}
|
||||
|
||||
uint32 CEF_CALLBACK download_item_get_id(struct _cef_download_item_t* self) {
|
||||
uint32_t CEF_CALLBACK download_item_get_id(struct _cef_download_item_t* self) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
@ -262,7 +262,7 @@ uint32 CEF_CALLBACK download_item_get_id(struct _cef_download_item_t* self) {
|
||||
}
|
||||
|
||||
// Execute
|
||||
uint32 _retval = CefDownloadItemCppToC::Get(self)->GetId();
|
||||
uint32_t _retval = CefDownloadItemCppToC::Get(self)->GetId();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=574bc1dbdf077ee2a6efd015e642e535be21674c$
|
||||
// $hash=5f0591547b3df5d32d9772d40d484285fb29efa3$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/frame_cpptoc.h"
|
||||
@ -311,7 +311,7 @@ cef_string_userfree_t CEF_CALLBACK frame_get_name(struct _cef_frame_t* self) {
|
||||
return _retval.DetachToUserFree();
|
||||
}
|
||||
|
||||
int64 CEF_CALLBACK frame_get_identifier(struct _cef_frame_t* self) {
|
||||
int64_t CEF_CALLBACK frame_get_identifier(struct _cef_frame_t* self) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
@ -322,7 +322,7 @@ int64 CEF_CALLBACK frame_get_identifier(struct _cef_frame_t* self) {
|
||||
}
|
||||
|
||||
// Execute
|
||||
int64 _retval = CefFrameCppToC::Get(self)->GetIdentifier();
|
||||
int64_t _retval = CefFrameCppToC::Get(self)->GetIdentifier();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=80cfd5e986d8a5f4b71c3058806cf2ee66100f6e$
|
||||
// $hash=dd6210f86f9b0a4cc2a6b735fcf3b98a5e541789$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/media_access_callback_cpptoc.h"
|
||||
@ -21,7 +21,7 @@ namespace {
|
||||
|
||||
void CEF_CALLBACK
|
||||
media_access_callback_cont(struct _cef_media_access_callback_t* self,
|
||||
uint32 allowed_permissions) {
|
||||
uint32_t allowed_permissions) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=1631e01c7930f0c2c94111e8451954c844c84637$
|
||||
// $hash=0386addd1e401049523c8b13439412a802fb4211$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/permission_handler_cpptoc.h"
|
||||
@ -28,7 +28,7 @@ int CEF_CALLBACK permission_handler_on_request_media_access_permission(
|
||||
cef_browser_t* browser,
|
||||
cef_frame_t* frame,
|
||||
const cef_string_t* requesting_origin,
|
||||
uint32 requested_permissions,
|
||||
uint32_t requested_permissions,
|
||||
cef_media_access_callback_t* callback) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -73,9 +73,9 @@ int CEF_CALLBACK permission_handler_on_request_media_access_permission(
|
||||
int CEF_CALLBACK permission_handler_on_show_permission_prompt(
|
||||
struct _cef_permission_handler_t* self,
|
||||
cef_browser_t* browser,
|
||||
uint64 prompt_id,
|
||||
uint64_t prompt_id,
|
||||
const cef_string_t* requesting_origin,
|
||||
uint32 requested_permissions,
|
||||
uint32_t requested_permissions,
|
||||
cef_permission_prompt_callback_t* callback) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -113,7 +113,7 @@ int CEF_CALLBACK permission_handler_on_show_permission_prompt(
|
||||
void CEF_CALLBACK permission_handler_on_dismiss_permission_prompt(
|
||||
struct _cef_permission_handler_t* self,
|
||||
cef_browser_t* browser,
|
||||
uint64 prompt_id,
|
||||
uint64_t prompt_id,
|
||||
cef_permission_request_result_t result) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d9cda583bea7df6ee7b9297e4187b37b5c3cc30a$
|
||||
// $hash=297d49ea4c02ae7ca19359c30bdcac380a45d95c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/read_handler_cpptoc.h"
|
||||
@ -45,7 +45,7 @@ size_t CEF_CALLBACK read_handler_read(struct _cef_read_handler_t* self,
|
||||
}
|
||||
|
||||
int CEF_CALLBACK read_handler_seek(struct _cef_read_handler_t* self,
|
||||
int64 offset,
|
||||
int64_t offset,
|
||||
int whence) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -63,7 +63,7 @@ int CEF_CALLBACK read_handler_seek(struct _cef_read_handler_t* self,
|
||||
return _retval;
|
||||
}
|
||||
|
||||
int64 CEF_CALLBACK read_handler_tell(struct _cef_read_handler_t* self) {
|
||||
int64_t CEF_CALLBACK read_handler_tell(struct _cef_read_handler_t* self) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
@ -74,7 +74,7 @@ int64 CEF_CALLBACK read_handler_tell(struct _cef_read_handler_t* self) {
|
||||
}
|
||||
|
||||
// Execute
|
||||
int64 _retval = CefReadHandlerCppToC::Get(self)->Tell();
|
||||
int64_t _retval = CefReadHandlerCppToC::Get(self)->Tell();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=4a8f5ea7a761afbc9add6949917bb51c6c66d101$
|
||||
// $hash=665dc752dccd84d278f794b5c6c76093f285112c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/request_cpptoc.h"
|
||||
@ -419,7 +419,7 @@ request_get_transition_type(struct _cef_request_t* self) {
|
||||
return _retval;
|
||||
}
|
||||
|
||||
uint64 CEF_CALLBACK request_get_identifier(struct _cef_request_t* self) {
|
||||
uint64_t CEF_CALLBACK request_get_identifier(struct _cef_request_t* self) {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
DCHECK(self);
|
||||
@ -428,7 +428,7 @@ uint64 CEF_CALLBACK request_get_identifier(struct _cef_request_t* self) {
|
||||
}
|
||||
|
||||
// Execute
|
||||
uint64 _retval = CefRequestCppToC::Get(self)->GetIdentifier();
|
||||
uint64_t _retval = CefRequestCppToC::Get(self)->GetIdentifier();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ec0ed100e05a34f1f7909e93d8f6f3e8aaadbeaf$
|
||||
// $hash=b88df417b6c03aa94901820a7cc4682cf3bceb51$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/resource_handler_cpptoc.h"
|
||||
@ -103,7 +103,7 @@ resource_handler_process_request(struct _cef_resource_handler_t* self,
|
||||
void CEF_CALLBACK
|
||||
resource_handler_get_response_headers(struct _cef_resource_handler_t* self,
|
||||
struct _cef_response_t* response,
|
||||
int64* response_length,
|
||||
int64_t* response_length,
|
||||
cef_string_t* redirectUrl) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -130,7 +130,7 @@ resource_handler_get_response_headers(struct _cef_resource_handler_t* self,
|
||||
}
|
||||
|
||||
// Translate param: response_length; type: simple_byref
|
||||
int64 response_lengthVal = response_length ? *response_length : 0;
|
||||
int64_t response_lengthVal = response_length ? *response_length : 0;
|
||||
// Translate param: redirectUrl; type: string_byref
|
||||
CefString redirectUrlStr(redirectUrl);
|
||||
|
||||
@ -145,8 +145,8 @@ resource_handler_get_response_headers(struct _cef_resource_handler_t* self,
|
||||
}
|
||||
|
||||
int CEF_CALLBACK resource_handler_skip(struct _cef_resource_handler_t* self,
|
||||
int64 bytes_to_skip,
|
||||
int64* bytes_skipped,
|
||||
int64_t bytes_to_skip,
|
||||
int64_t* bytes_skipped,
|
||||
cef_resource_skip_callback_t* callback) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -168,7 +168,7 @@ int CEF_CALLBACK resource_handler_skip(struct _cef_resource_handler_t* self,
|
||||
}
|
||||
|
||||
// Translate param: bytes_skipped; type: simple_byref
|
||||
int64 bytes_skippedVal = bytes_skipped ? *bytes_skipped : 0;
|
||||
int64_t bytes_skippedVal = bytes_skipped ? *bytes_skipped : 0;
|
||||
|
||||
// Execute
|
||||
bool _retval = CefResourceHandlerCppToC::Get(self)->Skip(
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=b508744274495630cce72e1febb2503552ba9379$
|
||||
// $hash=6cda6276be92cb33660e4cff45fb664515facec1$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/resource_request_handler_cpptoc.h"
|
||||
@ -234,7 +234,7 @@ void CEF_CALLBACK resource_request_handler_on_resource_load_complete(
|
||||
cef_request_t* request,
|
||||
struct _cef_response_t* response,
|
||||
cef_urlrequest_status_t status,
|
||||
int64 received_content_length) {
|
||||
int64_t received_content_length) {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
DCHECK(self);
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=bff1a6490007bd43ac28f862bcc145e3b385b1ca$
|
||||
// $hash=cd09888724297c57eac0b71ebbe54e097588cfd2$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/resource_skip_callback_cpptoc.h"
|
||||
@ -21,7 +21,7 @@ namespace {
|
||||
|
||||
void CEF_CALLBACK
|
||||
resource_skip_callback_cont(struct _cef_resource_skip_callback_t* self,
|
||||
int64 bytes_skipped) {
|
||||
int64_t bytes_skipped) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=8c3f680313770151c050a6355b3ec042929ef4b8$
|
||||
// $hash=36b8cdbb6821347abd764616baa7b1582a2d8779$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/server_cpptoc.h"
|
||||
@ -21,7 +21,7 @@
|
||||
// GLOBAL FUNCTIONS - Body may be edited by hand.
|
||||
|
||||
CEF_EXPORT void cef_server_create(const cef_string_t* address,
|
||||
uint16 port,
|
||||
uint16_t port,
|
||||
int backlog,
|
||||
struct _cef_server_handler_t* handler) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
@ -223,7 +223,7 @@ server_send_http_response(struct _cef_server_t* self,
|
||||
int connection_id,
|
||||
int response_code,
|
||||
const cef_string_t* content_type,
|
||||
int64 content_length,
|
||||
int64_t content_length,
|
||||
cef_string_multimap_t extra_headers) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=a724b525291277cfec5b91bb0986bcac487cdea1$
|
||||
// $hash=2a09370f896a73d7e617fb4f6d856b89db0d5531$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/stream_reader_cpptoc.h"
|
||||
@ -108,7 +108,7 @@ size_t CEF_CALLBACK stream_reader_read(struct _cef_stream_reader_t* self,
|
||||
}
|
||||
|
||||
int CEF_CALLBACK stream_reader_seek(struct _cef_stream_reader_t* self,
|
||||
int64 offset,
|
||||
int64_t offset,
|
||||
int whence) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -126,7 +126,7 @@ int CEF_CALLBACK stream_reader_seek(struct _cef_stream_reader_t* self,
|
||||
return _retval;
|
||||
}
|
||||
|
||||
int64 CEF_CALLBACK stream_reader_tell(struct _cef_stream_reader_t* self) {
|
||||
int64_t CEF_CALLBACK stream_reader_tell(struct _cef_stream_reader_t* self) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
@ -137,7 +137,7 @@ int64 CEF_CALLBACK stream_reader_tell(struct _cef_stream_reader_t* self) {
|
||||
}
|
||||
|
||||
// Execute
|
||||
int64 _retval = CefStreamReaderCppToC::Get(self)->Tell();
|
||||
int64_t _retval = CefStreamReaderCppToC::Get(self)->Tell();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=9e43a166c77c493dfdc85dd795f1fcf1010b4785$
|
||||
// $hash=01b28525b4e9c9d1245d7d910f1a45716ade9963$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/stream_writer_cpptoc.h"
|
||||
@ -88,7 +88,7 @@ size_t CEF_CALLBACK stream_writer_write(struct _cef_stream_writer_t* self,
|
||||
}
|
||||
|
||||
int CEF_CALLBACK stream_writer_seek(struct _cef_stream_writer_t* self,
|
||||
int64 offset,
|
||||
int64_t offset,
|
||||
int whence) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -106,7 +106,7 @@ int CEF_CALLBACK stream_writer_seek(struct _cef_stream_writer_t* self,
|
||||
return _retval;
|
||||
}
|
||||
|
||||
int64 CEF_CALLBACK stream_writer_tell(struct _cef_stream_writer_t* self) {
|
||||
int64_t CEF_CALLBACK stream_writer_tell(struct _cef_stream_writer_t* self) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
@ -117,7 +117,7 @@ int64 CEF_CALLBACK stream_writer_tell(struct _cef_stream_writer_t* self) {
|
||||
}
|
||||
|
||||
// Execute
|
||||
int64 _retval = CefStreamWriterCppToC::Get(self)->Tell();
|
||||
int64_t _retval = CefStreamWriterCppToC::Get(self)->Tell();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=a96ba2c140124da8865f2da4c2b8d6a0c958a1fa$
|
||||
// $hash=646804cf761ea9becc1e0001ae16b1f4d49e3000$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/task_runner_cpptoc.h"
|
||||
@ -133,7 +133,7 @@ int CEF_CALLBACK task_runner_post_task(struct _cef_task_runner_t* self,
|
||||
|
||||
int CEF_CALLBACK task_runner_post_delayed_task(struct _cef_task_runner_t* self,
|
||||
cef_task_t* task,
|
||||
int64 delay_ms) {
|
||||
int64_t delay_ms) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=3aa25e3d3dcaa8b1499fc4e54dd0cb9d3bb473cb$
|
||||
// $hash=bd4999e5bbad96be1e3897cfe9dc59bb1c186fba$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/test/test_server_cpptoc.h"
|
||||
@ -19,7 +19,7 @@
|
||||
// GLOBAL FUNCTIONS - Body may be edited by hand.
|
||||
|
||||
CEF_EXPORT cef_test_server_t* cef_test_server_create_and_start(
|
||||
uint16 port,
|
||||
uint16_t port,
|
||||
int https_server,
|
||||
cef_test_cert_type_t https_cert_type,
|
||||
struct _cef_test_server_handler_t* handler) {
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=06e8730f31f20b05a030d315593ab982c32539b6$
|
||||
// $hash=a06a115eda2d02beb98b73713fd60119a21eb67c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/urlrequest_client_cpptoc.h"
|
||||
@ -46,8 +46,8 @@ urlrequest_client_on_request_complete(struct _cef_urlrequest_client_t* self,
|
||||
void CEF_CALLBACK
|
||||
urlrequest_client_on_upload_progress(struct _cef_urlrequest_client_t* self,
|
||||
cef_urlrequest_t* request,
|
||||
int64 current,
|
||||
int64 total) {
|
||||
int64_t current,
|
||||
int64_t total) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
@ -70,8 +70,8 @@ urlrequest_client_on_upload_progress(struct _cef_urlrequest_client_t* self,
|
||||
void CEF_CALLBACK
|
||||
urlrequest_client_on_download_progress(struct _cef_urlrequest_client_t* self,
|
||||
cef_urlrequest_t* request,
|
||||
int64 current,
|
||||
int64 total) {
|
||||
int64_t current,
|
||||
int64_t total) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=5f99f370a236b8cb01a0a5818860efe285d20060$
|
||||
// $hash=ecd6caa0c415b57e93bc66f3c7a4cfb547f022c1$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/v8value_cpptoc.h"
|
||||
@ -54,7 +54,7 @@ CEF_EXPORT cef_v8value_t* cef_v8value_create_bool(int value) {
|
||||
return CefV8ValueCppToC::Wrap(_retval);
|
||||
}
|
||||
|
||||
CEF_EXPORT cef_v8value_t* cef_v8value_create_int(int32 value) {
|
||||
CEF_EXPORT cef_v8value_t* cef_v8value_create_int(int32_t value) {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
@ -64,7 +64,7 @@ CEF_EXPORT cef_v8value_t* cef_v8value_create_int(int32 value) {
|
||||
return CefV8ValueCppToC::Wrap(_retval);
|
||||
}
|
||||
|
||||
CEF_EXPORT cef_v8value_t* cef_v8value_create_uint(uint32 value) {
|
||||
CEF_EXPORT cef_v8value_t* cef_v8value_create_uint(uint32_t value) {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
@ -443,7 +443,7 @@ int CEF_CALLBACK v8value_get_bool_value(struct _cef_v8value_t* self) {
|
||||
return _retval;
|
||||
}
|
||||
|
||||
int32 CEF_CALLBACK v8value_get_int_value(struct _cef_v8value_t* self) {
|
||||
int32_t CEF_CALLBACK v8value_get_int_value(struct _cef_v8value_t* self) {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
DCHECK(self);
|
||||
@ -452,13 +452,13 @@ int32 CEF_CALLBACK v8value_get_int_value(struct _cef_v8value_t* self) {
|
||||
}
|
||||
|
||||
// Execute
|
||||
int32 _retval = CefV8ValueCppToC::Get(self)->GetIntValue();
|
||||
int32_t _retval = CefV8ValueCppToC::Get(self)->GetIntValue();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
}
|
||||
|
||||
uint32 CEF_CALLBACK v8value_get_uint_value(struct _cef_v8value_t* self) {
|
||||
uint32_t CEF_CALLBACK v8value_get_uint_value(struct _cef_v8value_t* self) {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
DCHECK(self);
|
||||
@ -467,7 +467,7 @@ uint32 CEF_CALLBACK v8value_get_uint_value(struct _cef_v8value_t* self) {
|
||||
}
|
||||
|
||||
// Execute
|
||||
uint32 _retval = CefV8ValueCppToC::Get(self)->GetUIntValue();
|
||||
uint32_t _retval = CefV8ValueCppToC::Get(self)->GetUIntValue();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=5c179b70eb51a62fd00780eaea1be9c96e3ce3b3$
|
||||
// $hash=bddabd9fc04400c15bd2ea41f2677c110dadb299$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/views/display_cpptoc.h"
|
||||
@ -216,7 +216,7 @@ namespace {
|
||||
|
||||
// MEMBER FUNCTIONS - Body may be edited by hand.
|
||||
|
||||
int64 CEF_CALLBACK display_get_id(struct _cef_display_t* self) {
|
||||
int64_t CEF_CALLBACK display_get_id(struct _cef_display_t* self) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
@ -227,7 +227,7 @@ int64 CEF_CALLBACK display_get_id(struct _cef_display_t* self) {
|
||||
}
|
||||
|
||||
// Execute
|
||||
int64 _retval = CefDisplayCppToC::Get(self)->GetID();
|
||||
int64_t _retval = CefDisplayCppToC::Get(self)->GetID();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=94b9ddc326e4b71aefa8488594a3a6f481624254$
|
||||
// $hash=2f28922e536557bff211610dd38bb7b4c8a64d5a$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/views/window_cpptoc.h"
|
||||
@ -597,7 +597,7 @@ window_get_window_handle(struct _cef_window_t* self) {
|
||||
|
||||
void CEF_CALLBACK window_send_key_press(struct _cef_window_t* self,
|
||||
int key_code,
|
||||
uint32 event_flags) {
|
||||
uint32_t event_flags) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=41aeb9ab533c916fe5a226735fd0fc8a43e6492b$
|
||||
// $hash=4c688a2d144f2eb55e47735f048596fd8f4914eb$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/waitable_event_cpptoc.h"
|
||||
@ -97,7 +97,7 @@ void CEF_CALLBACK waitable_event_wait(struct _cef_waitable_event_t* self) {
|
||||
}
|
||||
|
||||
int CEF_CALLBACK waitable_event_timed_wait(struct _cef_waitable_event_t* self,
|
||||
int64 max_ms) {
|
||||
int64_t max_ms) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=9e4ec003479af870824a7b7609bc45e4f40fc52a$
|
||||
// $hash=c3caec6488343dacaf00231a9304bcd4b3c95d9e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/write_handler_cpptoc.h"
|
||||
@ -45,7 +45,7 @@ size_t CEF_CALLBACK write_handler_write(struct _cef_write_handler_t* self,
|
||||
}
|
||||
|
||||
int CEF_CALLBACK write_handler_seek(struct _cef_write_handler_t* self,
|
||||
int64 offset,
|
||||
int64_t offset,
|
||||
int whence) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -63,7 +63,7 @@ int CEF_CALLBACK write_handler_seek(struct _cef_write_handler_t* self,
|
||||
return _retval;
|
||||
}
|
||||
|
||||
int64 CEF_CALLBACK write_handler_tell(struct _cef_write_handler_t* self) {
|
||||
int64_t CEF_CALLBACK write_handler_tell(struct _cef_write_handler_t* self) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
@ -74,7 +74,7 @@ int64 CEF_CALLBACK write_handler_tell(struct _cef_write_handler_t* self) {
|
||||
}
|
||||
|
||||
// Execute
|
||||
int64 _retval = CefWriteHandlerCppToC::Get(self)->Tell();
|
||||
int64_t _retval = CefWriteHandlerCppToC::Get(self)->Tell();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=5867942bc6c9feb3f989d6797cef9777ad85d284$
|
||||
// $hash=81049bd86aaa1a24f963364c61f766dd086598d5$
|
||||
//
|
||||
|
||||
#include "libcef_dll/cpptoc/zip_reader_cpptoc.h"
|
||||
@ -136,7 +136,7 @@ zip_reader_get_file_name(struct _cef_zip_reader_t* self) {
|
||||
return _retval.DetachToUserFree();
|
||||
}
|
||||
|
||||
int64 CEF_CALLBACK zip_reader_get_file_size(struct _cef_zip_reader_t* self) {
|
||||
int64_t CEF_CALLBACK zip_reader_get_file_size(struct _cef_zip_reader_t* self) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
@ -147,7 +147,7 @@ int64 CEF_CALLBACK zip_reader_get_file_size(struct _cef_zip_reader_t* self) {
|
||||
}
|
||||
|
||||
// Execute
|
||||
int64 _retval = CefZipReaderCppToC::Get(self)->GetFileSize();
|
||||
int64_t _retval = CefZipReaderCppToC::Get(self)->GetFileSize();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
@ -231,7 +231,7 @@ int CEF_CALLBACK zip_reader_read_file(struct _cef_zip_reader_t* self,
|
||||
return _retval;
|
||||
}
|
||||
|
||||
int64 CEF_CALLBACK zip_reader_tell(struct _cef_zip_reader_t* self) {
|
||||
int64_t CEF_CALLBACK zip_reader_tell(struct _cef_zip_reader_t* self) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
@ -242,7 +242,7 @@ int64 CEF_CALLBACK zip_reader_tell(struct _cef_zip_reader_t* self) {
|
||||
}
|
||||
|
||||
// Execute
|
||||
int64 _retval = CefZipReaderCppToC::Get(self)->Tell();
|
||||
int64_t _retval = CefZipReaderCppToC::Get(self)->Tell();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=add4d2a56f890fe5c868ebd23a03a4da4d8d6727$
|
||||
// $hash=976fbf502a9f2d21ad92b3c64d3ca8d414f9869c$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/audio_handler_ctocpp.h"
|
||||
@ -73,7 +73,7 @@ NO_SANITIZE("cfi-icall")
|
||||
void CefAudioHandlerCToCpp::OnAudioStreamPacket(CefRefPtr<CefBrowser> browser,
|
||||
const float** data,
|
||||
int frames,
|
||||
int64 pts) {
|
||||
int64_t pts) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_audio_handler_t* _struct = GetStruct();
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=761b05f6a7cd2f0cfc1968a3902bd874060ad79b$
|
||||
// $hash=93c0cae17d2e380e7a0268ba658b1449cc0bc71c$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_AUDIO_HANDLER_CTOCPP_H_
|
||||
@ -42,7 +42,7 @@ class CefAudioHandlerCToCpp : public CefCToCppRefCounted<CefAudioHandlerCToCpp,
|
||||
void OnAudioStreamPacket(CefRefPtr<CefBrowser> browser,
|
||||
const float** data,
|
||||
int frames,
|
||||
int64 pts) override;
|
||||
int64_t pts) override;
|
||||
void OnAudioStreamStopped(CefRefPtr<CefBrowser> browser) override;
|
||||
void OnAudioStreamError(CefRefPtr<CefBrowser> browser,
|
||||
const CefString& message) override;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=459764183df818659c82a91a5bb1170ab02561ae$
|
||||
// $hash=315497b4073b309e7976214a92204d6aede24fb1$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/browser_ctocpp.h"
|
||||
@ -287,7 +287,7 @@ CefRefPtr<CefFrame> CefBrowserCToCpp::GetFocusedFrame() {
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
CefRefPtr<CefFrame> CefBrowserCToCpp::GetFrame(int64 identifier) {
|
||||
CefRefPtr<CefFrame> CefBrowserCToCpp::GetFrame(int64_t identifier) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_browser_t* _struct = GetStruct();
|
||||
@ -342,7 +342,7 @@ NO_SANITIZE("cfi-icall") size_t CefBrowserCToCpp::GetFrameCount() {
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
void CefBrowserCToCpp::GetFrameIdentifiers(std::vector<int64>& identifiers) {
|
||||
void CefBrowserCToCpp::GetFrameIdentifiers(std::vector<int64_t>& identifiers) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_browser_t* _struct = GetStruct();
|
||||
@ -355,12 +355,12 @@ void CefBrowserCToCpp::GetFrameIdentifiers(std::vector<int64>& identifiers) {
|
||||
// Translate param: identifiers; type: simple_vec_byref
|
||||
size_t identifiersSize = identifiers.size();
|
||||
size_t identifiersCount = std::max(GetFrameCount(), identifiersSize);
|
||||
int64* identifiersList = NULL;
|
||||
int64_t* identifiersList = NULL;
|
||||
if (identifiersCount > 0) {
|
||||
identifiersList = new int64[identifiersCount];
|
||||
identifiersList = new int64_t[identifiersCount];
|
||||
DCHECK(identifiersList);
|
||||
if (identifiersList) {
|
||||
memset(identifiersList, 0, sizeof(int64) * identifiersCount);
|
||||
memset(identifiersList, 0, sizeof(int64_t) * identifiersCount);
|
||||
}
|
||||
if (identifiersList && identifiersSize > 0) {
|
||||
for (size_t i = 0; i < identifiersSize; ++i) {
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=675d288fbd8077e1a702308dd4a57e63aea00ba8$
|
||||
// $hash=a55c1986eac8be1d5d3c9f1fd3b2883bf8957449$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_BROWSER_CTOCPP_H_
|
||||
@ -52,10 +52,10 @@ class CefBrowserCToCpp
|
||||
bool HasDocument() override;
|
||||
CefRefPtr<CefFrame> GetMainFrame() override;
|
||||
CefRefPtr<CefFrame> GetFocusedFrame() override;
|
||||
CefRefPtr<CefFrame> GetFrame(int64 identifier) override;
|
||||
CefRefPtr<CefFrame> GetFrame(int64_t identifier) override;
|
||||
CefRefPtr<CefFrame> GetFrame(const CefString& name) override;
|
||||
size_t GetFrameCount() override;
|
||||
void GetFrameIdentifiers(std::vector<int64>& identifiers) override;
|
||||
void GetFrameIdentifiers(std::vector<int64_t>& identifiers) override;
|
||||
void GetFrameNames(std::vector<CefString>& names) override;
|
||||
};
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=661cc019b1ef90360e09491c9ccaf1a7b69d6f7e$
|
||||
// $hash=02a6c45f14489fd5548eb61210ba453de05bcd2d$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/browser_host_ctocpp.h"
|
||||
@ -332,7 +332,7 @@ NO_SANITIZE("cfi-icall")
|
||||
void CefBrowserHostCToCpp::DownloadImage(
|
||||
const CefString& image_url,
|
||||
bool is_favicon,
|
||||
uint32 max_image_size,
|
||||
uint32_t max_image_size,
|
||||
bool bypass_cache,
|
||||
CefRefPtr<CefDownloadImageCallback> callback) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=95d1cd8a96633dc2338a636c3c4eda9a15442846$
|
||||
// $hash=4700b3b409abf624334f9f6ecf9c1c20131e4849$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_BROWSER_HOST_CTOCPP_H_
|
||||
@ -56,7 +56,7 @@ class CefBrowserHostCToCpp : public CefCToCppRefCounted<CefBrowserHostCToCpp,
|
||||
void StartDownload(const CefString& url) override;
|
||||
void DownloadImage(const CefString& image_url,
|
||||
bool is_favicon,
|
||||
uint32 max_image_size,
|
||||
uint32_t max_image_size,
|
||||
bool bypass_cache,
|
||||
CefRefPtr<CefDownloadImageCallback> callback) override;
|
||||
void Print() override;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=db95f4b4337e9eec478f506df6f322247f8b24f6$
|
||||
// $hash=533775387bf1001675aeb94a62bc4ece1eb11125$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/browser_process_handler_ctocpp.h"
|
||||
@ -80,7 +80,8 @@ void CefBrowserProcessHandlerCToCpp::OnBeforeChildProcessLaunch(
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
void CefBrowserProcessHandlerCToCpp::OnScheduleMessagePumpWork(int64 delay_ms) {
|
||||
void CefBrowserProcessHandlerCToCpp::OnScheduleMessagePumpWork(
|
||||
int64_t delay_ms) {
|
||||
cef_browser_process_handler_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, on_schedule_message_pump_work)) {
|
||||
return;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d86cc781b93a34ab7bc94f35b7c45ab9587aef10$
|
||||
// $hash=5dd3fc70331d85a1c7ce5e402bc1e2f050fbe467$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_BROWSER_PROCESS_HANDLER_CTOCPP_H_
|
||||
@ -41,7 +41,7 @@ class CefBrowserProcessHandlerCToCpp
|
||||
void OnContextInitialized() override;
|
||||
void OnBeforeChildProcessLaunch(
|
||||
CefRefPtr<CefCommandLine> command_line) override;
|
||||
void OnScheduleMessagePumpWork(int64 delay_ms) override;
|
||||
void OnScheduleMessagePumpWork(int64_t delay_ms) override;
|
||||
CefRefPtr<CefClient> GetDefaultClient() override;
|
||||
};
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d4e111b0649264459c7acfdc4b5df8ba5d6a3f13$
|
||||
// $hash=36f3d78a68210e51b75e59dd8521c5d8bbfc12e9$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/download_item_ctocpp.h"
|
||||
@ -121,7 +121,7 @@ cef_download_interrupt_reason_t CefDownloadItemCToCpp::GetInterruptReason() {
|
||||
return _retval;
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") int64 CefDownloadItemCToCpp::GetCurrentSpeed() {
|
||||
NO_SANITIZE("cfi-icall") int64_t CefDownloadItemCToCpp::GetCurrentSpeed() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_download_item_t* _struct = GetStruct();
|
||||
@ -132,7 +132,7 @@ NO_SANITIZE("cfi-icall") int64 CefDownloadItemCToCpp::GetCurrentSpeed() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
int64 _retval = _struct->get_current_speed(_struct);
|
||||
int64_t _retval = _struct->get_current_speed(_struct);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
@ -155,7 +155,7 @@ NO_SANITIZE("cfi-icall") int CefDownloadItemCToCpp::GetPercentComplete() {
|
||||
return _retval;
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") int64 CefDownloadItemCToCpp::GetTotalBytes() {
|
||||
NO_SANITIZE("cfi-icall") int64_t CefDownloadItemCToCpp::GetTotalBytes() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_download_item_t* _struct = GetStruct();
|
||||
@ -166,13 +166,13 @@ NO_SANITIZE("cfi-icall") int64 CefDownloadItemCToCpp::GetTotalBytes() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
int64 _retval = _struct->get_total_bytes(_struct);
|
||||
int64_t _retval = _struct->get_total_bytes(_struct);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") int64 CefDownloadItemCToCpp::GetReceivedBytes() {
|
||||
NO_SANITIZE("cfi-icall") int64_t CefDownloadItemCToCpp::GetReceivedBytes() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_download_item_t* _struct = GetStruct();
|
||||
@ -183,7 +183,7 @@ NO_SANITIZE("cfi-icall") int64 CefDownloadItemCToCpp::GetReceivedBytes() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
int64 _retval = _struct->get_received_bytes(_struct);
|
||||
int64_t _retval = _struct->get_received_bytes(_struct);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
@ -242,7 +242,7 @@ NO_SANITIZE("cfi-icall") CefString CefDownloadItemCToCpp::GetFullPath() {
|
||||
return _retvalStr;
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") uint32 CefDownloadItemCToCpp::GetId() {
|
||||
NO_SANITIZE("cfi-icall") uint32_t CefDownloadItemCToCpp::GetId() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_download_item_t* _struct = GetStruct();
|
||||
@ -253,7 +253,7 @@ NO_SANITIZE("cfi-icall") uint32 CefDownloadItemCToCpp::GetId() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
uint32 _retval = _struct->get_id(_struct);
|
||||
uint32_t _retval = _struct->get_id(_struct);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=8db814c52f72368cb7dd612ed3d2efaccddb865c$
|
||||
// $hash=4422e2d57ebf8624ca57ad064cd78963c5de26ba$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_DOWNLOAD_ITEM_CTOCPP_H_
|
||||
@ -40,14 +40,14 @@ class CefDownloadItemCToCpp : public CefCToCppRefCounted<CefDownloadItemCToCpp,
|
||||
bool IsCanceled() override;
|
||||
bool IsInterrupted() override;
|
||||
cef_download_interrupt_reason_t GetInterruptReason() override;
|
||||
int64 GetCurrentSpeed() override;
|
||||
int64_t GetCurrentSpeed() override;
|
||||
int GetPercentComplete() override;
|
||||
int64 GetTotalBytes() override;
|
||||
int64 GetReceivedBytes() override;
|
||||
int64_t GetTotalBytes() override;
|
||||
int64_t GetReceivedBytes() override;
|
||||
CefBaseTime GetStartTime() override;
|
||||
CefBaseTime GetEndTime() override;
|
||||
CefString GetFullPath() override;
|
||||
uint32 GetId() override;
|
||||
uint32_t GetId() override;
|
||||
CefString GetURL() override;
|
||||
CefString GetOriginalUrl() override;
|
||||
CefString GetSuggestedFileName() override;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=94e3dd98f86cbce550ab941e8ad10fa5423ee44b$
|
||||
// $hash=52b39b5e284097cb9f674258a89680ca23adb2bb$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/frame_ctocpp.h"
|
||||
@ -315,7 +315,7 @@ NO_SANITIZE("cfi-icall") CefString CefFrameCToCpp::GetName() {
|
||||
return _retvalStr;
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") int64 CefFrameCToCpp::GetIdentifier() {
|
||||
NO_SANITIZE("cfi-icall") int64_t CefFrameCToCpp::GetIdentifier() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_frame_t* _struct = GetStruct();
|
||||
@ -326,7 +326,7 @@ NO_SANITIZE("cfi-icall") int64 CefFrameCToCpp::GetIdentifier() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
int64 _retval = _struct->get_identifier(_struct);
|
||||
int64_t _retval = _struct->get_identifier(_struct);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6b1e5c1fa56a6561a054d35866e1c598c7e64368$
|
||||
// $hash=6215ffe1d66a8b1fd9c9acbebfc792e5acc68490$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_FRAME_CTOCPP_H_
|
||||
@ -58,7 +58,7 @@ class CefFrameCToCpp
|
||||
bool IsMain() override;
|
||||
bool IsFocused() override;
|
||||
CefString GetName() override;
|
||||
int64 GetIdentifier() override;
|
||||
int64_t GetIdentifier() override;
|
||||
CefRefPtr<CefFrame> GetParent() override;
|
||||
CefString GetURL() override;
|
||||
CefRefPtr<CefBrowser> GetBrowser() override;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=2525282ec6eb7a1e2f59d464a2136466ecf1aa5b$
|
||||
// $hash=cc22e20810193cde875d9aa027dc140639060787$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/media_access_callback_ctocpp.h"
|
||||
@ -18,7 +18,7 @@
|
||||
// VIRTUAL METHODS - Body may be edited by hand.
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
void CefMediaAccessCallbackCToCpp::Continue(uint32 allowed_permissions) {
|
||||
void CefMediaAccessCallbackCToCpp::Continue(uint32_t allowed_permissions) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_media_access_callback_t* _struct = GetStruct();
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=44c5b964bd7f3953354c90ce10979b8612b05ae8$
|
||||
// $hash=36268cf93134620f9e6e79c4fc96c67cb8fa9570$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_MEDIA_ACCESS_CALLBACK_CTOCPP_H_
|
||||
@ -35,7 +35,7 @@ class CefMediaAccessCallbackCToCpp
|
||||
virtual ~CefMediaAccessCallbackCToCpp();
|
||||
|
||||
// CefMediaAccessCallback methods.
|
||||
void Continue(uint32 allowed_permissions) override;
|
||||
void Continue(uint32_t allowed_permissions) override;
|
||||
void Cancel() override;
|
||||
};
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=866524abe3d8f0ad9953a6364bbb49f625fe3a38$
|
||||
// $hash=2461a078bc8ccb378b66d02981ca0dbe0f631452$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/permission_handler_ctocpp.h"
|
||||
@ -26,7 +26,7 @@ bool CefPermissionHandlerCToCpp::OnRequestMediaAccessPermission(
|
||||
CefRefPtr<CefBrowser> browser,
|
||||
CefRefPtr<CefFrame> frame,
|
||||
const CefString& requesting_origin,
|
||||
uint32 requested_permissions,
|
||||
uint32_t requested_permissions,
|
||||
CefRefPtr<CefMediaAccessCallback> callback) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -71,9 +71,9 @@ bool CefPermissionHandlerCToCpp::OnRequestMediaAccessPermission(
|
||||
NO_SANITIZE("cfi-icall")
|
||||
bool CefPermissionHandlerCToCpp::OnShowPermissionPrompt(
|
||||
CefRefPtr<CefBrowser> browser,
|
||||
uint64 prompt_id,
|
||||
uint64_t prompt_id,
|
||||
const CefString& requesting_origin,
|
||||
uint32 requested_permissions,
|
||||
uint32_t requested_permissions,
|
||||
CefRefPtr<CefPermissionPromptCallback> callback) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -113,7 +113,7 @@ bool CefPermissionHandlerCToCpp::OnShowPermissionPrompt(
|
||||
NO_SANITIZE("cfi-icall")
|
||||
void CefPermissionHandlerCToCpp::OnDismissPermissionPrompt(
|
||||
CefRefPtr<CefBrowser> browser,
|
||||
uint64 prompt_id,
|
||||
uint64_t prompt_id,
|
||||
cef_permission_request_result_t result) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d04848217552f94ca2bd3647ce973b92a0e62a01$
|
||||
// $hash=71589a699700902297887e1f07de72df32630f15$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_PERMISSION_HANDLER_CTOCPP_H_
|
||||
@ -39,17 +39,17 @@ class CefPermissionHandlerCToCpp
|
||||
CefRefPtr<CefBrowser> browser,
|
||||
CefRefPtr<CefFrame> frame,
|
||||
const CefString& requesting_origin,
|
||||
uint32 requested_permissions,
|
||||
uint32_t requested_permissions,
|
||||
CefRefPtr<CefMediaAccessCallback> callback) override;
|
||||
bool OnShowPermissionPrompt(
|
||||
CefRefPtr<CefBrowser> browser,
|
||||
uint64 prompt_id,
|
||||
uint64_t prompt_id,
|
||||
const CefString& requesting_origin,
|
||||
uint32 requested_permissions,
|
||||
uint32_t requested_permissions,
|
||||
CefRefPtr<CefPermissionPromptCallback> callback) override;
|
||||
void OnDismissPermissionPrompt(
|
||||
CefRefPtr<CefBrowser> browser,
|
||||
uint64 prompt_id,
|
||||
uint64_t prompt_id,
|
||||
cef_permission_request_result_t result) override;
|
||||
};
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d38e55ad4edf278002de04d58023524d7ce633a8$
|
||||
// $hash=b13f9e52b84e1d9be3f7a43927002ae2e57d4636$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/read_handler_ctocpp.h"
|
||||
@ -42,7 +42,7 @@ size_t CefReadHandlerCToCpp::Read(void* ptr, size_t size, size_t n) {
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
int CefReadHandlerCToCpp::Seek(int64 offset, int whence) {
|
||||
int CefReadHandlerCToCpp::Seek(int64_t offset, int whence) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_read_handler_t* _struct = GetStruct();
|
||||
@ -59,7 +59,7 @@ int CefReadHandlerCToCpp::Seek(int64 offset, int whence) {
|
||||
return _retval;
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") int64 CefReadHandlerCToCpp::Tell() {
|
||||
NO_SANITIZE("cfi-icall") int64_t CefReadHandlerCToCpp::Tell() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_read_handler_t* _struct = GetStruct();
|
||||
@ -70,7 +70,7 @@ NO_SANITIZE("cfi-icall") int64 CefReadHandlerCToCpp::Tell() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
int64 _retval = _struct->tell(_struct);
|
||||
int64_t _retval = _struct->tell(_struct);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=d4b05ef2f8edd18da8b5ed9c5d4afe8162f81069$
|
||||
// $hash=9ff5c66c86a68f0a11093ca3e871261be66c16b9$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_READ_HANDLER_CTOCPP_H_
|
||||
@ -35,8 +35,8 @@ class CefReadHandlerCToCpp : public CefCToCppRefCounted<CefReadHandlerCToCpp,
|
||||
|
||||
// CefReadHandler methods.
|
||||
size_t Read(void* ptr, size_t size, size_t n) override;
|
||||
int Seek(int64 offset, int whence) override;
|
||||
int64 Tell() override;
|
||||
int Seek(int64_t offset, int whence) override;
|
||||
int64_t Tell() override;
|
||||
int Eof() override;
|
||||
bool MayBlock() override;
|
||||
};
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=6f9bdbf9eefdaee77d0e87c1c55b564752e903cd$
|
||||
// $hash=f8ac1c909cbcf2dfa78c14cfc790b5ea01b11dde$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/request_ctocpp.h"
|
||||
@ -432,7 +432,7 @@ CefRequest::TransitionType CefRequestCToCpp::GetTransitionType() {
|
||||
return _retval;
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") uint64 CefRequestCToCpp::GetIdentifier() {
|
||||
NO_SANITIZE("cfi-icall") uint64_t CefRequestCToCpp::GetIdentifier() {
|
||||
cef_request_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, get_identifier)) {
|
||||
return 0;
|
||||
@ -441,7 +441,7 @@ NO_SANITIZE("cfi-icall") uint64 CefRequestCToCpp::GetIdentifier() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
uint64 _retval = _struct->get_identifier(_struct);
|
||||
uint64_t _retval = _struct->get_identifier(_struct);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=7e87acb36c494058615248f36c7536368d3d5fb5$
|
||||
// $hash=cede9199ca4b019787a67fe4bc2cb739759f3cd6$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_REQUEST_CTOCPP_H_
|
||||
@ -60,7 +60,7 @@ class CefRequestCToCpp
|
||||
void SetFirstPartyForCookies(const CefString& url) override;
|
||||
ResourceType GetResourceType() override;
|
||||
TransitionType GetTransitionType() override;
|
||||
uint64 GetIdentifier() override;
|
||||
uint64_t GetIdentifier() override;
|
||||
};
|
||||
|
||||
#endif // CEF_LIBCEF_DLL_CTOCPP_REQUEST_CTOCPP_H_
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=e6ff075b94ab1f2196fd4ba112f014da22cfed8f$
|
||||
// $hash=c5c801a75133b150cef77b8dc88a544064cc74f0$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/resource_handler_ctocpp.h"
|
||||
@ -96,7 +96,7 @@ bool CefResourceHandlerCToCpp::ProcessRequest(CefRefPtr<CefRequest> request,
|
||||
NO_SANITIZE("cfi-icall")
|
||||
void CefResourceHandlerCToCpp::GetResponseHeaders(
|
||||
CefRefPtr<CefResponse> response,
|
||||
int64& response_length,
|
||||
int64_t& response_length,
|
||||
CefString& redirectUrl) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
@ -121,8 +121,8 @@ void CefResourceHandlerCToCpp::GetResponseHeaders(
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
bool CefResourceHandlerCToCpp::Skip(
|
||||
int64 bytes_to_skip,
|
||||
int64& bytes_skipped,
|
||||
int64_t bytes_to_skip,
|
||||
int64_t& bytes_skipped,
|
||||
CefRefPtr<CefResourceSkipCallback> callback) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=8cf5fea5fc1d33f8268a4608417a75ef6ee9bf51$
|
||||
// $hash=8fb252b18d67a1b189bd8eafeabde08bf28f0904$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_RESOURCE_HANDLER_CTOCPP_H_
|
||||
@ -41,10 +41,10 @@ class CefResourceHandlerCToCpp
|
||||
bool ProcessRequest(CefRefPtr<CefRequest> request,
|
||||
CefRefPtr<CefCallback> callback) override;
|
||||
void GetResponseHeaders(CefRefPtr<CefResponse> response,
|
||||
int64& response_length,
|
||||
int64_t& response_length,
|
||||
CefString& redirectUrl) override;
|
||||
bool Skip(int64 bytes_to_skip,
|
||||
int64& bytes_skipped,
|
||||
bool Skip(int64_t bytes_to_skip,
|
||||
int64_t& bytes_skipped,
|
||||
CefRefPtr<CefResourceSkipCallback> callback) override;
|
||||
bool Read(void* data_out,
|
||||
int bytes_to_read,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=bbb95fcb51fd9200a472d7a35f857750f4f8798b$
|
||||
// $hash=c83807dbfe712034b49de15498c682b0f0e42d71$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/resource_request_handler_ctocpp.h"
|
||||
@ -226,7 +226,7 @@ void CefResourceRequestHandlerCToCpp::OnResourceLoadComplete(
|
||||
CefRefPtr<CefRequest> request,
|
||||
CefRefPtr<CefResponse> response,
|
||||
URLRequestStatus status,
|
||||
int64 received_content_length) {
|
||||
int64_t received_content_length) {
|
||||
cef_resource_request_handler_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, on_resource_load_complete)) {
|
||||
return;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=4564ea5efd8c4be32e2df7c98fd70a645eb9f696$
|
||||
// $hash=7d93191b6f6cc58914df4909e3170d11fc826452$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_RESOURCE_REQUEST_HANDLER_CTOCPP_H_
|
||||
@ -66,7 +66,7 @@ class CefResourceRequestHandlerCToCpp
|
||||
CefRefPtr<CefRequest> request,
|
||||
CefRefPtr<CefResponse> response,
|
||||
URLRequestStatus status,
|
||||
int64 received_content_length) override;
|
||||
int64_t received_content_length) override;
|
||||
void OnProtocolExecution(CefRefPtr<CefBrowser> browser,
|
||||
CefRefPtr<CefFrame> frame,
|
||||
CefRefPtr<CefRequest> request,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=c91c9abe489d40b7841d1de59c7fecf6cf4af362$
|
||||
// $hash=454b004b9ea5060a540663985fcc76cbf250d69b$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/resource_skip_callback_ctocpp.h"
|
||||
@ -18,7 +18,7 @@
|
||||
// VIRTUAL METHODS - Body may be edited by hand.
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
void CefResourceSkipCallbackCToCpp::Continue(int64 bytes_skipped) {
|
||||
void CefResourceSkipCallbackCToCpp::Continue(int64_t bytes_skipped) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_resource_skip_callback_t* _struct = GetStruct();
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ace627f34f6c16512fb0d7a9a4ebb96e9c00c78d$
|
||||
// $hash=199035206a81ce991d025997baf3e64007d74c65$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_RESOURCE_SKIP_CALLBACK_CTOCPP_H_
|
||||
@ -35,7 +35,7 @@ class CefResourceSkipCallbackCToCpp
|
||||
virtual ~CefResourceSkipCallbackCToCpp();
|
||||
|
||||
// CefResourceSkipCallback methods.
|
||||
void Continue(int64 bytes_skipped) override;
|
||||
void Continue(int64_t bytes_skipped) override;
|
||||
};
|
||||
|
||||
#endif // CEF_LIBCEF_DLL_CTOCPP_RESOURCE_SKIP_CALLBACK_CTOCPP_H_
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=f1a9552e2522cec989f7267b64a4298964982d46$
|
||||
// $hash=c8c7a86f0fb91ad4ddca453253038e540b63f313$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/server_ctocpp.h"
|
||||
@ -22,7 +22,7 @@
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
void CefServer::CreateServer(const CefString& address,
|
||||
uint16 port,
|
||||
uint16_t port,
|
||||
int backlog,
|
||||
CefRefPtr<CefServerHandler> handler) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
@ -222,7 +222,7 @@ NO_SANITIZE("cfi-icall")
|
||||
void CefServerCToCpp::SendHttpResponse(int connection_id,
|
||||
int response_code,
|
||||
const CefString& content_type,
|
||||
int64 content_length,
|
||||
int64_t content_length,
|
||||
const HeaderMap& extra_headers) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=efb9652f9e2a17079ff20457264e8b0ecfd19499$
|
||||
// $hash=f46aa5f341aa11d832e6e90847eaa3fa3c8a84a8$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_SERVER_CTOCPP_H_
|
||||
@ -49,7 +49,7 @@ class CefServerCToCpp
|
||||
void SendHttpResponse(int connection_id,
|
||||
int response_code,
|
||||
const CefString& content_type,
|
||||
int64 content_length,
|
||||
int64_t content_length,
|
||||
const HeaderMap& extra_headers) override;
|
||||
void SendRawData(int connection_id,
|
||||
const void* data,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=baecf84629a6ee97545572b2973650c5d7938938$
|
||||
// $hash=c96da6d6c400b9d7ed7f60d94502fe933b63aba1$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/stream_reader_ctocpp.h"
|
||||
@ -107,7 +107,7 @@ size_t CefStreamReaderCToCpp::Read(void* ptr, size_t size, size_t n) {
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
int CefStreamReaderCToCpp::Seek(int64 offset, int whence) {
|
||||
int CefStreamReaderCToCpp::Seek(int64_t offset, int whence) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_stream_reader_t* _struct = GetStruct();
|
||||
@ -124,7 +124,7 @@ int CefStreamReaderCToCpp::Seek(int64 offset, int whence) {
|
||||
return _retval;
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") int64 CefStreamReaderCToCpp::Tell() {
|
||||
NO_SANITIZE("cfi-icall") int64_t CefStreamReaderCToCpp::Tell() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_stream_reader_t* _struct = GetStruct();
|
||||
@ -135,7 +135,7 @@ NO_SANITIZE("cfi-icall") int64 CefStreamReaderCToCpp::Tell() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
int64 _retval = _struct->tell(_struct);
|
||||
int64_t _retval = _struct->tell(_struct);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=8a1cd61b67d54a528ac936415fa11ff1936cd628$
|
||||
// $hash=f9d6d1b80e4e2d30bddc9eb6e473c1f530186654$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_STREAM_READER_CTOCPP_H_
|
||||
@ -35,8 +35,8 @@ class CefStreamReaderCToCpp : public CefCToCppRefCounted<CefStreamReaderCToCpp,
|
||||
|
||||
// CefStreamReader methods.
|
||||
size_t Read(void* ptr, size_t size, size_t n) override;
|
||||
int Seek(int64 offset, int whence) override;
|
||||
int64 Tell() override;
|
||||
int Seek(int64_t offset, int whence) override;
|
||||
int64_t Tell() override;
|
||||
int Eof() override;
|
||||
bool MayBlock() override;
|
||||
};
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=2bbeabe2eb7355b48188a0c0806fba7d08dc3144$
|
||||
// $hash=dcffd9ca0bb9504371e7c207e6e9768f9f4c31ae$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/stream_writer_ctocpp.h"
|
||||
@ -87,7 +87,7 @@ size_t CefStreamWriterCToCpp::Write(const void* ptr, size_t size, size_t n) {
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
int CefStreamWriterCToCpp::Seek(int64 offset, int whence) {
|
||||
int CefStreamWriterCToCpp::Seek(int64_t offset, int whence) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_stream_writer_t* _struct = GetStruct();
|
||||
@ -104,7 +104,7 @@ int CefStreamWriterCToCpp::Seek(int64 offset, int whence) {
|
||||
return _retval;
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") int64 CefStreamWriterCToCpp::Tell() {
|
||||
NO_SANITIZE("cfi-icall") int64_t CefStreamWriterCToCpp::Tell() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_stream_writer_t* _struct = GetStruct();
|
||||
@ -115,7 +115,7 @@ NO_SANITIZE("cfi-icall") int64 CefStreamWriterCToCpp::Tell() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
int64 _retval = _struct->tell(_struct);
|
||||
int64_t _retval = _struct->tell(_struct);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=f1156f9657858024d8d0dc20af0b5f53e82b5d74$
|
||||
// $hash=e5131e9cf438a098db3ceec47c2a666f703b6d10$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_STREAM_WRITER_CTOCPP_H_
|
||||
@ -35,8 +35,8 @@ class CefStreamWriterCToCpp : public CefCToCppRefCounted<CefStreamWriterCToCpp,
|
||||
|
||||
// CefStreamWriter methods.
|
||||
size_t Write(const void* ptr, size_t size, size_t n) override;
|
||||
int Seek(int64 offset, int whence) override;
|
||||
int64 Tell() override;
|
||||
int Seek(int64_t offset, int whence) override;
|
||||
int64_t Tell() override;
|
||||
int Flush() override;
|
||||
bool MayBlock() override;
|
||||
};
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=fbc7a64ec7f731112c32185bf2ecd9bfd9920a34$
|
||||
// $hash=f058d18f988de0b2bbc131907080bdef50fe6290$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/task_runner_ctocpp.h"
|
||||
@ -131,7 +131,7 @@ bool CefTaskRunnerCToCpp::PostTask(CefRefPtr<CefTask> task) {
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
bool CefTaskRunnerCToCpp::PostDelayedTask(CefRefPtr<CefTask> task,
|
||||
int64 delay_ms) {
|
||||
int64_t delay_ms) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_task_runner_t* _struct = GetStruct();
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=372cc40047bb36d78f80f4d1edbbba30faad2c7f$
|
||||
// $hash=614f17d01c97522a373ef4a4710202bbe6b76d11$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_TASK_RUNNER_CTOCPP_H_
|
||||
@ -38,7 +38,7 @@ class CefTaskRunnerCToCpp : public CefCToCppRefCounted<CefTaskRunnerCToCpp,
|
||||
bool BelongsToCurrentThread() override;
|
||||
bool BelongsToThread(CefThreadId threadId) override;
|
||||
bool PostTask(CefRefPtr<CefTask> task) override;
|
||||
bool PostDelayedTask(CefRefPtr<CefTask> task, int64 delay_ms) override;
|
||||
bool PostDelayedTask(CefRefPtr<CefTask> task, int64_t delay_ms) override;
|
||||
};
|
||||
|
||||
#endif // CEF_LIBCEF_DLL_CTOCPP_TASK_RUNNER_CTOCPP_H_
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=50c7d4b9b04e640de46aa816dc44b8eeb718cc79$
|
||||
// $hash=9d289e78e4406bbe55872a7132531c0b9673bc47$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/test/test_server_ctocpp.h"
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
CefRefPtr<CefTestServer> CefTestServer::CreateAndStart(
|
||||
uint16 port,
|
||||
uint16_t port,
|
||||
bool https_server,
|
||||
cef_test_cert_type_t https_cert_type,
|
||||
CefRefPtr<CefTestServerHandler> handler) {
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=01563ca6bfdf4177e300fd94befec528e5a3d2c8$
|
||||
// $hash=4d593132f79049ee1f5bc752b17d0a5c3a9aff91$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/urlrequest_client_ctocpp.h"
|
||||
@ -44,8 +44,8 @@ void CefURLRequestClientCToCpp::OnRequestComplete(
|
||||
NO_SANITIZE("cfi-icall")
|
||||
void CefURLRequestClientCToCpp::OnUploadProgress(
|
||||
CefRefPtr<CefURLRequest> request,
|
||||
int64 current,
|
||||
int64 total) {
|
||||
int64_t current,
|
||||
int64_t total) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_urlrequest_client_t* _struct = GetStruct();
|
||||
@ -69,8 +69,8 @@ void CefURLRequestClientCToCpp::OnUploadProgress(
|
||||
NO_SANITIZE("cfi-icall")
|
||||
void CefURLRequestClientCToCpp::OnDownloadProgress(
|
||||
CefRefPtr<CefURLRequest> request,
|
||||
int64 current,
|
||||
int64 total) {
|
||||
int64_t current,
|
||||
int64_t total) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_urlrequest_client_t* _struct = GetStruct();
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=50740eddae0ae234cf24d2b73eadcfdb16fcf0f0$
|
||||
// $hash=0b70adb9a01fcb166ffa6b310825a4d9679a8d23$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_URLREQUEST_CLIENT_CTOCPP_H_
|
||||
@ -37,11 +37,11 @@ class CefURLRequestClientCToCpp
|
||||
// CefURLRequestClient methods.
|
||||
void OnRequestComplete(CefRefPtr<CefURLRequest> request) override;
|
||||
void OnUploadProgress(CefRefPtr<CefURLRequest> request,
|
||||
int64 current,
|
||||
int64 total) override;
|
||||
int64_t current,
|
||||
int64_t total) override;
|
||||
void OnDownloadProgress(CefRefPtr<CefURLRequest> request,
|
||||
int64 current,
|
||||
int64 total) override;
|
||||
int64_t current,
|
||||
int64_t total) override;
|
||||
void OnDownloadData(CefRefPtr<CefURLRequest> request,
|
||||
const void* data,
|
||||
size_t data_length) override;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=2d4ed978e25a9db2be8740bb076b9750723e45e1$
|
||||
// $hash=459c331b0c02f55c4b700761ad2132d7320fd467$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/v8value_ctocpp.h"
|
||||
@ -56,7 +56,7 @@ CefRefPtr<CefV8Value> CefV8Value::CreateBool(bool value) {
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
CefRefPtr<CefV8Value> CefV8Value::CreateInt(int32 value) {
|
||||
CefRefPtr<CefV8Value> CefV8Value::CreateInt(int32_t value) {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
@ -67,7 +67,7 @@ CefRefPtr<CefV8Value> CefV8Value::CreateInt(int32 value) {
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
CefRefPtr<CefV8Value> CefV8Value::CreateUInt(uint32 value) {
|
||||
CefRefPtr<CefV8Value> CefV8Value::CreateUInt(uint32_t value) {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
@ -451,7 +451,7 @@ NO_SANITIZE("cfi-icall") bool CefV8ValueCToCpp::GetBoolValue() {
|
||||
return _retval ? true : false;
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") int32 CefV8ValueCToCpp::GetIntValue() {
|
||||
NO_SANITIZE("cfi-icall") int32_t CefV8ValueCToCpp::GetIntValue() {
|
||||
cef_v8value_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, get_int_value)) {
|
||||
return 0;
|
||||
@ -460,13 +460,13 @@ NO_SANITIZE("cfi-icall") int32 CefV8ValueCToCpp::GetIntValue() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
int32 _retval = _struct->get_int_value(_struct);
|
||||
int32_t _retval = _struct->get_int_value(_struct);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") uint32 CefV8ValueCToCpp::GetUIntValue() {
|
||||
NO_SANITIZE("cfi-icall") uint32_t CefV8ValueCToCpp::GetUIntValue() {
|
||||
cef_v8value_t* _struct = GetStruct();
|
||||
if (CEF_MEMBER_MISSING(_struct, get_uint_value)) {
|
||||
return 0;
|
||||
@ -475,7 +475,7 @@ NO_SANITIZE("cfi-icall") uint32 CefV8ValueCToCpp::GetUIntValue() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
uint32 _retval = _struct->get_uint_value(_struct);
|
||||
uint32_t _retval = _struct->get_uint_value(_struct);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ec4b3cb221b3fcfb0f8f5e35aa351d3696cb78bb$
|
||||
// $hash=cab5b018f6706a3c8496865e0c9f30fcbc94cdd8$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_V8VALUE_CTOCPP_H_
|
||||
@ -50,8 +50,8 @@ class CefV8ValueCToCpp
|
||||
bool IsPromise() override;
|
||||
bool IsSame(CefRefPtr<CefV8Value> that) override;
|
||||
bool GetBoolValue() override;
|
||||
int32 GetIntValue() override;
|
||||
uint32 GetUIntValue() override;
|
||||
int32_t GetIntValue() override;
|
||||
uint32_t GetUIntValue() override;
|
||||
double GetDoubleValue() override;
|
||||
CefBaseTime GetDateValue() override;
|
||||
CefString GetStringValue() override;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=b80bdf378a812e1ab80aaf67c1042c69223eaa6b$
|
||||
// $hash=d53ce4c040c4839540a656901efd75e55720de98$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/views/display_ctocpp.h"
|
||||
@ -164,7 +164,7 @@ CefRect CefDisplay::ConvertScreenRectFromPixels(const CefRect& rect) {
|
||||
|
||||
// VIRTUAL METHODS - Body may be edited by hand.
|
||||
|
||||
NO_SANITIZE("cfi-icall") int64 CefDisplayCToCpp::GetID() {
|
||||
NO_SANITIZE("cfi-icall") int64_t CefDisplayCToCpp::GetID() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_display_t* _struct = GetStruct();
|
||||
@ -175,7 +175,7 @@ NO_SANITIZE("cfi-icall") int64 CefDisplayCToCpp::GetID() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
int64 _retval = _struct->get_id(_struct);
|
||||
int64_t _retval = _struct->get_id(_struct);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=a05d5f989630c0c031cbe9cc04150a6e1e54c4d4$
|
||||
// $hash=344eaf627105f0a3b80b44e1d576baa7f2cdc47d$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_VIEWS_DISPLAY_CTOCPP_H_
|
||||
@ -33,7 +33,7 @@ class CefDisplayCToCpp
|
||||
virtual ~CefDisplayCToCpp();
|
||||
|
||||
// CefDisplay methods.
|
||||
int64 GetID() override;
|
||||
int64_t GetID() override;
|
||||
float GetDeviceScaleFactor() override;
|
||||
void ConvertPointToPixels(CefPoint& point) override;
|
||||
void ConvertPointFromPixels(CefPoint& point) override;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=30ee552d6bcf02136ce44a3bb5d0d0be7eb112c0$
|
||||
// $hash=29399b84620b09e086f65f712b50573d7fcd1be8$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/views/window_ctocpp.h"
|
||||
@ -589,7 +589,7 @@ NO_SANITIZE("cfi-icall") CefWindowHandle CefWindowCToCpp::GetWindowHandle() {
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
void CefWindowCToCpp::SendKeyPress(int key_code, uint32 event_flags) {
|
||||
void CefWindowCToCpp::SendKeyPress(int key_code, uint32_t event_flags) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_window_t* _struct = GetStruct();
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=a16d73107ffbbcdb06153c0bfcc5e4ac43bbadb0$
|
||||
// $hash=5ea05d2b5c24bfc214a529d62fba2e69ea626b78$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_VIEWS_WINDOW_CTOCPP_H_
|
||||
@ -70,7 +70,7 @@ class CefWindowCToCpp
|
||||
void SetDraggableRegions(
|
||||
const std::vector<CefDraggableRegion>& regions) override;
|
||||
CefWindowHandle GetWindowHandle() override;
|
||||
void SendKeyPress(int key_code, uint32 event_flags) override;
|
||||
void SendKeyPress(int key_code, uint32_t event_flags) override;
|
||||
void SendMouseMove(int screen_x, int screen_y) override;
|
||||
void SendMouseEvents(cef_mouse_button_type_t button,
|
||||
bool mouse_down,
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=39c5b39b7ba2c9b80a75e0c0882145842ee7200d$
|
||||
// $hash=5a17c94ca2e63c936ad570de435893b55326df42$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/waitable_event_ctocpp.h"
|
||||
@ -94,7 +94,8 @@ NO_SANITIZE("cfi-icall") void CefWaitableEventCToCpp::Wait() {
|
||||
_struct->wait(_struct);
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") bool CefWaitableEventCToCpp::TimedWait(int64 max_ms) {
|
||||
NO_SANITIZE("cfi-icall")
|
||||
bool CefWaitableEventCToCpp::TimedWait(int64_t max_ms) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_waitable_event_t* _struct = GetStruct();
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=ea92b8c5871694e9c32c29a5d554774afe7aa3dd$
|
||||
// $hash=587149e6f5d7d1dd1200f6ce7dd7294da82417cf$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_WAITABLE_EVENT_CTOCPP_H_
|
||||
@ -39,7 +39,7 @@ class CefWaitableEventCToCpp
|
||||
void Signal() override;
|
||||
bool IsSignaled() override;
|
||||
void Wait() override;
|
||||
bool TimedWait(int64 max_ms) override;
|
||||
bool TimedWait(int64_t max_ms) override;
|
||||
};
|
||||
|
||||
#endif // CEF_LIBCEF_DLL_CTOCPP_WAITABLE_EVENT_CTOCPP_H_
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=5bd2fb1e0278480edade1fa59ea7321ca39cfa19$
|
||||
// $hash=7e4a0a11aab2b3b4cfedb6cd6efe099b154a9063$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/write_handler_ctocpp.h"
|
||||
@ -42,7 +42,7 @@ size_t CefWriteHandlerCToCpp::Write(const void* ptr, size_t size, size_t n) {
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall")
|
||||
int CefWriteHandlerCToCpp::Seek(int64 offset, int whence) {
|
||||
int CefWriteHandlerCToCpp::Seek(int64_t offset, int whence) {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_write_handler_t* _struct = GetStruct();
|
||||
@ -59,7 +59,7 @@ int CefWriteHandlerCToCpp::Seek(int64 offset, int whence) {
|
||||
return _retval;
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") int64 CefWriteHandlerCToCpp::Tell() {
|
||||
NO_SANITIZE("cfi-icall") int64_t CefWriteHandlerCToCpp::Tell() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_write_handler_t* _struct = GetStruct();
|
||||
@ -70,7 +70,7 @@ NO_SANITIZE("cfi-icall") int64 CefWriteHandlerCToCpp::Tell() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
int64 _retval = _struct->tell(_struct);
|
||||
int64_t _retval = _struct->tell(_struct);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=56728a12a3e14ab71d1dee991a7912d5d3c111f6$
|
||||
// $hash=e5d33f6123dce1c11aaeb7fefe9d86eb244dda7e$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_WRITE_HANDLER_CTOCPP_H_
|
||||
@ -35,8 +35,8 @@ class CefWriteHandlerCToCpp : public CefCToCppRefCounted<CefWriteHandlerCToCpp,
|
||||
|
||||
// CefWriteHandler methods.
|
||||
size_t Write(const void* ptr, size_t size, size_t n) override;
|
||||
int Seek(int64 offset, int whence) override;
|
||||
int64 Tell() override;
|
||||
int Seek(int64_t offset, int whence) override;
|
||||
int64_t Tell() override;
|
||||
int Flush() override;
|
||||
bool MayBlock() override;
|
||||
};
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=1c8a7adb48ee3403ecae28f61f8f175fc819c2c3$
|
||||
// $hash=d1ddb1f38bfc28dec90884ee9cfc9e5e79583a4e$
|
||||
//
|
||||
|
||||
#include "libcef_dll/ctocpp/zip_reader_ctocpp.h"
|
||||
@ -137,7 +137,7 @@ NO_SANITIZE("cfi-icall") CefString CefZipReaderCToCpp::GetFileName() {
|
||||
return _retvalStr;
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") int64 CefZipReaderCToCpp::GetFileSize() {
|
||||
NO_SANITIZE("cfi-icall") int64_t CefZipReaderCToCpp::GetFileSize() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_zip_reader_t* _struct = GetStruct();
|
||||
@ -148,7 +148,7 @@ NO_SANITIZE("cfi-icall") int64 CefZipReaderCToCpp::GetFileSize() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
int64 _retval = _struct->get_file_size(_struct);
|
||||
int64_t _retval = _struct->get_file_size(_struct);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
@ -232,7 +232,7 @@ int CefZipReaderCToCpp::ReadFile(void* buffer, size_t bufferSize) {
|
||||
return _retval;
|
||||
}
|
||||
|
||||
NO_SANITIZE("cfi-icall") int64 CefZipReaderCToCpp::Tell() {
|
||||
NO_SANITIZE("cfi-icall") int64_t CefZipReaderCToCpp::Tell() {
|
||||
shutdown_checker::AssertNotShutdown();
|
||||
|
||||
cef_zip_reader_t* _struct = GetStruct();
|
||||
@ -243,7 +243,7 @@ NO_SANITIZE("cfi-icall") int64 CefZipReaderCToCpp::Tell() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
int64 _retval = _struct->tell(_struct);
|
||||
int64_t _retval = _struct->tell(_struct);
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=607dfcaa8f19f7510fc4f87fc31a8754369fdc3a$
|
||||
// $hash=78a547d4bdefaadebcaefda5fed81dfe0e0124cb$
|
||||
//
|
||||
|
||||
#ifndef CEF_LIBCEF_DLL_CTOCPP_ZIP_READER_CTOCPP_H_
|
||||
@ -39,12 +39,12 @@ class CefZipReaderCToCpp : public CefCToCppRefCounted<CefZipReaderCToCpp,
|
||||
bool MoveToFile(const CefString& fileName, bool caseSensitive) override;
|
||||
bool Close() override;
|
||||
CefString GetFileName() override;
|
||||
int64 GetFileSize() override;
|
||||
int64_t GetFileSize() override;
|
||||
CefBaseTime GetFileLastModified() override;
|
||||
bool OpenFile(const CefString& password) override;
|
||||
bool CloseFile() override;
|
||||
int ReadFile(void* buffer, size_t bufferSize) override;
|
||||
int64 Tell() override;
|
||||
int64_t Tell() override;
|
||||
bool Eof() override;
|
||||
};
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
// implementations. See the translator.README.txt file in the tools directory
|
||||
// for more information.
|
||||
//
|
||||
// $hash=aae38cfe93c23ba06455e792151df4294c3d5dde$
|
||||
// $hash=9d44fae857002c47910b25efb8e471ed453d2b55$
|
||||
//
|
||||
|
||||
#include "include/capi/cef_app_capi.h"
|
||||
@ -828,7 +828,7 @@ CEF_EXPORT int cef_post_task(cef_thread_id_t threadId,
|
||||
|
||||
CEF_EXPORT int cef_post_delayed_task(cef_thread_id_t threadId,
|
||||
struct _cef_task_t* task,
|
||||
int64 delay_ms) {
|
||||
int64_t delay_ms) {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Verify param: task; type: refptr_diff
|
||||
@ -873,11 +873,11 @@ CEF_EXPORT int cef_end_tracing(const cef_string_t* tracing_file,
|
||||
return _retval;
|
||||
}
|
||||
|
||||
CEF_EXPORT int64 cef_now_from_system_trace_time() {
|
||||
CEF_EXPORT int64_t cef_now_from_system_trace_time() {
|
||||
// AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING
|
||||
|
||||
// Execute
|
||||
int64 _retval = CefNowFromSystemTraceTime();
|
||||
int64_t _retval = CefNowFromSystemTraceTime();
|
||||
|
||||
// Return type: simple
|
||||
return _retval;
|
||||
|
@ -22,7 +22,7 @@ size_t CefByteReadHandler::Read(void* ptr, size_t size, size_t n) {
|
||||
return ret;
|
||||
}
|
||||
|
||||
int CefByteReadHandler::Seek(int64 offset, int whence) {
|
||||
int CefByteReadHandler::Seek(int64_t offset, int whence) {
|
||||
int rv = -1L;
|
||||
base::AutoLock lock_scope(lock_);
|
||||
switch (whence) {
|
||||
@ -35,9 +35,9 @@ int CefByteReadHandler::Seek(int64 offset, int whence) {
|
||||
break;
|
||||
case SEEK_END: {
|
||||
#if defined(OS_WIN)
|
||||
int64 offset_abs = _abs64(offset);
|
||||
int64_t offset_abs = _abs64(offset);
|
||||
#else
|
||||
int64 offset_abs = std::abs(offset);
|
||||
int64_t offset_abs = std::abs(offset);
|
||||
#endif
|
||||
if (offset_abs > size_) {
|
||||
break;
|
||||
@ -58,7 +58,7 @@ int CefByteReadHandler::Seek(int64 offset, int whence) {
|
||||
return rv;
|
||||
}
|
||||
|
||||
int64 CefByteReadHandler::Tell() {
|
||||
int64_t CefByteReadHandler::Tell() {
|
||||
base::AutoLock lock_scope(lock_);
|
||||
return offset_;
|
||||
}
|
||||
|
@ -67,14 +67,14 @@ bool CefPostTask(CefThreadId threadId, const base::RepeatingClosure& closure) {
|
||||
|
||||
bool CefPostDelayedTask(CefThreadId threadId,
|
||||
base::OnceClosure closure,
|
||||
int64 delay_ms) {
|
||||
int64_t delay_ms) {
|
||||
return CefPostDelayedTask(
|
||||
threadId, new CefOnceClosureTask(std::move(closure)), delay_ms);
|
||||
}
|
||||
|
||||
bool CefPostDelayedTask(CefThreadId threadId,
|
||||
const base::RepeatingClosure& closure,
|
||||
int64 delay_ms) {
|
||||
int64_t delay_ms) {
|
||||
return CefPostDelayedTask(threadId, new CefRepeatingClosureTask(closure),
|
||||
delay_ms);
|
||||
}
|
||||
|
@ -193,7 +193,7 @@ class CefMessageRouterBrowserSideImpl : public CefMessageRouterBrowserSide {
|
||||
public:
|
||||
CallbackImpl(CefRefPtr<CefMessageRouterBrowserSideImpl> router,
|
||||
int browser_id,
|
||||
int64 query_id,
|
||||
int64_t query_id,
|
||||
bool persistent)
|
||||
: router_(router),
|
||||
browser_id_(browser_id),
|
||||
@ -259,7 +259,7 @@ class CefMessageRouterBrowserSideImpl : public CefMessageRouterBrowserSide {
|
||||
private:
|
||||
CefRefPtr<CefMessageRouterBrowserSideImpl> router_;
|
||||
const int browser_id_;
|
||||
const int64 query_id_;
|
||||
const int64_t query_id_;
|
||||
const bool persistent_;
|
||||
|
||||
IMPLEMENT_REFCOUNTING(CallbackImpl);
|
||||
@ -393,7 +393,7 @@ class CefMessageRouterBrowserSideImpl : public CefMessageRouterBrowserSide {
|
||||
}
|
||||
|
||||
const int browser_id = browser->GetIdentifier();
|
||||
const int64 query_id = query_id_generator_.GetNextId();
|
||||
const int64_t query_id = query_id_generator_.GetNextId();
|
||||
|
||||
CefRefPtr<CallbackImpl> callback(
|
||||
new CallbackImpl(this, browser_id, query_id, persistent));
|
||||
@ -484,7 +484,7 @@ class CefMessageRouterBrowserSideImpl : public CefMessageRouterBrowserSide {
|
||||
// if the query is non-persistent. If |removed| is true the caller is
|
||||
// responsible for deleting the returned QueryInfo object.
|
||||
QueryInfo* GetQueryInfo(int browser_id,
|
||||
int64 query_id,
|
||||
int64_t query_id,
|
||||
bool always_remove,
|
||||
bool* removed) {
|
||||
class Visitor : public BrowserQueryInfoMap::Visitor {
|
||||
@ -518,7 +518,7 @@ class CefMessageRouterBrowserSideImpl : public CefMessageRouterBrowserSide {
|
||||
|
||||
// Called by CallbackImpl on success.
|
||||
void OnCallbackSuccess(int browser_id,
|
||||
int64 query_id,
|
||||
int64_t query_id,
|
||||
const CefString& response) {
|
||||
CEF_REQUIRE_UI_THREAD();
|
||||
|
||||
@ -534,7 +534,7 @@ class CefMessageRouterBrowserSideImpl : public CefMessageRouterBrowserSide {
|
||||
|
||||
// Called by CallbackImpl on failure.
|
||||
void OnCallbackFailure(int browser_id,
|
||||
int64 query_id,
|
||||
int64_t query_id,
|
||||
int error_code,
|
||||
const CefString& error_message) {
|
||||
CEF_REQUIRE_UI_THREAD();
|
||||
@ -599,7 +599,7 @@ class CefMessageRouterBrowserSideImpl : public CefMessageRouterBrowserSide {
|
||||
}
|
||||
|
||||
// Cancel a query that has already been sent to a handler.
|
||||
void CancelQuery(int64 query_id, QueryInfo* info, bool notify_renderer) {
|
||||
void CancelQuery(int64_t query_id, QueryInfo* info, bool notify_renderer) {
|
||||
if (notify_renderer) {
|
||||
SendQueryFailure(info, kCanceledErrorCode, kCanceledErrorMessage);
|
||||
}
|
||||
@ -707,7 +707,7 @@ class CefMessageRouterBrowserSideImpl : public CefMessageRouterBrowserSide {
|
||||
const std::string query_message_name_;
|
||||
const std::string cancel_message_name_;
|
||||
|
||||
IdGenerator<int64> query_id_generator_;
|
||||
IdGenerator<int64_t> query_id_generator_;
|
||||
|
||||
// Set of currently registered handlers. An entry is added when a handler is
|
||||
// registered and removed when a handler is unregistered.
|
||||
@ -718,7 +718,7 @@ class CefMessageRouterBrowserSideImpl : public CefMessageRouterBrowserSide {
|
||||
// indicates that it will handle the query and removed when either the query
|
||||
// is completed via the Callback, the query is explicitly canceled from the
|
||||
// renderer process, or the associated context is (or will be) released.
|
||||
using BrowserQueryInfoMap = CefBrowserInfoMap<int64, QueryInfo*>;
|
||||
using BrowserQueryInfoMap = CefBrowserInfoMap<int64_t, QueryInfo*>;
|
||||
BrowserQueryInfoMap browser_query_info_map_;
|
||||
};
|
||||
|
||||
|
@ -46,7 +46,7 @@ bool CefStreamResourceHandler::Open(CefRefPtr<CefRequest> request,
|
||||
|
||||
void CefStreamResourceHandler::GetResponseHeaders(
|
||||
CefRefPtr<CefResponse> response,
|
||||
int64& response_length,
|
||||
int64_t& response_length,
|
||||
CefString& redirectUrl) {
|
||||
CEF_REQUIRE_IO_THREAD();
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user