Searched refs:overhangAmount (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DScrollableArea.h127 virtual IntSize overhangAmount() const { ASSERT_NOT_REACHED(); return IntSize(); } function in class:WebCore::ScrollableArea
H A DScrollView.h187 IntSize overhangAmount() const;
H A DScrollView.cpp445 IntSize ScrollView::overhangAmount() const function in class:WebCore::ScrollView
/external/webkit/Source/WebCore/platform/mac/
H A DScrollAnimatorMac.mm930 IntSize stretchAmount = m_scrollableArea->overhangAmount();
1026 IntSize stretchAmount = m_scrollableArea->overhangAmount();
1069 IntSize stretchAmount = m_scrollableArea->overhangAmount();
1125 m_startStretch = m_scrollableArea->overhangAmount();
1165 FloatSize newStretch = m_scrollableArea->overhangAmount();

Completed in 63 milliseconds