OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetProxiedInterface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/pepper/
host_dispatcher_wrapper.cc
65
const void* HostDispatcherWrapper::
GetProxiedInterface
(const char* name) {
66
return dispatcher_->
GetProxiedInterface
(name);
/external/chromium_org/ppapi/proxy/
host_dispatcher.cc
217
const void* HostDispatcher::
GetProxiedInterface
(const std::string& iface_name) {
Completed in 519 milliseconds