Home
last modified time | relevance | path

Searched refs:isAspectRatioValue (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSAspectRatioValue.h62 DEFINE_CSS_VALUE_TYPE_CASTS(CSSAspectRatioValue, isAspectRatioValue());
DCSSValue.h73 bool isAspectRatioValue() const { return m_classType == AspectRatioClass; } in isAspectRatioValue() function
DMediaQueryEvaluator.cpp172 if (value->isAspectRatioValue()) { in compareAspectRatioValue()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleBuilderCustom.cpp638 if (!value->isAspectRatioValue()) { in applyValueCSSPropertyWebkitAspectRatio()