HomeSort by relevance Sort by last modified time
    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 307 milliseconds