• Home
  • Raw
  • Download

Lines Matching refs:cef_string_t

176 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()
285 CEF_EXPORT int cef_delete_file(const cef_string_t* path, int recursive) { in cef_delete_file()
300 CEF_EXPORT int cef_zip_directory(const cef_string_t* src_dir, in cef_zip_directory()
301 const cef_string_t* dest_file, in cef_zip_directory()
322 CEF_EXPORT void cef_load_crlsets_file(const cef_string_t* path) { in cef_load_crlsets_file()
345 const cef_string_t* source_origin, in cef_add_cross_origin_whitelist_entry()
346 const cef_string_t* target_protocol, in cef_add_cross_origin_whitelist_entry()
347 const cef_string_t* target_domain, in cef_add_cross_origin_whitelist_entry()
371 const cef_string_t* source_origin, in cef_remove_cross_origin_whitelist_entry()
372 const cef_string_t* target_protocol, in cef_remove_cross_origin_whitelist_entry()
373 const cef_string_t* target_domain, in cef_remove_cross_origin_whitelist_entry()
406 CEF_EXPORT int cef_parse_url(const cef_string_t* url, in cef_parse_url()
436 cef_string_t* url) { in cef_create_url()
463 cef_format_url_for_security_display(const cef_string_t* origin_url) { in cef_format_url_for_security_display()
479 cef_get_mime_type(const cef_string_t* extension) { in cef_get_mime_type()
494 CEF_EXPORT void cef_get_extensions_for_mime_type(const cef_string_t* mime_type, in cef_get_extensions_for_mime_type()
536 const cef_string_t* data) { in cef_base64decode()
551 CEF_EXPORT cef_string_userfree_t cef_uriencode(const cef_string_t* text, in cef_uriencode()
568 cef_uridecode(const cef_string_t* text, in cef_uridecode()
587 const cef_string_t* json_string, in cef_parse_json()
622 const cef_string_t* json_string, in cef_parse_jsonand_return_error()
624 cef_string_t* error_msg_out) { in cef_parse_jsonand_return_error()
663 CEF_EXPORT int cef_get_path(cef_path_key_t key, cef_string_t* path) { in cef_get_path()
697 const cef_string_t* scheme_name, in cef_register_scheme_handler_factory()
698 const cef_string_t* domain_name, in cef_register_scheme_handler_factory()
781 CEF_EXPORT int cef_begin_tracing(const cef_string_t* categories, in cef_begin_tracing()
795 CEF_EXPORT int cef_end_tracing(const cef_string_t* tracing_file, in cef_end_tracing()
819 CEF_EXPORT int cef_register_extension(const cef_string_t* extension_name, in cef_register_extension()
820 const cef_string_t* javascript_code, in cef_register_extension()
863 CEF_EXPORT void cef_unregister_internal_web_plugin(const cef_string_t* path) { in cef_unregister_internal_web_plugin()
875 CEF_EXPORT void cef_register_web_plugin_crash(const cef_string_t* path) { in cef_register_web_plugin_crash()
888 const cef_string_t* path, in cef_is_web_plugin_unstable()
908 const cef_string_t* javascript) { in cef_execute_java_script_with_user_gesture_for_tests()