Searched refs:isLastInSelectorList (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelectorList.cpp75 ASSERT(!m_selectorArray[arrayIndex].isLastInSelectorList());
92 while (!current->isLastInSelectorList())
104 finished = s->isLastInSelectorList();
H A DCSSSelectorList.h85 return current->isLastInSelectorList() ? 0 : current + 1;
H A DCSSSelector.h237 bool isLastInSelectorList() const { return m_isLastInSelectorList; } function in class:WebCore::CSSSelector

Completed in 28 milliseconds