Home
last modified time | relevance | path

Searched refs:kNumRetries (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/managed_mode/
Dmanaged_user_refresh_token_fetcher.cc34 const int kNumRetries = 1; variable
153 url_fetcher_->SetAutomaticallyRetryOnNetworkChanges(kNumRetries); in OnGetTokenSuccess()
223 gaia_oauth_client_->GetTokensFromAuthCode(client_info, auth_code, kNumRetries, in OnURLFetchComplete()
/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dhttpportallocator.cc95 const int HttpPortAllocator::kNumRetries = 5; member in cricket::HttpPortAllocator
144 if (attempts_ == HttpPortAllocator::kNumRetries) { in TryCreateRelaySession()
Dhttpportallocator.h47 static const int kNumRetries; variable
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dhttpportallocator.cc96 const int HttpPortAllocatorBase::kNumRetries = 5; member in cricket::HttpPortAllocatorBase
161 if (attempts_ == HttpPortAllocator::kNumRetries) { in TryCreateRelaySession()
Dhttpportallocator.h49 static const int kNumRetries;