HomeSort by relevance Sort by last modified time
    Searched defs:m_scrollOffset (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.h 55 int scrollOffset() { return m_scrollOffset; }
98 int m_scrollOffset;
  /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(); }
111 IntSize scrollOffset() const { return m_scrollOffset; }
189 void setScrollOffset(const IntSize& scrollOffset) { m_scrollOffset = scrollOffset; }
232 IntSize m_scrollOffset;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h 321 IntSize m_scrollOffset; // FIXME: Would rather store this as a position, but we will wait to make this change until more code is shared.

Completed in 327 milliseconds