Searched defs:GetBrowserInterface (Results 1 - 4 of 4) sorted by path

/external/chromium_org/mojo/examples/pepper_container_app/
H A Dinterface_list.cc40 const void* InterfaceList::GetBrowserInterface(const std::string& name) const { function in class:mojo::examples::InterfaceList
/external/chromium_org/ppapi/cpp/
H A Dmodule.cc179 const void* Module::GetBrowserInterface(const char* interface_name) { function in class:pp::Module
210 const PPB_Core* core = reinterpret_cast<const PPB_Core*>(GetBrowserInterface(
/external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
H A Dget_browser_interface.cc36 const void* GetBrowserInterface(const char* interface_name) { function
165 GetBrowserInterface(PPB_FONT_DEV_INTERFACE));
171 GetBrowserInterface(PPB_MEMORY_DEV_INTERFACE));
176 GetBrowserInterface(PPB_TESTING_PRIVATE_INTERFACE));
181 GetBrowserInterface(PPB_VIEW_INTERFACE));
/external/chromium_org/ppapi/proxy/
H A Dplugin_dispatcher.cc110 const void* PluginDispatcher::GetBrowserInterface(const char* interface_name) { function in class:ppapi::proxy::PluginDispatcher

Completed in 621 milliseconds