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

  /external/chromium_org/content/renderer/pepper/
plugin_module.h 61 class CONTENT_EXPORT PluginModule :
62 public base::RefCounted<PluginModule>,
63 public base::SupportsWeakPtr<PluginModule> {
73 PluginModule(const std::string& name,
98 scoped_refptr<PluginModule> CreateModuleForExternalPluginInstance();
189 // Create a new HostDispatcher for proxying, hook it to the PluginModule,
202 // existing HostGlobals. A new one will be constructed when a PluginModule is
215 static scoped_refptr<PluginModule> Create(RenderFrameImpl* render_frame,
220 friend class base::RefCounted<PluginModule>;
221 ~PluginModule();
    [all...]
plugin_module.cc 172 typedef std::set<PluginModule*> PluginModuleSet;
386 PluginModule* module,
403 // PluginModule ----------------------------------------------------------------
405 PluginModule::PluginModule(const std::string& name,
426 PluginModule::~PluginModule() {
464 void PluginModule::SetRendererPpapiHost(
469 bool PluginModule::InitAsInternalPlugin(
478 bool PluginModule::InitAsLibrary(const base::FilePath& path)
    [all...]

Completed in 38 milliseconds