HomeSort by relevance Sort by last modified time
    Searched refs:scrollYOffset (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.h 114 int scrollYOffset() const { return m_scrollOffset.height() + scrollOrigin().y(); }
122 void scrollToXOffset(int x, ScrollOffsetClamping clamp = ScrollOffsetUnclamped) { scrollToOffset(IntSize(x, scrollYOffset()), clamp); }
150 IntSize adjustedScrollOffset() const { return IntSize(scrollXOffset(), scrollYOffset()); }
RenderMarquee.cpp 303 int currentPos = (isHorizontal() ? layer()->scrollableArea()->scrollXOffset() : layer()->scrollableArea()->scrollYOffset());
RenderTreeAsText.cpp 540 if (l.scrollableArea()->scrollYOffset())
541 ts << " scrollY " << l.scrollableArea()->scrollYOffset();
    [all...]
RenderLayerScrollableArea.cpp 417 return IntRect(IntPoint(scrollXOffset(), scrollYOffset()),
    [all...]
RenderBox.cpp 258 if (int top = layer()->scrollableArea()->scrollYOffset()) {
489 return hasOverflowClip() ? layer()->scrollableArea()->scrollYOffset() : 0;
    [all...]
RenderBlock.cpp     [all...]

Completed in 77 milliseconds