Home
last modified time | relevance | path

Searched refs:canTakeNextToken (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLDocumentParser.h122 bool canTakeNextToken(SynchronousMode, PumpSession&);
DHTMLDocumentParser.cpp212 bool HTMLDocumentParser::canTakeNextToken(SynchronousMode mode, PumpSession& session) in canTakeNextToken() function in WebCore::HTMLDocumentParser
265 while (canTakeNextToken(mode, session) && !session.needsYield) { in pumpTokenizer()
/external/webkit/Source/WebCore/
DChangeLog47451 (WebCore::HTMLDocumentParser::canTakeNextToken): This is the new yield point.
49032 (WebCore::HTMLDocumentParser::canTakeNextToken):
49207 (WebCore::HTMLDocumentParser::canTakeNextToken): This is the new yield point.
63408 (WebCore::HTMLDocumentParser::canTakeNextToken):
63866 (WebCore::HTMLDocumentParser::canTakeNextToken): This is the new yield point.
64530 (WebCore::HTMLDocumentParser::canTakeNextToken): Added.