HTMLFormattingElementList  770 Source/core/html/parser/HTMLConstructionSite.cpp         const HTMLFormattingElementList::Entry& entry = m_activeFormattingElements.at(index);
HTMLFormattingElementList  789 Source/core/html/parser/HTMLConstructionSite.cpp         HTMLFormattingElementList::Entry& unopenedEntry = m_activeFormattingElements.at(unopenEntryIndex);
HTMLFormattingElementList  174 Source/core/html/parser/HTMLConstructionSite.h     HTMLFormattingElementList* activeFormattingElements() const { return &m_activeFormattingElements; }
HTMLFormattingElementList  237 Source/core/html/parser/HTMLConstructionSite.h     mutable HTMLFormattingElementList m_activeFormattingElements;
HTMLFormattingElementList   40 Source/core/html/parser/HTMLFormattingElementList.cpp HTMLFormattingElementList::HTMLFormattingElementList()
HTMLFormattingElementList   44 Source/core/html/parser/HTMLFormattingElementList.cpp HTMLFormattingElementList::~HTMLFormattingElementList()
HTMLFormattingElementList   48 Source/core/html/parser/HTMLFormattingElementList.cpp Element* HTMLFormattingElementList::closestElementInScopeWithName(const AtomicString& targetName)
HTMLFormattingElementList   60 Source/core/html/parser/HTMLFormattingElementList.cpp bool HTMLFormattingElementList::contains(Element* element)
HTMLFormattingElementList   65 Source/core/html/parser/HTMLFormattingElementList.cpp HTMLFormattingElementList::Entry* HTMLFormattingElementList::find(Element* element)
HTMLFormattingElementList   75 Source/core/html/parser/HTMLFormattingElementList.cpp HTMLFormattingElementList::Bookmark HTMLFormattingElementList::bookmarkFor(Element* element)
HTMLFormattingElementList   82 Source/core/html/parser/HTMLFormattingElementList.cpp void HTMLFormattingElementList::swapTo(Element* oldElement, PassRefPtr<HTMLStackItem> newItem, const Bookmark& bookmark)
HTMLFormattingElementList   97 Source/core/html/parser/HTMLFormattingElementList.cpp void HTMLFormattingElementList::append(PassRefPtr<HTMLStackItem> item)
HTMLFormattingElementList  103 Source/core/html/parser/HTMLFormattingElementList.cpp void HTMLFormattingElementList::remove(Element* element)
HTMLFormattingElementList  110 Source/core/html/parser/HTMLFormattingElementList.cpp void HTMLFormattingElementList::appendMarker()
HTMLFormattingElementList  115 Source/core/html/parser/HTMLFormattingElementList.cpp void HTMLFormattingElementList::clearToLastMarker()
HTMLFormattingElementList  126 Source/core/html/parser/HTMLFormattingElementList.cpp void HTMLFormattingElementList::tryToEnsureNoahsArkConditionQuickly(HTMLStackItem* newItem, Vector<HTMLStackItem*>& remainingCandidates)
HTMLFormattingElementList  161 Source/core/html/parser/HTMLFormattingElementList.cpp void HTMLFormattingElementList::ensureNoahsArkCondition(HTMLStackItem* newItem)
HTMLFormattingElementList  205 Source/core/html/parser/HTMLFormattingElementList.cpp void HTMLFormattingElementList::show()
HTMLFormattingElementList   39 Source/core/html/parser/HTMLFormattingElementList.h class HTMLFormattingElementList {
HTMLFormattingElementList   40 Source/core/html/parser/HTMLFormattingElementList.h     WTF_MAKE_NONCOPYABLE(HTMLFormattingElementList);
HTMLFormattingElementList   42 Source/core/html/parser/HTMLFormattingElementList.h     HTMLFormattingElementList();
HTMLFormattingElementList   43 Source/core/html/parser/HTMLFormattingElementList.h     ~HTMLFormattingElementList();
HTMLFormattingElementList 1505 Source/core/html/parser/HTMLTreeBuilder.cpp         HTMLFormattingElementList::Bookmark bookmark = m_tree.activeFormattingElements()->bookmarkFor(formattingElement);
HTMLFormattingElementList 1528 Source/core/html/parser/HTMLTreeBuilder.cpp             HTMLFormattingElementList::Entry* nodeEntry = m_tree.activeFormattingElements()->find(node->element());