Searched refs:GetProxiedInterface (Results 1 – 9 of 9) sorted by relevance
65 const void* HostDispatcherWrapper::GetProxiedInterface(const char* name) { in GetProxiedInterface() function in content::HostDispatcherWrapper66 return dispatcher_->GetProxiedInterface(name); in GetProxiedInterface()
40 const void* GetProxiedInterface(const char* name);
576 return host_dispatcher_wrapper_->GetProxiedInterface(name); in GetPluginInterface()
167 host().host_dispatcher()->GetProxiedInterface( in TEST_F()170 host().host_dispatcher()->GetProxiedInterface( in TEST_F()
54 host().host_dispatcher()->GetProxiedInterface( in TEST_F()
93 const void* GetProxiedInterface(const std::string& iface_name);
73 host().host_dispatcher()->GetProxiedInterface( in TEST_F()
122 host().host_dispatcher()->GetProxiedInterface( in TEST_F()
217 const void* HostDispatcher::GetProxiedInterface(const std::string& iface_name) { in GetProxiedInterface() function in ppapi::proxy::HostDispatcher