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 345 IntPoint ScrollView::adjustScrollPositionWithinRange(const IntPoint& scrollPoint) const
347 IntPoint newScrollPosition = scrollPoint.shrunkTo(maximumScrollPosition());
405 void ScrollView::setScrollPosition(const IntPoint& scrollPoint)
411 platformSetScrollPosition(scrollPoint);
417 hostWindow()->delegatedScrollRequested(scrollPoint);
419 m_actualVisibleContentRect.setLocation(scrollPoint);
424 IntPoint newScrollPosition = adjustScrollPositionWithinRange(scrollPoint);
567 IntPoint scrollPoint = adjustScrollPositionWithinRange(IntPoint(desiredOffset));
568 IntSize scroll(scrollPoint.x(), scrollPoint.y())
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 136 milliseconds