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

  /external/chromium_org/content/common/
pepper_renderer_instance_data.h 26 GURL plugin_url; member in struct:content::PepperRendererInstanceData
pepper_renderer_instance_data.cc 22 plugin_url(plugin) {
view_messages.h 251 IPC_STRUCT_TRAITS_MEMBER(plugin_url)
    [all...]
  /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))
pepper_flash_browser_host.h 50 const GURL& plugin_url,
  /external/chromium_org/chrome/browser/plugins/
plugin_installer.h 46 void OpenDownloadURL(const GURL& plugin_url,
51 void StartInstalling(const GURL& plugin_url,
plugin_installer.cc 137 void PluginInstaller::StartInstalling(const GURL& plugin_url,
148 plugin_url,
170 void PluginInstaller::OpenDownloadURL(const GURL& plugin_url,
174 plugin_url,
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
plugin_metadata.cc 26 const GURL& plugin_url,
34 plugin_url_(plugin_url),
plugin_info_message_filter.h 60 const GURL& plugin_url,
plugin_info_message_filter.cc 344 const GURL& plugin_url,
359 policy_url, plugin_url, CONTENT_SETTINGS_TYPE_PLUGINS, resource,
365 policy_url, plugin_url, CONTENT_SETTINGS_TYPE_PLUGINS, std::string(),
plugin_infobar_delegates.cc 244 GURL plugin_url(plugin_metadata_->plugin_url());
246 installer()->OpenDownloadURL(plugin_url, web_contents());
248 installer()->StartInstalling(plugin_url, web_contents());
plugin_observer.cc 107 installer()->StartInstalling(plugin_metadata_->plugin_url(), web_contents_);
351 installer->OpenDownloadURL(plugin_metadata->plugin_url(), web_contents());
  /external/chromium_org/content/renderer/pepper/
pepper_browser_connection.cc 46 const GURL& plugin_url) {
53 plugin_url)));
pepper_browser_connection.h 54 const GURL& plugin_url);
plugin_module.h 144 const GURL& plugin_url);
plugin_module.cc 555 const GURL& plugin_url) {
557 render_frame, this, container, plugin_url);
pepper_plugin_instance_impl.h 129 const GURL& plugin_url);
563 const GURL& plugin_url);
    [all...]
pepper_plugin_instance_impl.cc 400 const GURL& plugin_url) {
409 plugin_url);
482 const GURL& plugin_url)
489 plugin_url_(plugin_url),
    [all...]
  /external/chromium_org/content/browser/renderer_host/pepper/
browser_ppapi_host_impl.cc 126 return found->second.plugin_url;
  /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)
  /external/chromium_org/chrome/browser/ui/webui/
plugins_ui.cc 438 group_data->SetString("update_url", plugin_metadata->plugin_url().spec());

Completed in 171 milliseconds