OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canTakeNextToken
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/parser/
HTMLDocumentParser.h
122
bool
canTakeNextToken
(SynchronousMode, PumpSession&);
HTMLDocumentParser.cpp
212
bool HTMLDocumentParser::
canTakeNextToken
(SynchronousMode mode, PumpSession& session)
265
while (
canTakeNextToken
(mode, session) && !session.needsYield) {
Completed in 25 milliseconds