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 138 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 243 bool SiteInstance::IsSameWebSite(BrowserContext* browser_context,
  /external/chromium_org/components/nacl/browser/
nacl_file_host.cc 220 if (!content::SiteInstance::IsSameWebSite(site_instance->GetBrowserContext(),
  /external/chromium_org/content/browser/loader/
cross_site_resource_handler.cc 96 return !SiteInstance::IsSameWebSite(
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager.cc 629 // SiteInstance's site and when we later call IsSameWebSite. If there is no
    [all...]

Completed in 70 milliseconds