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

  /external/webkit/WebCore/history/qt/
HistoryItemQt.cpp 48 WebCore::IntPoint scrollPoint;
57 in >> scrollPoint >> dailyVisitCounts >> weeklyVisitCounts;
67 setScrollPoint(scrollPoint);
102 out << visitCount() << documentState() << scrollPoint();
  /external/webkit/WebCore/platform/mac/
ScrollViewMac.mm 147 void ScrollView::platformSetScrollPosition(const IntPoint& scrollPoint)
150 NSPoint tempPoint = { max(0, scrollPoint.x()), max(0, scrollPoint.y()) }; // Don't use NSMakePoint to work around 4213314.
151 [documentView() scrollPoint:tempPoint];
  /external/webkit/WebKit/mac/WebView/
WebDocumentInternal.h 72 - (NSPoint)scrollPoint;
WebPDFView.mm 737 - (NSPoint)scrollPoint
751 [[[realDocView enclosingScrollView] documentView] scrollPoint:p];
    [all...]
  /external/webkit/WebCore/platform/wx/
ScrollViewWx.cpp 179 void ScrollView::platformSetScrollPosition(const IntPoint& scrollPoint)
185 wxPoint newScrollOffset(scrollPoint);
  /external/webkit/WebCore/rendering/
RenderListBox.cpp 436 IntPoint scrollPoint(0, 0);
437 scrollPoint.setY(absOffset.y() + yDelta);
438 int newOffset = scrollToward(scrollPoint);
  /external/webkit/WebCore/history/
HistoryItem.h 120 const IntPoint& scrollPoint() const;
HistoryItem.cpp 356 const IntPoint& HistoryItem::scrollPoint() const
  /external/webkit/WebKit/chromium/src/
WebHistoryItem.cpp 172 return m_private->scrollPoint();
  /external/webkit/WebKit/mac/History/
WebHistoryItem.mm 418 - (NSPoint)scrollPoint
421 return core(_private)->scrollPoint();
  /external/webkit/WebCore/platform/
ScrollView.cpp 301 void ScrollView::setScrollPosition(const IntPoint& scrollPoint)
307 platformSetScrollPosition(scrollPoint);
311 IntPoint newScrollPosition = scrollPoint.shrunkTo(maximumScrollPosition());
    [all...]
  /external/webkit/WebCore/loader/
HistoryController.cpp 103 view->setScrollPosition(m_currentItem->scrollPoint());
  /external/webkit/WebCore/page/
FrameView.cpp 957 void FrameView::setScrollPosition(const IntPoint& scrollPoint)
962 ScrollView::setScrollPosition(scrollPoint);
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 3126 milliseconds