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

  /external/webkit/Source/WebCore/history/qt/
HistoryItemQt.cpp 48 WebCore::IntPoint scrollPoint;
57 in >> scrollPoint >> dailyVisitCounts >> weeklyVisitCounts;
67 setScrollPoint(scrollPoint);
102 out << visitCount() << documentState() << scrollPoint();
  /external/webkit/Source/WebCore/history/
HistoryItem.cpp 406 const IntPoint& HistoryItem::scrollPoint() const
  /external/webkit/Source/WebCore/platform/
ScrollView.cpp 356 IntPoint ScrollView::adjustScrollPositionWithinRange(const IntPoint& scrollPoint) const
358 IntPoint newScrollPosition = scrollPoint.shrunkTo(maximumScrollPosition());
436 void ScrollView::setScrollPosition(const IntPoint& scrollPoint)
442 platformSetScrollPosition(scrollPoint);
448 hostWindow()->delegatedScrollRequested(scrollPoint);
450 m_actualVisibleContentRect.setLocation(scrollPoint);
455 IntPoint newScrollPosition = adjustScrollPositionWithinRange(scrollPoint);
598 IntPoint scrollPoint = adjustScrollPositionWithinRange(IntPoint(desiredOffset));
599 IntSize scroll(scrollPoint.x(), scrollPoint.y())
    [all...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 225 milliseconds