Home
last modified time | relevance | path

Searched refs:GetInterfaceForPPB (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dinterface_list.h52 const void* GetInterfaceForPPB(const std::string& name) const;
Dplugin_dispatcher.cc118 return InterfaceList::GetInstance()->GetInterfaceForPPB(interface_name); in GetBrowserInterface()
Dinterface_list.cc345 const void* InterfaceList::GetInterfaceForPPB(const std::string& name) const { in GetInterfaceForPPB() function in ppapi::proxy::InterfaceList