Home
last modified time | relevance | path

Searched refs:RecordAuthenticationSuccess (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chromeos/
Dlogin_event_recorder.h29 virtual void RecordAuthenticationSuccess() = 0;
48 void RecordAuthenticationSuccess();
Dlogin_event_recorder.cc37 void LoginEventRecorder::RecordAuthenticationSuccess() { in RecordAuthenticationSuccess() function in chromeos::LoginEventRecorder
39 delegate_->RecordAuthenticationSuccess(); in RecordAuthenticationSuccess()
/external/chromium_org/chrome/browser/chromeos/
Dboot_times_loader.h46 virtual void RecordAuthenticationSuccess() OVERRIDE;
Dboot_times_loader.cc475 void BootTimesLoader::RecordAuthenticationSuccess() { in RecordAuthenticationSuccess() function in chromeos::BootTimesLoader
/external/chromium_org/chromeos/login/auth/
Dcryptohome_authenticator.cc535 chromeos::LoginEventRecorder::Get()->RecordAuthenticationSuccess(); in OnRetailModeAuthSuccess()
544 chromeos::LoginEventRecorder::Get()->RecordAuthenticationSuccess(); in OnAuthSuccess()
555 chromeos::LoginEventRecorder::Get()->RecordAuthenticationSuccess(); in OnOffTheRecordAuthSuccess()