Searched refs:IsUsingGAIAPictureOfProfileAtIndex (Results 1 - 9 of 9) sorted by relevance

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

Completed in 162 milliseconds