Searched refs:scrollAnimator (Results 1 – 10 of 10) sorted by relevance
164 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()
81 ScrollAnimator* scrollAnimator() const { return m_scrollAnimator.get(); } in scrollAnimator() function
57 - (id)initWithScrollAnimator:(WebCore::ScrollAnimatorMac*)scrollAnimator;72 - (id)initWithScrollAnimator:(WebCore::ScrollAnimatorMac*)scrollAnimator78 _animator = scrollAnimator;155 - (id)initWithScrollAnimator:(WebCore::ScrollAnimatorMac*)scrollAnimator;160 - (id)initWithScrollAnimator:(WebCore::ScrollAnimatorMac*)scrollAnimator166 _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 …]
450 …ScrollAnimatorMac* scrollAnimator = static_cast<ScrollAnimatorMac*>(scrollbar->scrollableArea()->s…451 scrollAnimator->setIsDrawingIntoLayer(context->isCALayerContext());463 scrollAnimator->setIsDrawingIntoLayer(false);
426 (*it)->scrollAnimator()->contentAreaDidHide(); in setActive()428 (*it)->scrollAnimator()->contentAreaDidShow(); in setActive()
462 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()
1549 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()
2015 m_frame->view()->scrollAnimator()->cancelAnimations(); in transitionToCommitted()
9076 …(-[ScrollbarPartAnimation initWithScrollbarPainter:part:WebCore::scrollAnimator:WebCore::animateAl…11361 Let the scrollAnimator know when the mouse has11368 Let the scrollAnimator know when the window has become11373 Let the scrollAnimator know when all of these things11383 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.
3159 (WebCore::ScrollableArea::scrollAnimator):