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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSAspectRatioValue.h36 class CSSAspectRatioValue : public CSSValue { class in namespace:blink
38 static PassRefPtrWillBeRawPtr<CSSAspectRatioValue> create(float numeratorValue, float denominatorValue)
40 return adoptRefWillBeNoop(new CSSAspectRatioValue(numeratorValue, denominatorValue));
48 bool equals(const CSSAspectRatioValue&) const;
53 CSSAspectRatioValue(float numeratorValue, float denominatorValue) function in class:blink::CSSAspectRatioValue
64 DEFINE_CSS_VALUE_TYPE_CASTS(CSSAspectRatioValue, isAspectRatioValue());

Completed in 78 milliseconds