Home | History | Annotate | Download | only in parser

Lines Matching refs:shapeValue

4416             RefPtrWillBeRawPtr<CSSPrimitiveValue> shapeValue = parseBasicShape();
4417 if (!shapeValue)
4419 list->append(shapeValue.release());
6669 RefPtrWillBeRawPtr<CSSPrimitiveValue> shapeValue = nullptr;
6681 shapeValue = cssValuePool().createIdentifierValue(a->id);
6706 result->setShape(shapeValue);
6713 if (!shapeValue && !sizeValue) {
6834 RefPtrWillBeRawPtr<CSSPrimitiveValue> shapeValue = nullptr;
6849 if (shapeValue)
6851 shapeValue = cssValuePool().createIdentifierValue(a->id);
6896 if (shapeValue && shapeValue->getValueID() == CSSValueCircle && verticalSize)
6899 if (shapeValue && shapeValue->getValueID() == CSSValueEllipse && horizontalSize && !verticalSize)
6905 result->setShape(shapeValue);
6933 if (shapeValue || sizeValue || horizontalSize || centerX || centerY)