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

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTime.cpp 42 if (a.isIndefinite() || b.isIndefinite())
51 if (a.isIndefinite() || b.isIndefinite())
62 if (a.isIndefinite() || b.isIndefinite())
SMILTime.h 47 bool isIndefinite() const { return m_time == indefiniteValue; }
SVGSMILElement.cpp 789 if (currentTime.isIndefinite() && beginOrEnd == Begin)
890 ASSERT(!begin.isIndefinite());
908 ASSERT(!begin.isIndefinite());
    [all...]

Completed in 1202 milliseconds