HomeSort by relevance Sort by last modified time
    Searched refs:ShouldRetry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/policy/core/common/cloud/
device_management_service.cc 160 bool ShouldRetry(const net::URLFetcher* fetcher);
317 bool DeviceManagementRequestJobImpl::ShouldRetry(
488 if (job->ShouldRetry(source)) {
  /external/chromium_org/google_apis/gaia/
oauth2_token_service.cc 159 static bool ShouldRetry(const GoogleServiceAuthError& error);
274 if (ShouldRetry(error) && retry_number_ < max_fetch_retry_num_) {
301 bool OAuth2TokenService::Fetcher::ShouldRetry(

Completed in 55 milliseconds