Searched defs:plugin_url (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/content/common/
H A Dpepper_renderer_instance_data.h30 GURL plugin_url; member in struct:content::PepperRendererInstanceData
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_installer.cc88 void PluginInstaller::StartInstalling(const GURL& plugin_url, argument
94 plugin_url, web_contents, download_manager);
98 const GURL& plugin_url,
106 plugin_url));
128 void PluginInstaller::OpenDownloadURL(const GURL& plugin_url, argument
132 plugin_url,
97 StartInstallingWithDownloadManager( const GURL& plugin_url, content::WebContents* web_contents, content::DownloadManager* download_manager) argument
H A Dplugin_metadata.cc26 const GURL& plugin_url,
34 plugin_url_(plugin_url),
23 PluginMetadata(const std::string& identifier, const base::string16& name, bool url_for_display, const GURL& plugin_url, const GURL& help_url, const base::string16& group_name_matcher, const std::string& language) argument
H A Dplugin_metadata.h41 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/browser/renderer_host/pepper/
H A Dpepper_flash_browser_host.cc114 GURL plugin_url = host_->GetPluginURLForInstance(pp_instance()); local
118 plugin_url,
129 plugin_url));
137 const GURL& plugin_url,
152 plugin_url.is_valid()) {
153 if (!cookie_settings_->IsReadingCookieAllowed(document_url, plugin_url))
155 else if (cookie_settings_->IsCookieSessionOnly(plugin_url))
134 GetLocalDataRestrictions( ppapi::host::ReplyMessageContext reply_context, const GURL& document_url, const GURL& plugin_url, scoped_refptr<CookieSettings> cookie_settings) argument
/external/chromium_org/content/renderer/pepper/
H A Dpepper_browser_connection.cc44 const GURL& plugin_url) {
49 0, render_frame_id, document_url, plugin_url)));
40 DidCreateInProcessInstance( PP_Instance instance, int render_frame_id, const GURL& document_url, const GURL& plugin_url) argument
H A Dplugin_module.cc543 const GURL& plugin_url) {
545 render_frame, this, container, plugin_url);
540 CreateInstance( RenderFrameImpl* render_frame, blink::WebPluginContainer* container, const GURL& plugin_url) argument
H A Dpepper_plugin_instance_impl.cc433 const GURL& plugin_url) {
441 render_frame, module, ppp_instance_combined, container, plugin_url);
512 const GURL& plugin_url)
521 plugin_url_(plugin_url),
429 Create( RenderFrameImpl* render_frame, PluginModule* module, WebPluginContainer* container, const GURL& plugin_url) argument
507 PepperPluginInstanceImpl( RenderFrameImpl* render_frame, PluginModule* module, ppapi::PPP_Instance_Combined* instance_interface, WebPluginContainer* container, const GURL& plugin_url) argument

Completed in 433 milliseconds