Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocumentParser.h72 virtual bool processingData() const { return false; } in processingData() function
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLDocumentParser.cpp201 bool HTMLDocumentParser::processingData() const in processingData() function in WebCore::HTMLDocumentParser