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

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.cpp716 UnitCategory sourceCategory = unitCategory(sourceUnitType); local
717 ASSERT(sourceCategory != UOther);
724 if (sourceCategory != targetCategory && sourceCategory != UNumber && targetCategory != UNumber)
729 targetUnitType = canonicalUnitTypeForCategory(sourceCategory);

Completed in 71 milliseconds