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

  /external/chromium_org/webkit/browser/appcache/
appcache_update_job.h 139 int retry_503_attempts_; member in class:appcache::AppCacheUpdateJob::URLFetcher
appcache_update_job.cc 99 retry_503_attempts_(0),
285 if (retry_503_attempts_ >= kMax503Retries ||
289 ++retry_503_attempts_;
    [all...]

Completed in 240 milliseconds