Home
last modified time | relevance | path

Searched refs:UOther (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp153 return CSSPrimitiveValue::UOther; in unitCategory()
744 ASSERT(sourceCategory != UOther); in getDoubleValueInternal()
748 ASSERT(targetCategory != UOther); in getDoubleValueInternal()
DCSSPrimitiveValue.h149 UOther enumerator
DCSSCalculationValue.cpp384 …if (leftUnitCategory != CSSPrimitiveValue::UOther && leftUnitCategory == CSSPrimitiveValue::unitCa… in createSimplified()