Lines Matching full:scrollanimator
5851 and a window is closed. If the ScrollAnimator is destroyed,
5853 to make sure we inform the delegates when the ScrollAnimator
5868 New function to inform the delegates that the ScrollAnimator
6839 Add mechanism to inform the ScrollAnimator when Scrollbars are added
6842 * platform/ScrollAnimator.h:
6843 (WebCore::ScrollAnimator::didAddVerticalScrollbar):
6844 (WebCore::ScrollAnimator::willRemoveVerticalScrollbar):
6845 (WebCore::ScrollAnimator::didAddHorizontalScrollbar):
6846 (WebCore::ScrollAnimator::willRemoveHorizontalScrollbar):
6860 Pipe to ScrollAnimator.
9076 (-[ScrollbarPartAnimation initWithScrollbarPainter:part:WebCore::scrollAnimator:WebCore::animateAlphaTo:duration:]):
11361 Let the scrollAnimator know when the mouse has
11368 Let the scrollAnimator know when the window has become
11373 Let the scrollAnimator know when all of these things
11383 scrollAnimator to know when a live resize starts and ends.
11388 New functions on ScrollAnimator that pass information
11390 * platform/ScrollAnimator.h:
11391 (WebCore::ScrollAnimator::scrollableArea):
11392 (WebCore::ScrollAnimator::contentAreaWillPaint):
11393 (WebCore::ScrollAnimator::mouseEnteredContentArea):
11394 (WebCore::ScrollAnimator::mouseExitedContentArea):
11395 (WebCore::ScrollAnimator::mouseMovedInContentArea):
11396 (WebCore::ScrollAnimator::willStartLiveResize):
11397 (WebCore::ScrollAnimator::contentsResized):
11398 (WebCore::ScrollAnimator::willEndLiveResize):
11399 (WebCore::ScrollAnimator::contentAreaDidShow):
11400 (WebCore::ScrollAnimator::contentAreaDidHide):
11416 Let the scrollAnimator know when this is happening.
11420 New function lets the scrollAnimator get the current
11425 New function that returns the scrollAnimator when needed.
11427 (WebCore::ScrollableArea::scrollAnimator):
11465 through the scrollAnimator.
14074 * platform/ScrollAnimator.cpp:
14075 (WebCore::ScrollAnimator::handleGestureEvent):
14076 * platform/ScrollAnimator.h:
15728 Move ScrollView scroll wheel code to ScrollAnimator.
15730 * platform/ScrollAnimator.cpp:
15731 (WebCore::ScrollAnimator::handleWheelEvent):
15732 * platform/ScrollAnimator.h:
15741 Call down to the ScrollAnimator.
19598 * platform/ScrollAnimator.cpp:
19599 (WebCore::ScrollAnimator::scrollToOffsetWithoutAnimation):
19762 * platform/ScrollAnimator.cpp:
19763 (WebCore::ScrollAnimator::create):
19764 (WebCore::ScrollAnimator::ScrollAnimator):
19765 (WebCore::ScrollAnimator::scroll):
19766 (WebCore::ScrollAnimator::notityPositionChanged):
19767 * platform/ScrollAnimator.h:
19769 (WebCore::ScrollAnimator::create):
19819 (WebCore::ScrollAnimator::create):
20768 Pipe all scrolling through the ScrollbarClient/ScrollAnimator
20777 Both of these go through the ScrollAnimator (updating its state
20778 or starting an animation). The ScrollAnimator, in turn, now calls
20798 * platform/ScrollAnimator.cpp:
20799 (WebCore::ScrollAnimator::scroll):
20800 (WebCore::ScrollAnimator::scrollToOffsetWithoutAnimation):
20801 (WebCore::ScrollAnimator::currentPosition):
20802 (WebCore::ScrollAnimator::notityPositionChanged):
20803 * platform/ScrollAnimator.h:
44871 Add implementation of ScrollAnimator for the Mac.