Searched defs:effective_url (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/extensions/shell/browser/
H A Dshell_content_browser_client.cc95 const GURL& effective_url) {
93 ShouldUseProcessPerSite( content::BrowserContext* browser_context, const GURL& effective_url) argument
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_content_browser_client_extensions_part.cc149 Profile* profile, const GURL& effective_url) {
150 if (!effective_url.SchemeIs(kExtensionScheme))
159 extension_service->extensions()->GetExtensionOrAppByURL(effective_url);
148 ShouldUseProcessPerSite( Profile* profile, const GURL& effective_url) argument
/external/chromium_org/content/public/browser/
H A Dcontent_browser_client.cc29 BrowserContext* browser_context, const GURL& effective_url) {
28 ShouldUseProcessPerSite( BrowserContext* browser_context, const GURL& effective_url) argument
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc500 GURL effective_url(SigninManager::kChromeSigninEffectiveSite);
506 effective_url = effective_url.ReplaceComponents(replacements);
507 return effective_url;
899 content::BrowserContext* browser_context, const GURL& effective_url) {
909 if (chrome::ShouldUseProcessPerSiteForInstantURL(effective_url, profile))
913 if (SigninManager::IsWebBasedSigninFlowURL(effective_url))
919 profile, effective_url);
898 ShouldUseProcessPerSite( content::BrowserContext* browser_context, const GURL& effective_url) argument

Completed in 1930 milliseconds