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

  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.h 76 enum FrameSchedulingState {
94 void scheduleWakeUp(double delayTime, FrameSchedulingState);
109 FrameSchedulingState m_frameSchedulingState;
SMILTimeContainer.cpp 279 void SMILTimeContainer::scheduleWakeUp(double delayTime, FrameSchedulingState frameSchedulingState)
281 ASSERT(frameSchedulingState == SynchronizeAnimations || frameSchedulingState == FutureAnimationFrame);
283 m_frameSchedulingState = frameSchedulingState;

Completed in 49 milliseconds