Home
last modified time | relevance | path

Searched refs:IsUsingGAIAPictureOfProfileAtIndex (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Davatar_menu_desktop.cc27 if (cache.IsUsingGAIAPictureOfProfileAtIndex(index)) { in GetImageForMenuButton()
Dprofile_info_cache_unittest.cc360 EXPECT_FALSE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(0)); in TEST_F()
361 EXPECT_FALSE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(1)); in TEST_F()
383 EXPECT_TRUE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(1)); in TEST_F()
391 EXPECT_FALSE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(1)); in TEST_F()
401 EXPECT_TRUE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(1)); in TEST_F()
410 EXPECT_FALSE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(1)); in TEST_F()
Dprofile_info_interface.h60 virtual bool IsUsingGAIAPictureOfProfileAtIndex(size_t index) const = 0;
Dprofile_info_cache.h85 virtual bool IsUsingGAIAPictureOfProfileAtIndex(
Dprofile_metrics.cc140 if (info_cache.IsUsingGAIAPictureOfProfileAtIndex(i)) in CountProfileInformation()
Dprofile_info_cache.cc321 if (IsUsingGAIAPictureOfProfileAtIndex(index)) { in GetAvatarIconOfProfileAtIndex()
387 bool ProfileInfoCache::IsUsingGAIAPictureOfProfileAtIndex(size_t index) const { in IsUsingGAIAPictureOfProfileAtIndex() function in ProfileInfoCache
Dprofile_shortcut_manager_win.cc819 if (cache->IsUsingGAIAPictureOfProfileAtIndex(profile_index)) { in CreateOrUpdateShortcutsForProfileAtPath()
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
Davatar_icon_controller.mm200 cache.IsUsingGAIAPictureOfProfileAtIndex(index) &&
/external/chromium_org/chrome/browser/ui/webui/signin/
Duser_manager_screen_handler.cc95 info_cache.IsUsingGAIAPictureOfProfileAtIndex(index) && in GetAvatarImageAtIndex()
/external/chromium_org/chrome/browser/ui/webui/options/
Dbrowser_options_handler.cc1270 cache.IsUsingGAIAPictureOfProfileAtIndex(i) && in GetProfilesInfoList()