Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderLayer.h242 …dContentOffset() const { return IntSize(scrollXOffset() + m_scrollLeftOverflow, scrollYOffset()); } in scrolledContentOffset()
245 int scrollYOffset() const { return m_scrollY; } in scrollYOffset() function
DRenderLayer.cpp1149 int newOffsetY = scrollYOffset() + yDelta; in scrollByRecursively()
1154 int leftToScrollY = newOffsetY - scrollYOffset(); in scrollByRecursively()
1183 y += scrollYOffset(); in addScrolledContentOffset()
1190 y -= scrollYOffset(); in subtractScrolledContentOffset()
1300 …IntRect layerBounds = IntRect(absPos.x() + scrollXOffset(), absPos.y() + scrollYOffset(), box->cli… in scrollRectToVisible()
1301 …IntRect exposeRect = IntRect(rect.x() + scrollXOffset(), rect.y() + scrollYOffset(), rect.width(),… in scrollRectToVisible()
1310 if (xOffset != scrollXOffset() || yOffset != scrollYOffset()) { in scrollRectToVisible()
1312 int diffY = scrollYOffset(); in scrollRectToVisible()
1315 diffY = scrollYOffset() - diffY; in scrollRectToVisible()
DRenderTreeAsText.cpp478 if (l.scrollYOffset()) in write()
479 ts << " scrollY " << l.scrollYOffset(); in write()
DRenderMarquee.cpp294 int currentPos = (isHorizontal() ? m_layer->scrollXOffset() : m_layer->scrollYOffset()); in timerFired()
DRenderBox.cpp290 return hasOverflowClip() ? layer()->scrollYOffset() : 0; in scrollTop()
DRenderBlock.cpp4489 …() && (layer()->marquee() || layer()->verticalScrollbar() || layer()->scrollYOffset() != 0)) ? -1 … in baselinePosition()
/external/webkit/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):