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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
CalculationValue.h 132 class CalcExpressionLength : public CalcExpressionNode {
134 explicit CalcExpressionLength(Length length)
140 bool operator==(const CalcExpressionLength& o) const
147 return type() == o.type() && *this == static_cast<const CalcExpressionLength&>(o);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.cpp 236 return adoptPtr(new CalcExpressionLength(primitiveValue

Completed in 32 milliseconds