Home
last modified time | relevance | path

Searched refs:HasRelatedSiteInstance (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/
Dsite_instance_impl.h41 bool HasRelatedSiteInstance(const GURL& url);
Dsite_instance_impl.cc176 bool SiteInstanceImpl::HasRelatedSiteInstance(const GURL& url) { in HasRelatedSiteInstance() function in content::SiteInstanceImpl
/external/chromium_org/content/browser/frame_host/
Drender_frame_host_manager.cc921 if (current_site_instance->HasRelatedSiteInstance(dest_url) || in GetSiteInstanceForURL()