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 72 virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
ScrollbarGroup.cpp 242 bool ScrollbarGroup::shouldSuspendScrollAnimations() const
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollableArea.h 152 virtual bool shouldSuspendScrollAnimations() const { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.h 122 virtual bool shouldSuspendScrollAnimations() const OVERRIDE;
RenderListBox.cpp 821 bool RenderListBox::shouldSuspendScrollAnimations() const
826 return view->frameView()->shouldSuspendScrollAnimations();
RenderLayer.h     [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.h 284 virtual bool shouldSuspendScrollAnimations() const;
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollAnimatorMac.mm 461 if (_scrollbar->scrollableArea()->shouldSuspendScrollAnimations() && !mustAnimate) {
    [all...]

Completed in 319 milliseconds