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

  /external/webkit/WebCore/platform/
PopupMenu.h 123 void setScrollOffset(int offset) { m_scrollOffset = offset; }
124 int scrollOffset() const { return m_scrollOffset; }
170 int m_scrollOffset;
ScrollView.h 266 IntSize m_scrollOffset; // FIXME: Would rather store this as a position, but we will wait to make this change until more code is shared.
320 void setScrollOffset(const IntSize& offset) { m_scrollOffset = offset; }

Completed in 1295 milliseconds