HomeSort by relevance Sort by last modified time
    Searched defs:GetBrowserInterface (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/mojo/examples/pepper_container_app/
interface_list.cc 40 const void* InterfaceList::GetBrowserInterface(const std::string& name) const {
  /external/chromium_org/ppapi/cpp/
module.cc 179 const void* Module::GetBrowserInterface(const char* interface_name) {
210 const PPB_Core* core = reinterpret_cast<const PPB_Core*>(GetBrowserInterface(
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
get_browser_interface.cc 36 const void* GetBrowserInterface(const char* interface_name) {
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/
plugin_dispatcher.cc 110 const void* PluginDispatcher::GetBrowserInterface(const char* interface_name) {

Completed in 130 milliseconds