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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.h 108 int scrollXOffset() const { return m_scrollOffset.width() + scrollOrigin().x(); }
109 int scrollYOffset() const { return m_scrollOffset.height() + scrollOrigin().y(); }
231 // This is the (scroll) offset from scrollOrigin().
RenderLayerScrollableArea.cpp 432 return -scrollOrigin();
438 return -scrollOrigin();
440 return -scrollOrigin() + enclosingIntRect(m_overflowRect).size() - enclosingIntRect(box().clientBoxRect()).size();
567 scrollToOffsetWithoutAnimation(-scrollOrigin() + newScrollOffset);
590 scrollToOffsetWithoutAnimation(-scrollOrigin() + adjustedScrollOffset());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 223 IntPoint maximumOffset(contentsWidth() - visibleWidth() - scrollOrigin().x(), contentsHeight() - visibleHeight() - scrollOrigin().y());
230 return IntPoint(-scrollOrigin().x(), -scrollOrigin().y());
916 int physicalScrollY = scrollPosition().y() + scrollOrigin().y();
    [all...]
ScrollableArea.h 114 const IntPoint& scrollOrigin() const { return m_scrollOrigin; }
149 // scrollPosition is relative to the scrollOrigin. i.e. If the page is RTL
273 // writing-mode / direction scrollOrigin.x() set scrollOrigin.y() set
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 475 IntPoint maxScrollExtent(contentsSize().width() - scrollOrigin().x(), contentsSize().height() - scrollOrigin().y());
482 clampedOffset = clampedOffset.expandedTo(-scrollOrigin());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp     [all...]

Completed in 623 milliseconds