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

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTime.h 40 static SMILTime unresolved() { return unresolvedValue; }
48 bool isUnresolved() const { return m_time == unresolvedValue; }
51 static const double unresolvedValue;
SMILTime.cpp 34 const double SMILTime::unresolvedValue = DBL_MAX;

Completed in 56 milliseconds