Lines Matching refs:profiles_
300 for (const auto& profile : profiles_) { in Stop()
330 DCHECK(profiles_.empty()); // The default profile must go first on stack. in InitializeProfiles()
366 CHECK(!profiles_.empty()); // Must have a default profile. in InitializeProfiles()
422 for (const auto& profile : profiles_) { in HasProfile()
444 if (!profiles_.empty() && !profiles_.back()->GetUser().empty()) { in PushProfileInternal()
481 profiles_.push_back(profile); in PushProfileInternal()
508 LOG(INFO) << __func__ << " finished; " << profiles_.size() in PushProfileInternal()
540 CHECK(!profiles_.empty()); in PopProfileInternal()
541 ProfileRefPtr active_profile = profiles_.back(); in PopProfileInternal()
542 profiles_.pop_back(); in PopProfileInternal()
578 LOG(INFO) << __func__ << " finished; " << profiles_.size() in PopProfileInternal()
587 Profile::SaveUserProfileList(user_profile_list_path_, profiles_); in OnProfilesChanged()
593 if (profiles_.empty()) { in PopProfile()
598 ProfileRefPtr active_profile = profiles_.back(); in PopProfile()
615 if (profiles_.empty()) { in PopAnyProfile()
625 while (!profiles_.empty() && !profiles_.back()->GetUser().empty()) { in PopAllUserProfiles()
857 for (const auto& profile : profiles_) { in GetLoadableProfileEntriesForService()
977 for (const auto& profile : profiles_) { in IsProfileBefore()
1038 DCHECK_NE(profiles_.size(), 0U); in ActiveProfile()
1039 return profiles_.back(); in ActiveProfile()
1043 return (profiles_.size() > 0 && in IsActiveProfile()
1061 for (const auto& profile : profiles_) { in LookupProfileByRpcIdentifier()
1299 for (const auto& profile : profiles_) { in LoadDeviceFromProfiles()
1461 for (auto rit = profiles_.rbegin(); rit != profiles_.rend(); ++rit) { in UpdateDevice()
1475 for (auto rit = profiles_.rbegin(); rit != profiles_.rend(); ++rit) { in UpdateWiFiProvider()
1485 if (profiles_.empty()) { in SaveServiceToProfile()
1488 MoveServiceToProfile(to_update, profiles_.back()); in SaveServiceToProfile()
1898 for (it = profiles_.rbegin(); it != profiles_.rend(); ++it) { in MatchProfileWithService()
1903 if (it == profiles_.rend()) { in MatchProfileWithService()
2187 for (const auto& profile : profiles_) { in EnumerateProfiles()