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

  /external/chromium_org/content/public/browser/
site_instance.h 108 virtual bool IsRelatedSiteInstance(const SiteInstance* instance) = 0;
  /external/chromium_org/content/browser/
site_instance_impl.h 26 virtual bool IsRelatedSiteInstance(const SiteInstance* instance) OVERRIDE;
site_instance_impl_unittest.cc 416 EXPECT_TRUE(site_instance_a1->IsRelatedSiteInstance(site_instance_b1.get()));
440 site_instance_a1->IsRelatedSiteInstance(site_instance_a2_2.get()));
491 EXPECT_TRUE(site_instance_a1->IsRelatedSiteInstance(site_instance_b1.get()));
site_instance_impl.cc 183 bool SiteInstanceImpl::IsRelatedSiteInstance(const SiteInstance* instance) {
  /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_unittest.cc 228 EXPECT_FALSE(active_rvh()->GetSiteInstance()->IsRelatedSiteInstance(
    [all...]
render_frame_host_manager.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...]

Completed in 530 milliseconds