Searched refs:isCancellation (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebURLError.h57 bool isCancellation; member in struct:WebKit::WebURLError
65 WebURLError() : reason(0), isCancellation(false) { }
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
H A DWebURLError.cpp55 isCancellation = error.isCancellation();
70 resourceError.setIsCancellation(isCancellation);
/external/chromium_org/third_party/WebKit/Source/core/platform/network/
H A DResourceError.h69 void setIsCancellation(bool isCancellation) { m_isCancellation = isCancellation; } argument
70 bool isCancellation() const { return m_isCancellation; } function in class:WebCore::ResourceError
H A DResourceError.cpp77 if (a.isCancellation() != b.isCancellation())
/external/chromium_org/content/renderer/media/android/
H A Dmedia_info_loader.cc152 << ", isCancellation=" << error.isCancellation
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
H A DResource.h212 bool wasCanceled() const { return m_error.isCancellation(); }
H A DResource.cpp221 if (!m_error.isNull() && (m_error.isCancellation() || !isPreloaded()))
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorConsoleAgent.cpp285 if (error.isCancellation()) // Report failures only.
H A DInspectorResourceAgent.cpp395 bool canceled = error.isCancellation();
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventSource.cpp287 if (error.isCancellation())
/external/chromium_org/content/renderer/media/
H A Dbuffered_resource_loader_unittest.cc538 error.isCancellation = false;
557 error.isCancellation = false;
580 error.isCancellation = true;
H A Dbuffered_resource_loader.cc519 << ", isCancellation=" << error.isCancellation
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.cpp1067 if (error.isCancellation()) {
/external/chromium_org/webkit/child/
H A Dweburlloader_impl.cc799 error.isCancellation = true;

Completed in 228 milliseconds