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

  /external/chromium_org/content/browser/
site_instance_impl.cc 47 has_site_(false) {
60 if (has_site_)
77 if (has_site_ &&
100 bool use_process_per_site = has_site_ &&
143 if (has_site_)
157 DCHECK(!has_site_);
161 has_site_ = true;
187 return has_site_;
site_instance_impl.h 126 bool has_site_; member in class:content::SiteInstanceImpl

Completed in 396 milliseconds