HomeSort by relevance Sort by last modified time
    Searched refs:last_auth_error_ (Results 1 - 7 of 7) 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/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

Completed in 75 milliseconds