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

  /external/webkit/WebCore/svg/animation/
SMILTime.h 41 static SMILTime unresolved() { return unresolvedValue; }
49 bool isUnresolved() const { return m_time == unresolvedValue; }
52 static const double unresolvedValue;
SMILTime.cpp 34 const double SMILTime::unresolvedValue = DBL_MAX;

Completed in 46 milliseconds