Searched refs:PP_GetInterface_Func (Results 1 - 17 of 17) sorted by relevance
/external/chromium_org/ppapi/cpp/ |
H A D | module_embedder.h | 36 void SetBrokerGetInterfaceFunc(PP_GetInterface_Func broker_get_interface);
|
H A D | ppp_entrypoints.cc | 17 static PP_GetInterface_Func g_broker_get_interface = NULL; 26 void SetBrokerGetInterfaceFunc(PP_GetInterface_Func broker_get_interface) {
|
/external/chromium_org/content/ppapi_plugin/ |
H A D | plugin_process_dispatcher.cc | 20 PP_GetInterface_Func get_interface,
|
H A D | plugin_process_dispatcher.h | 19 PluginProcessDispatcher(PP_GetInterface_Func get_interface,
|
H A D | broker_process_dispatcher.h | 24 BrokerProcessDispatcher(PP_GetInterface_Func get_plugin_interface, 84 PP_GetInterface_Func get_plugin_interface_;
|
H A D | broker_process_dispatcher.cc | 77 PP_GetInterface_Func get_plugin_interface,
|
H A D | ppapi_thread.cc | 250 reinterpret_cast<PP_GetInterface_Func>(
|
/external/chromium_org/ppapi/c/ |
H A D | ppp.h | 153 typedef const void* (*PP_GetInterface_Func)(const char* interface_name); typedef
|
/external/chromium_org/ppapi/proxy/ |
H A D | dispatcher.h | 82 PP_GetInterface_Func local_get_interface() const { 89 explicit Dispatcher(PP_GetInterface_Func local_get_interface, 112 PP_GetInterface_Func local_get_interface_;
|
H A D | dispatcher.cc | 20 Dispatcher::Dispatcher(PP_GetInterface_Func local_get_interface,
|
H A D | host_dispatcher.h | 52 PP_GetInterface_Func local_get_interface,
|
H A D | plugin_dispatcher.h | 99 PluginDispatcher(PP_GetInterface_Func get_interface,
|
H A D | host_dispatcher.cc | 63 PP_GetInterface_Func local_get_interface,
|
H A D | plugin_dispatcher.cc | 65 PluginDispatcher::PluginDispatcher(PP_GetInterface_Func get_interface,
|
/external/chromium_org/ppapi/api/ |
H A D | ppp.idl | 139 typedef interface_t PP_GetInterface_Func([in] str_t interface_name);
|
/external/chromium_org/content/renderer/pepper/ |
H A D | host_dispatcher_wrapper.h | 35 PP_GetInterface_Func local_get_interface,
|
H A D | host_dispatcher_wrapper.cc | 35 PP_GetInterface_Func local_get_interface,
|
Completed in 260 milliseconds