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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollAnimatorNoneTest.cpp 26 // Tests for the ScrollAnimatorNone class.
30 #include "platform/scroll/ScrollAnimatorNone.h"
81 class MockScrollAnimatorNone : public ScrollAnimatorNone {
84 : ScrollAnimatorNone(scrollableArea) { }
115 MockScrollAnimatorNone scrollAnimatorNone(&scrollableArea);
122 scrollAnimatorNone.scroll(HorizontalScrollbar, ScrollByLine, 100, 1);
123 EXPECT_NE(100, scrollAnimatorNone.currentX());
124 EXPECT_NE(0, scrollAnimatorNone.currentX());
125 EXPECT_EQ(0, scrollAnimatorNone.currentY());
126 scrollAnimatorNone.reset()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.cpp 33 #include "platform/scroll/ScrollAnimatorNone.h"
53 return adoptPtr(new ScrollAnimatorNone(scrollableArea));
57 ScrollAnimatorNone::Parameters::Parameters()
62 ScrollAnimatorNone::Parameters::Parameters(bool isEnabled, double animationTime, double repeatMinimumSustainTime, Curve attackCurve, double attackTime, Curve releaseCurve, double releaseTime, Curve coastTimeCurve, double maximumCoastTime)
75 double ScrollAnimatorNone::PerAxisData::curveAt(Curve curve, double t)
114 double ScrollAnimatorNone::PerAxisData::attackCurve(Curve curve, double deltaTime, double curveT, double startPosition, double attackPosition)
121 double ScrollAnimatorNone::PerAxisData::releaseCurve(Curve curve, double deltaTime, double curveT, double releasePosition, double desiredPosition)
128 double ScrollAnimatorNone::PerAxisData::coastCurve(Curve curve, double factor)
133 double ScrollAnimatorNone::PerAxisData::curveIntegralAt(Curve curve, double t)
181 double ScrollAnimatorNone::PerAxisData::attackArea(Curve curve, double startT, double endT
    [all...]
ScrollAnimatorNone.h 46 class PLATFORM_EXPORT ScrollAnimatorNone : public ScrollAnimator {
48 explicit ScrollAnimatorNone(ScrollableArea*);
49 virtual ~ScrollAnimatorNone();
99 PerAxisData(ScrollAnimatorNone* parent, float* currentPos, int visibleLength);
  /external/chromium_org/third_party/WebKit/Source/platform/
blink_platform.target.darwin-arm.mk 374 third_party/WebKit/Source/platform/scroll/ScrollAnimatorNone.cpp \
    [all...]
blink_platform.target.darwin-arm64.mk 373 third_party/WebKit/Source/platform/scroll/ScrollAnimatorNone.cpp \
    [all...]
blink_platform.target.darwin-mips.mk 373 third_party/WebKit/Source/platform/scroll/ScrollAnimatorNone.cpp \
    [all...]
blink_platform.target.darwin-x86.mk 373 third_party/WebKit/Source/platform/scroll/ScrollAnimatorNone.cpp \
    [all...]
blink_platform.target.darwin-x86_64.mk 373 third_party/WebKit/Source/platform/scroll/ScrollAnimatorNone.cpp \
    [all...]
blink_platform.target.linux-arm.mk 374 third_party/WebKit/Source/platform/scroll/ScrollAnimatorNone.cpp \
    [all...]
blink_platform.target.linux-arm64.mk 373 third_party/WebKit/Source/platform/scroll/ScrollAnimatorNone.cpp \
    [all...]
blink_platform.target.linux-mips.mk 373 third_party/WebKit/Source/platform/scroll/ScrollAnimatorNone.cpp \
    [all...]
blink_platform.target.linux-x86.mk 373 third_party/WebKit/Source/platform/scroll/ScrollAnimatorNone.cpp \
    [all...]
blink_platform.target.linux-x86_64.mk 373 third_party/WebKit/Source/platform/scroll/ScrollAnimatorNone.cpp \
    [all...]

Completed in 116 milliseconds