Searched refs:m_locationLabel (Results 1 – 1 of 1) sorted by relevance
426 void setLocationLabel(const CSSParserLocation& location) { m_locationLabel = location; } in setLocationLabel()427 const CSSParserLocation& lastLocationLabel() const { return m_locationLabel; } in lastLocationLabel()551 CSSParserLocation m_locationLabel; variable