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

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebActiveGestureAnimation.h 43 class PLATFORM_EXPORT WebActiveGestureAnimation {
44 WTF_MAKE_NONCOPYABLE(WebActiveGestureAnimation);
46 static PassOwnPtr<WebActiveGestureAnimation> createAtAnimationStart(PassOwnPtr<WebGestureCurve>, WebGestureCurveTarget*);
47 static PassOwnPtr<WebActiveGestureAnimation> createWithTimeOffset(PassOwnPtr<WebGestureCurve>, WebGestureCurveTarget*, double startTime);
48 ~WebActiveGestureAnimation();
54 WebActiveGestureAnimation(PassOwnPtr<WebGestureCurve>, WebGestureCurveTarget*, double startTime, bool waitingForFirstTick);
WebActiveGestureAnimation.cpp 27 #include "platform/exported/WebActiveGestureAnimation.h"
34 PassOwnPtr<WebActiveGestureAnimation> WebActiveGestureAnimation::createAtAnimationStart(PassOwnPtr<WebGestureCurve> curve, WebGestureCurveTarget* target)
36 return adoptPtr(new WebActiveGestureAnimation(curve, target, 0, true));
39 PassOwnPtr<WebActiveGestureAnimation> WebActiveGestureAnimation::createWithTimeOffset(PassOwnPtr<WebGestureCurve> curve, WebGestureCurveTarget* target, double startTime)
41 return adoptPtr(new WebActiveGestureAnimation(curve, target, startTime, false));
44 WebActiveGestureAnimation::~WebActiveGestureAnimation()
48 WebActiveGestureAnimation::WebActiveGestureAnimation(PassOwnPtr<WebGestureCurve> curve, WebGestureCurveTarget* target, doubl (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 73 class WebActiveGestureAnimation;
699 OwnPtr<WebActiveGestureAnimation> m_gestureAnimation;
WebViewImpl.cpp 103 #include "platform/exported/WebActiveGestureAnimation.h"
640 m_gestureAnimation = WebActiveGestureAnimation::createAtAnimationStart(flingCurve.release(), this);
788 m_gestureAnimation = WebActiveGestureAnimation::createWithTimeOffset(curve.release(), this, parameters.startTime);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 151 third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 150 third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 150 third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 150 third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 150 third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.cpp \
    [all...]
blink_platform.target.linux-arm.mk 151 third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 150 third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.cpp \
    [all...]
blink_platform.target.linux-mips.mk 150 third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.cpp \
    [all...]
blink_platform.target.linux-x86.mk 150 third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 150 third_party/WebKit/Source/platform/exported/WebActiveGestureAnimation.cpp \
    [all...]

Completed in 152 milliseconds