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

  /external/chromium_org/content/public/browser/
site_instance.h 107 virtual bool IsRelatedSiteInstance(const SiteInstance* instance) = 0;
  /external/chromium_org/content/browser/
site_instance_impl.h 28 virtual bool IsRelatedSiteInstance(const SiteInstance* instance) OVERRIDE;
site_instance_impl.cc 184 bool SiteInstanceImpl::IsRelatedSiteInstance(const SiteInstance* instance) {
site_instance_impl_unittest.cc 427 EXPECT_TRUE(site_instance_a1->IsRelatedSiteInstance(site_instance_b1.get()));
451 site_instance_a1->IsRelatedSiteInstance(site_instance_a2_2.get()));
502 EXPECT_TRUE(site_instance_a1->IsRelatedSiteInstance(site_instance_b1.get()));
  /external/chromium_org/chrome/browser/
site_details.cc 34 if (instance->IsRelatedSiteInstance(site_data->instances[i])) {
  /external/chromium_org/content/browser/frame_host/
render_frame_host_manager.cc 738 return !new_site_instance->IsRelatedSiteInstance(
    [all...]
navigator_impl.cc 557 !render_frame_host->GetSiteInstance()->IsRelatedSiteInstance(
render_frame_host_manager_unittest.cc 441 EXPECT_FALSE(dest_rfh2->GetSiteInstance()->IsRelatedSiteInstance(
    [all...]
render_frame_host_manager_browsertest.cc     [all...]
navigation_controller_impl_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/
app_process_apitest.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc     [all...]
web_contents_impl_unittest.cc     [all...]

Completed in 1414 milliseconds