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
676
if (m_tree.
currentStackItem
()->isNumberedHeaderElement()) {
860
if (m_tree.
currentStackItem
()->hasTagName(optionTag)) {
871
if (!m_tree.
currentStackItem
()->hasTagName(rubyTag))
925
if (!m_tree.
currentStackItem
()->hasTagName(templateTag))
963
return m_tree.
currentStackItem
();
[
all
...]
HTMLConstructionSite.cpp
[
all
...]
HTMLConstructionSite.h
180
HTMLStackItem*
currentStackItem
() const { return m_openElements.topStackItem(); }
Completed in 690 milliseconds