HomeSort by relevance Sort by last modified time
    Searched refs:GetPluginURL (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/content/public/renderer/
pepper_plugin_instance.h 61 virtual const GURL& GetPluginURL() = 0;
  /external/chromium_org/content/renderer/pepper/
fake_pepper_plugin_instance.cc 30 const GURL& FakePepperPluginInstance::GetPluginURL() {
fake_pepper_plugin_instance.h 22 virtual const GURL& GetPluginURL() OVERRIDE;
host_dispatcher_wrapper.cc 88 plugin_instance->GetPluginURL()),
pepper_plugin_instance_impl.h 353 virtual const GURL& GetPluginURL() OVERRIDE;
    [all...]
pepper_plugin_instance_impl.cc 551 GetPluginURL());
    [all...]
  /external/chromium_org/chrome/renderer/pepper/
pepper_pdf_host.cc 273 GURL url = instance->GetPluginURL();
ppb_pdf_impl.cc 348 GURL url = instance->GetPluginURL();

Completed in 521 milliseconds