Home
last modified time | relevance | path

Searched defs:staleCopyInCache (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceError.h77 void setStaleCopyInCache(bool staleCopyInCache) { m_staleCopyInCache = staleCopyInCache; } in setStaleCopyInCache()
78 bool staleCopyInCache() const { return m_staleCopyInCache; } in staleCopyInCache() function
/external/chromium_org/third_party/WebKit/public/platform/
DWebURLError.h57 bool staleCopyInCache; member