OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:processingData
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/dom/
DocumentParser.h
58
// FIXME:
processingData
() is only used by DocumentLoader::isLoadingInAPISense
61
virtual bool
processingData
() const { return false; }
/external/webkit/Source/WebCore/html/parser/
HTMLDocumentParser.cpp
159
bool HTMLDocumentParser::
processingData
() const
563
ASSERT(!parser->
processingData
()); // Make sure we're done. <rdar://problem/3963151>
Completed in 176 milliseconds