Searched refs:GetPluginURL (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dfake_pepper_plugin_instance.cc24 const GURL& FakePepperPluginInstance::GetPluginURL() { return gurl_; } function in class:content::FakePepperPluginInstance
H A Dfake_pepper_plugin_instance.h22 virtual const GURL& GetPluginURL() OVERRIDE;
H A Dhost_dispatcher_wrapper.cc95 plugin_instance->GetPluginURL()),
H A Dpepper_plugin_instance_impl.h363 virtual const GURL& GetPluginURL() OVERRIDE;
H A Dpepper_plugin_instance_impl.cc605 GetPluginURL());
3072 const GURL& PepperPluginInstanceImpl::GetPluginURL() { return plugin_url_; } function in class:content::PepperPluginInstanceImpl
/external/chromium_org/content/public/renderer/
H A Dpepper_plugin_instance.h63 virtual const GURL& GetPluginURL() = 0;
/external/chromium_org/components/pdf/renderer/
H A Dpepper_pdf_host.cc150 GURL url = instance->GetPluginURL();
H A Dppb_pdf_impl.cc238 GURL url = instance->GetPluginURL();

Completed in 526 milliseconds