Home | History | Annotate | Download | only in parser

Lines Matching refs:getValueID

1723         if (primitiveValue->isValueID() && primitiveValue->getValueID() == CSSValueNone)
2367 if (isFillPositionKeyword(parsedValue2->getValueID()))
2376 CSSValueID ident1 = parsedValue1->getValueID();
2377 CSSValueID ident3 = value3->getValueID();
2400 if (isFillPositionKeyword(value4->getValueID()))
2424 CSSValueID ident1 = parsedValue1->getValueID();
2425 CSSValueID ident2 = parsedValue2->getValueID();
2426 CSSValueID ident3 = value3->getValueID();
2495 ident1 = first->getPairValue()->first()->getValueID();
2496 ident2 = second->getPairValue()->first()->getValueID();
2561 if (parsedValue2->getValueID() == CSSValueCenter)
2650 value2 = cssValuePool().createIdentifierValue(toCSSPrimitiveValue(value1.get())->getValueID());
6781 if (shapeValue && shapeValue->getValueID() == CSSValueCircle && verticalSize)
6784 if (shapeValue && shapeValue->getValueID() == CSSValueEllipse && horizontalSize && !verticalSize)