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

  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.h 133 GoogleServiceAuthError last_auth_error_; member in class:CloudPrintSetupFlow
cloud_print_setup_flow.cc 101 last_auth_error_(GoogleServiceAuthError::None()),
222 last_auth_error_ = error;
253 last_auth_error_.captcha().token, captcha,
  /external/chromium_org/chrome/browser/signin/
profile_oauth2_token_service.cc 61 last_auth_error_(GoogleServiceAuthError::NONE) {
122 if (error.state() != last_auth_error_.state()) {
123 last_auth_error_ = error;
186 return last_auth_error_;
profile_oauth2_token_service.h 154 GoogleServiceAuthError last_auth_error_; member in class:ProfileOAuth2TokenService
  /external/chromium/chrome/browser/sync/
profile_sync_service.h 229 return last_auth_error_;
498 GoogleServiceAuthError last_auth_error_; member in class:ProfileSyncService
profile_sync_service.cc 70 : last_auth_error_(AuthError::None()),
388 last_auth_error_ = GoogleServiceAuthError::None();
532 last_auth_error_ = error;
537 wizard_.Step(AuthError::NONE == last_auth_error_.state() ?
840 last_auth_error_.captcha().token,
    [all...]
sync_setup_wizard_unittest.cc 78 last_auth_error_ = error;
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc 68 last_auth_error_(AuthError::None()),
77 last_auth_error_(AuthError::None()),
643 return last_auth_error_;
    [all...]
sync_backend_host.h 641 GoogleServiceAuthError last_auth_error_; member in class:browser_sync::SyncBackendHost
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 156 : last_auth_error_(AuthError::AuthErrorNone()),
796 if (last_auth_error_.state() != GoogleServiceAuthError::NONE)
    [all...]
profile_sync_service.h 675 GoogleServiceAuthError last_auth_error_; member in class:ProfileSyncService
    [all...]

Completed in 193 milliseconds