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

  /external/chromium_org/components/dom_distiller/core/
distiller_url_fetcher.cc 52 static const int kMaxRetries = 5;
53 fetcher->SetMaxRetriesOn5xx(kMaxRetries);
  /external/chromium_org/chrome_frame/
vtable_patch_manager.cc 22 const int kMaxRetries = 3;
115 for (int i = 0; !succeeded && i < kMaxRetries; ++i) {
  /external/chromium_org/remoting/host/
config_file_watcher.cc 30 const int kMaxRetries = 3;
210 if (errno == EACCES && retries_ < kMaxRetries) {
  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_login_manager.cc 31 static const int kMaxRetries = 5;
176 std::vector<std::string>(1, kServiceScopeGetUserInfo), kMaxRetries,
183 account_id_fetcher_->GetUserEmail(access_token, kMaxRetries, this);
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc 83 kMaxRetries, kMaxRetries+1); \
87 kMaxRetries, kMaxRetries+1)
439 manifests_queue_.active_request_failure_count() < kMaxRetries) {
673 extensions_queue_.active_request_failure_count() < kMaxRetries) {
extension_downloader.h 94 static const int kMaxRetries = 10;
extension_updater_unittest.cc     [all...]
  /external/chromium/chrome/browser/google/
google_url_tracker.cc 198 // Configure to max_retries at most kMaxRetries times for 5xx errors.
199 static const int kMaxRetries = 5;
200 fetcher_->set_max_retries(kMaxRetries);
  /external/chromium_org/chrome/browser/google/
google_url_tracker.cc 267 // Configure to max_retries at most kMaxRetries times for 5xx errors.
268 static const int kMaxRetries = 5;
269 fetcher_->SetMaxRetriesOn5xx(kMaxRetries);
  /external/chromium_org/chrome/browser/history/
web_history_service.cc 43 const size_t kMaxRetries = 1;
157 fetcher->SetMaxRetriesOn5xx(kMaxRetries);
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings.cc 674 // Configure max retries to be at most kMaxRetries times for 5xx errors.
675 static const int kMaxRetries = 5;
676 fetcher->SetMaxRetriesOn5xx(kMaxRetries);
  /dalvik/vm/
Thread.cpp     [all...]

Completed in 207 milliseconds