Home
last modified time | relevance | path

Searched refs:shouldContinueForResponse (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.h203 bool shouldContinueForResponse() const;
DDocumentLoader.cpp471 bool DocumentLoader::shouldContinueForResponse() const in shouldContinueForResponse() function in WebCore::DocumentLoader
544 if (!shouldContinueForResponse()) { in responseReceived()