Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/network/
DResourceErrorBase.h49 void setIsCancellation(bool isCancellation) { m_isCancellation = isCancellation; } in setIsCancellation()
50 bool isCancellation() const { return m_isCancellation; } in isCancellation() function