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/platform/
ScrollView.cpp 262 IntPoint maximumOffset(contentsWidth() - visibleWidth() - scrollOrigin().x(), contentsHeight() - visibleHeight() - scrollOrigin().y());
269 return IntPoint(-scrollOrigin().x(), -scrollOrigin().y());
339 int physicalScrollY = scrollPosition().y() + scrollOrigin().y();
345 int physicalScrollX = scrollPosition().x() + scrollOrigin().x();
426 if (scrollOrigin().y() && !newHasHorizontalScrollbar && !scrollbarsAreOverlay)
427 ScrollableArea::setScrollOrigin(IntPoint(scrollOrigin().x(), scrollOrigin().y() - m_horizontalScrollbar->height()));
435 if (scrollOrigin().x() && !newHasVerticalScrollbar && !scrollbarsAreOverlay
    [all...]
ScrollableArea.h 104 const IntPoint& scrollOrigin() const { return m_scrollOrigin; }
138 // scrollPosition is relative to the scrollOrigin. i.e. If the page is RTL
241 // writing-mode / direction scrollOrigin.x() set scrollOrigin.y() set
  /external/chromium_org/third_party/WebKit/Source/core/platform/mac/
ScrollAnimatorMac.mm     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 402 int scrollXOffset() const { return m_scrollOffset.width() + scrollOrigin().x(); }
403 int scrollYOffset() const { return m_scrollOffset.height() + scrollOrigin().y(); }
    [all...]
RenderLayerBacking.cpp 553 IntPoint scrollOrigin(renderBox->borderLeft(), renderBox->borderTop());
554 graphicsLayerParentLocation = scrollOrigin - scrollOffset;
713 m_scrollingContentsLayer->setPosition(-m_owningLayer->scrollOrigin());
    [all...]
RenderLayer.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp     [all...]

Completed in 234 milliseconds