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

  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 701 active_profiles_.push_back(profile);
717 active_profiles_.erase(std::find(active_profiles_.begin(),
718 active_profiles_.end(), profile));
747 for (it = active_profiles_.begin(); it != active_profiles_.end(); ++it) {
    [all...]
profile_manager.h 380 std::vector<Profile*> active_profiles_; member in class:ProfileManager

Completed in 53 milliseconds