Home
last modified time | relevance | path

Searched refs:isUnitTypeLength (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSPrimitiveValue.h110 …static bool isUnitTypeLength(int type) { return (type > CSSPrimitiveValue::CSS_PERCENTAGE && type … in isUnitTypeLength() function
DCSSStyleSelector.cpp3323 } else if (CSSPrimitiveValue::isUnitTypeLength(type)) { in convertToLength()
4136 if (CSSPrimitiveValue::isUnitTypeLength(type)) in applyProperty()
4232 if (CSSPrimitiveValue::isUnitTypeLength(type)) in applyProperty()
4288 if (CSSPrimitiveValue::isUnitTypeLength(type)) in applyProperty()
4352 if (CSSPrimitiveValue::isUnitTypeLength(type)) in applyProperty()
4413 else if (CSSPrimitiveValue::isUnitTypeLength(type)) { in applyProperty()
5653 if (CSSPrimitiveValue::isUnitTypeLength(type)) in applyProperty()
5668 if (CSSPrimitiveValue::isUnitTypeLength(type)) in applyProperty()
5683 if (CSSPrimitiveValue::isUnitTypeLength(type)) in applyProperty()
5704 if (CSSPrimitiveValue::isUnitTypeLength(type)) in applyProperty()
[all …]
DCSSGradientValue.cpp161 else if (CSSPrimitiveValue::isUnitTypeLength(type)) { in addStops()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1637914 (WebCore::CSSPrimitiveValue::isUnitTypeLength):
DChangeLog-2010-01-2986015 (WebCore::CSSPrimitiveValue::isUnitTypeLength):