/third_party/cef/include/internal/ |
D | cef_string_types.h | 79 CEF_EXPORT int cef_string_wide_set(const wchar_t* src, 83 CEF_EXPORT int cef_string_utf8_set(const char* src, 87 CEF_EXPORT int cef_string_utf16_set(const char16* src, 107 CEF_EXPORT void cef_string_wide_clear(cef_string_wide_t* str); 108 CEF_EXPORT void cef_string_utf8_clear(cef_string_utf8_t* str); 109 CEF_EXPORT void cef_string_utf16_clear(cef_string_utf16_t* str); 115 CEF_EXPORT int cef_string_wide_cmp(const cef_string_wide_t* str1, 117 CEF_EXPORT int cef_string_utf8_cmp(const cef_string_utf8_t* str1, 119 CEF_EXPORT int cef_string_utf16_cmp(const cef_string_utf16_t* str1, 129 CEF_EXPORT int cef_string_wide_to_utf8(const wchar_t* src, [all …]
|
D | cef_string_multimap.h | 50 CEF_EXPORT cef_string_multimap_t cef_string_multimap_alloc(); 55 CEF_EXPORT size_t cef_string_multimap_size(cef_string_multimap_t map); 60 CEF_EXPORT size_t cef_string_multimap_find_count(cef_string_multimap_t map, 66 CEF_EXPORT int cef_string_multimap_enumerate(cef_string_multimap_t map, 74 CEF_EXPORT int cef_string_multimap_key(cef_string_multimap_t map, 81 CEF_EXPORT int cef_string_multimap_value(cef_string_multimap_t map, 88 CEF_EXPORT int cef_string_multimap_append(cef_string_multimap_t map, 95 CEF_EXPORT void cef_string_multimap_clear(cef_string_multimap_t map); 100 CEF_EXPORT void cef_string_multimap_free(cef_string_multimap_t map);
|
D | cef_string_map.h | 49 CEF_EXPORT cef_string_map_t cef_string_map_alloc(); 54 CEF_EXPORT size_t cef_string_map_size(cef_string_map_t map); 59 CEF_EXPORT int cef_string_map_find(cef_string_map_t map, 66 CEF_EXPORT int cef_string_map_key(cef_string_map_t map, 73 CEF_EXPORT int cef_string_map_value(cef_string_map_t map, 80 CEF_EXPORT int cef_string_map_append(cef_string_map_t map, 87 CEF_EXPORT void cef_string_map_clear(cef_string_map_t map); 92 CEF_EXPORT void cef_string_map_free(cef_string_map_t map);
|
D | cef_trace_event_internal.h | 53 CEF_EXPORT void cef_trace_event_instant(const char* category, 60 CEF_EXPORT void cef_trace_event_begin(const char* category, 67 CEF_EXPORT void cef_trace_event_end(const char* category, 74 CEF_EXPORT void cef_trace_counter(const char* category, 81 CEF_EXPORT void cef_trace_counter_id(const char* category, 89 CEF_EXPORT void cef_trace_event_async_begin(const char* category, 97 CEF_EXPORT void cef_trace_event_async_step_into(const char* category, 104 CEF_EXPORT void cef_trace_event_async_step_past(const char* category, 111 CEF_EXPORT void cef_trace_event_async_end(const char* category,
|
D | cef_string_list.h | 49 CEF_EXPORT cef_string_list_t cef_string_list_alloc(); 54 CEF_EXPORT size_t cef_string_list_size(cef_string_list_t list); 60 CEF_EXPORT int cef_string_list_value(cef_string_list_t list, 67 CEF_EXPORT void cef_string_list_append(cef_string_list_t list, 73 CEF_EXPORT void cef_string_list_clear(cef_string_list_t list); 78 CEF_EXPORT void cef_string_list_free(cef_string_list_t list); 83 CEF_EXPORT cef_string_list_t cef_string_list_copy(cef_string_list_t list);
|
D | cef_time.h | 61 CEF_EXPORT int cef_time_to_timet(const cef_time_t* cef_time, time_t* time); 62 CEF_EXPORT int cef_time_from_timet(time_t time, cef_time_t* cef_time); 70 CEF_EXPORT int cef_time_to_doublet(const cef_time_t* cef_time, double* time); 71 CEF_EXPORT int cef_time_from_doublet(double time, cef_time_t* cef_time); 76 CEF_EXPORT int cef_time_now(cef_time_t* cef_time); 81 CEF_EXPORT int cef_time_delta(const cef_time_t* cef_time1,
|
D | cef_export.h | 40 #define CEF_EXPORT __declspec(dllexport) macro 42 #define CEF_EXPORT __declspec(dllimport) macro 44 #define CEF_EXPORT macro 49 #define CEF_EXPORT __attribute__((visibility("default"))) macro
|
D | cef_logging_internal.h | 47 CEF_EXPORT int cef_get_min_log_level(); 53 CEF_EXPORT int cef_get_vlog_level(const char* file_start, size_t N); 59 CEF_EXPORT void cef_log(const char* file,
|
/third_party/cef/libcef_dll/ |
D | libcef_dll.cc | 62 CEF_EXPORT int cef_execute_process(const struct _cef_main_args_t* args, in cef_execute_process() 86 CEF_EXPORT int cef_initialize(const struct _cef_main_args_t* args, in cef_initialize() 120 CEF_EXPORT void cef_shutdown() { in cef_shutdown() 131 CEF_EXPORT void cef_do_message_loop_work() { in cef_do_message_loop_work() 138 CEF_EXPORT void cef_run_message_loop() { in cef_run_message_loop() 145 CEF_EXPORT void cef_quit_message_loop() { in cef_quit_message_loop() 152 CEF_EXPORT void cef_set_osmodal_loop(int osModalLoop) { in cef_set_osmodal_loop() 159 CEF_EXPORT void cef_enable_highdpi_support() { in cef_enable_highdpi_support() 166 CEF_EXPORT int cef_crash_reporting_enabled() { in cef_crash_reporting_enabled() 176 CEF_EXPORT void cef_set_crash_key_value(const cef_string_t* key, in cef_set_crash_key_value() [all …]
|
/third_party/cef/include/capi/ |
D | cef_parser_capi.h | 53 CEF_EXPORT int cef_parse_url(const cef_string_t* url, 61 CEF_EXPORT int cef_create_url(const struct _cef_urlparts_t* parts, 75 CEF_EXPORT cef_string_userfree_t 83 CEF_EXPORT cef_string_userfree_t 92 CEF_EXPORT void cef_get_extensions_for_mime_type(const cef_string_t* mime_type, 99 CEF_EXPORT cef_string_userfree_t cef_base64encode(const void* data, 106 CEF_EXPORT struct _cef_binary_value_t* cef_base64decode( 116 CEF_EXPORT cef_string_userfree_t cef_uriencode(const cef_string_t* text, 130 CEF_EXPORT cef_string_userfree_t 139 CEF_EXPORT struct _cef_value_t* cef_parse_json( [all …]
|
D | cef_file_util_capi.h | 55 CEF_EXPORT int cef_create_directory(const cef_string_t* full_path); 65 CEF_EXPORT int cef_get_temp_directory(cef_string_t* temp_dir); 74 CEF_EXPORT int cef_create_new_temp_directory(const cef_string_t* prefix, 85 CEF_EXPORT int cef_create_temp_directory_in_directory( 94 CEF_EXPORT int cef_directory_exists(const cef_string_t* path); 105 CEF_EXPORT int cef_delete_file(const cef_string_t* path, int recursive); 113 CEF_EXPORT int cef_zip_directory(const cef_string_t* src_dir, 125 CEF_EXPORT void cef_load_crlsets_file(const cef_string_t* path);
|
D | cef_app_capi.h | 128 CEF_EXPORT int cef_execute_process(const struct _cef_main_args_t* args, 139 CEF_EXPORT int cef_initialize(const struct _cef_main_args_t* args, 148 CEF_EXPORT void cef_shutdown(); 165 CEF_EXPORT void cef_do_message_loop_work(); 175 CEF_EXPORT void cef_run_message_loop(); 182 CEF_EXPORT void cef_quit_message_loop(); 188 CEF_EXPORT void cef_set_osmodal_loop(int osModalLoop); 195 CEF_EXPORT void cef_enable_highdpi_support();
|
D | cef_v8_capi.h | 146 CEF_EXPORT cef_v8context_t* cef_v8context_get_current_context(); 151 CEF_EXPORT cef_v8context_t* cef_v8context_get_entered_context(); 156 CEF_EXPORT int cef_v8context_in_context(); 736 CEF_EXPORT cef_v8value_t* cef_v8value_create_undefined(); 741 CEF_EXPORT cef_v8value_t* cef_v8value_create_null(); 746 CEF_EXPORT cef_v8value_t* cef_v8value_create_bool(int value); 751 CEF_EXPORT cef_v8value_t* cef_v8value_create_int(int32 value); 756 CEF_EXPORT cef_v8value_t* cef_v8value_create_uint(uint32 value); 761 CEF_EXPORT cef_v8value_t* cef_v8value_create_double(double value); 769 CEF_EXPORT cef_v8value_t* cef_v8value_create_date(const cef_time_t* date); [all …]
|
D | cef_web_plugin_capi.h | 136 CEF_EXPORT void cef_visit_web_plugin_info( 144 CEF_EXPORT void cef_refresh_web_plugins(); 151 CEF_EXPORT void cef_unregister_internal_web_plugin(const cef_string_t* path); 157 CEF_EXPORT void cef_register_web_plugin_crash(const cef_string_t* path); 163 CEF_EXPORT void cef_is_web_plugin_unstable(
|
D | cef_task_capi.h | 125 CEF_EXPORT cef_task_runner_t* cef_task_runner_get_for_current_thread(); 130 CEF_EXPORT cef_task_runner_t* cef_task_runner_get_for_thread( 137 CEF_EXPORT int cef_currently_on(cef_thread_id_t threadId); 143 CEF_EXPORT int cef_post_task(cef_thread_id_t threadId, cef_task_t* task); 150 CEF_EXPORT int cef_post_delayed_task(cef_thread_id_t threadId,
|
D | cef_stream_capi.h | 140 CEF_EXPORT cef_stream_reader_t* cef_stream_reader_create_for_file( 146 CEF_EXPORT cef_stream_reader_t* cef_stream_reader_create_for_data(void* data, 152 CEF_EXPORT cef_stream_reader_t* cef_stream_reader_create_for_handler( 246 CEF_EXPORT cef_stream_writer_t* cef_stream_writer_create_for_file( 252 CEF_EXPORT cef_stream_writer_t* cef_stream_writer_create_for_handler(
|
D | cef_origin_whitelist_capi.h | 85 CEF_EXPORT int cef_add_cross_origin_whitelist_entry( 95 CEF_EXPORT int cef_remove_cross_origin_whitelist_entry( 105 CEF_EXPORT int cef_clear_cross_origin_whitelist();
|
/third_party/cef/libcef/common/ |
D | string_types_impl.cc | 36 CEF_EXPORT int cef_string_wide_set(const wchar_t* src, in cef_string_wide_set() 61 CEF_EXPORT int cef_string_utf8_set(const char* src, in cef_string_utf8_set() 85 CEF_EXPORT int cef_string_utf16_set(const char16* src, in cef_string_utf16_set() 110 CEF_EXPORT void cef_string_wide_clear(cef_string_wide_t* str) { in cef_string_wide_clear() 120 CEF_EXPORT void cef_string_utf8_clear(cef_string_utf8_t* str) { in cef_string_utf8_clear() 130 CEF_EXPORT void cef_string_utf16_clear(cef_string_utf16_t* str) { in cef_string_utf16_clear() 140 CEF_EXPORT int cef_string_wide_cmp(const cef_string_wide_t* str1, in cef_string_wide_cmp() 154 CEF_EXPORT int cef_string_utf8_cmp(const cef_string_utf8_t* str1, in cef_string_utf8_cmp() 168 CEF_EXPORT int cef_string_utf16_cmp(const cef_string_utf16_t* str1, in cef_string_utf16_cmp() 189 CEF_EXPORT int cef_string_wide_to_utf8(const wchar_t* src, in cef_string_wide_to_utf8() [all …]
|
D | string_list_impl.cc | 15 CEF_EXPORT cef_string_list_t cef_string_list_alloc() { in cef_string_list_alloc() 19 CEF_EXPORT size_t cef_string_list_size(cef_string_list_t list) { in cef_string_list_size() 25 CEF_EXPORT int cef_string_list_value(cef_string_list_t list, in cef_string_list_value() 38 CEF_EXPORT void cef_string_list_append(cef_string_list_t list, in cef_string_list_append() 45 CEF_EXPORT void cef_string_list_clear(cef_string_list_t list) { in cef_string_list_clear() 51 CEF_EXPORT void cef_string_list_free(cef_string_list_t list) { in cef_string_list_free() 57 CEF_EXPORT cef_string_list_t cef_string_list_copy(cef_string_list_t list) { in cef_string_list_copy()
|
D | base_impl.cc | 38 CEF_EXPORT void cef_trace_event_instant(const char* /* category */, in cef_trace_event_instant() 72 CEF_EXPORT void cef_trace_event_begin(const char* /* category */, in cef_trace_event_begin() 105 CEF_EXPORT void cef_trace_event_end(const char* /* category */, in cef_trace_event_end() 138 CEF_EXPORT void cef_trace_counter(const char* /* category */, in cef_trace_counter() 166 CEF_EXPORT void cef_trace_counter_id(const char* /* category */, in cef_trace_counter_id() 195 CEF_EXPORT void cef_trace_event_async_begin(const char* /* category */, in cef_trace_event_async_begin() 228 CEF_EXPORT void cef_trace_event_async_step_into(const char* /* category */, in cef_trace_event_async_step_into() 259 CEF_EXPORT void cef_trace_event_async_step_past(const char* /* category */, in cef_trace_event_async_step_past() 290 CEF_EXPORT void cef_trace_event_async_end(const char* /* category */, in cef_trace_event_async_end() 323 CEF_EXPORT int cef_get_min_log_level() { in cef_get_min_log_level() [all …]
|
D | string_multimap_impl.cc | 15 CEF_EXPORT cef_string_multimap_t cef_string_multimap_alloc() { in cef_string_multimap_alloc() 19 CEF_EXPORT size_t cef_string_multimap_size(cef_string_multimap_t map) { in cef_string_multimap_size() 25 CEF_EXPORT size_t cef_string_multimap_find_count(cef_string_multimap_t map, in cef_string_multimap_find_count() 33 CEF_EXPORT int cef_string_multimap_enumerate(cef_string_multimap_t map, in cef_string_multimap_enumerate() 62 CEF_EXPORT int cef_string_multimap_key(cef_string_multimap_t map, in cef_string_multimap_key() 80 CEF_EXPORT int cef_string_multimap_value(cef_string_multimap_t map, in cef_string_multimap_value() 100 CEF_EXPORT int cef_string_multimap_append(cef_string_multimap_t map, in cef_string_multimap_append() 109 CEF_EXPORT void cef_string_multimap_clear(cef_string_multimap_t map) { in cef_string_multimap_clear() 115 CEF_EXPORT void cef_string_multimap_free(cef_string_multimap_t map) { in cef_string_multimap_free()
|
D | string_map_impl.cc | 15 CEF_EXPORT cef_string_map_t cef_string_map_alloc() { in cef_string_map_alloc() 19 CEF_EXPORT size_t cef_string_map_size(cef_string_map_t map) { in cef_string_map_size() 25 CEF_EXPORT int cef_string_map_find(cef_string_map_t map, in cef_string_map_find() 39 CEF_EXPORT int cef_string_map_key(cef_string_map_t map, in cef_string_map_key() 57 CEF_EXPORT int cef_string_map_value(cef_string_map_t map, in cef_string_map_value() 77 CEF_EXPORT int cef_string_map_append(cef_string_map_t map, in cef_string_map_append() 86 CEF_EXPORT void cef_string_map_clear(cef_string_map_t map) { in cef_string_map_clear() 92 CEF_EXPORT void cef_string_map_free(cef_string_map_t map) { in cef_string_map_free()
|
D | time_impl.cc | 58 CEF_EXPORT int cef_time_to_timet(const cef_time_t* cef_time, time_t* time) { in cef_time_to_timet() 68 CEF_EXPORT int cef_time_from_timet(time_t time, cef_time_t* cef_time) { in cef_time_from_timet() 77 CEF_EXPORT int cef_time_to_doublet(const cef_time_t* cef_time, double* time) { in cef_time_to_doublet() 87 CEF_EXPORT int cef_time_from_doublet(double time, cef_time_t* cef_time) { in cef_time_from_doublet() 96 CEF_EXPORT int cef_time_now(cef_time_t* cef_time) { in cef_time_now() 105 CEF_EXPORT int cef_time_delta(const cef_time_t* cef_time1, in cef_time_delta()
|
/third_party/cef/include/capi/views/ |
D | cef_display_capi.h | 111 CEF_EXPORT cef_display_t* cef_display_get_primary(); 117 CEF_EXPORT cef_display_t* cef_display_get_nearest_point( 126 CEF_EXPORT cef_display_t* cef_display_get_matching_bounds( 134 CEF_EXPORT size_t cef_display_get_count(); 140 CEF_EXPORT void cef_display_get_alls(size_t* displaysCount,
|
/third_party/cef/include/ |
D | cef_sandbox_mac.h | 60 CEF_EXPORT void* cef_sandbox_initialize(int argc, char** argv); 65 CEF_EXPORT void cef_sandbox_destroy(void* sandbox_context); 73 class CEF_EXPORT CefScopedSandboxContext {
|