OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:openElements
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h
173
HTMLElementStack*
openElements
() const { return &m_openElements; }
HTMLTreeBuilder.h
66
const HTMLElementStack*
openElements
() const { return m_tree.
openElements
(); }
69
bool isParsingTemplateContents() const { return m_tree.
openElements
()->hasTemplateInHTMLScope(); }
Completed in 62 milliseconds