Home
last modified time | relevance | path

Searched refs:scrollYOffset (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderMarquee.cpp297 int currentPos = (isHorizontal() ? m_layer->scrollXOffset() : m_layer->scrollYOffset()); in timerFired()
DRenderLayer.cpp1300 int newOffsetY = scrollYOffset() + yDelta; in scrollByRecursively()
1305 int leftToScrollY = newOffsetY - scrollYOffset(); in scrollByRecursively()
1455 …IntRect layerBounds = IntRect(absPos.x() + scrollXOffset(), absPos.y() + scrollYOffset(), box->cli… in scrollRectToVisible()
1456 …IntRect exposeRect = IntRect(rect.x() + scrollXOffset(), rect.y() + scrollYOffset(), rect.width(),… in scrollRectToVisible()
1465 if (xOffset != scrollXOffset() || yOffset != scrollYOffset()) { in scrollRectToVisible()
1467 int diffY = scrollYOffset(); in scrollRectToVisible()
1470 diffY = scrollYOffset() - diffY; in scrollRectToVisible()
1688 return scrollYOffset(); in scrollPosition()
2186 int newY = max(0, min(scrollYOffset(), scrollHeight() - box->clientHeight())); in updateScrollInfoAfterLayout()
2187 if (newX != scrollXOffset() || newY != scrollYOffset()) { in updateScrollInfoAfterLayout()
[all …]
DRenderLayer.h264 …fset() const { return IntSize(scrollXOffset() + m_scrollLeftOverflow, scrollYOffset() + m_scrollTo… in scrolledContentOffset()
267 int scrollYOffset() const { return m_scrollY + m_scrollOrigin.y(); } in scrollYOffset() function
DRenderTreeAsText.cpp618 if (l.scrollYOffset()) in write()
619 ts << " scrollY " << l.scrollYOffset(); in write()
DRenderBox.cpp321 if (int top = layer()->scrollYOffset()) { in styleDidChange()
458 return hasOverflowClip() ? layer()->scrollYOffset() : 0; in scrollTop()
DRenderBlock.cpp5189 …) || (direction == HorizontalLine ? (layer()->verticalScrollbar() || layer()->scrollYOffset() != 0) in baselinePosition()
/external/webkit/Source/WebKit/android/nav/
DCacheBuilder.cpp2925 IntPoint scroll(layer->scrollXOffset(), layer->scrollYOffset()); in TrackLayer()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1013455 (WebCore::ScrollView::scrollYOffset):
14163 (WebCore::ScrollView::scrollYOffset):
15642 (ScrollView::scrollYOffset):
16846 (ScrollView::scrollYOffset):
18151 (ScrollView::scrollYOffset):
19651 (QScrollView::scrollYOffset):
21611 …e cleanup to use xPos() and yPos() instead of m_x and m_y, and to use scrollYOffset() instead of m…
DChangeLog-2005-12-19728 (QScrollView::scrollYOffset): Calculates the y-coordinate scroll offset for a view.
734 …Uses new QScrollView functions scrollXOffset and scrollYOffset to correctly calculate how a view s…
DChangeLog-2005-08-2332351 (khtml::RenderLayer::scrollYOffset):
DChangeLog1169 (WebCore::RenderLayer::scrollYOffset):
DChangeLog-2010-12-062310 (WebCore::RenderLayer::scrollYOffset):