HomeSort by relevance Sort by last modified time
    Searched refs:shouldSuspendScrollAnimations (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
ScrollbarGroup.h 71 virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
ScrollbarGroup.cpp 236 bool ScrollbarGroup::shouldSuspendScrollAnimations() const
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.h 123 virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
RenderLayerScrollableArea.h 101 virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
RenderListBox.cpp 874 bool RenderListBox::shouldSuspendScrollAnimations() const
879 return view->frameView()->shouldSuspendScrollAnimations();
    [all...]
RenderLayerScrollableArea.cpp 481 bool RenderLayerScrollableArea::shouldSuspendScrollAnimations() const
486 return view->frameView()->shouldSuspendScrollAnimations();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollableArea.h 162 virtual bool shouldSuspendScrollAnimations() const { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.h 259 virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm 453 if (_scrollbar->scrollableArea()->shouldSuspendScrollAnimations() && !mustAnimate) {
    [all...]

Completed in 117 milliseconds