Searched refs:plugin_url (Results 1 – 7 of 7) sorted by relevance
/third_party/cef/libcef_dll/ctocpp/ |
D | request_context_handler_ctocpp.cc | 47 const CefString& plugin_url, in OnBeforePluginLoad() argument 74 _struct, mime_type.GetStruct(), plugin_url.GetStruct(), is_main_frame, in OnBeforePluginLoad()
|
D | request_context_handler_ctocpp.h | 41 const CefString& plugin_url,
|
/third_party/cef/libcef_dll/cpptoc/ |
D | request_context_handler_cpptoc.cc | 48 const cef_string_t* plugin_url, in request_context_handler_on_before_plugin_load() argument 74 CefString(mime_type), CefString(plugin_url), is_main_frame ? true : false, in request_context_handler_on_before_plugin_load()
|
/third_party/cef/include/capi/ |
D | cef_request_context_handler_capi.h | 95 const cef_string_t* plugin_url,
|
/third_party/cef/include/ |
D | cef_request_context_handler.h | 86 const CefString& plugin_url, in OnBeforePluginLoad() argument
|
/third_party/cef/tests/cefclient/browser/ |
D | root_window_manager.cc | 30 const CefString& plugin_url, in OnBeforePluginLoad() argument
|
/third_party/cef/tests/ceftests/ |
D | plugin_unittest.cc | 103 const CefString& plugin_url, in OnBeforePluginLoad() argument
|