Searched defs:tagHistory (Results 1 – 3 of 3) sorted by relevance
718 if (const CSSSelector* tagHistory = cs->tagHistory()) { in selectorText() local
243 CSSParserSelector* tagHistory() const { return m_tagHistory.get(); } in tagHistory() function
202 …const CSSSelector* tagHistory() const { return m_isLastInTagHistory ? 0 : const_cast<CSSSelector*>… in tagHistory() function