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 63 virtual const GURL& GetPluginURL() = 0;
  /external/chromium_org/content/renderer/pepper/
fake_pepper_plugin_instance.cc 24 const GURL& FakePepperPluginInstance::GetPluginURL() { return gurl_; }
fake_pepper_plugin_instance.h 22 virtual const GURL& GetPluginURL() OVERRIDE;
host_dispatcher_wrapper.cc 95 plugin_instance->GetPluginURL()),
pepper_plugin_instance_impl.h 363 virtual const GURL& GetPluginURL() OVERRIDE;
    [all...]
pepper_plugin_instance_impl.cc 605 GetPluginURL());
    [all...]
  /external/chromium_org/components/pdf/renderer/
pepper_pdf_host.cc 150 GURL url = instance->GetPluginURL();
ppb_pdf_impl.cc 238 GURL url = instance->GetPluginURL();

Completed in 2257 milliseconds