Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCalculationValue.cpp564 static ParseState checkDepthAndIndex(int* depth, unsigned index, CSSParserValueList* tokens) in checkDepthAndIndex() function
621 if (checkDepthAndIndex(&depth, *index, tokens) != OK) in parseValueTerm()
640 if (checkDepthAndIndex(&depth, *index, tokens) != OK) in parseValueMultiplicativeExpression()
667 if (checkDepthAndIndex(&depth, *index, tokens) != OK) in parseAdditiveValueExpression()