Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLConstructionSite.cpp59 static const unsigned maximumHTMLParserDOMTreeDepth = 512; variable
291 if (m_openElements.stackDepth() > maximumHTMLParserDOMTreeDepth && task.parent->parentNode()) in attachLater()