Home
last modified time | relevance | path

Searched refs:cef_string_t (Results 1 – 25 of 145) sorted by relevance

123456

/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc104 typedef void (*cef_set_crash_key_value_ptr)(const cef_string_t*,
105 const cef_string_t*);
106 typedef int (*cef_create_directory_ptr)(const cef_string_t*);
107 typedef int (*cef_get_temp_directory_ptr)(cef_string_t*);
108 typedef int (*cef_create_new_temp_directory_ptr)(const cef_string_t*,
109 cef_string_t*);
110 typedef int (*cef_create_temp_directory_in_directory_ptr)(const cef_string_t*,
111 const cef_string_t*,
112 cef_string_t*);
113 typedef int (*cef_directory_exists_ptr)(const cef_string_t*);
[all …]
/third_party/cef/libcef_dll/
Dlibcef_dll.cc176 CEF_EXPORT void cef_set_crash_key_value(const cef_string_t* key, in cef_set_crash_key_value()
177 const cef_string_t* value) { in cef_set_crash_key_value()
190 CEF_EXPORT int cef_create_directory(const cef_string_t* full_path) { in cef_create_directory()
205 CEF_EXPORT int cef_get_temp_directory(cef_string_t* temp_dir) { in cef_get_temp_directory()
223 CEF_EXPORT int cef_create_new_temp_directory(const cef_string_t* prefix, in cef_create_new_temp_directory()
224 cef_string_t* new_temp_path) { in cef_create_new_temp_directory()
244 const cef_string_t* base_dir, in cef_create_temp_directory_in_directory()
245 const cef_string_t* prefix, in cef_create_temp_directory_in_directory()
246 cef_string_t* new_dir) { in cef_create_temp_directory_in_directory()
270 CEF_EXPORT int cef_directory_exists(const cef_string_t* path) { in cef_directory_exists()
[all …]
/third_party/cef/include/internal/
Dcef_types.h177 cef_string_t browser_subprocess_path;
186 cef_string_t framework_dir_path;
194 cef_string_t main_bundle_path;
250 cef_string_t cache_path;
261 cef_string_t root_cache_path;
273 cef_string_t user_data_path;
302 cef_string_t user_agent;
310 cef_string_t user_agent_product;
319 cef_string_t locale;
329 cef_string_t log_file;
[all …]
Dcef_string_multimap.h61 const cef_string_t* key);
67 const cef_string_t* key,
69 cef_string_t* value);
76 cef_string_t* key);
83 cef_string_t* value);
89 const cef_string_t* key,
90 const cef_string_t* value);
Dcef_string_map.h60 const cef_string_t* key,
61 cef_string_t* value);
68 cef_string_t* key);
75 cef_string_t* value);
81 const cef_string_t* key,
82 const cef_string_t* value);
/third_party/cef/include/capi/
Dcef_file_util_capi.h55 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,
75 cef_string_t* new_temp_path);
86 const cef_string_t* base_dir,
87 const cef_string_t* prefix,
88 cef_string_t* new_dir);
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,
[all …]
Dcef_v8_capi.h136 const cef_string_t* code,
137 const cef_string_t* script_url,
177 const cef_string_t* name,
182 cef_string_t* exception);
205 const cef_string_t* name,
208 cef_string_t* exception);
218 const cef_string_t* name,
221 cef_string_t* exception);
248 const cef_string_t* name,
251 cef_string_t* exception);
[all …]
Dcef_values_capi.h192 const cef_string_t* value);
354 const cef_string_t* key);
367 const cef_string_t* key);
373 const cef_string_t* key);
384 const cef_string_t* key);
390 const cef_string_t* key);
396 const cef_string_t* key);
402 const cef_string_t* key);
410 const cef_string_t* key);
418 const cef_string_t* key);
[all …]
Dcef_parser_capi.h53 CEF_EXPORT int cef_parse_url(const cef_string_t* url,
62 cef_string_t* url);
76 cef_format_url_for_security_display(const cef_string_t* origin_url);
84 cef_get_mime_type(const cef_string_t* extension);
92 CEF_EXPORT void cef_get_extensions_for_mime_type(const cef_string_t* mime_type,
107 const cef_string_t* data);
116 CEF_EXPORT cef_string_userfree_t cef_uriencode(const cef_string_t* text,
131 cef_uridecode(const cef_string_t* text,
140 const cef_string_t* json_string,
159 const cef_string_t* json_string,
[all …]
Dcef_request_context_capi.h157 const cef_string_t* scheme_name,
158 const cef_string_t* domain_name,
173 const cef_string_t* name);
184 const cef_string_t* name);
205 const cef_string_t* name);
215 const cef_string_t* name,
217 cef_string_t* error);
255 const cef_string_t* origin,
307 const cef_string_t* root_directory,
318 const cef_string_t* extension_id);
[all …]
Dcef_request_handler_capi.h124 const cef_string_t* target_url,
152 const cef_string_t* request_initiator,
170 const cef_string_t* origin_url,
172 const cef_string_t* host,
174 const cef_string_t* realm,
175 const cef_string_t* scheme,
189 const cef_string_t* origin_url,
204 const cef_string_t* request_url,
225 const cef_string_t* host,
237 const cef_string_t* plugin_path);
Dcef_command_line_capi.h98 const cef_string_t* command_line);
132 const cef_string_t* program);
143 const cef_string_t* name);
152 const cef_string_t* name);
166 const cef_string_t* name);
172 const cef_string_t* name,
173 const cef_string_t* value);
190 const cef_string_t* argument);
197 const cef_string_t* wrapper);
Dcef_browser_capi.h176 const cef_string_t* name);
261 const cef_string_t* path,
283 const cef_string_t* image_url,
403 const cef_string_t* title,
404 const cef_string_t* default_file_path,
413 const cef_string_t* url);
429 const cef_string_t* image_url,
448 const cef_string_t* path,
462 const cef_string_t* searchText,
552 const cef_string_t* method,
[all …]
Dcef_request_capi.h77 const cef_string_t* url);
90 const cef_string_t* method);
98 const cef_string_t* referrer_url,
147 const cef_string_t* name);
156 const cef_string_t* name,
157 const cef_string_t* value,
164 const cef_string_t* url,
165 const cef_string_t* method,
194 const cef_string_t* url);
307 const cef_string_t* fileName);
Dcef_menu_model_capi.h87 const cef_string_t* label);
94 const cef_string_t* label);
102 const cef_string_t* label,
111 const cef_string_t* label);
127 const cef_string_t* label);
136 const cef_string_t* label);
146 const cef_string_t* label,
157 const cef_string_t* label);
211 const cef_string_t* label);
218 const cef_string_t* label);
[all …]
Dcef_drag_data_capi.h156 const cef_string_t* url);
162 const cef_string_t* title);
168 const cef_string_t* data);
174 const cef_string_t* text);
180 const cef_string_t* html);
186 const cef_string_t* base_url);
199 const cef_string_t* path,
200 const cef_string_t* display_name);
Dcef_origin_whitelist_capi.h86 const cef_string_t* source_origin,
87 const cef_string_t* target_protocol,
88 const cef_string_t* target_domain,
96 const cef_string_t* source_origin,
97 const cef_string_t* target_protocol,
98 const cef_string_t* target_domain,
Dcef_response_capi.h97 const cef_string_t* statusText);
110 const cef_string_t* mimeType);
123 const cef_string_t* charset);
131 const cef_string_t* name);
139 const cef_string_t* name,
140 const cef_string_t* value,
165 const cef_string_t* url);
Dcef_xml_reader_capi.h189 const cef_string_t* qualifiedName);
198 const cef_string_t* localName,
199 const cef_string_t* namespaceURI);
238 const cef_string_t* qualifiedName);
247 const cef_string_t* localName,
248 const cef_string_t* namespaceURI);
276 const cef_string_t* URI);
Dcef_display_handler_capi.h67 const cef_string_t* url);
74 const cef_string_t* title);
105 cef_string_t* text);
113 const cef_string_t* value);
122 const cef_string_t* message,
123 const cef_string_t* source,
Dcef_jsdialog_handler_capi.h66 const cef_string_t* user_input);
98 const cef_string_t* origin_url,
100 const cef_string_t* message_text,
101 const cef_string_t* default_prompt_text,
116 const cef_string_t* message_text,
Dcef_dom_capi.h119 const cef_string_t* id);
171 const cef_string_t* partialURL);
239 const cef_string_t* value);
306 const cef_string_t* attrName);
314 const cef_string_t* attrName);
327 const cef_string_t* attrName,
328 const cef_string_t* value);
/third_party/cef/libcef_dll/cpptoc/
Ddictionary_value_cpptoc.cc191 const cef_string_t* key) { in dictionary_value_has_key()
241 const cef_string_t* key) { in dictionary_value_remove()
263 const cef_string_t* key) { in dictionary_value_get_type()
286 const cef_string_t* key) { in dictionary_value_get_value()
308 const cef_string_t* key) { in dictionary_value_get_bool()
329 const cef_string_t* key) { in dictionary_value_get_int()
351 const cef_string_t* key) { in dictionary_value_get_double()
374 const cef_string_t* key) { in dictionary_value_get_string()
397 const cef_string_t* key) { in dictionary_value_get_binary()
420 const cef_string_t* key) { in dictionary_value_get_dictionary()
[all …]
Drequest_context_cpptoc.cc196 const cef_string_t* scheme_name, in request_context_register_scheme_handler_factory()
197 const cef_string_t* domain_name, in request_context_register_scheme_handler_factory()
238 const cef_string_t* name) { in request_context_has_preference()
259 const cef_string_t* name) { in request_context_get_preference()
298 const cef_string_t* name) { in request_context_can_set_preference()
319 const cef_string_t* name, in request_context_set_preference()
321 cef_string_t* error) { in request_context_set_preference()
395 const cef_string_t* origin, in request_context_resolve_host()
418 const cef_string_t* root_directory, in request_context_load_extension()
440 const cef_string_t* extension_id) { in request_context_did_load_extension()
[all …]
/third_party/cef/libcef/common/
Dstring_multimap_impl.cc26 const cef_string_t* key) { in cef_string_multimap_find_count()
34 const cef_string_t* key, in cef_string_multimap_enumerate()
36 cef_string_t* value) { in cef_string_multimap_enumerate()
64 cef_string_t* key) { in cef_string_multimap_key()
82 cef_string_t* value) { in cef_string_multimap_value()
101 const cef_string_t* key, in cef_string_multimap_append()
102 const cef_string_t* value) { in cef_string_multimap_append()

123456