HomeSort by relevance Sort by last modified time
    Searched defs:plugin_module (Results 1 - 4 of 4) 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 13 #include "content/renderer/pepper/plugin_module.h"
161 PluginModule* plugin_module = local
163 if (!plugin_module)
168 plugin_module->GetPluginInterface(PPP_SCROLLBAR_DEV_INTERFACE));
173 plugin_module->GetPluginInterface(PPP_SCROLLBAR_DEV_INTERFACE_0_2));
182 PluginModule* plugin_module = local
184 if (!plugin_module)
189 plugin_module->GetPluginInterface(PPP_SCROLLBAR_DEV_INTERFACE));
ppb_video_decoder_impl.cc 15 #include "content/renderer/pepper/plugin_module.h"
98 PluginModule* plugin_module = local
100 if (plugin_module) {
102 plugin_module->GetPluginInterface(PPP_VIDEODECODER_DEV_INTERFACE));
  /external/chromium_org/mojo/examples/pepper_container_app/
plugin_instance.h 10 #include "mojo/examples/pepper_container_app/plugin_module.h"
21 explicit PluginInstance(scoped_refptr<PluginModule> plugin_module);
38 PluginModule* plugin_module() { return plugin_module_.get(); } function in class:mojo::examples::PluginInstance

Completed in 197 milliseconds