Searched defs:kNumRetries (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/experimental/
H A Dsupervised_user_blacklist_downloader.cc19 const int kNumRetries = 1; variable
33 fetcher_->SetAutomaticallyRetryOnNetworkChanges(kNumRetries);
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dhttpportallocator.h49 static const int kNumRetries; member in class:cricket::HttpPortAllocatorBase
H A Dhttpportallocator.cc93 const int HttpPortAllocatorBase::kNumRetries = 5; member in class:cricket::HttpPortAllocatorBase
164 if (attempts_ == HttpPortAllocator::kNumRetries) {
/external/chromium_org/chrome/browser/supervised_user/
H A Dpermission_request_creator_apiary.cc31 const int kNumRetries = 1; variable
129 (*it)->url_fetcher->SetAutomaticallyRetryOnNetworkChanges(kNumRetries);
H A Dsupervised_user_refresh_token_fetcher.cc34 const int kNumRetries = 1; member in namespace:__anon4736
164 url_fetcher_->SetAutomaticallyRetryOnNetworkChanges(kNumRetries);
239 gaia_oauth_client_->GetTokensFromAuthCode(client_info, auth_code, kNumRetries,

Completed in 223 milliseconds