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

  /external/webkit/Source/WebCore/css/
CSSParserValues.h 120 CSSParserSelector* tagHistory() const { return m_tagHistory.get(); }
CSSSelector.h 233 CSSSelector* tagHistory() const { return m_isLastInTagHistory ? 0 : const_cast<CSSSelector*>(this + 1); }

Completed in 25 milliseconds