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

  /external/webkit/Source/WebKit/chromium/src/
WebScrollbarImpl.h 83 int m_scrollOffset;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingAreaImpl.h 84 WebCore::IntSize m_scrollOffset;
  /external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxy.h 102 WebCore::IntSize m_scrollOffset;
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.h 82 int scrollOffset() const { return m_scrollOffset; }
122 int m_scrollOffset;
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.h 102 void setScrollOffset(int offset) { m_scrollOffset = offset; }
103 int scrollOffset() const { return m_scrollOffset; }
133 int m_scrollOffset;
  /external/webkit/Source/WebCore/platform/
ScrollView.h 350 IntSize m_scrollOffset; // FIXME: Would rather store this as a position, but we will wait to make this change until more code is shared.
423 void setScrollOffset(const IntSize& offset) { m_scrollOffset = offset; }

Completed in 121 milliseconds