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

  /external/webkit/Source/WebCore/css/
CSSSelectorList.h 62 while (!current->isLastInTagHistory())
CSSSelectorList.cpp 61 ASSERT(m_selectorArray->isLastInTagHistory());
78 ASSERT(m_selectorArray[arrayIndex - 1].isLastInTagHistory());
CSSSelector.h 263 bool isLastInTagHistory() const { return m_isLastInTagHistory; }

Completed in 126 milliseconds