Searched refs:HTMLFormattingElementList (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
H A DHTMLFormattingElementList.cpp27 #include "HTMLFormattingElementList.h"
34 HTMLFormattingElementList::HTMLFormattingElementList() function in class:WebCore::HTMLFormattingElementList
38 HTMLFormattingElementList::~HTMLFormattingElementList()
42 Element* HTMLFormattingElementList::closestElementInScopeWithName(const AtomicString& targetName)
54 bool HTMLFormattingElementList::contains(Element* element)
59 HTMLFormattingElementList::Entry* HTMLFormattingElementList::find(Element* element)
69 HTMLFormattingElementList
[all...]
H A DHTMLFormattingElementList.h38 class HTMLFormattingElementList { class in namespace:WebCore
39 WTF_MAKE_NONCOPYABLE(HTMLFormattingElementList);
41 HTMLFormattingElementList();
42 ~HTMLFormattingElementList();
45 // between the HTMLFormattingElementList and HTMLElementStack and needs
H A DHTMLConstructionSite.h32 #include "HTMLFormattingElementList.h"
88 HTMLFormattingElementList* activeFormattingElements() const { return &m_activeFormattingElements; }
145 mutable HTMLFormattingElementList m_activeFormattingElements;
H A DHTMLConstructionSite.cpp430 const HTMLFormattingElementList::Entry& entry = m_activeFormattingElements.at(index);
449 HTMLFormattingElementList::Entry& unopenedEntry = m_activeFormattingElements.at(unopenEntryIndex);
H A DHTMLTreeBuilder.cpp1637 HTMLFormattingElementList::Bookmark bookmark = m_tree.activeFormattingElements()->bookmarkFor(formattingElement);
1658 HTMLFormattingElementList::Entry* nodeEntry = m_tree.activeFormattingElements()->find(node->element());
/external/webkit/Source/WebCore/
H A DAndroid.mk400 html/parser/HTMLFormattingElementList.cpp \

Completed in 527 milliseconds