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

  /external/webkit/Source/WebCore/platform/
ScrollableArea.h 130 virtual bool shouldSuspendScrollAnimations() const { return true; }
  /external/webkit/Source/WebCore/rendering/
RenderDataGrid.cpp 265 bool RenderDataGrid::shouldSuspendScrollAnimations() const
270 return view->frameView()->shouldSuspendScrollAnimations();
RenderListBox.cpp 790 bool RenderListBox::shouldSuspendScrollAnimations() const
795 return view->frameView()->shouldSuspendScrollAnimations();
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]

Completed in 40 milliseconds