Searched defs:kMaxRetries (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/components/dom_distiller/core/
H A Ddistiller_url_fetcher.cc52 static const int kMaxRetries = 5; local
53 fetcher->SetMaxRetriesOn5xx(kMaxRetries);
/external/chromium_org/chrome_frame/
H A Dvtable_patch_manager.cc22 const int kMaxRetries = 3; member in namespace:vtable_patch
115 for (int i = 0; !succeeded && i < kMaxRetries; ++i) {
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_downloader.h94 static const int kMaxRetries = 10; member in class:extensions::ExtensionDownloader
/external/chromium_org/remoting/host/
H A Dconfig_file_watcher.cc30 const int kMaxRetries = 3; member in namespace:remoting
210 if (errno == EACCES && retries_ < kMaxRetries) {
/external/chromium/chrome/browser/google/
H A Dgoogle_url_tracker.cc198 // Configure to max_retries at most kMaxRetries times for 5xx errors.
199 static const int kMaxRetries = 5; local
200 fetcher_->set_max_retries(kMaxRetries);
/external/chromium_org/chrome/browser/chromeos/login/
H A Doauth2_login_manager.cc31 static const int kMaxRetries = 5; member in namespace:chromeos::__anon4670
176 std::vector<std::string>(1, kServiceScopeGetUserInfo), kMaxRetries,
183 account_id_fetcher_->GetUserEmail(access_token, kMaxRetries, this);
/external/chromium_org/chrome/browser/google/
H A Dgoogle_url_tracker.cc267 // Configure to max_retries at most kMaxRetries times for 5xx errors.
268 static const int kMaxRetries = 5; local
269 fetcher_->SetMaxRetriesOn5xx(kMaxRetries);
/external/chromium_org/chrome/browser/history/
H A Dweb_history_service.cc43 const size_t kMaxRetries = 1; member in namespace:history::__anon5410
157 fetcher->SetMaxRetriesOn5xx(kMaxRetries);
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_settings.cc674 // Configure max retries to be at most kMaxRetries times for 5xx errors.
675 static const int kMaxRetries = 5; local
676 fetcher->SetMaxRetriesOn5xx(kMaxRetries);

Completed in 201 milliseconds