Searched refs:operatorCharacter (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValue.cpp647 char operatorCharacter = operatorValue(tokens, *index); local
648 if (operatorCharacter != CalcMultiply && operatorCharacter != CalcDivide)
656 result->value = CSSCalcBinaryOperation::createSimplified(result->value, rhs.value, static_cast<CalcOperator>(operatorCharacter));
674 char operatorCharacter = operatorValue(tokens, *index); local
675 if (operatorCharacter != CalcAdd && operatorCharacter != CalcSubtract)
683 result->value = CSSCalcBinaryOperation::createSimplified(result->value, rhs.value, static_cast<CalcOperator>(operatorCharacter));

Completed in 243 milliseconds