Lines Matching full:site
31 // the documents within each BrowsingInstance that are from the same site and
36 // It is important to only have one SiteInstance per site within a given
37 // BrowsingInstance. This is because any two documents from the same site
64 // the site of the given URL.
69 // SiteInstance per site.
73 // another SiteInstance for the same site.
78 // if the user later visits a page from this site, within this
91 // Map of site to SiteInstance, to ensure we only have one SiteInstance per
98 // Map of site to SiteInstance, to ensure we only have one SiteInstance per
99 // site. The site string should be the possibly_invalid_spec() of a GURL
102 // SiteInstances can be assigned to the same site. This is ok in rare cases.