Searched refs:PP_GetInterface_Func (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/ppapi/cpp/
H A Dmodule_embedder.h36 void SetBrokerGetInterfaceFunc(PP_GetInterface_Func broker_get_interface);
H A Dppp_entrypoints.cc17 static PP_GetInterface_Func g_broker_get_interface = NULL;
26 void SetBrokerGetInterfaceFunc(PP_GetInterface_Func broker_get_interface) {
/external/chromium_org/ppapi/proxy/
H A Ddispatcher.h72 PP_GetInterface_Func local_get_interface() const {
79 explicit Dispatcher(PP_GetInterface_Func local_get_interface,
96 PP_GetInterface_Func local_get_interface_;
H A Ddispatcher.cc24 Dispatcher::Dispatcher(PP_GetInterface_Func local_get_interface,
H A Dhost_dispatcher.h55 PP_GetInterface_Func local_get_interface,
H A Dplugin_dispatcher.h105 PluginDispatcher(PP_GetInterface_Func get_interface,
H A Dhost_dispatcher.cc63 PP_GetInterface_Func local_get_interface,
H A Dplugin_dispatcher.cc65 PluginDispatcher::PluginDispatcher(PP_GetInterface_Func get_interface,
/external/chromium_org/content/ppapi_plugin/
H A Dplugin_process_dispatcher.cc20 PP_GetInterface_Func get_interface,
H A Dplugin_process_dispatcher.h19 PluginProcessDispatcher(PP_GetInterface_Func get_interface,
H A Dbroker_process_dispatcher.h24 BrokerProcessDispatcher(PP_GetInterface_Func get_plugin_interface,
84 PP_GetInterface_Func get_plugin_interface_;
H A Dbroker_process_dispatcher.cc77 PP_GetInterface_Func get_plugin_interface,
H A Dppapi_thread.cc295 reinterpret_cast<PP_GetInterface_Func>(
/external/chromium_org/ppapi/c/
H A Dppp.h153 typedef const void* (*PP_GetInterface_Func)(const char* interface_name); typedef
/external/chromium_org/ppapi/api/
H A Dppp.idl139 typedef interface_t PP_GetInterface_Func([in] str_t interface_name);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_module.h42 PP_GetInterface_Func get_interface;
H A Dplugin_module.cc82 reinterpret_cast<PP_GetInterface_Func>(
/external/chromium_org/content/renderer/pepper/
H A Dhost_dispatcher_wrapper.h37 PP_GetInterface_Func local_get_interface,
H A Dhost_dispatcher_wrapper.cc33 PP_GetInterface_Func local_get_interface,

Completed in 281 milliseconds