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