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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.h 110 int scrollXOffset() const { return m_scrollOffset.width() + scrollOrigin().x(); }
111 int scrollYOffset() const { return m_scrollOffset.height() + scrollOrigin().y(); }
244 // This is the (scroll) offset from scrollOrigin().
RenderLayerScrollableArea.cpp 424 return -scrollOrigin();
430 return -scrollOrigin();
431 return -scrollOrigin() + IntPoint(pixelSnappedScrollWidth(), pixelSnappedScrollHeight()) - enclosingIntRect(box().clientBoxRect()).size();
568 scrollToOffsetWithoutAnimation(-scrollOrigin() + newScrollOffset);
587 scrollToOffsetWithoutAnimation(-scrollOrigin() + adjustedScrollOffset());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 210 IntPoint maximumOffset(contentsWidth() - visibleWidth() - scrollOrigin().x(), contentsHeight() - visibleHeight() - scrollOrigin().y());
217 return IntPoint(-scrollOrigin().x(), -scrollOrigin().y());
914 int physicalScrollY = scrollPosition().y() + scrollOrigin().y();
    [all...]
ScrollableArea.h 126 const IntPoint& scrollOrigin() const { return m_scrollOrigin; }
161 // scrollPosition is relative to the scrollOrigin. i.e. If the page is RTL
289 // writing-mode / direction scrollOrigin.x() set scrollOrigin.y() set
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp 438 IntPoint maxScrollExtent(contentsSize().width() - scrollOrigin().x(), contentsSize().height() - scrollOrigin().y());
445 clampedOffset = clampedOffset.expandedTo(-scrollOrigin());
578 if (scrollOrigin() == -documentRect.location() && contentsSize() == documentRect.size())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp     [all...]

Completed in 203 milliseconds