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

  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.h 118 class CONTENT_EXPORT PepperPluginInstanceImpl
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,
    [all...]
pepper_plugin_instance_impl.cc 340 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::ExternalDocumentLoader::didReceiveData
    [all...]

Completed in 218 milliseconds