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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 630 m_activeFormattingElements.append(currentElementRecord()->stackItem());
762 if (m_activeFormattingElements.isEmpty())
    [all...]
HTMLConstructionSite.h 174 HTMLFormattingElementList* activeFormattingElements() const { return &m_activeFormattingElements; }
237 mutable HTMLFormattingElementList m_activeFormattingElements;

Completed in 530 milliseconds