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

  /external/chromium_org/chrome/browser/sync/
retry_verifier.cc 71 RetryVerifier::RetryVerifier() : retry_count_(0),
83 retry_count_ = 0;
92 DCHECK(retry_count_ < kMaxRetry);
93 if (retry_count_ == 0) {
95 retry_count_++;
106 success_ = IsRetryOnTime(delay_table_,retry_count_ -1, delta);
108 ++retry_count_;
109 done_ = (retry_count_ >= kMaxRetry);
retry_verifier.h 35 int retry_count() const { return retry_count_; }
46 int retry_count_; member in class:browser_sync::RetryVerifier
  /external/chromium_org/chrome/browser/translate/
translate_url_fetcher.cc 23 retry_count_(0) {
39 if (retry_count_ >= kMaxRetry)
41 retry_count_++;
translate_url_fetcher.h 73 int retry_count_; member in class:TranslateURLFetcher
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.cc 40 retry_count_(0),
47 retry_count_ = 0;
74 retry_count_ = 0;
109 retry_count_ < kMaxRequestAttemptCount) {
110 retry_count_++;
policy_oauth2_token_fetcher.h 119 int retry_count_; member in class:policy::PolicyOAuth2TokenFetcher
  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_token_fetcher.cc 35 retry_count_(0) {
90 retry_count_ = 0;
116 retry_count_ < kMaxRequestAttemptCount) {
117 retry_count_++;
oauth2_token_fetcher.h 64 int retry_count_; member in class:chromeos::OAuth2TokenFetcher
oauth2_login_verifier.cc 44 retry_count_(0) {
97 retry_count_ = 0;
126 retry_count_ = 0;
183 retry_count_ = 0;
211 retry_count_ < kMaxRequestAttemptCount) {
212 retry_count_++;
oauth2_login_verifier.h 106 int retry_count_; member in class:chromeos::OAuth2LoginVerifier
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_launcher.cc 50 retry_count_(0) {
65 ++retry_count_;
66 if (retry_count_ > kMaxRetryTimes) {
72 const int retry_delay_in_milliseconds = 500 * (1 << retry_count_);
98 int retry_count_; member in class:chromeos::KioskAppLauncher::CryptohomedChecker
  /external/chromium_org/chrome/browser/service/
service_process_control.h 131 uint32 retry_count_; member in class:ServiceProcessControl::Launcher
service_process_control.cc 259 retry_count_(0) {
286 if (launched_ || (retry_count_ >= kMaxLaunchDetectRetries)) {
291 retry_count_++;
  /external/chromium/chrome/browser/service/
service_process_control.cc 316 retry_count_(0) {
342 if (launched_ || (retry_count_ >= kMaxLaunchDetectRetries)) {
347 retry_count_++;
service_process_control.h 160 uint32 retry_count_; member in class:ServiceProcessControl::Launcher

Completed in 1798 milliseconds