OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PP_GetInterface_Func
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/ppapi/cpp/
module_embedder.h
36
void SetBrokerGetInterfaceFunc(
PP_GetInterface_Func
broker_get_interface);
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/
plugin_process_dispatcher.h
19
PluginProcessDispatcher(
PP_GetInterface_Func
get_interface,
plugin_process_dispatcher.cc
20
PP_GetInterface_Func
get_interface,
broker_process_dispatcher.h
24
BrokerProcessDispatcher(
PP_GetInterface_Func
get_plugin_interface,
84
PP_GetInterface_Func
get_plugin_interface_;
broker_process_dispatcher.cc
77
PP_GetInterface_Func
get_plugin_interface,
ppapi_thread.cc
250
reinterpret_cast<
PP_GetInterface_Func
>(
/external/chromium_org/ppapi/proxy/
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_;
dispatcher.cc
20
Dispatcher::Dispatcher(
PP_GetInterface_Func
local_get_interface,
host_dispatcher.h
52
PP_GetInterface_Func
local_get_interface,
plugin_dispatcher.h
99
PluginDispatcher(
PP_GetInterface_Func
get_interface,
host_dispatcher.cc
63
PP_GetInterface_Func
local_get_interface,
plugin_dispatcher.cc
65
PluginDispatcher::PluginDispatcher(
PP_GetInterface_Func
get_interface,
/external/chromium_org/ppapi/c/
ppp.h
153
typedef const void* (*
PP_GetInterface_Func
)(const char* interface_name);
/external/chromium_org/ppapi/api/
ppp.idl
139
typedef interface_t
PP_GetInterface_Func
([in] str_t interface_name);
/external/chromium_org/content/renderer/pepper/
host_dispatcher_wrapper.h
35
PP_GetInterface_Func
local_get_interface,
host_dispatcher_wrapper.cc
35
PP_GetInterface_Func
local_get_interface,
Completed in 523 milliseconds