Searched refs:GetAvatarIndex (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_sync_service_unittest.cc290 TEST_F(SupervisedUserSyncServiceTest, GetAvatarIndex) {
292 EXPECT_TRUE(SupervisedUserSyncService::GetAvatarIndex(std::string(),
309 EXPECT_TRUE(SupervisedUserSyncService::GetAvatarIndex(avatar_str, &avatar));
324 EXPECT_TRUE(SupervisedUserSyncService::GetAvatarIndex(avatar_str, &avatar));
327 EXPECT_FALSE(SupervisedUserSyncService::GetAvatarIndex("wrong-prefix:5",
330 EXPECT_FALSE(SupervisedUserSyncService::GetAvatarIndex(
335 SupervisedUserSyncService::GetAvatarIndex("chromeos-avatar-indexxx:2",
338 EXPECT_FALSE(SupervisedUserSyncService::GetAvatarIndex(
342 EXPECT_FALSE(SupervisedUserSyncService::GetAvatarIndex(
346 EXPECT_FALSE(SupervisedUserSyncService::GetAvatarIndex(
[all...]
H A Dsupervised_user_sync_service.h59 static bool GetAvatarIndex(const std::string& avatar_str,
H A Dsupervised_user_sync_service.cc144 bool SupervisedUserSyncService::GetAvatarIndex(const std::string& avatar_str, function in class:SupervisedUserSyncService
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_screen.cc276 SupervisedUserSyncService::GetAvatarIndex(avatar, &avatar_index);
336 SupervisedUserSyncService::GetAvatarIndex(avatar, &avatar_index);
528 SupervisedUserSyncService::GetAvatarIndex(
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dsupervised_user_import_handler.cc187 SupervisedUserSyncService::GetAvatarIndex(avatar_str, &avatar_index);

Completed in 1141 milliseconds