shouldSuspendScrollAnimations  259 Source/core/frame/FrameView.h     virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
shouldSuspendScrollAnimations  488 Source/core/rendering/RenderLayerScrollableArea.cpp     return view->frameView()->shouldSuspendScrollAnimations();
shouldSuspendScrollAnimations  105 Source/core/rendering/RenderLayerScrollableArea.h     virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
shouldSuspendScrollAnimations  857 Source/core/rendering/RenderListBox.cpp     return view->frameView()->shouldSuspendScrollAnimations();
shouldSuspendScrollAnimations  122 Source/core/rendering/RenderListBox.h     virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
shouldSuspendScrollAnimations  162 Source/platform/scroll/ScrollableArea.h     virtual bool shouldSuspendScrollAnimations() const { return true; }
shouldSuspendScrollAnimations   71 Source/web/ScrollbarGroup.h     virtual bool shouldSuspendScrollAnimations() const OVERRIDE;