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

  /external/chromium_org/content/public/browser/
site_instance.h 134 static bool IsSameWebSite(content::BrowserContext* browser_context,
  /external/chromium_org/content/browser/
site_instance_impl_unittest.cc 365 TEST_F(SiteInstanceTest, IsSameWebSite) {
373 EXPECT_TRUE(SiteInstance::IsSameWebSite(NULL, url_foo, url_foo2));
376 EXPECT_FALSE(SiteInstance::IsSameWebSite(NULL, url_foo, url_foo_https));
380 EXPECT_TRUE(SiteInstance::IsSameWebSite(NULL, url_foo, url_foo_port));
383 EXPECT_TRUE(SiteInstance::IsSameWebSite(NULL, url_javascript, url_foo));
384 EXPECT_TRUE(SiteInstance::IsSameWebSite(NULL, url_javascript, url_foo_https));
385 EXPECT_TRUE(SiteInstance::IsSameWebSite(NULL, url_javascript, url_foo_port));
site_instance_impl.cc 249 bool SiteInstance::IsSameWebSite(BrowserContext* browser_context,
  /external/chromium_org/chrome/browser/nacl_host/
nacl_file_host.cc 327 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/loader/
resource_loader.cc 533 // The usage of SiteInstance::IsSameWebSite is safe on the IO thread,
543 !SiteInstance::IsSameWebSite(NULL, request_->url(),
  /external/chromium_org/content/browser/web_contents/
render_view_host_manager.cc 620 if (SiteInstance::IsSameWebSite(browser_context, current_url, dest_url) &&
    [all...]

Completed in 608 milliseconds