Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCalculationValue.cpp592 char operatorValue(CSSParserValueList* tokens, unsigned index) in operatorValue() function in WebCore::CSSCalcExpressionNodeParser
624 if (operatorValue(tokens, *index) == '(') { in parseValueTerm()
629 if (operatorValue(tokens, currentIndex) != ')') in parseValueTerm()
647 char operatorCharacter = operatorValue(tokens, *index); in parseValueMultiplicativeExpression()
674 char operatorCharacter = operatorValue(tokens, *index); in parseAdditiveValueExpression()