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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableNumber.h 51 UnitTypePercentage,
AnimatableNumber.cpp 100 if (m_unitType == UnitTypePercentage)
177 return UnitTypePercentage;
214 case UnitTypePercentage:
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimatableValueFactory.cpp 130 return AnimatableNumber::create(length.value(), AnimatableNumber::UnitTypePercentage);

Completed in 84 milliseconds