OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetProxiedInterface
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/renderer/pepper/
host_dispatcher_wrapper.h
40
const void*
GetProxiedInterface
(const char* name);
host_dispatcher_wrapper.cc
65
const void* HostDispatcherWrapper::
GetProxiedInterface
(const char* name) {
66
return dispatcher_->
GetProxiedInterface
(name);
plugin_module.cc
576
return host_dispatcher_wrapper_->
GetProxiedInterface
(name);
/external/chromium_org/ppapi/proxy/
host_dispatcher.h
93
const void*
GetProxiedInterface
(const std::string& iface_name);
ppp_messaging_proxy_perftest.cc
54
host().host_dispatcher()->
GetProxiedInterface
(
ppp_instance_private_proxy_unittest.cc
167
host().host_dispatcher()->
GetProxiedInterface
(
170
host().host_dispatcher()->
GetProxiedInterface
(
ppp_messaging_proxy_unittest.cc
73
host().host_dispatcher()->
GetProxiedInterface
(
host_dispatcher.cc
217
const void* HostDispatcher::
GetProxiedInterface
(const std::string& iface_name) {
ppp_instance_proxy_unittest.cc
122
host().host_dispatcher()->
GetProxiedInterface
(
Completed in 1631 milliseconds