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/webkit/Source/WebCore/html/parser/
HTMLConstructionSite.h
88
HTMLFormattingElementList*
activeFormattingElements
() const { return &m_activeFormattingElements; }
HTMLTreeBuilder.cpp
851
Element* activeATag = m_tree.
activeFormattingElements
()->closestElementInScopeWithName(aTag.localName());
855
m_tree.
activeFormattingElements
()->remove(activeATag);
883
m_tree.
activeFormattingElements
()->appendMarker();
[
all
...]
Completed in 300 milliseconds