Searched refs:lastLocationLabel (Results 1 – 2 of 2) sorted by relevance
719 parser->reportError(parser->lastLocationLabel(), CSSParser::InvalidMediaQueryError);723 parser->reportError(parser->lastLocationLabel(), CSSParser::InvalidMediaQueryError);956 parser->reportError(parser->lastLocationLabel(), CSSParser::InvalidKeyframeSelectorError);
427 const CSSParserLocation& lastLocationLabel() const { return m_locationLabel; } in lastLocationLabel() function