HomeSort by relevance Sort by last modified time
    Searched refs:tagHistory (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/css/
CSSSelector.h 198 CSSSelector* tagHistory() const { return m_hasRareData ? m_data.m_rareData->m_tagHistory.get() : m_data.m_tagHistory; }
199 void setTagHistory(CSSSelector* tagHistory);
235 RareData(CSSSelector* tagHistory)
236 : m_tagHistory(tagHistory)
CSSSelector.cpp 61 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->selectorText()
    [all...]
CSSSelectorList.cpp 105 } while ((selector = selector->tagHistory()));
CSSGrammar.y 826 while (end->tagHistory())
827 end = end->tagHistory();
841 while (end->tagHistory())
842 end = end->tagHistory();
945 while (end->tagHistory())
946 end = end->tagHistory();
1168 if (!$4 || $4->simpleSelector() || $4->tagHistory())
    [all...]
CSSStyleSelector.cpp     [all...]

Completed in 376 milliseconds