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

  /external/webkit/Source/WebCore/html/parser/
HTMLConstructionSite.cpp 311 m_activeFormattingElements.append(currentElement());
425 if (m_activeFormattingElements.isEmpty())
427 unsigned index = m_activeFormattingElements.size();
430 const HTMLFormattingElementList::Entry& entry = m_activeFormattingElements.at(index);
433 return firstUnopenElementIndex < m_activeFormattingElements.size();
447 ASSERT(unopenEntryIndex < m_activeFormattingElements.size());
448 for (; unopenEntryIndex < m_activeFormattingElements.size(); ++unopenEntryIndex) {
449 HTMLFormattingElementList::Entry& unopenedEntry = m_activeFormattingElements.at(unopenEntryIndex);
HTMLConstructionSite.h 88 HTMLFormattingElementList* activeFormattingElements() const { return &m_activeFormattingElements; }
145 mutable HTMLFormattingElementList m_activeFormattingElements;

Completed in 881 milliseconds