HomeSort by relevance Sort by last modified time
    Searched defs:getRectValue (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/css/
CSSPrimitiveValue.cpp 632 Rect* CSSPrimitiveValue::getRectValue(ExceptionCode& ec) const
784 Rect* rectVal = getRectValue();
CSSPrimitiveValue.h 152 Rect* getRectValue(ExceptionCode&) const;
153 Rect* getRectValue() const { return m_type != CSS_RECT ? 0 : m_value.rect; }

Completed in 1023 milliseconds