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

  /external/chromium_org/content/browser/appcache/
appcache_update_job.h 154 int retry_503_attempts_; member in class:content::AppCacheUpdateJob::URLFetcher
appcache_update_job.cc 133 retry_503_attempts_(0),
353 if (retry_503_attempts_ >= kMax503Retries ||
357 ++retry_503_attempts_;
    [all...]

Completed in 5010 milliseconds