OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentStackItem
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.cpp
677
if (m_tree.
currentStackItem
()->isNumberedHeaderElement()) {
862
if (m_tree.
currentStackItem
()->hasTagName(optionTag)) {
873
if (!m_tree.
currentStackItem
()->hasTagName(rubyTag))
882
if (!m_tree.
currentStackItem
()->hasTagName(rubyTag) && !m_tree.
currentStackItem
()->hasTagName(rtcTag))
936
if (!m_tree.
currentStackItem
()->hasTagName(templateTag))
[
all
...]
HTMLConstructionSite.cpp
[
all
...]
HTMLConstructionSite.h
188
HTMLStackItem*
currentStackItem
() const { return m_openElements.topStackItem(); }
Completed in 493 milliseconds