Home
last modified time | relevance | path

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 Dfake_supervised_user_manager.cc16 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 Dprofile_info_cache.cc75 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 Dprofile_info_cache.h66 const std::string& supervised_user_id,
118 const std::string& supervised_user_id,
H A Dprofile_info_cache_unittest.cc170 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 Dprofile_attributes_storage.h59 const std::string& supervised_user_id,
H A Dprofile_manager.cc1084 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 Dtesting_profile_manager.cc80 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 Dtesting_profile.cc254 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 Dtesting_profile_manager.h69 const std::string& supervised_user_id,
H A Dtesting_profile.h154 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 Dapp_controller_mac_browsertest.mm574 /*supervised_user_id*/ std::string(), EmptyAccountId());