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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentParser.h69 // FIXME: processingData() is only used by DocumentLoader::isLoadingInAPISense
72 virtual bool processingData() const { return false; } function in class:blink::DocumentParser
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLDocumentParser.cpp250 bool HTMLDocumentParser::processingData() const function in class:blink::HTMLDocumentParser
1026 ASSERT(!parser->processingData()); // Make sure we're done. <rdar://problem/3963151>

Completed in 120 milliseconds