Home
last modified time | relevance | path

Searched refs:GetProxiedInterface (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dhost_dispatcher_wrapper.cc65 const void* HostDispatcherWrapper::GetProxiedInterface(const char* name) { in GetProxiedInterface() function in content::HostDispatcherWrapper
66 return dispatcher_->GetProxiedInterface(name); in GetProxiedInterface()
Dhost_dispatcher_wrapper.h40 const void* GetProxiedInterface(const char* name);
Dplugin_module.cc576 return host_dispatcher_wrapper_->GetProxiedInterface(name); in GetPluginInterface()
/external/chromium_org/ppapi/proxy/
Dppp_instance_private_proxy_unittest.cc167 host().host_dispatcher()->GetProxiedInterface( in TEST_F()
170 host().host_dispatcher()->GetProxiedInterface( in TEST_F()
Dppp_messaging_proxy_perftest.cc54 host().host_dispatcher()->GetProxiedInterface( in TEST_F()
Dhost_dispatcher.h93 const void* GetProxiedInterface(const std::string& iface_name);
Dppp_messaging_proxy_unittest.cc73 host().host_dispatcher()->GetProxiedInterface( in TEST_F()
Dppp_instance_proxy_unittest.cc122 host().host_dispatcher()->GetProxiedInterface( in TEST_F()
Dhost_dispatcher.cc217 const void* HostDispatcher::GetProxiedInterface(const std::string& iface_name) { in GetProxiedInterface() function in ppapi::proxy::HostDispatcher