Home
last modified time | relevance | path

Searched refs:ShouldAssignSiteForURL (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/
Dchrome_content_browser_client_unittest.cc26 TEST_F(ChromeContentBrowserClientTest, ShouldAssignSiteForURL) { in TEST_F() argument
28 EXPECT_FALSE(client.ShouldAssignSiteForURL(GURL("chrome-native://test"))); in TEST_F()
29 EXPECT_TRUE(client.ShouldAssignSiteForURL(GURL("http://www.google.com"))); in TEST_F()
30 EXPECT_TRUE(client.ShouldAssignSiteForURL(GURL("https://www.google.com"))); in TEST_F()
Dchrome_content_browser_client.h109 virtual bool ShouldAssignSiteForURL(const GURL& url) OVERRIDE;
Dchrome_content_browser_client.cc1381 bool ChromeContentBrowserClient::ShouldAssignSiteForURL(const GURL& url) { in ShouldAssignSiteForURL() function in chrome::ChromeContentBrowserClient
/external/chromium_org/content/public/browser/
Dcontent_browser_client.cc91 bool ContentBrowserClient::ShouldAssignSiteForURL(const GURL& url) { in ShouldAssignSiteForURL() function in content::ContentBrowserClient
Dcontent_browser_client.h258 virtual bool ShouldAssignSiteForURL(const GURL& url);
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl.cc2661 bool WebContentsImpl::ShouldAssignSiteForURL(const GURL& url) { in ShouldAssignSiteForURL() function in content::WebContentsImpl
2669 return GetContentClient()->browser()->ShouldAssignSiteForURL(url); in ShouldAssignSiteForURL()
2974 ShouldAssignSiteForURL(params.url)) { in DidNavigate()
Dweb_contents_impl.h732 bool ShouldAssignSiteForURL(const GURL& url); in NON_EXPORTED_BASE()
Dweb_contents_impl_unittest.cc243 virtual bool ShouldAssignSiteForURL(const GURL& url) OVERRIDE { in ShouldAssignSiteForURL() function in content::__anona7b7efdb0111::WebContentsImplTestBrowserClient