Searched refs:isLastInTagHistory (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSSelectorList.h83 while (!current->isLastInTagHistory())
H A DCSSSelectorList.cpp80 ASSERT(m_selectorArray[arrayIndex - 1].isLastInTagHistory());
H A DCSSSelector.h239 bool isLastInTagHistory() const { return m_isLastInTagHistory; } function in class:WebCore::CSSSelector
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorCSSAgent.cpp1597 for (; !selector->isLastInTagHistory(); ++selector) { }

Completed in 76 milliseconds