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

  /external/webkit/Source/WebCore/html/parser/
HTMLConstructionSite.cpp 423 bool HTMLConstructionSite::indexOfFirstUnopenFormattingElement(unsigned& firstUnopenElementIndex) const
432 firstUnopenElementIndex = index + 1;
433 return firstUnopenElementIndex < m_activeFormattingElements.size();
436 firstUnopenElementIndex = index;
442 unsigned firstUnopenElementIndex;
443 if (!indexOfFirstUnopenFormattingElement(firstUnopenElementIndex))
446 unsigned unopenEntryIndex = firstUnopenElementIndex;
HTMLConstructionSite.h 77 bool indexOfFirstUnopenFormattingElement(unsigned& firstUnopenElementIndex) const;

Completed in 30 milliseconds