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

  /external/webkit/Source/WebCore/html/
HTMLMarqueeElement.h 37 int minimumDelay() const { return m_minimumDelay; }
  /external/webkit/Source/WebCore/svg/animation/
SMILTimeContainer.h 72 void startTimer(SMILTime fireTime, SMILTime minimumDelay = 0);
SMILTimeContainer.cpp 125 void SMILTimeContainer::startTimer(SMILTime fireTime, SMILTime minimumDelay)
133 SMILTime delay = max(fireTime - elapsed(), minimumDelay);
  /external/webkit/Source/WebCore/rendering/
RenderMarquee.cpp 79 result = max(result, marqueeElt->minimumDelay());

Completed in 59 milliseconds