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

  /external/chromium_org/content/renderer/pepper/
ppb_proxy_impl.cc 11 #include "content/renderer/pepper/plugin_module.h"
22 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); local
23 if (plugin_module)
24 plugin_module->PluginCrashed();
37 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); local
38 if (plugin_module)
39 plugin_module->SetReserveInstanceIDCallback(reserve);
43 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); local
44 if (plugin_module)
45 plugin_module->AddRef()
49 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); local
55 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); local
    [all...]
ppb_scrollbar_impl.cc 14 #include "content/renderer/pepper/plugin_module.h"
172 PluginModule* plugin_module = local
174 if (!plugin_module)
178 static_cast<const PPP_Scrollbar_Dev*>(plugin_module->GetPluginInterface(
184 static_cast<const PPP_Scrollbar_Dev*>(plugin_module->GetPluginInterface(
194 PluginModule* plugin_module = local
196 if (!plugin_module)
200 static_cast<const PPP_Scrollbar_Dev*>(plugin_module->GetPluginInterface(
ppb_video_decoder_impl.cc 17 #include "content/renderer/pepper/plugin_module.h"
101 PluginModule* plugin_module = local
103 if (plugin_module) {
105 plugin_module->GetPluginInterface(PPP_VIDEODECODER_DEV_INTERFACE));

Completed in 27 milliseconds