Searched refs:ProfileIsSigninRequiredAtIndex (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_interface.h72 virtual bool ProfileIsSigninRequiredAtIndex(size_t index) const = 0;
H A Dprofile_list_desktop_browsertest.cc76 EXPECT_FALSE(cache.ProfileIsSigninRequiredAtIndex(index));
80 EXPECT_TRUE(cache.ProfileIsSigninRequiredAtIndex(index));
H A Dprofile_list_desktop.cc63 item->signin_required = profile_info_->ProfileIsSigninRequiredAtIndex(i);
H A Dprofiles_state.cc169 if (!cache.ProfileIsSigninRequiredAtIndex(index))
H A Dprofile_info_cache.h89 virtual bool ProfileIsSigninRequiredAtIndex(size_t index) const OVERRIDE;
H A Dprofile_metrics.cc56 if (info_cache.ProfileIsSigninRequiredAtIndex(i)) {
H A Dprofile_info_cache.cc409 bool ProfileInfoCache::ProfileIsSigninRequiredAtIndex(size_t index) const { function in class:ProfileInfoCache
688 if (value == ProfileIsSigninRequiredAtIndex(index))
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Dprofile_list_chromeos.cc70 item->signin_required = profile_info_->ProfileIsSigninRequiredAtIndex(i);
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_screen_handler.cc436 if (info_cache.ProfileIsSigninRequiredAtIndex(profile_index))
667 kKeyNeedsSignin, info_cache.ProfileIsSigninRequiredAtIndex(i));
/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager.cc501 if (cache.ProfileIsSigninRequiredAtIndex(cache.GetIndexOfProfileWithPath(
/external/chromium_org/chrome/browser/ui/startup/
H A Dstartup_browser_creator.cc630 profile_info.ProfileIsSigninRequiredAtIndex(profile_index);
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc365 if (cache.ProfileIsSigninRequiredAtIndex(profile_index))
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service.cc396 profile_info.ProfileIsSigninRequiredAtIndex(profile_index);

Completed in 894 milliseconds