HomeSort by relevance Sort by last modified time
    Searched refs:setIsCancellation (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLError.cpp 67 resourceError.setIsCancellation(isCancellation);
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceError.h 70 void setIsCancellation(bool isCancellation) { m_isCancellation = isCancellation; }
  /external/chromium_org/third_party/WebKit/Source/core/loader/
WorkerThreadableLoader.cpp 156 error.setIsCancellation(true);
DocumentThreadableLoader.cpp 158 errorForCallback.setIsCancellation(true);

Completed in 35 milliseconds