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

  /external/webkit/Source/WebCore/css/
CSSSelectorList.h 64 return current->isLastInSelectorList() ? 0 : current + 1;
CSSSelectorList.cpp 73 ASSERT(!m_selectorArray[arrayIndex].isLastInSelectorList());
99 bool done = s->isLastInSelectorList();
108 done = s->isLastInSelectorList();
CSSSelector.h 261 bool isLastInSelectorList() const { return m_isLastInSelectorList; }

Completed in 332 milliseconds