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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 669 bool HTMLConstructionSite::indexOfFirstUnopenFormattingElement(unsigned& firstUnopenElementIndex) const
678 firstUnopenElementIndex = index + 1;
679 return firstUnopenElementIndex < m_activeFormattingElements.size();
682 firstUnopenElementIndex = index;
688 unsigned firstUnopenElementIndex;
689 if (!indexOfFirstUnopenFormattingElement(firstUnopenElementIndex))
692 unsigned unopenEntryIndex = firstUnopenElementIndex;
    [all...]
HTMLConstructionSite.h 132 bool indexOfFirstUnopenFormattingElement(unsigned& firstUnopenElementIndex) const;

Completed in 421 milliseconds