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

  /external/chromium_org/third_party/WebKit/public/platform/
WebURLError.h 57 bool staleCopyInCache;
69 WebURLError() : reason(0), staleCopyInCache(false), isCancellation(false) { }
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceError.h 77 void setStaleCopyInCache(bool staleCopyInCache) { m_staleCopyInCache = staleCopyInCache; }
78 bool staleCopyInCache() const { return m_staleCopyInCache; }

Completed in 75 milliseconds