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

  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.h 103 virtual void RestoreAuthenticationSession(Profile* profile) = 0;
mock_login_utils.h 42 MOCK_METHOD1(RestoreAuthenticationSession, void(Profile*));
test_login_utils.h 46 virtual void RestoreAuthenticationSession(Profile* profile) OVERRIDE {}
fake_login_utils.h 36 virtual void RestoreAuthenticationSession(Profile* profile) OVERRIDE;
fake_login_utils.cc 86 void FakeLoginUtils::RestoreAuthenticationSession(Profile* profile) {
login_utils.cc 134 virtual void RestoreAuthenticationSession(Profile* profile) OVERRIDE;
707 void LoginUtilsImpl::RestoreAuthenticationSession(Profile* user_profile) {
user_manager_impl.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 232 LoginUtils::Get()->RestoreAuthenticationSession(profile);
    [all...]

Completed in 81 milliseconds