Searched defs:shouldSuspendScrollAnimations (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DScrollbarGroup.cpp234 bool ScrollbarGroup::shouldSuspendScrollAnimations() const function in class:blink::ScrollbarGroup
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollableArea.h174 virtual bool shouldSuspendScrollAnimations() const { return true; } function in class:blink::ScrollableArea
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp472 bool RenderLayerScrollableArea::shouldSuspendScrollAnimations() const function in class:blink::RenderLayerScrollableArea
477 return view->frameView()->shouldSuspendScrollAnimations();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2305 bool FrameView::shouldSuspendScrollAnimations() const function in class:blink::FrameView

Completed in 73 milliseconds