Home
last modified time | relevance | path

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

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