Home
last modified time | relevance | path

Searched refs:m_locationLabel (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSParser.h426 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