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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimedItem.h 55 virtual void onEventCondition(bool wasInPlay, bool isInPlay, double previousIteration, double currentIteration) = 0;
TimedItem.cpp 102 m_eventDelegate->onEventCondition(wasInPlay, isInPlay(), lastIteration, currentIteration);
TimedItemTest.cpp 42 void onEventCondition(bool wasInPlay, bool isInPlay, double previousIteration, double currentIteration) OVERRIDE
  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSAnimations.h 90 virtual void onEventCondition(bool wasInPlay, bool isInPlay, double previousIteration, double currentIteration) OVERRIDE;
CSSAnimations.cpp 217 void CSSAnimations::EventDelegate::onEventCondition(bool wasInPlay, bool isInPlay, double previousIteration, double currentIteration)

Completed in 591 milliseconds