Searched refs:defaultParserChunkSize (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLParserScheduler.cpp35 // defaultParserChunkSize is used to define how many tokens the parser will
38 static const int defaultParserChunkSize = 4096; variable
90 , m_parserChunkSize(defaultParserChunkSize)

Completed in 71 milliseconds