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 27 TEST_F(ChromeContentBrowserClientTest, ShouldAssignSiteForURL) {
29 EXPECT_FALSE(client.ShouldAssignSiteForURL(GURL("chrome-native://test")));
30 EXPECT_TRUE(client.ShouldAssignSiteForURL(GURL("http://www.google.com")));
31 EXPECT_TRUE(client.ShouldAssignSiteForURL(GURL("https://www.google.com")));
chrome_content_browser_client.h 125 virtual bool ShouldAssignSiteForURL(const GURL& url) OVERRIDE;
chrome_content_browser_client.cc     [all...]
  /external/chromium_org/content/browser/frame_host/
navigator_impl.h 80 bool ShouldAssignSiteForURL(const GURL& url);
navigator_impl.cc 460 ShouldAssignSiteForURL(params.url)) {
532 bool NavigatorImpl::ShouldAssignSiteForURL(const GURL& url) {
540 return GetContentClient()->browser()->ShouldAssignSiteForURL(url);
  /external/chromium_org/content/public/browser/
content_browser_client.cc 91 bool ContentBrowserClient::ShouldAssignSiteForURL(const GURL& url) {
content_browser_client.h 273 virtual bool ShouldAssignSiteForURL(const GURL& url);
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 240 virtual bool ShouldAssignSiteForURL(const GURL& url) OVERRIDE {
    [all...]

Completed in 101 milliseconds