Home | History | Annotate | Download | only in WebCore

Lines Matching full:scrollanimator

1378         ScrollAnimator has a new bit -- m_isActive. Right now m_isActive is always true 
1379 unless the ScrollAnimator belongs to a ScrollableArea that is in the page cache.
1380 * platform/ScrollAnimator.cpp:
1381 (WebCore::ScrollAnimator::ScrollAnimator):
1382 * platform/ScrollAnimator.h:
1383 (WebCore::ScrollAnimator::setIsActive):
1384 (WebCore::ScrollAnimator::isActive):
1387 when a ScrollAnimator is inactive and has received the
1389 prevents any work from being done for this delegate until the ScrollAnimator
1402 This override of ScrollAnimator::setIsActive() calls the base class, and then calls updateScrollerStyle() if needsScrollerStyleUpdate() is set to true.
1406 the ScrollAnimator is inactive, we now setNeedsScrollerStyleUpdate(true) and
3150 Lazily allocate ScrollAnimator in ScrollableArea
3153 Avoid allocating the ScrollAnimator up-front, because we
3159 (WebCore::ScrollableArea::scrollAnimator):
44874 Tell the ScrollAnimator to cancelAnimations() since we are navigating to a new
44898 * platform/ScrollAnimator.h:
44899 (WebCore::ScrollAnimator::cancelAnimations):