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

/external/webkit/WebCore/css/
H A DCSSSelector.cpp61 if (CSSSelector* tagHistory = this->tagHistory())
62 s += tagHistory->specificity();
404 sel1 = sel1->tagHistory();
405 sel2 = sel2->tagHistory();
491 if (cs->relation() != CSSSelector::SubSelector || !cs->tagHistory())
493 cs = cs->tagHistory();
496 if (CSSSelector* tagHistory = cs->tagHistory()) {
497 String tagHistoryText = tagHistory
512 setTagHistory(CSSSelector* tagHistory) argument
[all...]
H A DCSSSelector.h198 CSSSelector* tagHistory() const { return m_hasRareData ? m_data.m_rareData->m_tagHistory.get() : m_data.m_tagHistory; } function in class:WebCore::CSSSelector
199 void setTagHistory(CSSSelector* tagHistory);
235 RareData(CSSSelector* tagHistory) argument
236 : m_tagHistory(tagHistory)

Completed in 23 milliseconds