From b854992ae637d0f6c72eae93455a5822cc867f3c Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Thu, 1 Jun 2023 17:07:20 +0300 Subject: [PATCH] Update generated files for int/char typedef removal (see #3507) --- include/capi/cef_audio_handler_capi.h | 4 +- include/capi/cef_browser_capi.h | 8 +-- .../capi/cef_browser_process_handler_capi.h | 4 +- include/capi/cef_download_item_capi.h | 10 +-- include/capi/cef_frame_capi.h | 4 +- include/capi/cef_permission_handler_capi.h | 12 ++-- include/capi/cef_request_capi.h | 4 +- include/capi/cef_resource_handler_capi.h | 10 +-- .../capi/cef_resource_request_handler_capi.h | 4 +- include/capi/cef_server_capi.h | 6 +- include/capi/cef_stream_capi.h | 18 ++--- include/capi/cef_task_capi.h | 6 +- include/capi/cef_trace_capi.h | 4 +- include/capi/cef_urlrequest_capi.h | 10 +-- include/capi/cef_v8_capi.h | 10 +-- include/capi/cef_waitable_event_capi.h | 4 +- include/capi/cef_zip_reader_capi.h | 6 +- include/capi/test/cef_test_server_capi.h | 4 +- include/capi/views/cef_display_capi.h | 4 +- include/capi/views/cef_window_capi.h | 4 +- include/cef_api_hash.h | 8 +-- libcef_dll/cpptoc/audio_handler_cpptoc.cc | 4 +- libcef_dll/cpptoc/browser_cpptoc.cc | 8 +-- libcef_dll/cpptoc/browser_host_cpptoc.cc | 4 +- .../cpptoc/browser_process_handler_cpptoc.cc | 4 +- libcef_dll/cpptoc/download_item_cpptoc.cc | 18 ++--- libcef_dll/cpptoc/frame_cpptoc.cc | 6 +- .../cpptoc/media_access_callback_cpptoc.cc | 4 +- .../cpptoc/permission_handler_cpptoc.cc | 10 +-- libcef_dll/cpptoc/read_handler_cpptoc.cc | 8 +-- libcef_dll/cpptoc/request_cpptoc.cc | 6 +- libcef_dll/cpptoc/resource_handler_cpptoc.cc | 12 ++-- .../cpptoc/resource_request_handler_cpptoc.cc | 4 +- .../cpptoc/resource_skip_callback_cpptoc.cc | 4 +- libcef_dll/cpptoc/server_cpptoc.cc | 6 +- libcef_dll/cpptoc/stream_reader_cpptoc.cc | 8 +-- libcef_dll/cpptoc/stream_writer_cpptoc.cc | 8 +-- libcef_dll/cpptoc/task_runner_cpptoc.cc | 4 +- libcef_dll/cpptoc/test/test_server_cpptoc.cc | 4 +- libcef_dll/cpptoc/urlrequest_client_cpptoc.cc | 10 +-- libcef_dll/cpptoc/v8value_cpptoc.cc | 14 ++-- libcef_dll/cpptoc/views/display_cpptoc.cc | 6 +- libcef_dll/cpptoc/views/window_cpptoc.cc | 4 +- libcef_dll/cpptoc/waitable_event_cpptoc.cc | 4 +- libcef_dll/cpptoc/write_handler_cpptoc.cc | 8 +-- libcef_dll/cpptoc/zip_reader_cpptoc.cc | 10 +-- libcef_dll/ctocpp/audio_handler_ctocpp.cc | 4 +- libcef_dll/ctocpp/audio_handler_ctocpp.h | 4 +- libcef_dll/ctocpp/browser_ctocpp.cc | 12 ++-- libcef_dll/ctocpp/browser_ctocpp.h | 6 +- libcef_dll/ctocpp/browser_host_ctocpp.cc | 4 +- libcef_dll/ctocpp/browser_host_ctocpp.h | 4 +- .../ctocpp/browser_process_handler_ctocpp.cc | 5 +- .../ctocpp/browser_process_handler_ctocpp.h | 4 +- libcef_dll/ctocpp/download_item_ctocpp.cc | 18 ++--- libcef_dll/ctocpp/download_item_ctocpp.h | 10 +-- libcef_dll/ctocpp/frame_ctocpp.cc | 6 +- libcef_dll/ctocpp/frame_ctocpp.h | 4 +- .../ctocpp/media_access_callback_ctocpp.cc | 4 +- .../ctocpp/media_access_callback_ctocpp.h | 4 +- .../ctocpp/permission_handler_ctocpp.cc | 10 +-- libcef_dll/ctocpp/permission_handler_ctocpp.h | 10 +-- libcef_dll/ctocpp/read_handler_ctocpp.cc | 8 +-- libcef_dll/ctocpp/read_handler_ctocpp.h | 6 +- libcef_dll/ctocpp/request_ctocpp.cc | 6 +- libcef_dll/ctocpp/request_ctocpp.h | 4 +- libcef_dll/ctocpp/resource_handler_ctocpp.cc | 8 +-- libcef_dll/ctocpp/resource_handler_ctocpp.h | 8 +-- .../ctocpp/resource_request_handler_ctocpp.cc | 4 +- .../ctocpp/resource_request_handler_ctocpp.h | 4 +- .../ctocpp/resource_skip_callback_ctocpp.cc | 4 +- .../ctocpp/resource_skip_callback_ctocpp.h | 4 +- libcef_dll/ctocpp/server_ctocpp.cc | 6 +- libcef_dll/ctocpp/server_ctocpp.h | 4 +- libcef_dll/ctocpp/stream_reader_ctocpp.cc | 8 +-- libcef_dll/ctocpp/stream_reader_ctocpp.h | 6 +- libcef_dll/ctocpp/stream_writer_ctocpp.cc | 8 +-- libcef_dll/ctocpp/stream_writer_ctocpp.h | 6 +- libcef_dll/ctocpp/task_runner_ctocpp.cc | 4 +- libcef_dll/ctocpp/task_runner_ctocpp.h | 4 +- libcef_dll/ctocpp/test/test_server_ctocpp.cc | 4 +- libcef_dll/ctocpp/urlrequest_client_ctocpp.cc | 10 +-- libcef_dll/ctocpp/urlrequest_client_ctocpp.h | 10 +-- libcef_dll/ctocpp/v8value_ctocpp.cc | 14 ++-- libcef_dll/ctocpp/v8value_ctocpp.h | 6 +- libcef_dll/ctocpp/views/display_ctocpp.cc | 6 +- libcef_dll/ctocpp/views/display_ctocpp.h | 4 +- libcef_dll/ctocpp/views/window_ctocpp.cc | 4 +- libcef_dll/ctocpp/views/window_ctocpp.h | 4 +- libcef_dll/ctocpp/waitable_event_ctocpp.cc | 5 +- libcef_dll/ctocpp/waitable_event_ctocpp.h | 4 +- libcef_dll/ctocpp/write_handler_ctocpp.cc | 8 +-- libcef_dll/ctocpp/write_handler_ctocpp.h | 6 +- libcef_dll/ctocpp/zip_reader_ctocpp.cc | 10 +-- libcef_dll/ctocpp/zip_reader_ctocpp.h | 6 +- libcef_dll/libcef_dll.cc | 8 +-- libcef_dll/wrapper/cef_byte_read_handler.cc | 8 +-- libcef_dll/wrapper/cef_closure_task.cc | 4 +- libcef_dll/wrapper/cef_message_router.cc | 18 ++--- .../wrapper/cef_stream_resource_handler.cc | 2 +- libcef_dll/wrapper/libcef_dll_dylib.cc | 70 +++++++++---------- libcef_dll/wrapper/libcef_dll_wrapper.cc | 8 +-- 102 files changed, 377 insertions(+), 375 deletions(-) diff --git a/include/capi/cef_audio_handler_capi.h b/include/capi/cef_audio_handler_capi.h index 78af95ddb..03c9233a1 100644 --- a/include/capi/cef_audio_handler_capi.h +++ b/include/capi/cef_audio_handler_capi.h @@ -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 diff --git a/include/capi/cef_browser_capi.h b/include/capi/cef_browser_capi.h index 244a20cd2..1fee098c3 100644 --- a/include/capi/cef_browser_capi.h +++ b/include/capi/cef_browser_capi.h @@ -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); diff --git a/include/capi/cef_browser_process_handler_capi.h b/include/capi/cef_browser_process_handler_capi.h index 043deb4d8..42324c028 100644 --- a/include/capi/cef_browser_process_handler_capi.h +++ b/include/capi/cef_browser_process_handler_capi.h @@ -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 diff --git a/include/capi/cef_download_item_capi.h b/include/capi/cef_download_item_capi.h index 366e223f9..059d9627c 100644 --- a/include/capi/cef_download_item_capi.h +++ b/include/capi/cef_download_item_capi.h @@ -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. diff --git a/include/capi/cef_frame_capi.h b/include/capi/cef_frame_capi.h index 56fa8aa66..ae169cfd8 100644 --- a/include/capi/cef_frame_capi.h +++ b/include/capi/cef_frame_capi.h @@ -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) diff --git a/include/capi/cef_permission_handler_capi.h b/include/capi/cef_permission_handler_capi.h index 67d8f0b93..44f211a34 100644 --- a/include/capi/cef_permission_handler_capi.h +++ b/include/capi/cef_permission_handler_capi.h @@ -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; diff --git a/include/capi/cef_request_capi.h b/include/capi/cef_request_capi.h index 9ac916576..50df9f099 100644 --- a/include/capi/cef_request_capi.h +++ b/include/capi/cef_request_capi.h @@ -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; /// diff --git a/include/capi/cef_resource_handler_capi.h b/include/capi/cef_resource_handler_capi.h index bad0b85ad..355fecc20 100644 --- a/include/capi/cef_resource_handler_capi.h +++ b/include/capi/cef_resource_handler_capi.h @@ -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); /// diff --git a/include/capi/cef_resource_request_handler_capi.h b/include/capi/cef_resource_request_handler_capi.h index 184055628..b6b735cb2 100644 --- a/include/capi/cef_resource_request_handler_capi.h +++ b/include/capi/cef_resource_request_handler_capi.h @@ -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 diff --git a/include/capi/cef_server_capi.h b/include/capi/cef_server_capi.h index d1d2d943d..a0644c14e 100644 --- a/include/capi/cef_server_capi.h +++ b/include/capi/cef_server_capi.h @@ -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); diff --git a/include/capi/cef_stream_capi.h b/include/capi/cef_stream_capi.h index c425b1fe2..e3cd57bac 100644 --- a/include/capi/cef_stream_capi.h +++ b/include/capi/cef_stream_capi.h @@ -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. diff --git a/include/capi/cef_task_capi.h b/include/capi/cef_task_capi.h index 3a04e6bce..dbe5f44b1 100644 --- a/include/capi/cef_task_capi.h +++ b/include/capi/cef_task_capi.h @@ -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 } diff --git a/include/capi/cef_trace_capi.h b/include/capi/cef_trace_capi.h index 183ccdada..7c3645dee 100644 --- a/include/capi/cef_trace_capi.h +++ b/include/capi/cef_trace_capi.h @@ -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 } diff --git a/include/capi/cef_urlrequest_capi.h b/include/capi/cef_urlrequest_capi.h index d54ffb78c..6db921d1d 100644 --- a/include/capi/cef_urlrequest_capi.h +++ b/include/capi/cef_urlrequest_capi.h @@ -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 diff --git a/include/capi/cef_v8_capi.h b/include/capi/cef_v8_capi.h index 7119475eb..0bb3a0404 100644 --- a/include/capi/cef_v8_capi.h +++ b/include/capi/cef_v8_capi.h @@ -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. diff --git a/include/capi/cef_waitable_event_capi.h b/include/capi/cef_waitable_event_capi.h index 1f5431c7f..9e8bc1bc2 100644 --- a/include/capi/cef_waitable_event_capi.h +++ b/include/capi/cef_waitable_event_capi.h @@ -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; /// diff --git a/include/capi/cef_zip_reader_capi.h b/include/capi/cef_zip_reader_capi.h index 05c9cd2e3..e5a2a7d3f 100644 --- a/include/capi/cef_zip_reader_capi.h +++ b/include/capi/cef_zip_reader_capi.h @@ -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. diff --git a/include/capi/test/cef_test_server_capi.h b/include/capi/test/cef_test_server_capi.h index ba30e6840..1741922e6 100644 --- a/include/capi/test/cef_test_server_capi.h +++ b/include/capi/test/cef_test_server_capi.h @@ -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); diff --git a/include/capi/views/cef_display_capi.h b/include/capi/views/cef_display_capi.h index 3c36324db..031cb5145 100644 --- a/include/capi/views/cef_display_capi.h +++ b/include/capi/views/cef_display_capi.h @@ -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 diff --git a/include/capi/views/cef_window_capi.h b/include/capi/views/cef_window_capi.h index 912e4ba67..ac03e10c9 100644 --- a/include/capi/views/cef_window_capi.h +++ b/include/capi/views/cef_window_capi.h @@ -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 diff --git a/include/cef_api_hash.h b/include/cef_api_hash.h index 52544475f..7a7e354a8 100644 --- a/include/cef_api_hash.h +++ b/include/cef_api_hash.h @@ -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 diff --git a/libcef_dll/cpptoc/audio_handler_cpptoc.cc b/libcef_dll/cpptoc/audio_handler_cpptoc.cc index 543c9e821..15bbdd7b8 100644 --- a/libcef_dll/cpptoc/audio_handler_cpptoc.cc +++ b/libcef_dll/cpptoc/audio_handler_cpptoc.cc @@ -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 diff --git a/libcef_dll/cpptoc/browser_cpptoc.cc b/libcef_dll/cpptoc/browser_cpptoc.cc index a0a01e658..e19be1056 100644 --- a/libcef_dll/cpptoc/browser_cpptoc.cc +++ b/libcef_dll/cpptoc/browser_cpptoc.cc @@ -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 identifiersList; + std::vector identifiersList; if (identifiersCount && *identifiersCount > 0 && identifiers) { for (size_t i = 0; i < *identifiersCount; ++i) { identifiersList.push_back(identifiers[i]); diff --git a/libcef_dll/cpptoc/browser_host_cpptoc.cc b/libcef_dll/cpptoc/browser_host_cpptoc.cc index 0f8c5ed31..6f29439ce 100644 --- a/libcef_dll/cpptoc/browser_host_cpptoc.cc +++ b/libcef_dll/cpptoc/browser_host_cpptoc.cc @@ -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(); diff --git a/libcef_dll/cpptoc/browser_process_handler_cpptoc.cc b/libcef_dll/cpptoc/browser_process_handler_cpptoc.cc index c9878339d..3e29a368d 100644 --- a/libcef_dll/cpptoc/browser_process_handler_cpptoc.cc +++ b/libcef_dll/cpptoc/browser_process_handler_cpptoc.cc @@ -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); diff --git a/libcef_dll/cpptoc/download_item_cpptoc.cc b/libcef_dll/cpptoc/download_item_cpptoc.cc index 3744b7680..383c6b85a 100644 --- a/libcef_dll/cpptoc/download_item_cpptoc.cc +++ b/libcef_dll/cpptoc/download_item_cpptoc.cc @@ -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; diff --git a/libcef_dll/cpptoc/frame_cpptoc.cc b/libcef_dll/cpptoc/frame_cpptoc.cc index 2a9aded57..234bf4ceb 100644 --- a/libcef_dll/cpptoc/frame_cpptoc.cc +++ b/libcef_dll/cpptoc/frame_cpptoc.cc @@ -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; diff --git a/libcef_dll/cpptoc/media_access_callback_cpptoc.cc b/libcef_dll/cpptoc/media_access_callback_cpptoc.cc index ae4fb720d..5dd841c19 100644 --- a/libcef_dll/cpptoc/media_access_callback_cpptoc.cc +++ b/libcef_dll/cpptoc/media_access_callback_cpptoc.cc @@ -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 diff --git a/libcef_dll/cpptoc/permission_handler_cpptoc.cc b/libcef_dll/cpptoc/permission_handler_cpptoc.cc index e8913eab7..f30578a8e 100644 --- a/libcef_dll/cpptoc/permission_handler_cpptoc.cc +++ b/libcef_dll/cpptoc/permission_handler_cpptoc.cc @@ -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(); diff --git a/libcef_dll/cpptoc/read_handler_cpptoc.cc b/libcef_dll/cpptoc/read_handler_cpptoc.cc index 3173e51ba..33e7bab0c 100644 --- a/libcef_dll/cpptoc/read_handler_cpptoc.cc +++ b/libcef_dll/cpptoc/read_handler_cpptoc.cc @@ -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; diff --git a/libcef_dll/cpptoc/request_cpptoc.cc b/libcef_dll/cpptoc/request_cpptoc.cc index 340ad90c7..2b7d54af5 100644 --- a/libcef_dll/cpptoc/request_cpptoc.cc +++ b/libcef_dll/cpptoc/request_cpptoc.cc @@ -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; diff --git a/libcef_dll/cpptoc/resource_handler_cpptoc.cc b/libcef_dll/cpptoc/resource_handler_cpptoc.cc index e49502bba..47566233e 100644 --- a/libcef_dll/cpptoc/resource_handler_cpptoc.cc +++ b/libcef_dll/cpptoc/resource_handler_cpptoc.cc @@ -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( diff --git a/libcef_dll/cpptoc/resource_request_handler_cpptoc.cc b/libcef_dll/cpptoc/resource_request_handler_cpptoc.cc index bd8af2636..b21262915 100644 --- a/libcef_dll/cpptoc/resource_request_handler_cpptoc.cc +++ b/libcef_dll/cpptoc/resource_request_handler_cpptoc.cc @@ -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); diff --git a/libcef_dll/cpptoc/resource_skip_callback_cpptoc.cc b/libcef_dll/cpptoc/resource_skip_callback_cpptoc.cc index ac23118f5..1379f9298 100644 --- a/libcef_dll/cpptoc/resource_skip_callback_cpptoc.cc +++ b/libcef_dll/cpptoc/resource_skip_callback_cpptoc.cc @@ -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 diff --git a/libcef_dll/cpptoc/server_cpptoc.cc b/libcef_dll/cpptoc/server_cpptoc.cc index 8e71aa04f..2cbf9a724 100644 --- a/libcef_dll/cpptoc/server_cpptoc.cc +++ b/libcef_dll/cpptoc/server_cpptoc.cc @@ -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(); diff --git a/libcef_dll/cpptoc/stream_reader_cpptoc.cc b/libcef_dll/cpptoc/stream_reader_cpptoc.cc index 7e6161938..2f9e217e1 100644 --- a/libcef_dll/cpptoc/stream_reader_cpptoc.cc +++ b/libcef_dll/cpptoc/stream_reader_cpptoc.cc @@ -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; diff --git a/libcef_dll/cpptoc/stream_writer_cpptoc.cc b/libcef_dll/cpptoc/stream_writer_cpptoc.cc index e02ee594e..9047eb2c4 100644 --- a/libcef_dll/cpptoc/stream_writer_cpptoc.cc +++ b/libcef_dll/cpptoc/stream_writer_cpptoc.cc @@ -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; diff --git a/libcef_dll/cpptoc/task_runner_cpptoc.cc b/libcef_dll/cpptoc/task_runner_cpptoc.cc index 9aae9a407..bbaa1989e 100644 --- a/libcef_dll/cpptoc/task_runner_cpptoc.cc +++ b/libcef_dll/cpptoc/task_runner_cpptoc.cc @@ -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 diff --git a/libcef_dll/cpptoc/test/test_server_cpptoc.cc b/libcef_dll/cpptoc/test/test_server_cpptoc.cc index e3775693e..f59ab1e39 100644 --- a/libcef_dll/cpptoc/test/test_server_cpptoc.cc +++ b/libcef_dll/cpptoc/test/test_server_cpptoc.cc @@ -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) { diff --git a/libcef_dll/cpptoc/urlrequest_client_cpptoc.cc b/libcef_dll/cpptoc/urlrequest_client_cpptoc.cc index 41908fee7..119b58ec0 100644 --- a/libcef_dll/cpptoc/urlrequest_client_cpptoc.cc +++ b/libcef_dll/cpptoc/urlrequest_client_cpptoc.cc @@ -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 diff --git a/libcef_dll/cpptoc/v8value_cpptoc.cc b/libcef_dll/cpptoc/v8value_cpptoc.cc index a322c771e..8031a7165 100644 --- a/libcef_dll/cpptoc/v8value_cpptoc.cc +++ b/libcef_dll/cpptoc/v8value_cpptoc.cc @@ -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; diff --git a/libcef_dll/cpptoc/views/display_cpptoc.cc b/libcef_dll/cpptoc/views/display_cpptoc.cc index 326a0d449..e056d24c9 100644 --- a/libcef_dll/cpptoc/views/display_cpptoc.cc +++ b/libcef_dll/cpptoc/views/display_cpptoc.cc @@ -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; diff --git a/libcef_dll/cpptoc/views/window_cpptoc.cc b/libcef_dll/cpptoc/views/window_cpptoc.cc index cc124daad..0408a4203 100644 --- a/libcef_dll/cpptoc/views/window_cpptoc.cc +++ b/libcef_dll/cpptoc/views/window_cpptoc.cc @@ -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 diff --git a/libcef_dll/cpptoc/waitable_event_cpptoc.cc b/libcef_dll/cpptoc/waitable_event_cpptoc.cc index 94d5365a5..39b3e4ed6 100644 --- a/libcef_dll/cpptoc/waitable_event_cpptoc.cc +++ b/libcef_dll/cpptoc/waitable_event_cpptoc.cc @@ -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 diff --git a/libcef_dll/cpptoc/write_handler_cpptoc.cc b/libcef_dll/cpptoc/write_handler_cpptoc.cc index 0c16c72ff..f0a9e59a8 100644 --- a/libcef_dll/cpptoc/write_handler_cpptoc.cc +++ b/libcef_dll/cpptoc/write_handler_cpptoc.cc @@ -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; diff --git a/libcef_dll/cpptoc/zip_reader_cpptoc.cc b/libcef_dll/cpptoc/zip_reader_cpptoc.cc index e8b3c265b..ebb06a195 100644 --- a/libcef_dll/cpptoc/zip_reader_cpptoc.cc +++ b/libcef_dll/cpptoc/zip_reader_cpptoc.cc @@ -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; diff --git a/libcef_dll/ctocpp/audio_handler_ctocpp.cc b/libcef_dll/ctocpp/audio_handler_ctocpp.cc index 8f72e7cbe..c58f7035e 100644 --- a/libcef_dll/ctocpp/audio_handler_ctocpp.cc +++ b/libcef_dll/ctocpp/audio_handler_ctocpp.cc @@ -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 browser, const float** data, int frames, - int64 pts) { + int64_t pts) { shutdown_checker::AssertNotShutdown(); cef_audio_handler_t* _struct = GetStruct(); diff --git a/libcef_dll/ctocpp/audio_handler_ctocpp.h b/libcef_dll/ctocpp/audio_handler_ctocpp.h index 07bf46b63..c2d5b6484 100644 --- a/libcef_dll/ctocpp/audio_handler_ctocpp.h +++ b/libcef_dll/ctocpp/audio_handler_ctocpp.h @@ -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 browser, const float** data, int frames, - int64 pts) override; + int64_t pts) override; void OnAudioStreamStopped(CefRefPtr browser) override; void OnAudioStreamError(CefRefPtr browser, const CefString& message) override; diff --git a/libcef_dll/ctocpp/browser_ctocpp.cc b/libcef_dll/ctocpp/browser_ctocpp.cc index 777014f3e..98db03b5d 100644 --- a/libcef_dll/ctocpp/browser_ctocpp.cc +++ b/libcef_dll/ctocpp/browser_ctocpp.cc @@ -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 CefBrowserCToCpp::GetFocusedFrame() { } NO_SANITIZE("cfi-icall") -CefRefPtr CefBrowserCToCpp::GetFrame(int64 identifier) { +CefRefPtr 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& identifiers) { +void CefBrowserCToCpp::GetFrameIdentifiers(std::vector& identifiers) { shutdown_checker::AssertNotShutdown(); cef_browser_t* _struct = GetStruct(); @@ -355,12 +355,12 @@ void CefBrowserCToCpp::GetFrameIdentifiers(std::vector& 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) { diff --git a/libcef_dll/ctocpp/browser_ctocpp.h b/libcef_dll/ctocpp/browser_ctocpp.h index dcb1fb3a3..1d6bb1221 100644 --- a/libcef_dll/ctocpp/browser_ctocpp.h +++ b/libcef_dll/ctocpp/browser_ctocpp.h @@ -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 GetMainFrame() override; CefRefPtr GetFocusedFrame() override; - CefRefPtr GetFrame(int64 identifier) override; + CefRefPtr GetFrame(int64_t identifier) override; CefRefPtr GetFrame(const CefString& name) override; size_t GetFrameCount() override; - void GetFrameIdentifiers(std::vector& identifiers) override; + void GetFrameIdentifiers(std::vector& identifiers) override; void GetFrameNames(std::vector& names) override; }; diff --git a/libcef_dll/ctocpp/browser_host_ctocpp.cc b/libcef_dll/ctocpp/browser_host_ctocpp.cc index aae3e7005..0fc4ba13b 100644 --- a/libcef_dll/ctocpp/browser_host_ctocpp.cc +++ b/libcef_dll/ctocpp/browser_host_ctocpp.cc @@ -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 callback) { shutdown_checker::AssertNotShutdown(); diff --git a/libcef_dll/ctocpp/browser_host_ctocpp.h b/libcef_dll/ctocpp/browser_host_ctocpp.h index b721a69b0..03829b895 100644 --- a/libcef_dll/ctocpp/browser_host_ctocpp.h +++ b/libcef_dll/ctocpp/browser_host_ctocpp.h @@ -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 callback) override; void Print() override; diff --git a/libcef_dll/ctocpp/browser_process_handler_ctocpp.cc b/libcef_dll/ctocpp/browser_process_handler_ctocpp.cc index 749d52393..092d91707 100644 --- a/libcef_dll/ctocpp/browser_process_handler_ctocpp.cc +++ b/libcef_dll/ctocpp/browser_process_handler_ctocpp.cc @@ -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; diff --git a/libcef_dll/ctocpp/browser_process_handler_ctocpp.h b/libcef_dll/ctocpp/browser_process_handler_ctocpp.h index 9b2095212..2e61fc2d3 100644 --- a/libcef_dll/ctocpp/browser_process_handler_ctocpp.h +++ b/libcef_dll/ctocpp/browser_process_handler_ctocpp.h @@ -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 command_line) override; - void OnScheduleMessagePumpWork(int64 delay_ms) override; + void OnScheduleMessagePumpWork(int64_t delay_ms) override; CefRefPtr GetDefaultClient() override; }; diff --git a/libcef_dll/ctocpp/download_item_ctocpp.cc b/libcef_dll/ctocpp/download_item_ctocpp.cc index bbe9be342..369d80c1d 100644 --- a/libcef_dll/ctocpp/download_item_ctocpp.cc +++ b/libcef_dll/ctocpp/download_item_ctocpp.cc @@ -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; diff --git a/libcef_dll/ctocpp/download_item_ctocpp.h b/libcef_dll/ctocpp/download_item_ctocpp.h index b22ba37a7..b517cc136 100644 --- a/libcef_dll/ctocpp/download_item_ctocpp.h +++ b/libcef_dll/ctocpp/download_item_ctocpp.h @@ -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 CefCToCppRefCountedget_identifier(_struct); + int64_t _retval = _struct->get_identifier(_struct); // Return type: simple return _retval; diff --git a/libcef_dll/ctocpp/frame_ctocpp.h b/libcef_dll/ctocpp/frame_ctocpp.h index 1dcabfbd6..37ead052a 100644 --- a/libcef_dll/ctocpp/frame_ctocpp.h +++ b/libcef_dll/ctocpp/frame_ctocpp.h @@ -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 GetParent() override; CefString GetURL() override; CefRefPtr GetBrowser() override; diff --git a/libcef_dll/ctocpp/media_access_callback_ctocpp.cc b/libcef_dll/ctocpp/media_access_callback_ctocpp.cc index 43082f3a0..5efbed0b2 100644 --- a/libcef_dll/ctocpp/media_access_callback_ctocpp.cc +++ b/libcef_dll/ctocpp/media_access_callback_ctocpp.cc @@ -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(); diff --git a/libcef_dll/ctocpp/media_access_callback_ctocpp.h b/libcef_dll/ctocpp/media_access_callback_ctocpp.h index 730c36212..b59093713 100644 --- a/libcef_dll/ctocpp/media_access_callback_ctocpp.h +++ b/libcef_dll/ctocpp/media_access_callback_ctocpp.h @@ -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; }; diff --git a/libcef_dll/ctocpp/permission_handler_ctocpp.cc b/libcef_dll/ctocpp/permission_handler_ctocpp.cc index 792180eb7..25146ec1f 100644 --- a/libcef_dll/ctocpp/permission_handler_ctocpp.cc +++ b/libcef_dll/ctocpp/permission_handler_ctocpp.cc @@ -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 browser, CefRefPtr frame, const CefString& requesting_origin, - uint32 requested_permissions, + uint32_t requested_permissions, CefRefPtr callback) { shutdown_checker::AssertNotShutdown(); @@ -71,9 +71,9 @@ bool CefPermissionHandlerCToCpp::OnRequestMediaAccessPermission( NO_SANITIZE("cfi-icall") bool CefPermissionHandlerCToCpp::OnShowPermissionPrompt( CefRefPtr browser, - uint64 prompt_id, + uint64_t prompt_id, const CefString& requesting_origin, - uint32 requested_permissions, + uint32_t requested_permissions, CefRefPtr callback) { shutdown_checker::AssertNotShutdown(); @@ -113,7 +113,7 @@ bool CefPermissionHandlerCToCpp::OnShowPermissionPrompt( NO_SANITIZE("cfi-icall") void CefPermissionHandlerCToCpp::OnDismissPermissionPrompt( CefRefPtr browser, - uint64 prompt_id, + uint64_t prompt_id, cef_permission_request_result_t result) { shutdown_checker::AssertNotShutdown(); diff --git a/libcef_dll/ctocpp/permission_handler_ctocpp.h b/libcef_dll/ctocpp/permission_handler_ctocpp.h index 20a9cea1c..6f4d52104 100644 --- a/libcef_dll/ctocpp/permission_handler_ctocpp.h +++ b/libcef_dll/ctocpp/permission_handler_ctocpp.h @@ -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 browser, CefRefPtr frame, const CefString& requesting_origin, - uint32 requested_permissions, + uint32_t requested_permissions, CefRefPtr callback) override; bool OnShowPermissionPrompt( CefRefPtr browser, - uint64 prompt_id, + uint64_t prompt_id, const CefString& requesting_origin, - uint32 requested_permissions, + uint32_t requested_permissions, CefRefPtr callback) override; void OnDismissPermissionPrompt( CefRefPtr browser, - uint64 prompt_id, + uint64_t prompt_id, cef_permission_request_result_t result) override; }; diff --git a/libcef_dll/ctocpp/read_handler_ctocpp.cc b/libcef_dll/ctocpp/read_handler_ctocpp.cc index 52a273578..6cb33b0d2 100644 --- a/libcef_dll/ctocpp/read_handler_ctocpp.cc +++ b/libcef_dll/ctocpp/read_handler_ctocpp.cc @@ -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; diff --git a/libcef_dll/ctocpp/read_handler_ctocpp.h b/libcef_dll/ctocpp/read_handler_ctocpp.h index 546462a4d..2dd9613c7 100644 --- a/libcef_dll/ctocpp/read_handler_ctocpp.h +++ b/libcef_dll/ctocpp/read_handler_ctocpp.h @@ -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 CefCToCppRefCountedget_identifier(_struct); + uint64_t _retval = _struct->get_identifier(_struct); // Return type: simple return _retval; diff --git a/libcef_dll/ctocpp/request_ctocpp.h b/libcef_dll/ctocpp/request_ctocpp.h index 7b3b66542..d76bdde21 100644 --- a/libcef_dll/ctocpp/request_ctocpp.h +++ b/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=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_ diff --git a/libcef_dll/ctocpp/resource_handler_ctocpp.cc b/libcef_dll/ctocpp/resource_handler_ctocpp.cc index 0bd7850a6..44756e7c2 100644 --- a/libcef_dll/ctocpp/resource_handler_ctocpp.cc +++ b/libcef_dll/ctocpp/resource_handler_ctocpp.cc @@ -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 request, NO_SANITIZE("cfi-icall") void CefResourceHandlerCToCpp::GetResponseHeaders( CefRefPtr 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 callback) { shutdown_checker::AssertNotShutdown(); diff --git a/libcef_dll/ctocpp/resource_handler_ctocpp.h b/libcef_dll/ctocpp/resource_handler_ctocpp.h index da05687c8..aea0c4f1f 100644 --- a/libcef_dll/ctocpp/resource_handler_ctocpp.h +++ b/libcef_dll/ctocpp/resource_handler_ctocpp.h @@ -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 request, CefRefPtr callback) override; void GetResponseHeaders(CefRefPtr 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 callback) override; bool Read(void* data_out, int bytes_to_read, diff --git a/libcef_dll/ctocpp/resource_request_handler_ctocpp.cc b/libcef_dll/ctocpp/resource_request_handler_ctocpp.cc index 95d318565..ec48cb6f3 100644 --- a/libcef_dll/ctocpp/resource_request_handler_ctocpp.cc +++ b/libcef_dll/ctocpp/resource_request_handler_ctocpp.cc @@ -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 request, CefRefPtr 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; diff --git a/libcef_dll/ctocpp/resource_request_handler_ctocpp.h b/libcef_dll/ctocpp/resource_request_handler_ctocpp.h index 4d2c5cd33..f590da599 100644 --- a/libcef_dll/ctocpp/resource_request_handler_ctocpp.h +++ b/libcef_dll/ctocpp/resource_request_handler_ctocpp.h @@ -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 request, CefRefPtr response, URLRequestStatus status, - int64 received_content_length) override; + int64_t received_content_length) override; void OnProtocolExecution(CefRefPtr browser, CefRefPtr frame, CefRefPtr request, diff --git a/libcef_dll/ctocpp/resource_skip_callback_ctocpp.cc b/libcef_dll/ctocpp/resource_skip_callback_ctocpp.cc index f859a0b83..ab7c8447d 100644 --- a/libcef_dll/ctocpp/resource_skip_callback_ctocpp.cc +++ b/libcef_dll/ctocpp/resource_skip_callback_ctocpp.cc @@ -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(); diff --git a/libcef_dll/ctocpp/resource_skip_callback_ctocpp.h b/libcef_dll/ctocpp/resource_skip_callback_ctocpp.h index 5d8a347bb..772b8f411 100644 --- a/libcef_dll/ctocpp/resource_skip_callback_ctocpp.h +++ b/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=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_ diff --git a/libcef_dll/ctocpp/server_ctocpp.cc b/libcef_dll/ctocpp/server_ctocpp.cc index b6410ef5e..6991b7a01 100644 --- a/libcef_dll/ctocpp/server_ctocpp.cc +++ b/libcef_dll/ctocpp/server_ctocpp.cc @@ -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 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(); diff --git a/libcef_dll/ctocpp/server_ctocpp.h b/libcef_dll/ctocpp/server_ctocpp.h index b9a038e2f..daae22020 100644 --- a/libcef_dll/ctocpp/server_ctocpp.h +++ b/libcef_dll/ctocpp/server_ctocpp.h @@ -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, diff --git a/libcef_dll/ctocpp/stream_reader_ctocpp.cc b/libcef_dll/ctocpp/stream_reader_ctocpp.cc index 486d369f6..1c758cfa6 100644 --- a/libcef_dll/ctocpp/stream_reader_ctocpp.cc +++ b/libcef_dll/ctocpp/stream_reader_ctocpp.cc @@ -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; diff --git a/libcef_dll/ctocpp/stream_reader_ctocpp.h b/libcef_dll/ctocpp/stream_reader_ctocpp.h index 1376f7149..b96992d60 100644 --- a/libcef_dll/ctocpp/stream_reader_ctocpp.h +++ b/libcef_dll/ctocpp/stream_reader_ctocpp.h @@ -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 CefCToCppRefCountedtell(_struct); + int64_t _retval = _struct->tell(_struct); // Return type: simple return _retval; diff --git a/libcef_dll/ctocpp/stream_writer_ctocpp.h b/libcef_dll/ctocpp/stream_writer_ctocpp.h index eceb31ac9..8bbf766a0 100644 --- a/libcef_dll/ctocpp/stream_writer_ctocpp.h +++ b/libcef_dll/ctocpp/stream_writer_ctocpp.h @@ -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 task) { NO_SANITIZE("cfi-icall") bool CefTaskRunnerCToCpp::PostDelayedTask(CefRefPtr task, - int64 delay_ms) { + int64_t delay_ms) { shutdown_checker::AssertNotShutdown(); cef_task_runner_t* _struct = GetStruct(); diff --git a/libcef_dll/ctocpp/task_runner_ctocpp.h b/libcef_dll/ctocpp/task_runner_ctocpp.h index 2f33aaffb..5e2d8d329 100644 --- a/libcef_dll/ctocpp/task_runner_ctocpp.h +++ b/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=372cc40047bb36d78f80f4d1edbbba30faad2c7f$ +// $hash=614f17d01c97522a373ef4a4710202bbe6b76d11$ // #ifndef CEF_LIBCEF_DLL_CTOCPP_TASK_RUNNER_CTOCPP_H_ @@ -38,7 +38,7 @@ class CefTaskRunnerCToCpp : public CefCToCppRefCounted task) override; - bool PostDelayedTask(CefRefPtr task, int64 delay_ms) override; + bool PostDelayedTask(CefRefPtr task, int64_t delay_ms) override; }; #endif // CEF_LIBCEF_DLL_CTOCPP_TASK_RUNNER_CTOCPP_H_ diff --git a/libcef_dll/ctocpp/test/test_server_ctocpp.cc b/libcef_dll/ctocpp/test/test_server_ctocpp.cc index 0b7376091..062dd87e9 100644 --- a/libcef_dll/ctocpp/test/test_server_ctocpp.cc +++ b/libcef_dll/ctocpp/test/test_server_ctocpp.cc @@ -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::CreateAndStart( - uint16 port, + uint16_t port, bool https_server, cef_test_cert_type_t https_cert_type, CefRefPtr handler) { diff --git a/libcef_dll/ctocpp/urlrequest_client_ctocpp.cc b/libcef_dll/ctocpp/urlrequest_client_ctocpp.cc index 17faaf631..31242d98a 100644 --- a/libcef_dll/ctocpp/urlrequest_client_ctocpp.cc +++ b/libcef_dll/ctocpp/urlrequest_client_ctocpp.cc @@ -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 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 request, - int64 current, - int64 total) { + int64_t current, + int64_t total) { shutdown_checker::AssertNotShutdown(); cef_urlrequest_client_t* _struct = GetStruct(); diff --git a/libcef_dll/ctocpp/urlrequest_client_ctocpp.h b/libcef_dll/ctocpp/urlrequest_client_ctocpp.h index dd081f9c6..1ae761c90 100644 --- a/libcef_dll/ctocpp/urlrequest_client_ctocpp.h +++ b/libcef_dll/ctocpp/urlrequest_client_ctocpp.h @@ -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 request) override; void OnUploadProgress(CefRefPtr request, - int64 current, - int64 total) override; + int64_t current, + int64_t total) override; void OnDownloadProgress(CefRefPtr request, - int64 current, - int64 total) override; + int64_t current, + int64_t total) override; void OnDownloadData(CefRefPtr request, const void* data, size_t data_length) override; diff --git a/libcef_dll/ctocpp/v8value_ctocpp.cc b/libcef_dll/ctocpp/v8value_ctocpp.cc index 8184549de..f8bf53fa4 100644 --- a/libcef_dll/ctocpp/v8value_ctocpp.cc +++ b/libcef_dll/ctocpp/v8value_ctocpp.cc @@ -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::CreateBool(bool value) { } NO_SANITIZE("cfi-icall") -CefRefPtr CefV8Value::CreateInt(int32 value) { +CefRefPtr CefV8Value::CreateInt(int32_t value) { // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING // Execute @@ -67,7 +67,7 @@ CefRefPtr CefV8Value::CreateInt(int32 value) { } NO_SANITIZE("cfi-icall") -CefRefPtr CefV8Value::CreateUInt(uint32 value) { +CefRefPtr 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; diff --git a/libcef_dll/ctocpp/v8value_ctocpp.h b/libcef_dll/ctocpp/v8value_ctocpp.h index b9137cc27..6cdb1da75 100644 --- a/libcef_dll/ctocpp/v8value_ctocpp.h +++ b/libcef_dll/ctocpp/v8value_ctocpp.h @@ -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 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; diff --git a/libcef_dll/ctocpp/views/display_ctocpp.cc b/libcef_dll/ctocpp/views/display_ctocpp.cc index 61c37cdfb..67beb503d 100644 --- a/libcef_dll/ctocpp/views/display_ctocpp.cc +++ b/libcef_dll/ctocpp/views/display_ctocpp.cc @@ -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; diff --git a/libcef_dll/ctocpp/views/display_ctocpp.h b/libcef_dll/ctocpp/views/display_ctocpp.h index 5d12545d5..5bc3bfceb 100644 --- a/libcef_dll/ctocpp/views/display_ctocpp.h +++ b/libcef_dll/ctocpp/views/display_ctocpp.h @@ -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; diff --git a/libcef_dll/ctocpp/views/window_ctocpp.cc b/libcef_dll/ctocpp/views/window_ctocpp.cc index b29889914..c5ff71d87 100644 --- a/libcef_dll/ctocpp/views/window_ctocpp.cc +++ b/libcef_dll/ctocpp/views/window_ctocpp.cc @@ -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(); diff --git a/libcef_dll/ctocpp/views/window_ctocpp.h b/libcef_dll/ctocpp/views/window_ctocpp.h index 58fd19e32..5953e5e9b 100644 --- a/libcef_dll/ctocpp/views/window_ctocpp.h +++ b/libcef_dll/ctocpp/views/window_ctocpp.h @@ -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& 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, diff --git a/libcef_dll/ctocpp/waitable_event_ctocpp.cc b/libcef_dll/ctocpp/waitable_event_ctocpp.cc index c0bcb71b7..d78476617 100644 --- a/libcef_dll/ctocpp/waitable_event_ctocpp.cc +++ b/libcef_dll/ctocpp/waitable_event_ctocpp.cc @@ -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(); diff --git a/libcef_dll/ctocpp/waitable_event_ctocpp.h b/libcef_dll/ctocpp/waitable_event_ctocpp.h index 7cd6e03c7..331ad2d82 100644 --- a/libcef_dll/ctocpp/waitable_event_ctocpp.h +++ b/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=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_ diff --git a/libcef_dll/ctocpp/write_handler_ctocpp.cc b/libcef_dll/ctocpp/write_handler_ctocpp.cc index 6d1271990..0c222e347 100644 --- a/libcef_dll/ctocpp/write_handler_ctocpp.cc +++ b/libcef_dll/ctocpp/write_handler_ctocpp.cc @@ -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; diff --git a/libcef_dll/ctocpp/write_handler_ctocpp.h b/libcef_dll/ctocpp/write_handler_ctocpp.h index 8d9598315..794eb8eab 100644 --- a/libcef_dll/ctocpp/write_handler_ctocpp.h +++ b/libcef_dll/ctocpp/write_handler_ctocpp.h @@ -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 CefCToCppRefCountedget_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; diff --git a/libcef_dll/ctocpp/zip_reader_ctocpp.h b/libcef_dll/ctocpp/zip_reader_ctocpp.h index 3c1e77446..4f5265d3f 100644 --- a/libcef_dll/ctocpp/zip_reader_ctocpp.h +++ b/libcef_dll/ctocpp/zip_reader_ctocpp.h @@ -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 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_; } diff --git a/libcef_dll/wrapper/cef_closure_task.cc b/libcef_dll/wrapper/cef_closure_task.cc index aa8c6482b..860ef08fb 100644 --- a/libcef_dll/wrapper/cef_closure_task.cc +++ b/libcef_dll/wrapper/cef_closure_task.cc @@ -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); } diff --git a/libcef_dll/wrapper/cef_message_router.cc b/libcef_dll/wrapper/cef_message_router.cc index 13fd31b98..8d750e6a5 100644 --- a/libcef_dll/wrapper/cef_message_router.cc +++ b/libcef_dll/wrapper/cef_message_router.cc @@ -193,7 +193,7 @@ class CefMessageRouterBrowserSideImpl : public CefMessageRouterBrowserSide { public: CallbackImpl(CefRefPtr 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 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 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 query_id_generator_; + IdGenerator 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; + using BrowserQueryInfoMap = CefBrowserInfoMap; BrowserQueryInfoMap browser_query_info_map_; }; diff --git a/libcef_dll/wrapper/cef_stream_resource_handler.cc b/libcef_dll/wrapper/cef_stream_resource_handler.cc index 730398f8b..6c31e60a8 100644 --- a/libcef_dll/wrapper/cef_stream_resource_handler.cc +++ b/libcef_dll/wrapper/cef_stream_resource_handler.cc @@ -46,7 +46,7 @@ bool CefStreamResourceHandler::Open(CefRefPtr request, void CefStreamResourceHandler::GetResponseHeaders( CefRefPtr response, - int64& response_length, + int64_t& response_length, CefString& redirectUrl) { CEF_REQUIRE_IO_THREAD(); diff --git a/libcef_dll/wrapper/libcef_dll_dylib.cc b/libcef_dll/wrapper/libcef_dll_dylib.cc index 1135cefa5..21065db3b 100644 --- a/libcef_dll/wrapper/libcef_dll_dylib.cc +++ b/libcef_dll/wrapper/libcef_dll_dylib.cc @@ -9,7 +9,7 @@ // implementations. See the translator.README.txt file in the tools directory // for more information. // -// $hash=b974b66c129de2b11c6b3fe38a60f695e7d67edd$ +// $hash=bcad216e5fef8b9c10a895524f8b1201608138f9$ // #include @@ -811,7 +811,7 @@ int cef_post_task(cef_thread_id_t threadId, struct _cef_task_t* task) { NO_SANITIZE("cfi-icall") int cef_post_delayed_task(cef_thread_id_t threadId, struct _cef_task_t* task, - int64 delay_ms) { + int64_t delay_ms) { return g_libcef_pointers.cef_post_delayed_task(threadId, task, delay_ms); } @@ -827,7 +827,7 @@ int cef_end_tracing(const cef_string_t* tracing_file, return g_libcef_pointers.cef_end_tracing(tracing_file, callback); } -NO_SANITIZE("cfi-icall") int64 cef_now_from_system_trace_time() { +NO_SANITIZE("cfi-icall") int64_t cef_now_from_system_trace_time() { return g_libcef_pointers.cef_now_from_system_trace_time(); } @@ -971,7 +971,7 @@ NO_SANITIZE("cfi-icall") struct _cef_response_t* cef_response_create() { NO_SANITIZE("cfi-icall") void cef_server_create(const cef_string_t* address, - uint16 port, + uint16_t port, int backlog, struct _cef_server_handler_t* handler) { g_libcef_pointers.cef_server_create(address, port, backlog, handler); @@ -1074,12 +1074,12 @@ struct _cef_v8value_t* cef_v8value_create_bool(int value) { } NO_SANITIZE("cfi-icall") -struct _cef_v8value_t* cef_v8value_create_int(int32 value) { +struct _cef_v8value_t* cef_v8value_create_int(int32_t value) { return g_libcef_pointers.cef_v8value_create_int(value); } NO_SANITIZE("cfi-icall") -struct _cef_v8value_t* cef_v8value_create_uint(uint32 value) { +struct _cef_v8value_t* cef_v8value_create_uint(uint32_t value) { return g_libcef_pointers.cef_v8value_create_uint(value); } @@ -1178,7 +1178,7 @@ struct _cef_zip_reader_t* cef_zip_reader_create( NO_SANITIZE("cfi-icall") struct _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) { @@ -1511,7 +1511,7 @@ int cef_string_utf8_set(const char* src, } NO_SANITIZE("cfi-icall") -int cef_string_utf16_set(const char16* src, +int cef_string_utf16_set(const char16_t* src, size_t src_len, cef_string_utf16_t* output, int copy) { @@ -1570,7 +1570,7 @@ int cef_string_wide_to_utf16(const wchar_t* src, } NO_SANITIZE("cfi-icall") -int cef_string_utf16_to_wide(const char16* src, +int cef_string_utf16_to_wide(const char16_t* src, size_t src_len, cef_string_wide_t* output) { return g_libcef_pointers.cef_string_utf16_to_wide(src, src_len, output); @@ -1584,7 +1584,7 @@ int cef_string_utf8_to_utf16(const char* src, } NO_SANITIZE("cfi-icall") -int cef_string_utf16_to_utf8(const char16* src, +int cef_string_utf16_to_utf8(const char16_t* src, size_t src_len, cef_string_utf8_t* output) { return g_libcef_pointers.cef_string_utf16_to_utf8(src, src_len, output); @@ -1635,14 +1635,14 @@ void cef_string_userfree_utf16_free(cef_string_userfree_utf16_t str) { } NO_SANITIZE("cfi-icall") -int cef_string_utf16_to_lower(const char16* src, +int cef_string_utf16_to_lower(const char16_t* src, size_t src_len, cef_string_utf16_t* output) { return g_libcef_pointers.cef_string_utf16_to_lower(src, src_len, output); } NO_SANITIZE("cfi-icall") -int cef_string_utf16_to_upper(const char16* src, +int cef_string_utf16_to_upper(const char16_t* src, size_t src_len, cef_string_utf16_t* output) { return g_libcef_pointers.cef_string_utf16_to_upper(src, src_len, output); @@ -1707,9 +1707,9 @@ NO_SANITIZE("cfi-icall") void cef_trace_event_instant(const char* category, const char* name, const char* arg1_name, - uint64 arg1_val, + uint64_t arg1_val, const char* arg2_name, - uint64 arg2_val) { + uint64_t arg2_val) { g_libcef_pointers.cef_trace_event_instant(category, name, arg1_name, arg1_val, arg2_name, arg2_val); } @@ -1718,9 +1718,9 @@ NO_SANITIZE("cfi-icall") void cef_trace_event_begin(const char* category, const char* name, const char* arg1_name, - uint64 arg1_val, + uint64_t arg1_val, const char* arg2_name, - uint64 arg2_val) { + uint64_t arg2_val) { g_libcef_pointers.cef_trace_event_begin(category, name, arg1_name, arg1_val, arg2_name, arg2_val); } @@ -1729,9 +1729,9 @@ NO_SANITIZE("cfi-icall") void cef_trace_event_end(const char* category, const char* name, const char* arg1_name, - uint64 arg1_val, + uint64_t arg1_val, const char* arg2_name, - uint64 arg2_val) { + uint64_t arg2_val) { g_libcef_pointers.cef_trace_event_end(category, name, arg1_name, arg1_val, arg2_name, arg2_val); } @@ -1740,9 +1740,9 @@ NO_SANITIZE("cfi-icall") void cef_trace_counter(const char* category, const char* name, const char* value1_name, - uint64 value1_val, + uint64_t value1_val, const char* value2_name, - uint64 value2_val) { + uint64_t value2_val) { g_libcef_pointers.cef_trace_counter(category, name, value1_name, value1_val, value2_name, value2_val); } @@ -1750,11 +1750,11 @@ void cef_trace_counter(const char* category, NO_SANITIZE("cfi-icall") void cef_trace_counter_id(const char* category, const char* name, - uint64 id, + uint64_t id, const char* value1_name, - uint64 value1_val, + uint64_t value1_val, const char* value2_name, - uint64 value2_val) { + uint64_t value2_val) { g_libcef_pointers.cef_trace_counter_id(category, name, id, value1_name, value1_val, value2_name, value2_val); } @@ -1762,11 +1762,11 @@ void cef_trace_counter_id(const char* category, NO_SANITIZE("cfi-icall") void cef_trace_event_async_begin(const char* category, const char* name, - uint64 id, + uint64_t id, const char* arg1_name, - uint64 arg1_val, + uint64_t arg1_val, const char* arg2_name, - uint64 arg2_val) { + uint64_t arg2_val) { g_libcef_pointers.cef_trace_event_async_begin(category, name, id, arg1_name, arg1_val, arg2_name, arg2_val); } @@ -1774,10 +1774,10 @@ void cef_trace_event_async_begin(const char* category, NO_SANITIZE("cfi-icall") void cef_trace_event_async_step_into(const char* category, const char* name, - uint64 id, - uint64 step, + uint64_t id, + uint64_t step, const char* arg1_name, - uint64 arg1_val) { + uint64_t arg1_val) { g_libcef_pointers.cef_trace_event_async_step_into(category, name, id, step, arg1_name, arg1_val); } @@ -1785,10 +1785,10 @@ void cef_trace_event_async_step_into(const char* category, NO_SANITIZE("cfi-icall") void cef_trace_event_async_step_past(const char* category, const char* name, - uint64 id, - uint64 step, + uint64_t id, + uint64_t step, const char* arg1_name, - uint64 arg1_val) { + uint64_t arg1_val) { g_libcef_pointers.cef_trace_event_async_step_past(category, name, id, step, arg1_name, arg1_val); } @@ -1796,11 +1796,11 @@ void cef_trace_event_async_step_past(const char* category, NO_SANITIZE("cfi-icall") void cef_trace_event_async_end(const char* category, const char* name, - uint64 id, + uint64_t id, const char* arg1_name, - uint64 arg1_val, + uint64_t arg1_val, const char* arg2_name, - uint64 arg2_val) { + uint64_t arg2_val) { g_libcef_pointers.cef_trace_event_async_end(category, name, id, arg1_name, arg1_val, arg2_name, arg2_val); } diff --git a/libcef_dll/wrapper/libcef_dll_wrapper.cc b/libcef_dll/wrapper/libcef_dll_wrapper.cc index 40a4949a1..9928e0c0c 100644 --- a/libcef_dll/wrapper/libcef_dll_wrapper.cc +++ b/libcef_dll/wrapper/libcef_dll_wrapper.cc @@ -9,7 +9,7 @@ // implementations. See the translator.README.txt file in the tools directory // for more information. // -// $hash=e07503ba9fccaa021319d3857d437b4441947070$ +// $hash=231eb074788457c6fa690d3c82731c5334f322b2$ // #include "include/capi/cef_app_capi.h" @@ -760,7 +760,7 @@ CEF_GLOBAL bool CefPostTask(CefThreadId threadId, CefRefPtr task) { NO_SANITIZE("cfi-icall") CEF_GLOBAL bool CefPostDelayedTask(CefThreadId threadId, CefRefPtr task, - int64 delay_ms) { + int64_t delay_ms) { // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING // Verify param: task; type: refptr_diff @@ -807,11 +807,11 @@ CEF_GLOBAL bool CefEndTracing(const CefString& tracing_file, return _retval ? true : false; } -NO_SANITIZE("cfi-icall") CEF_GLOBAL int64 CefNowFromSystemTraceTime() { +NO_SANITIZE("cfi-icall") CEF_GLOBAL int64_t CefNowFromSystemTraceTime() { // AUTO-GENERATED CONTENT - DELETE THIS COMMENT BEFORE MODIFYING // Execute - int64 _retval = cef_now_from_system_trace_time(); + int64_t _retval = cef_now_from_system_trace_time(); // Return type: simple return _retval;