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

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSPropertyParser.cpp6596 RefPtrWillBeRawPtr<CSSPrimitiveValue> verticalSize = nullptr; local
6609 verticalSize = createPrimitiveNumericValue(a);
6619 if (!horizontalSize != !verticalSize)
6623 result->setEndVerticalSize(verticalSize);
6722 RefPtrWillBeRawPtr<CSSPrimitiveValue> verticalSize = nullptr; local
6767 verticalSize = createPrimitiveNumericValue(a);
6781 if (shapeValue && shapeValue->getValueID() == CSSValueCircle && verticalSize)
6784 if (shapeValue && shapeValue->getValueID() == CSSValueEllipse && horizontalSize && !verticalSize)
6787 if (!verticalSize && horizontalSize && horizontalSize->isPercentage())
6793 result->setEndVerticalSize(verticalSize);
[all...]

Completed in 163 milliseconds