Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderMarquee.cpp297 int currentPos = (isHorizontal() ? m_layer->scrollXOffset() : m_layer->scrollYOffset()); in timerFired()
DRenderLayer.cpp1301 int newOffsetY = scrollYOffset() + yDelta; in scrollByRecursively()
1306 int leftToScrollY = newOffsetY - scrollYOffset(); in scrollByRecursively()
1484 …IntRect layerBounds = IntRect(absPos.x() + scrollXOffset(), absPos.y() + scrollYOffset(), box->cli… in scrollTo()
1485 …IntRect exposeRect = IntRect(rect.x() + scrollXOffset(), rect.y() + scrollYOffset(), rect.width(),… in scrollTo()
1494 if (xOffset != scrollXOffset() || yOffset != scrollYOffset()) { in scrollTo()
1496 int diffY = scrollYOffset(); in scrollTo()
1499 diffY = scrollYOffset() - diffY; in scrollTo()
1717 return scrollYOffset(); in scrollTo()
2215 int newY = max(0, min(scrollYOffset(), scrollHeight() - box->clientHeight())); in scrollTo()
2216 if (newX != scrollXOffset() || newY != scrollYOffset()) { in scrollTo()
[all …]
DRenderLayer.h242 …fset() const { return IntSize(scrollXOffset() + m_scrollLeftOverflow, scrollYOffset() + m_scrollTo… in scrolledContentOffset()
245 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.cpp5213 …) || (direction == HorizontalLine ? (layer()->verticalScrollbar() || layer()->scrollYOffset() != 0) in baselinePosition()
/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…
DChangeLog1169 (WebCore::RenderLayer::scrollYOffset):
DChangeLog-2005-08-2332351 (khtml::RenderLayer::scrollYOffset):
DChangeLog-2010-12-062310 (WebCore::RenderLayer::scrollYOffset):