Searched defs:matchNth (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSSelector.cpp721 bool CSSSelector::matchNth(int count) function in class:WebCore::CSSSelector
724 return m_data.m_rareData->matchNth(count);
811 bool CSSSelector::RareData::matchNth(int count) function in class:WebCore::CSSSelector::RareData

Completed in 87 milliseconds