HomeSort by relevance Sort by last modified time
    Searched full:shouldsuspendscrollanimations (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderDataGrid.h 80 virtual bool shouldSuspendScrollAnimations() const;
RenderDataGrid.cpp 265 bool RenderDataGrid::shouldSuspendScrollAnimations() const
270 return view->frameView()->shouldSuspendScrollAnimations();
RenderListBox.h 119 virtual bool shouldSuspendScrollAnimations() const;
RenderListBox.cpp 790 bool RenderListBox::shouldSuspendScrollAnimations() const
795 return view->frameView()->shouldSuspendScrollAnimations();
RenderLayer.h 572 virtual bool shouldSuspendScrollAnimations() const;
    [all...]
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebCore/platform/
ScrollableArea.h 130 virtual bool shouldSuspendScrollAnimations() const { return true; }
  /external/webkit/Source/WebCore/page/
FrameView.h 279 virtual bool shouldSuspendScrollAnimations() const;
FrameView.cpp     [all...]
  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.mm 408 if (_animator->scrollableArea()->shouldSuspendScrollAnimations() && !mustAnimate) {
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog 640 (WebCore::RenderLayer::shouldSuspendScrollAnimations):
    [all...]

Completed in 394 milliseconds