HomeSort by relevance Sort by last modified time
    Searched refs:IsUsingGAIAPictureOfProfileAtIndex (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_info_interface.h 50 virtual bool IsUsingGAIAPictureOfProfileAtIndex(size_t index) const = 0;
profile_info_cache.h 75 virtual bool IsUsingGAIAPictureOfProfileAtIndex(
profile_info_cache_unittest.cc 346 EXPECT_FALSE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(0));
347 EXPECT_FALSE(GetCache()->IsUsingGAIAPictureOfProfileAtIndex(1));
avatar_menu_model.cc 300 profile_info_->IsUsingGAIAPictureOfProfileAtIndex(i) &&
profile_info_cache.cc 315 if (IsUsingGAIAPictureOfProfileAtIndex(index)) {
432 bool ProfileInfoCache::IsUsingGAIAPictureOfProfileAtIndex(
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view.cc 91 cache.IsUsingGAIAPictureOfProfileAtIndex(index) &&
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 89 info_cache.IsUsingGAIAPictureOfProfileAtIndex(index) &&
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 339 cache.IsUsingGAIAPictureOfProfileAtIndex(profile_index);
browser_options_handler.cc     [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.cc     [all...]

Completed in 156 milliseconds