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

  /external/chromium_org/content/public/browser/
site_instance.h 135 static bool IsSameWebSite(content::BrowserContext* browser_context,
  /external/chromium_org/content/browser/
site_instance_impl_unittest.cc 369 TEST_F(SiteInstanceTest, IsSameWebSite) {
377 EXPECT_TRUE(SiteInstance::IsSameWebSite(NULL, url_foo, url_foo2));
380 EXPECT_FALSE(SiteInstance::IsSameWebSite(NULL, url_foo, url_foo_https));
384 EXPECT_TRUE(SiteInstance::IsSameWebSite(NULL, url_foo, url_foo_port));
387 EXPECT_TRUE(SiteInstance::IsSameWebSite(NULL, url_javascript, url_foo));
388 EXPECT_TRUE(SiteInstance::IsSameWebSite(NULL, url_javascript, url_foo_https));
389 EXPECT_TRUE(SiteInstance::IsSameWebSite(NULL, url_javascript, url_foo_port));
site_instance_impl.cc 234 bool SiteInstance::IsSameWebSite(BrowserContext* browser_context,
  /external/chromium_org/components/nacl/browser/
nacl_file_host.cc 228 if (!content::SiteInstance::IsSameWebSite(site_instance->GetBrowserContext(),
  /external/chromium/chrome/browser/ui/
browser_navigator.cc 44 SiteInstance::IsSameWebSite(source_contents->profile(),
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager.cc 512 // SiteInstance's site and when we later call IsSameWebSite. If there is no
720 if (SiteInstance::IsSameWebSite(browser_context, current_url, dest_url) &&
    [all...]

Completed in 76 milliseconds