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 115 class CONTENT_EXPORT PepperPluginInstanceImpl
116 : public base::RefCounted<PepperPluginInstanceImpl>,
121 // Create and return a PepperPluginInstanceImpl object which supports the most
125 static PepperPluginInstanceImpl* Create(
510 friend class base::RefCounted<PepperPluginInstanceImpl>;
514 virtual ~PepperPluginInstanceImpl();
542 // number of interfaces implemented by PepperPluginInstanceImpl.
555 // See the static Create functions above for creating PepperPluginInstanceImpl
559 PepperPluginInstanceImpl(RenderFrameImpl* render_frame,
    [all...]
pepper_plugin_instance_impl.cc 321 PepperPluginInstanceImpl* instance =
371 PluginInstanceLockTarget(PepperPluginInstanceImpl* plugin)
389 PepperPluginInstanceImpl* plugin_;
396 PepperPluginInstanceImpl* PepperPluginInstanceImpl::Create(
407 return new PepperPluginInstanceImpl(render_frame, module,
412 PepperPluginInstanceImpl::ExternalDocumentLoader::ExternalDocumentLoader()
416 PepperPluginInstanceImpl::ExternalDocumentLoader::~ExternalDocumentLoader() {
419 void PepperPluginInstanceImpl::ExternalDocumentLoader::ReplayReceivedData(
435 void PepperPluginInstanceImpl::ExternalDocumentLoader::didReceiveData
    [all...]

Completed in 741 milliseconds