Searched refs:effective_url (Results 1 – 6 of 6) sorted by relevance
148 GURL effective_url = tab_contents->GetURL(); in ExtensionWebUI() local149 if (effective_url.SchemeIs(chrome::kChromeUIScheme) && in ExtensionWebUI()150 effective_url.host() == chrome::kChromeUINewTabHost) { in ExtensionWebUI()
568 GURL effective_url(url); in GetEffectiveURLForInstant() local590 effective_url = effective_url.ReplaceComponents(replacements); in GetEffectiveURLForInstant()591 return effective_url; in GetEffectiveURLForInstant()
552 GURL effective_url(SigninManager::kChromeSigninEffectiveSite); in GetEffectiveURLForSignin() local558 effective_url = effective_url.ReplaceComponents(replacements); in GetEffectiveURLForSignin()559 return effective_url; in GetEffectiveURLForSignin()991 content::BrowserContext* browser_context, const GURL& effective_url) { in ShouldUseProcessPerSite() argument1001 if (chrome::ShouldUseProcessPerSiteForInstantURL(effective_url, profile)) in ShouldUseProcessPerSite()1005 if (SigninManager::IsWebBasedSigninFlowURL(effective_url)) in ShouldUseProcessPerSite()1009 if (!effective_url.SchemeIs(extensions::kExtensionScheme)) in ShouldUseProcessPerSite()1018 extension_service->extensions()->GetExtensionOrAppByURL(effective_url); in ShouldUseProcessPerSite()
75 const GURL& effective_url) OVERRIDE;
35 BrowserContext* browser_context, const GURL& effective_url) { in ShouldUseProcessPerSite() argument
183 const GURL& effective_url);