Searched refs:supervised_user_id (Results 1 – 11 of 11) sorted by relevance
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/users/ |
H A D | fake_supervised_user_manager.cc | 16 const std::string& supervised_user_id) const { in GetUserSyncId() 21 const std::string& supervised_user_id) const { in GetManagerDisplayName() 26 const std::string& supervised_user_id) const { in GetManagerUserId() 31 const std::string& supervised_user_id) const { in GetManagerDisplayEmail()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/ |
H A D | profile_info_cache.cc | 75 std::string supervised_user_id; in ProfileInfoCache() local 77 &supervised_user_id); in ProfileInfoCache() 79 if (!supervised_user_id.empty() && in ProfileInfoCache() 80 supervised_user_id != supervised_users::kChildAccountSUID) { in ProfileInfoCache() 143 const std::string& supervised_user_id, in AddProfileToCache() argument 148 if (!supervised_user_id.empty() && in AddProfileToCache() 149 supervised_user_id != supervised_users::kChildAccountSUID) { in AddProfileToCache() 170 supervised_user_id); in AddProfileToCache() 172 !supervised_user_id.empty()); in AddProfileToCache() 615 const std::string& supervised_user_id, in AddProfile() argument [all …]
|
H A D | profile_info_cache.h | 66 const std::string& supervised_user_id, 118 const std::string& supervised_user_id,
|
H A D | profile_info_cache_unittest.cc | 170 std::string supervised_user_id; in TEST_F() local 173 supervised_user_id = supervised_users::kChildAccountSUID; in TEST_F() 178 supervised_user_id, EmptyAccountId()); in TEST_F() 205 EXPECT_EQ(supervised_user_id, entry->GetSupervisedUserId()); in TEST_F() 652 std::string supervised_user_id = in TEST_F() local 654 EXPECT_EQ(supervised_user_id, entry->GetSupervisedUserId()); in TEST_F()
|
H A D | profile_attributes_storage.h | 59 const std::string& supervised_user_id,
|
H A D | profile_manager.cc | 1084 std::string supervised_user_id; in InitProfileUserPrefs() local 1097 supervised_user_id = entry->GetSupervisedUserId(); in InitProfileUserPrefs() 1134 supervised_user_id = in InitProfileUserPrefs() 1140 supervised_user_id); in InitProfileUserPrefs() 1840 std::string supervised_user_id = in AddProfileToStorage() local 1853 supervised_user_id, account_id); in AddProfileToStorage()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/base/ |
H A D | testing_profile_manager.cc | 80 const std::string& supervised_user_id, in CreateTestingProfile() argument 106 builder.SetSupervisedUserId(supervised_user_id); in CreateTestingProfile() 127 entry->SetSupervisedUserId(supervised_user_id); in CreateTestingProfile()
|
H A D | testing_profile.cc | 254 const std::string& supervised_user_id, in TestingProfile() argument 272 supervised_user_id_(supervised_user_id), in TestingProfile() 318 SetSupervisedUserId(supervised_user_id); in TestingProfile() 1062 const std::string& supervised_user_id) { in SetSupervisedUserId() argument 1063 supervised_user_id_ = supervised_user_id; in SetSupervisedUserId()
|
H A D | testing_profile_manager.h | 69 const std::string& supervised_user_id,
|
H A D | testing_profile.h | 154 void SetSupervisedUserId(const std::string& supervised_user_id); 239 const std::string& supervised_user_id,
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ |
H A D | app_controller_mac_browsertest.mm | 574 /*supervised_user_id*/ std::string(), EmptyAccountId());
|