Searched refs:isLastInSelectorList (Results 1 – 4 of 4) sorted by relevance
73 ASSERT(!m_selectorArray[arrayIndex].isLastInSelectorList()); in adoptSelectorVector()99 bool done = s->isLastInSelectorList(); in deleteSelectors()108 done = s->isLastInSelectorList(); in deleteSelectors()
64 return current->isLastInSelectorList() ? 0 : current + 1; in next()
261 bool isLastInSelectorList() const { return m_isLastInSelectorList; } in isLastInSelectorList() function
65231 (WebCore::CSSSelector::isLastInSelectorList):