Searched defs:PluginModule (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_module.cc34 PluginModule::EntryPoints::EntryPoints() : get_interface(NULL),
38 PluginModule::PluginModule() : callback_tracker_(new ppapi::CallbackTracker) { function in class:mojo::examples::PluginModule
42 PluginModule::~PluginModule() {
49 scoped_ptr<PluginInstance> PluginModule::CreateInstance() {
53 const void* PluginModule::GetPluginInterface(const char* name) const {
59 void PluginModule::Initialize() {
H A Dplugin_module.h25 class PluginModule : public base::RefCounted<PluginModule> { class in namespace:mojo::examples
27 PluginModule();
37 friend class base::RefCounted<PluginModule>;
47 ~PluginModule();
55 DISALLOW_COPY_AND_ASSIGN(PluginModule);
/external/chromium_org/content/renderer/pepper/
H A Dplugin_module.h61 class CONTENT_EXPORT PluginModule : public base::RefCounted<PluginModule>, class in namespace:content
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...]
H A Dplugin_module.cc175 typedef std::set<PluginModule*> PluginModuleSet;
378 PluginModule* module,
395 // PluginModule ----------------------------------------------------------------
397 PluginModule::PluginModule(const std::string& name, function in class:content::PluginModule
420 PluginModule::~PluginModule() {
458 void PluginModule::SetRendererPpapiHost(
463 bool PluginModule::InitAsInternalPlugin(
472 bool PluginModule
[all...]

Completed in 432 milliseconds