Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableLength.h61 UnitTypeViewportMax, enumerator
107 …= UnitTypeViewportHeight || m_unitType == UnitTypeViewportMin || m_unitType == UnitTypeViewportMax; in isViewportUnit()
DAnimatableLength.cpp206 numberType = UnitTypeViewportMax; in primitiveUnitToNumberType()
232 case UnitTypeViewportMax: in numberTypeToPrimitiveUnit()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp78 return AnimatableLength::create(length.value(), AnimatableLength::UnitTypeViewportMax); in createFromLength()