Searched defs:PepperPluginInstanceImpl (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_plugin_instance_impl.h118 class CONTENT_EXPORT PepperPluginInstanceImpl class in namespace:content
119 : public base::RefCounted<PepperPluginInstanceImpl>,
125 // Create and return a PepperPluginInstanceImpl object which supports the most
129 static PepperPluginInstanceImpl* Create(RenderFrameImpl* render_frame,
557 friend class base::RefCounted<PepperPluginInstanceImpl>;
562 virtual ~PepperPluginInstanceImpl();
591 // number of interfaces implemented by PepperPluginInstanceImpl.
605 // See the static Create functions above for creating PepperPluginInstanceImpl
609 PepperPluginInstanceImpl(RenderFrameImpl* render_frame,
928 base::WeakPtrFactory<PepperPluginInstanceImpl> view_change_weak_ptr_factory
[all...]
H A Dpepper_plugin_instance_impl.cc340 PepperPluginInstanceImpl* instance =
390 PluginInstanceLockTarget(PepperPluginInstanceImpl* plugin)
406 PepperPluginInstanceImpl* plugin_;
429 PepperPluginInstanceImpl* PepperPluginInstanceImpl::Create(
440 return new PepperPluginInstanceImpl(
444 PepperPluginInstanceImpl::ExternalDocumentLoader::ExternalDocumentLoader()
447 PepperPluginInstanceImpl::ExternalDocumentLoader::~ExternalDocumentLoader() {}
449 void PepperPluginInstanceImpl::ExternalDocumentLoader::ReplayReceivedData(
467 void PepperPluginInstanceImpl
507 PepperPluginInstanceImpl::PepperPluginInstanceImpl( function in class:content::PepperPluginInstanceImpl
[all...]

Completed in 213 milliseconds