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

  /external/chromium_org/mojo/examples/pepper_container_app/
plugin_module.cc 34 PluginModule::EntryPoints::EntryPoints() : get_interface(NULL),
38 PluginModule::PluginModule() : callback_tracker_(new ppapi::CallbackTracker) {
42 PluginModule::~PluginModule() {
49 scoped_ptr<PluginInstance> PluginModule::CreateInstance() {
53 const void* PluginModule::GetPluginInterface(const char* name) const {
59 void PluginModule::Initialize() {
plugin_module.h 25 class PluginModule : public base::RefCounted<PluginModule> {
27 PluginModule();
37 friend class base::RefCounted<PluginModule>;
47 ~PluginModule();
55 DISALLOW_COPY_AND_ASSIGN(PluginModule);
  /external/chromium_org/content/renderer/pepper/
plugin_module.h 61 class CONTENT_EXPORT PluginModule : public base::RefCounted<PluginModule>,
62 public base::SupportsWeakPtr<PluginModule> {
72 PluginModule(const std::string& name,
98 scoped_refptr<PluginModule> CreateModuleForExternalPluginInstance();
188 // Create a new HostDispatcher for proxying, hook it to the PluginModule,
201 // existing HostGlobals. A new one will be constructed when a PluginModule is
214 static scoped_refptr<PluginModule> Create(RenderFrameImpl* render_frame,
219 friend class base::RefCounted<PluginModule>;
220 ~PluginModule();
    [all...]
plugin_module.cc 175 typedef std::set<PluginModule*> PluginModuleSet;
378 PluginModule* module,
395 // PluginModule ----------------------------------------------------------------
397 PluginModule::PluginModule(const std::string& name,
420 PluginModule::~PluginModule() {
458 void PluginModule::SetRendererPpapiHost(
463 bool PluginModule::InitAsInternalPlugin(
472 bool PluginModule::InitAsLibrary(const base::FilePath& path)
    [all...]

Completed in 88 milliseconds