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

/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/web/
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.cpp481 bool RenderLayerScrollableArea::shouldSuspendScrollAnimations() const function in class:WebCore::RenderLayerScrollableArea
486 return view->frameView()->shouldSuspendScrollAnimations();
H A DRenderListBox.cpp874 bool RenderListBox::shouldSuspendScrollAnimations() const function in class:WebCore::RenderListBox
879 return view->frameView()->shouldSuspendScrollAnimations();
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2448 bool FrameView::shouldSuspendScrollAnimations() const function in class:WebCore::FrameView

Completed in 180 milliseconds