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

  /external/webkit/WebCore/css/
CSSParserValues.cpp 29 bool CSSParserValue::isVariable() const
45 if (v.unit == CSSPrimitiveValue::CSS_PARSER_VARIABLE_FUNCTION_SYNTAX) // isVariable() is not inlined. This is hot.
52 if (m_values[i].isVariable())
72 else if (unit == CSSPrimitiveValue::CSS_STRING || unit == CSSPrimitiveValue::CSS_URI || unit == CSSPrimitiveValue::CSS_PARSER_HEXCOLOR || isVariable())
CSSPrimitiveValue.h 107 bool isVariable() const { return m_type == CSS_PARSER_VARIABLE_FUNCTION_SYNTAX; }

Completed in 112 milliseconds