Home
last modified time | relevance | path

Searched refs:activeFormattingElements (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLTreeBuilder.cpp851 …Element* activeATag = m_tree.activeFormattingElements()->closestElementInScopeWithName(aTag.localN… in processStartTagForInBody()
855 m_tree.activeFormattingElements()->remove(activeATag); in processStartTagForInBody()
883 m_tree.activeFormattingElements()->appendMarker(); in processStartTagForInBody()
1063 m_tree.activeFormattingElements()->appendMarker(); in processStartTagForInTable()
1303 m_tree.activeFormattingElements()->appendMarker(); in processStartTag()
1611 …Element* formattingElement = m_tree.activeFormattingElements()->closestElementInScopeWithName(toke… in callTheAdoptionAgency()
1620 m_tree.activeFormattingElements()->remove(formattingElement); in callTheAdoptionAgency()
1630 m_tree.activeFormattingElements()->remove(formattingElement); in callTheAdoptionAgency()
1637 …HTMLFormattingElementList::Bookmark bookmark = m_tree.activeFormattingElements()->bookmarkFor(form… in callTheAdoptionAgency()
1648 if (!m_tree.activeFormattingElements()->contains(node->element())) { in callTheAdoptionAgency()
[all …]
DHTMLConstructionSite.h88 …HTMLFormattingElementList* activeFormattingElements() const { return &m_activeFormattingElements; } in activeFormattingElements() function
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06105847 (WebCore::HTMLConstructionSite::activeFormattingElements):