Home
last modified time | relevance | path

Searched refs:shouldSuspendScrollAnimations (Results 1 – 11 of 11) sorted by relevance

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