Searched defs:getRectValue (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp984 Rect* CSSPrimitiveValue::getRectValue(ExceptionState& exceptionState) const function in class:blink::CSSPrimitiveValue
1226 text = getRectValue()->cssText();
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

Completed in 92 milliseconds