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

  /external/chromium_org/chrome/browser/
chrome_content_browser_client_unittest.cc 15 TEST_F(ChromeContentBrowserClientTest, ShouldAssignSiteForURL) {
17 EXPECT_FALSE(client.ShouldAssignSiteForURL(GURL("chrome-native://test")));
18 EXPECT_TRUE(client.ShouldAssignSiteForURL(GURL("http://www.google.com")));
19 EXPECT_TRUE(client.ShouldAssignSiteForURL(GURL("https://www.google.com")));
chrome_content_browser_client.h 106 virtual bool ShouldAssignSiteForURL(const GURL& url) OVERRIDE;
chrome_content_browser_client.cc     [all...]
  /external/chromium_org/content/public/browser/
content_browser_client.cc 86 bool ContentBrowserClient::ShouldAssignSiteForURL(const GURL& url) {
content_browser_client.h 252 virtual bool ShouldAssignSiteForURL(const GURL& url);
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h 671 bool ShouldAssignSiteForURL(const GURL& url);
    [all...]
web_contents_impl.cc     [all...]
web_contents_impl_unittest.cc 242 virtual bool ShouldAssignSiteForURL(const GURL& url) OVERRIDE {
    [all...]

Completed in 154 milliseconds