Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocumentParser.h61 virtual bool processingData() const { return false; } in processingData() function
/external/webkit/Source/WebCore/html/parser/
DHTMLDocumentParser.cpp159 bool HTMLDocumentParser::processingData() const in processingData() function in WebCore::HTMLDocumentParser