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

  /external/webkit/WebCore/platform/
PopupMenu.h 124 int scrollOffset() const { return m_scrollOffset; }
ScrollView.h 137 IntSize scrollOffset() const { return visibleContentRect().location() - IntPoint(); } // Gets the scrolled position as an IntSize. Convenient for adding to other sizes.
199 newPoint = point - scrollOffset();
208 newPoint = point + scrollOffset();
  /external/webkit/WebCore/platform/wx/
ScrollViewWx.cpp 183 wxPoint scrollOffset = m_data->viewStart;
184 wxPoint orig(scrollOffset);
201 if (newScrollOffset == scrollOffset)
  /external/webkit/WebKit/chromium/src/
WebHistoryItem.cpp 169 WebPoint WebHistoryItem::scrollOffset() const
175 void WebHistoryItem::setScrollOffset(const WebPoint& scrollOffset)
178 m_private->setScrollPoint(scrollOffset);
WebFrameImpl.cpp 419 WebSize WebFrameImpl::scrollOffset() const
423 return view->scrollOffset();
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp     [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
TimeBar.java 379 final float scrollOffset = mScrollAnim;
380 final float scrolledOriginX = originX - scrollOffset;
  /external/webkit/WebKit/win/
WebFrame.cpp 852 HRESULT STDMETHODCALLTYPE WebFrame::scrollOffset(
868 *offset = view->scrollOffset();
    [all...]

Completed in 370 milliseconds