OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxDOMTreeDepth
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/dom/
TreeDepthLimit.h
37
const unsigned
maxDOMTreeDepth
= MAX_DOM_TREE_DEPTH;
XMLDocumentParser.cpp
87
if (m_currentNodeStack.size() >
maxDOMTreeDepth
)
Completed in 30 milliseconds