OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inPumpSession
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/html/parser/
HTMLDocumentParser.h
138
bool
inPumpSession
() const { return m_pumpSessionNestingLevel > 0; }
139
bool shouldDelayEnd() const { return
inPumpSession
() || isWaitingForScripts() || inScriptExecution() || isScheduledForResume(); }
HTMLDocumentParser.cpp
165
return isScheduledForResume() ||
inPumpSession
();
368
if (
inPumpSession
()) {
Completed in 24 milliseconds