HomeSort by relevance Sort by last modified time
    Searched refs:activeFormattingElements (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.cpp 775 Element* activeATag = m_tree.activeFormattingElements()->closestElementInScopeWithName(aTag.localName());
779 m_tree.activeFormattingElements()->remove(activeATag);
813 m_tree.activeFormattingElements()->appendMarker();
962 m_tree.activeFormattingElements()->appendMarker()
    [all...]
HTMLConstructionSite.h 174 HTMLFormattingElementList* activeFormattingElements() const { return &m_activeFormattingElements; }

Completed in 81 milliseconds