Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSPrimitiveValue.h172 Rect* getRectValue(ExceptionCode&) const;
173 Rect* getRectValue() const { return m_type != CSS_RECT ? 0 : m_value.rect; } in getRectValue() function
DCSSPrimitiveValue.idl66 Rect getRectValue()
DCSSPrimitiveValue.cpp554 Rect* CSSPrimitiveValue::getRectValue(ExceptionCode& ec) const in getRectValue() function in WebCore::CSSPrimitiveValue
729 Rect* rectVal = getRectValue(); in cssText()
DCSSStyleSelector.cpp4473 Rect* rect = primitiveValue->getRectValue(); in applyProperty()
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h955 - (DOMRect *)getRectValue;
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1061064 getRectValue and getRGBColorValue of CSSPrimitiveValue by throwing exceptions
61074 (WebCore::CSSPrimitiveValue::getRectValue):
61081 (WebCore::CSSPrimitiveValue::getRectValue):
DChangeLog-2007-10-1422766 (WebCore::CSSPrimitiveValue::getRectValue):
64979 (WebCore::CSSPrimitiveValue::getRectValue):
DChangeLog-2006-05-1021261 (WebCore::CSSPrimitiveValueImpl::getRectValue):