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 113 class CONTENT_EXPORT PepperPluginInstanceImpl
114 : public base::RefCounted<PepperPluginInstanceImpl>,
115 public base::SupportsWeakPtr<PepperPluginInstanceImpl>,
119 // Create and return a PepperPluginInstanceImpl object which supports the most
123 static PepperPluginInstanceImpl* Create(
500 friend class base::RefCounted<PepperPluginInstanceImpl>;
504 virtual ~PepperPluginInstanceImpl();
532 // number of interfaces implemented by PepperPluginInstanceImpl.
545 // See the static Create functions above for creating PepperPluginInstanceImpl
549 PepperPluginInstanceImpl(RenderViewImpl* render_view
    [all...]
pepper_plugin_instance_impl.cc 312 PepperPluginInstanceImpl* instance =
335 PluginInstanceLockTarget(PepperPluginInstanceImpl* plugin)
353 PepperPluginInstanceImpl* plugin_;
360 PepperPluginInstanceImpl* PepperPluginInstanceImpl::Create(
371 return new PepperPluginInstanceImpl(render_view, module,
376 PepperPluginInstanceImpl::ExternalDocumentLoader::ExternalDocumentLoader()
380 PepperPluginInstanceImpl::ExternalDocumentLoader::~ExternalDocumentLoader() {
383 void PepperPluginInstanceImpl::ExternalDocumentLoader::ReplayReceivedData(
399 void PepperPluginInstanceImpl::ExternalDocumentLoader::didReceiveData
    [all...]

Completed in 874 milliseconds