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

  /external/webkit/Source/WebCore/platform/network/
ResourceErrorBase.h 49 void setIsCancellation(bool isCancellation) { m_isCancellation = isCancellation; }
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
WebErrorsQt.cpp 56 error.setIsCancellation(true);
  /external/webkit/Source/WebCore/loader/
WorkerThreadableLoader.cpp 154 error.setIsCancellation(true);
EmptyClients.h 321 virtual ResourceError cancelledError(const ResourceRequest&) { ResourceError error("", 0, "", ""); error.setIsCancellation(true); return error; }
MainResourceLoader.cpp 124 error.setIsCancellation(true);
FrameLoader.cpp     [all...]
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.cpp 789 error.setIsCancellation(true);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 926 error.setIsCancellation(true);
    [all...]

Completed in 212 milliseconds