Searched refs:GetRelatedSiteInstance (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dsite_instance.h102 virtual SiteInstance* GetRelatedSiteInstance(const GURL& url) = 0;
/external/chromium_org/content/browser/
H A Dsite_instance_impl.h27 virtual SiteInstance* GetRelatedSiteInstance(const GURL& url) OVERRIDE;
96 // and tests; most callers should use Create or GetRelatedSiteInstance
H A Dsite_instance_impl_unittest.cc432 site_instance_a1->GetRelatedSiteInstance(url_b1));
439 site_instance_a1->GetRelatedSiteInstance(url_a2));
507 site_instance_a1->GetRelatedSiteInstance(url_b1));
514 site_instance_a1->GetRelatedSiteInstance(url_a2));
H A Dsite_instance_impl.cc180 SiteInstance* SiteInstanceImpl::GetRelatedSiteInstance(const GURL& url) { function in class:content::SiteInstanceImpl
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager.cc916 // GetRelatedSiteInstance() for this, which will eagerly set the site and
923 return current_site_instance->GetRelatedSiteInstance(dest_url);
931 return current_site_instance->GetRelatedSiteInstance(dest_url);
1022 return current_instance->GetRelatedSiteInstance(dest_url);
/external/chromium_org/extensions/browser/
H A Dprocess_manager.cc410 return site_instance_->GetRelatedSiteInstance(url);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_unittest.cc2602 instance1->GetRelatedSiteInstance(GURL("http://b.com")));

Completed in 631 milliseconds