Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/
DScrollableArea.cpp164 scrollAnimator()->willStartLiveResize(); in willStartLiveResize()
172 scrollAnimator()->willEndLiveResize(); in willEndLiveResize()
177 scrollAnimator()->didAddVerticalScrollbar(scrollbar); in didAddVerticalScrollbar()
182 scrollAnimator()->willRemoveVerticalScrollbar(scrollbar); in willRemoveVerticalScrollbar()
187 scrollAnimator()->didAddHorizontalScrollbar(scrollbar); in didAddHorizontalScrollbar()
192 scrollAnimator()->willRemoveHorizontalScrollbar(scrollbar); in willRemoveHorizontalScrollbar()
DScrollableArea.h81 ScrollAnimator* scrollAnimator() const { return m_scrollAnimator.get(); } in scrollAnimator() function
/external/webkit/Source/WebCore/platform/mac/
DScrollAnimatorMac.mm57 - (id)initWithScrollAnimator:(WebCore::ScrollAnimatorMac*)scrollAnimator;
72 - (id)initWithScrollAnimator:(WebCore::ScrollAnimatorMac*)scrollAnimator
78 _animator = scrollAnimator;
155 - (id)initWithScrollAnimator:(WebCore::ScrollAnimatorMac*)scrollAnimator;
160 - (id)initWithScrollAnimator:(WebCore::ScrollAnimatorMac*)scrollAnimator
166 _animator = scrollAnimator;
290 …ollerPainter part:(WebCore::ScrollbarPart)part scrollAnimator:(WebCore::ScrollAnimatorMac*)scrollA…
295 …ollerPainter part:(WebCore::ScrollbarPart)part scrollAnimator:(WebCore::ScrollAnimatorMac*)scrollA…
303 _animator = scrollAnimator;
353 - (id)initWithScrollAnimator:(WebCore::ScrollAnimatorMac*)scrollAnimator;
[all …]
DScrollbarThemeMac.mm450 …ScrollAnimatorMac* scrollAnimator = static_cast<ScrollAnimatorMac*>(scrollbar->scrollableArea()->s…
451 scrollAnimator->setIsDrawingIntoLayer(context->isCALayerContext());
463 scrollAnimator->setIsDrawingIntoLayer(false);
/external/webkit/Source/WebCore/page/
DFocusController.cpp426 (*it)->scrollAnimator()->contentAreaDidHide(); in setActive()
428 (*it)->scrollAnimator()->contentAreaDidShow(); in setActive()
DFrameView.cpp462 scrollAnimator()->contentsResized(); in setContentsSize()
771 scrollAnimator()->contentAreaDidShow(); in didMoveOnscreen()
779 scrollAnimator()->contentAreaDidHide(); in willMoveOffscreen()
1583 scrollAnimator()->contentsResized(); in contentsResized()
2208 (*it)->scrollAnimator()->contentAreaWillPaint(); in notifyPageThatContentAreaWillPaint()
DEventHandler.cpp1549 layer->scrollAnimator()->mouseMovedInContentArea(); in mouseMoved()
1553 frameView->scrollAnimator()->mouseMovedInContentArea(); in mouseMoved()
1982 frameView->scrollAnimator()->mouseExitedContentArea(); in updateMouseEventTargetNode()
1987 layerForLastNode->scrollAnimator()->mouseExitedContentArea(); in updateMouseEventTargetNode()
1994 frameView->scrollAnimator()->mouseEnteredContentArea(); in updateMouseEventTargetNode()
1999 layerForNodeUnderMouse->scrollAnimator()->mouseEnteredContentArea(); in updateMouseEventTargetNode()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp2015 m_frame->view()->scrollAnimator()->cancelAnimations(); in transitionToCommitted()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-169076 …(-[ScrollbarPartAnimation initWithScrollbarPainter:part:WebCore::scrollAnimator:WebCore::animateAl…
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.
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.
DChangeLog3159 (WebCore::ScrollableArea::scrollAnimator):