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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
CalculationValue.h 188 class CalcExpressionBlendLength : public CalcExpressionNode {
190 CalcExpressionBlendLength(Length from, Length to, float progress)
198 bool operator==(const CalcExpressionBlendLength& o) const
205 return type() == o.type() && *this == static_cast<const CalcExpressionBlendLength&>(o);
Length.cpp 174 OwnPtr<CalcExpressionNode> blend = adoptPtr(new CalcExpressionBlendLength(from, *this, progress));

Completed in 39 milliseconds