HomeSort by relevance Sort by last modified time
    Searched refs:plugin_module (Results 1 - 9 of 9) 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));
pepper_broker.h 48 explicit PepperBroker(PluginModule* plugin_module);
pepper_webplugin_impl.cc 15 #include "content/renderer/pepper/plugin_module.h"
57 PepperWebPluginImpl::PepperWebPluginImpl(PluginModule* plugin_module,
64 DCHECK(plugin_module);
65 init_data_->module = plugin_module;
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));
pepper_broker.cc 9 #include "content/renderer/pepper/plugin_module.h"
106 PepperBroker::PepperBroker(PluginModule* plugin_module)
107 : plugin_module_(plugin_module) {
  /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
mojo_ppapi_globals.cc 123 return plugin_instance_->plugin_module()->callback_tracker();
plugin_instance.cc 23 PluginInstance::PluginInstance(scoped_refptr<PluginModule> plugin_module)
25 plugin_module_(plugin_module) {

Completed in 1040 milliseconds