HomeSort by relevance Sort by last modified time
    Searched refs:isUnitTypeLength (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/css/
CSSPrimitiveValue.h 110 static bool isUnitTypeLength(int type) { return (type > CSSPrimitiveValue::CSS_PERCENTAGE && type < CSSPrimitiveValue::CSS_DEG) ||
CSSStyleSelector.cpp     [all...]
CSSGradientValue.cpp 161 else if (CSSPrimitiveValue::isUnitTypeLength(type)) {
    [all...]

Completed in 77 milliseconds