Searched refs:kMaxRetries (Results 1 - 17 of 17) 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/google_apis/gaia/
H A Dubertoken_fetcher.cc17 const int UbertokenFetcher::kMaxRetries = 3; member in class:UbertokenFetcher
55 if (retry_number_ < kMaxRetries) {
H A Dubertoken_fetcher.h43 static const int kMaxRetries; member in class:UbertokenFetcher
H A Dubertoken_fetcher_unittest.cc108 for (int i = 0; i < UbertokenFetcher::kMaxRetries; ++i) {
126 for (int i = 0; i < UbertokenFetcher::kMaxRetries; ++i) {
/external/chromium_org/remoting/host/
H A Doauth_token_getter.cc19 const int kMaxRetries = 3; member in namespace:remoting::__anon10447
77 gaia_oauth_client_->GetUserEmail(access_token, kMaxRetries, this);
177 kMaxRetries, this);
H A Dconfig_file_watcher.cc30 const int kMaxRetries = 3; member in namespace:remoting
210 if (errno == EACCES && retries_ < kMaxRetries) {
/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker.cc249 // Configure to retry at most kMaxRetries times for 5xx errors.
250 static const int kMaxRetries = 5; local
251 fetcher_->SetMaxRetriesOn5xx(kMaxRetries);
253 // Also retry kMaxRetries times on network change errors. A network change can
259 fetcher_->SetAutomaticallyRetryOnNetworkChanges(kMaxRetries);
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.cc36 static const int kMaxRetries = 5; member in namespace:chromeos::__anon3325
186 std::vector<std::string>(1, kServiceScopeGetUserInfo), kMaxRetries,
193 account_id_fetcher_->GetUserEmail(access_token, kMaxRetries, this);
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_settings.cc534 // Configure max retries to be at most kMaxRetries times for 5xx errors.
535 static const int kMaxRetries = 5; local
536 fetcher->SetMaxRetriesOn5xx(kMaxRetries);
537 fetcher->SetAutomaticallyRetryOnNetworkChanges(kMaxRetries);
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_downloader.cc97 kMaxRetries, \
98 kMaxRetries + 1); \
103 kMaxRetries, \
104 kMaxRetries + 1); \
534 manifests_queue_.active_request_failure_count() < kMaxRetries) {
828 extensions_queue_.active_request_failure_count() < kMaxRetries) {
H A Dextension_downloader.h127 static const int kMaxRetries = 10; member in class:extensions::ExtensionDownloader
H A Dextension_updater_unittest.cc1042 // ExtensionDownloader should retry kMaxRetries times and then fail.
1045 for (int i = 0; i <= ExtensionDownloader::kMaxRetries; ++i) {
/external/chromium_org/chrome/browser/history/
H A Dweb_history_service.cc46 const size_t kMaxRetries = 1; member in namespace:history::__anon4128
166 fetcher->SetMaxRetriesOn5xx(kMaxRetries);
/external/chromium_org/components/signin/core/browser/
H A Daccount_tracker_service.cc100 const int kMaxRetries = 3; local
101 gaia_oauth_client_->GetUserInfo(access_token, kMaxRetries, this);
/external/chromium_org/chromeos/network/
H A Dnetwork_device_handler_impl.cc199 const int kMaxRetries = 5; local
202 params.retry_count < kMaxRetries) {
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dy4minput.c23 const int kMaxRetries = 5; local
41 } while (!feof(file) && len < size && ++retry_count < kMaxRetries);
/external/libvpx/libvpx/
H A Dy4minput.c23 const int kMaxRetries = 5; local
41 } while (!feof(file) && len < size && ++retry_count < kMaxRetries);

Completed in 275 milliseconds