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/test/integration/
retry_verifier.cc 69 RetryVerifier::RetryVerifier() : retry_count_(0),
81 retry_count_ = 0;
90 DCHECK(retry_count_ < kMaxRetry);
91 if (retry_count_ == 0) {
93 retry_count_++;
104 success_ = IsRetryOnTime(delay_table_,retry_count_ -1, delta);
106 ++retry_count_;
107 done_ = (retry_count_ >= kMaxRetry);
retry_verifier.h 30 int retry_count() const { return retry_count_; }
41 int retry_count_; member in class:RetryVerifier
  /external/chromium_org/components/translate/core/browser/
translate_url_fetcher.cc 24 retry_count_(0) {
40 if (retry_count_ >= kMaxRetry)
42 retry_count_++;
translate_url_fetcher.h 77 int retry_count_; member in class:translate::TranslateURLFetcher
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.cc 40 retry_count_(0),
47 retry_count_ = 0;
75 retry_count_ = 0;
110 retry_count_ < kMaxRequestAttemptCount) {
111 retry_count_++;
policy_oauth2_token_fetcher.h 107 int retry_count_; member in class:policy::PolicyOAuth2TokenFetcher
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_token_fetcher.cc 35 retry_count_(0) {
97 retry_count_ = 0;
125 retry_count_ < kMaxRequestAttemptCount) {
126 retry_count_++;
oauth2_token_fetcher.h 65 int retry_count_; member in class:chromeos::OAuth2TokenFetcher
oauth2_login_verifier.cc 59 retry_count_(0) {
129 retry_count_ = 0;
203 retry_count_ = 0;
250 retry_count_ < kMaxRequestAttemptCount) {
251 retry_count_++;
oauth2_login_verifier.h 120 int retry_count_; member in class:chromeos::OAuth2LoginVerifier
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_profile_loader.cc 63 retry_count_(0) {
78 ++retry_count_;
79 if (retry_count_ > kMaxRetryTimes) {
85 const int retry_delay_in_milliseconds = 500 * (1 << retry_count_);
111 int retry_count_; member in class:chromeos::KioskProfileLoader::CryptohomedChecker
  /external/chromium_org/base/test/launcher/
test_launcher.h 175 size_t retry_count_; member in class:base::TestLauncher
test_launcher.cc 457 retry_count_(0),
647 if (tests_to_retry_.empty() || retry_count_ >= retry_limit_) {
665 retry_count_++;
685 retry_count_);
988 retry_count_ = 0;
    [all...]
  /external/chromium_org/chrome/browser/service_process/
service_process_control.cc 326 retry_count_(0),
366 if (launched_ || (retry_count_ >= kMaxLaunchDetectRetries) ||
374 retry_count_++;
service_process_control.h 172 uint32 retry_count_; member in class:ServiceProcessControl::Launcher

Completed in 457 milliseconds