HomeSort by relevance Sort by last modified time
    Searched defs:m_scrollOffset (Results 1 - 7 of 7) 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/graphics/android/layers/
Layer.h 52 const IntPoint& getScrollOffset() const { return m_scrollOffset; }
64 void setScrollOffset(IntPoint scrollOffset) { m_scrollOffset = scrollOffset; }
173 IntPoint m_scrollOffset;
  /external/webkit/Source/WebCore/platform/
ScrollView.h 355 IntSize m_scrollOffset; // FIXME: Would rather store this as a position, but we will wait to make this change until more code is shared.
428 void setScrollOffset(const IntSize& offset) { m_scrollOffset = offset; }

Completed in 461 milliseconds