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

  /external/chromium_org/chrome/browser/profiles/
profile_manager.h 377 std::map<Profile*, int> browser_counts_; member in class:ProfileManager
profile_manager.cc 700 ++browser_counts_[profile] == 1) {
716 if (!profile->IsOffTheRecord() && --browser_counts_[profile] == 0) {
    [all...]

Completed in 33 milliseconds