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

  /external/webkit/Source/WebCore/page/animation/
ImplicitAnimation.h 76 bool sendTransitionEvent(const AtomicString&, double elapsedTime);
ImplicitAnimation.cpp 164 sendTransitionEvent(eventNames().webkitTransitionEndEvent, elapsedTime);
168 bool ImplicitAnimation::sendTransitionEvent(const AtomicString& eventType, double elapsedTime)

Completed in 41 milliseconds