OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:activeFormattingElements
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.cpp
728
Element* activeATag = m_tree.
activeFormattingElements
()->closestElementInScopeWithName(aTag.localName());
732
m_tree.
activeFormattingElements
()->remove(activeATag);
766
m_tree.
activeFormattingElements
()->appendMarker();
921
m_tree.
activeFormattingElements
()->appendMarker();
939
m_tree.
activeFormattingElements
()->clearToLastMarker();
[
all
...]
HTMLConstructionSite.h
192
HTMLFormattingElementList*
activeFormattingElements
() const { return &m_activeFormattingElements; }
Completed in 45 milliseconds