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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.idl64 [RaisesException] Rect getRectValue();
H A DCSSPrimitiveValue.h308 Rect* getRectValue(ExceptionState&) const;
309 Rect* getRectValue() const { return m_primitiveUnitType != CSS_RECT ? 0 : m_value.rect; } function in class:blink::CSSPrimitiveValue
H A DCSSPrimitiveValue.cpp984 Rect* CSSPrimitiveValue::getRectValue(ExceptionState& exceptionState) const function in class:blink::CSSPrimitiveValue
1226 text = getRectValue()->cssText();
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DDeferredLegacyStyleInterpolation.cpp85 if (Rect* rect = primitiveValue.getRectValue()) {
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleBuilderConverter.cpp97 Rect* rect = toCSSPrimitiveValue(value)->getRectValue();

Completed in 349 milliseconds