HomeSort by relevance Sort by last modified time
    Searched defs:plugin_url (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/common/
pepper_renderer_instance_data.h 26 GURL plugin_url; member in struct:content::PepperRendererInstanceData
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_browser_host.cc 117 GURL plugin_url = host_->GetPluginURLForInstance(pp_instance()); local
120 plugin_url, cookie_settings_);
127 document_url, plugin_url));
135 const GURL& plugin_url,
150 plugin_url.is_valid()) {
151 if (!cookie_settings_->IsReadingCookieAllowed(document_url, plugin_url))
153 else if (cookie_settings_->IsCookieSessionOnly(plugin_url))
  /external/chromium_org/chrome/browser/plugins/
plugin_metadata.h 41 const GURL& plugin_url,
53 // If |url_for_display| is false, |plugin_url| is the URL of the download page
55 // |plugin_url| is the URL of the plug-in installer binary, which can be
58 const GURL& plugin_url() const { return plugin_url_; } function in class:PluginMetadata
  /external/chromium_org/chrome/test/functional/
stress.py 66 plugin_url = pyauto.PyUITest.GetFileURLForPath( variable in class:StressTest
208 self.AppendTab(pyauto.GURL(self.plugin_url))
220 self.NavigateToURL(self.plugin_url, tab_index, 0)

Completed in 63 milliseconds