Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp974 Rect* CSSPrimitiveValue::getRectValue(ExceptionState& exceptionState) const in getRectValue() function in WebCore::CSSPrimitiveValue
DCSSPrimitiveValue.h332 Rect* getRectValue() const { return m_primitiveUnitType != CSS_RECT ? 0 : m_value.rect; } in getRectValue() function