Home | History | Annotate | Download | only in browser

Lines Matching refs:sites

45   // Now keep track of how many sites we have in this BrowsingInstance (and
46 // overall), including sites in iframes.
55 // Make sure we don't overcount process-per-site sites, like the NTP.
57 site_data->sites.find(*iter) != site_data->sites.end()) {
61 site_data->sites.insert(*iter);
64 // Also keep track of how things would look if we only isolated HTTPS sites.
65 // In this model, all HTTP sites are grouped into one "http://" site. HTTPS
80 // Sum the number of sites and SiteInstances in each BrowserContext.
88 num_sites += i->second.sites.size();
103 // Predict the number of processes needed when isolating all sites and when
104 // isolating only HTTPS sites.