Searched refs:ShouldRetry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/policy/core/common/cloud/
H A Ddevice_management_service.cc161 bool ShouldRetry(const net::URLFetcher* fetcher);
321 bool DeviceManagementRequestJobImpl::ShouldRetry( function in class:policy::DeviceManagementRequestJobImpl
492 if (job->ShouldRetry(source)) {
/external/chromium_org/google_apis/gaia/
H A Doauth2_token_service.cc169 static bool ShouldRetry(const GoogleServiceAuthError& error);
283 if (ShouldRetry(error) && retry_number_ < max_fetch_retry_num_) {
310 bool OAuth2TokenService::Fetcher::ShouldRetry(

Completed in 262 milliseconds