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

/external/webkit/Source/WebCore/platform/
H A DScrollableArea.cpp164 scrollAnimator()->willStartLiveResize();
172 scrollAnimator()->willEndLiveResize();
177 scrollAnimator()->didAddVerticalScrollbar(scrollbar);
182 scrollAnimator()->willRemoveVerticalScrollbar(scrollbar);
187 scrollAnimator()->didAddHorizontalScrollbar(scrollbar);
192 scrollAnimator()->willRemoveHorizontalScrollbar(scrollbar);
H A DScrollableArea.h81 ScrollAnimator* scrollAnimator() const { return m_scrollAnimator.get(); } function in class:WebCore::ScrollableArea
/external/webkit/Source/WebCore/platform/mac/
H A 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 - (id)initWithScrollbarPainter:(WKScrollbarPainterRef)scrollerPainter part:(WebCore::ScrollbarPart)part scrollAnimator:(WebCore::ScrollAnimatorMac*)scrollAnimator animateAlphaTo:(CGFloat)newAlpha duration:(NSTimeInterval)duration;
295 - (id)initWithScrollbarPainter:(WKScrollbarPainterRef)scrollerPainter part:(WebCore::ScrollbarPart)part scrollAnimator:(WebCore::ScrollAnimatorMac*)scrollAnimator animateAlphaT
[all...]
H A DScrollbarThemeMac.mm450 ScrollAnimatorMac* scrollAnimator = static_cast<ScrollAnimatorMac*>(scrollbar->scrollableArea()->scrollAnimator());
451 scrollAnimator->setIsDrawingIntoLayer(context->isCALayerContext());
463 scrollAnimator->setIsDrawingIntoLayer(false);
/external/webkit/Source/WebCore/page/
H A DFocusController.cpp426 (*it)->scrollAnimator()->contentAreaDidHide();
428 (*it)->scrollAnimator()->contentAreaDidShow();
H A DFrameView.cpp467 scrollAnimator()->contentsResized();
776 scrollAnimator()->contentAreaDidShow();
784 scrollAnimator()->contentAreaDidHide();
1597 scrollAnimator()->contentsResized();
2222 (*it)->scrollAnimator()->contentAreaWillPaint();
H A DEventHandler.cpp1549 layer->scrollAnimator()->mouseMovedInContentArea();
1553 frameView->scrollAnimator()->mouseMovedInContentArea();
1982 frameView->scrollAnimator()->mouseExitedContentArea();
1987 layerForLastNode->scrollAnimator()->mouseExitedContentArea();
1994 frameView->scrollAnimator()->mouseEnteredContentArea();
1999 layerForNodeUnderMouse->scrollAnimator()->mouseEnteredContentArea();
/external/webkit/Source/WebCore/loader/
H A DFrameLoader.cpp2023 m_frame->view()->scrollAnimator()->cancelAnimations();

Completed in 267 milliseconds