Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.cpp743 UnitCategory sourceCategory = unitCategory(sourceUnitType); in getDoubleValueInternal() local
744 ASSERT(sourceCategory != UOther); in getDoubleValueInternal()
751 if (sourceCategory != targetCategory && sourceCategory != UNumber && targetCategory != UNumber) in getDoubleValueInternal()
756 targetUnitType = canonicalUnitTypeForCategory(sourceCategory); in getDoubleValueInternal()