OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_speculations
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.cpp
123
// FIXME: We should be able to ASSERT(
m_speculations
.isEmpty()),
304
if (isWaitingForScripts() || !
m_speculations
.isEmpty() || document()->activeParserCount() > 0) {
306
m_speculations
.append(chunk);
314
ASSERT(
m_speculations
.isEmpty());
316
m_speculations
.append(chunk);
362
m_speculations
.clear();
414
ASSERT(
m_speculations
.isEmpty()); // There should never be any chunks after the EOF.
436
ASSERT(
m_speculations
.isEmpty()); // There should never be any chunks after the EOF.
454
// m_tokenizer and m_token don't have state that invalidates
m_speculations
.
466
while (!
m_speculations
.isEmpty())
[
all
...]
HTMLDocumentParser.h
192
Deque<OwnPtr<ParsedChunk> >
m_speculations
;
member in class:WebCore::HTMLDocumentParser
Completed in 53 milliseconds