Home
last modified time | relevance | path

Searched refs:matchNth (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/css/
DCSSSelector.h206 bool matchNth(int count);
239 bool matchNth(int count);
DCSSSelector.cpp521 bool CSSSelector::matchNth(int count) in matchNth() function in WebCore::CSSSelector
524 return m_data.m_rareData->matchNth(count); in matchNth()
570 bool CSSSelector::RareData::matchNth(int count) in matchNth() function in WebCore::CSSSelector::RareData
DCSSStyleSelector.cpp2204 if (sel->matchNth(count)) in checkOneSelector()
2228 if (sel->matchNth(count)) in checkOneSelector()
2251 if (sel->matchNth(count)) in checkOneSelector()
2275 if (sel->matchNth(count)) in checkOneSelector()
/external/webkit/WebCore/
DChangeLog-2009-06-1665537 (WebCore::CSSSelector::matchNth):
65539 (WebCore::CSSSelector::RareData::matchNth):
89950 … (WebCore::CSSNthSelector::matchNth): Moved from CSSStyleSelector and modified to use the cache
DChangeLog-2005-12-1925823 (matchNth):
DChangeLog-2008-08-1052167 (WebCore::matchNth):