HomeSort by relevance Sort by last modified time
    Searched full:getplugininterface (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/content/renderer/pepper/
ppb_widget_impl.cc 72 plugin_instance->module()->GetPluginInterface(PPP_WIDGET_DEV_INTERFACE));
ppb_scrollbar_impl.cc 178 static_cast<const PPP_Scrollbar_Dev*>(plugin_module->GetPluginInterface(
184 static_cast<const PPP_Scrollbar_Dev*>(plugin_module->GetPluginInterface(
200 static_cast<const PPP_Scrollbar_Dev*>(plugin_module->GetPluginInterface(
ppb_graphics_3d_impl.cc 328 // GetPluginInterface (which sends a sync message in some cases). We still
334 instance->module()->GetPluginInterface(
ppb_video_decoder_impl.cc 105 plugin_module->GetPluginInterface(PPP_VIDEODECODER_DEV_INTERFACE));
pepper_plugin_instance_impl.cc 366 base::Bind(&PluginModule::GetPluginInterface, module);
    [all...]
plugin_module.h 156 const void* GetPluginInterface(const char* name) const;
plugin_module.cc 572 const void* PluginModule::GetPluginInterface(const char* name) const {
  /external/chromium_org/ppapi/cpp/
ppp_entrypoints.cc 55 return g_module_singleton->GetPluginInterface(interface_name);
module.cc 162 const void* Module::GetPluginInterface(const char* interface_name) {
194 // Calling GetPluginInterface rather than looking it up in the map allows
196 const void* existing_interface = GetPluginInterface(interface_name.c_str());
module.h 76 /// GetPluginInterface() implements <code>GetInterface</code> for the browser
81 const void* GetPluginInterface(const char* interface_name);
  /external/chromium_org/remoting/client/plugin/
pepper_entrypoints.cc 64 return pp::Module::Get()->GetPluginInterface(interface_name);
  /external/chromium_org/ppapi/proxy/
plugin_dispatcher.cc 149 const void* PluginDispatcher::GetPluginInterface(
328 *result = !!GetPluginInterface(interface_name);
336 *result = !!GetPluginInterface(PPP_INSTANCE_INTERFACE_1_0);
plugin_dispatcher.h 128 const void* GetPluginInterface(const std::string& interface_name);

Completed in 430 milliseconds