Home
last modified time | relevance | path

Searched refs:existingScrollAnimator (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollableArea.cpp212 if (ScrollAnimator* scrollAnimator = existingScrollAnimator()) in willStartLiveResize()
221 if (ScrollAnimator* scrollAnimator = existingScrollAnimator()) in willEndLiveResize()
227 if (ScrollAnimator* scrollAnimator = existingScrollAnimator()) in contentAreaWillPaint()
233 if (ScrollAnimator* scrollAnimator = existingScrollAnimator()) in mouseEnteredContentArea()
239 if (ScrollAnimator* scrollAnimator = existingScrollAnimator()) in mouseExitedContentArea()
245 if (ScrollAnimator* scrollAnimator = existingScrollAnimator()) in mouseMovedInContentArea()
261 if (ScrollAnimator* scrollAnimator = existingScrollAnimator()) in contentAreaDidShow()
267 if (ScrollAnimator* scrollAnimator = existingScrollAnimator()) in contentAreaDidHide()
273 if (ScrollAnimator* scrollAnimator = existingScrollAnimator()) in finishCurrentScrollAnimations()
298 if (ScrollAnimator* scrollAnimator = existingScrollAnimator()) in contentsResized()
[all …]
DScrollableArea.h99 ScrollAnimator* existingScrollAnimator() const { return m_scrollAnimator.get(); } in existingScrollAnimator() function
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp336 if (ScrollAnimator* scrollAnimator = existingScrollAnimator()) in prepareForDetach()
1764 if (ScrollAnimator* scrollAnimator = existingScrollAnimator()) in isRubberBandInProgress()
2692 if (ScrollAnimator* scrollAnimator = existingScrollAnimator()) in setAnimatorsAreActive()
/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.cpp2244 if (ScrollAnimator* scrollAnimator = view->existingScrollAnimator()) in handleGestureShowPress()