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

/external/webkit/Source/WebCore/rendering/
H A DRenderDataGrid.h80 virtual bool shouldSuspendScrollAnimations() const;
H A DRenderDataGrid.cpp265 bool RenderDataGrid::shouldSuspendScrollAnimations() const function in class:WebCore::RenderDataGrid
270 return view->frameView()->shouldSuspendScrollAnimations();
H A DRenderListBox.h119 virtual bool shouldSuspendScrollAnimations() const;
H A DRenderListBox.cpp790 bool RenderListBox::shouldSuspendScrollAnimations() const function in class:WebCore::RenderListBox
795 return view->frameView()->shouldSuspendScrollAnimations();
H A DRenderLayer.h588 virtual bool shouldSuspendScrollAnimations() const;
H A DRenderLayer.cpp1829 bool RenderLayer::shouldSuspendScrollAnimations() const function in class:WebCore::RenderLayer
1834 return view->frameView()->shouldSuspendScrollAnimations();
/external/webkit/Source/WebCore/platform/
H A DScrollableArea.h130 virtual bool shouldSuspendScrollAnimations() const { return true; } function in class:WebCore::ScrollableArea
/external/webkit/Source/WebCore/page/
H A DFrameView.h279 virtual bool shouldSuspendScrollAnimations() const;
H A DFrameView.cpp2208 bool FrameView::shouldSuspendScrollAnimations() const function in class:WebCore::FrameView
/external/webkit/Source/WebCore/platform/mac/
H A DScrollAnimatorMac.mm408 if (_animator->scrollableArea()->shouldSuspendScrollAnimations() && !mustAnimate) {

Completed in 166 milliseconds