Searched refs:scrollAnimator (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.cpp90 ScrollAnimator* ScrollableArea::scrollAnimator() const function in class:WebCore::ScrollableArea
143 return scrollAnimator()->scroll(orientation, granularity, step, delta);
148 scrollAnimator()->scrollToOffsetWithoutAnimation(offset);
154 scrollToOffsetWithoutAnimation(FloatPoint(offset, scrollAnimator()->currentPosition().y()));
156 scrollToOffsetWithoutAnimation(FloatPoint(scrollAnimator()->currentPosition().x(), offset));
162 scrollAnimator()->setCurrentPosition(position);
197 scrollAnimator()->notifyContentAreaScrolled(scrollPosition() - oldPosition);
220 return scrollAnimator()->handleWheelEvent(wheelEvent);
239 if (ScrollAnimator* scrollAnimator = existingScrollAnimator())
240 scrollAnimator
[all...]
H A DScrollbar.cpp292 FloatPoint currentPosition = m_scrollableArea->scrollAnimator()->currentPosition();
546 return m_scrollableArea->scrollAnimator()->shouldScrollbarParticipateInHitTesting(this);
H A DScrollableArea.h109 ScrollAnimator* scrollAnimator() const;
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DScrollAnimatorMac.mm93 - (id)initWithScrollAnimator:(WebCore::ScrollAnimatorMac*)scrollAnimator;
108 - (id)initWithScrollAnimator:(WebCore::ScrollAnimatorMac*)scrollAnimator
114 _animator = scrollAnimator;
267 _scrollableArea->scrollAnimator()->contentAreaWillPaint();
284 static_cast<ScrollAnimatorMac*>(_scrollableArea->scrollAnimator())->updateScrollerStyle();
419 - (ScrollAnimatorMac*)scrollAnimator
421 return static_cast<ScrollAnimatorMac*>(_scrollbar->scrollableArea()->scrollAnimator());
448 bool mustAnimate = [self scrollAnimator]->haveScrolledSincePageLoad();
450 if ([self scrollAnimator]->scrollbarPaintTimerIsActive() && !mustAnimate)
454 [self scrollAnimator]
[all...]
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginContainerImpl.cpp418 m_scrollbarGroup->scrollAnimator()->contentsResized();
702 m_scrollbarGroup->scrollAnimator()->mouseMovedInContentArea();
704 m_scrollbarGroup->scrollAnimator()->mouseEnteredContentArea();
706 m_scrollbarGroup->scrollAnimator()->mouseExitedContentArea();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp263 if (ScrollAnimator* scrollAnimator = existingScrollAnimator())
264 scrollAnimator->cancelAnimations();
1705 if (ScrollAnimator* scrollAnimator = existingScrollAnimator())
1706 return scrollAnimator->isRubberBandInProgress();
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp926 frameView->scrollAnimator()->handleWheelEventPhase(phase);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp94 scrollAnimator()->setCurrentPosition(FloatPoint(m_scrollOffset.width(), m_scrollOffset.height()));
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DEventHandler.cpp2051 if (ScrollAnimator* scrollAnimator = view->existingScrollAnimator())
2052 scrollAnimator->cancelAnimations();
2058 ScrollAnimator* animator = sa->scrollAnimator();
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DcalendarPicker.js1423 ScrollView.prototype.scrollAnimator = function() {

Completed in 195 milliseconds