Searched defs:wasCanceled (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResource.h219 bool wasCanceled() const { return m_error.isCancellation(); } function in class:blink::Resource
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/
H A DXMLDocumentParser.cpp467 bool wasCanceled = m_pendingScript->wasCanceled(); local
484 } else if (!wasCanceled) {

Completed in 86 milliseconds