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

  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.cpp 554 Rect* CSSPrimitiveValue::getRectValue(ExceptionCode& ec) const
729 Rect* rectVal = getRectValue();
CSSPrimitiveValue.h 172 Rect* getRectValue(ExceptionCode&) const;
173 Rect* getRectValue() const { return m_type != CSS_RECT ? 0 : m_value.rect; }

Completed in 33 milliseconds