Home
last modified time | relevance | path

Searched defs:plugin_module (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dppb_proxy_impl.cc22 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); in PluginCrashed() local
37 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); in SetReserveInstanceIDCallback() local
43 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); in AddRefModule() local
49 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); in ReleaseModule() local
55 PluginModule* plugin_module = HostGlobals::Get()->GetModule(module); in IsInModuleDestructor() local
Dppb_scrollbar_impl.cc161 PluginModule* plugin_module = in valueChanged() local
182 PluginModule* plugin_module = in overlayChanged() local
Dpepper_broker.cc106 PepperBroker::PepperBroker(PluginModule* plugin_module) in PepperBroker()
Dppb_video_decoder_impl.cc99 PluginModule* plugin_module = in PPB_VideoDecoder_Impl() local
Dpepper_webplugin_impl.cc57 PepperWebPluginImpl::PepperWebPluginImpl(PluginModule* plugin_module, in PepperWebPluginImpl()
/external/chromium_org/mojo/examples/pepper_container_app/
Dplugin_instance.h38 PluginModule* plugin_module() { return plugin_module_.get(); } in plugin_module() function
Dplugin_instance.cc23 PluginInstance::PluginInstance(scoped_refptr<PluginModule> plugin_module) in PluginInstance()