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

/external/chromium_org/third_party/WebKit/Source/web/
H A DScrollbarGroup.h71 virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
H A DScrollbarGroup.cpp236 bool ScrollbarGroup::shouldSuspendScrollAnimations() const function in class:blink::ScrollbarGroup
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.h101 virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
H A DRenderListBox.h123 virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
H A DRenderListBox.cpp874 bool RenderListBox::shouldSuspendScrollAnimations() const function in class:WebCore::RenderListBox
879 return view->frameView()->shouldSuspendScrollAnimations();
H A DRenderLayerScrollableArea.cpp481 bool RenderLayerScrollableArea::shouldSuspendScrollAnimations() const function in class:WebCore::RenderLayerScrollableArea
486 return view->frameView()->shouldSuspendScrollAnimations();
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.h162 virtual bool shouldSuspendScrollAnimations() const { return true; } function in class:WebCore::ScrollableArea
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h259 virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
H A DFrameView.cpp2448 bool FrameView::shouldSuspendScrollAnimations() const function in class:WebCore::FrameView
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DScrollAnimatorMac.mm453 if (_scrollbar->scrollableArea()->shouldSuspendScrollAnimations() && !mustAnimate) {

Completed in 210 milliseconds