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

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp2510 CSSValueID ident3 = value3->getValueID(); local
2515 if (!isFillPositionKeyword(ident3) || ident3 == CSSValueCenter)
2521 if (isValueConflictingWithCurrentEdge(ident1, ident3))
2559 CSSValueID ident3 = value3->getValueID(); local
2570 if (isFillPositionKeyword(ident3))
2580 } else if (ident3 == CSSValueCenter) {
2599 if (isFillPositionKeyword(ident3))
2607 if (!isFillPositionKeyword(ident3))
2611 secondPositionKeyword = ident3;
[all...]

Completed in 109 milliseconds