Searched refs:scrollPoint (Results 1 - 17 of 17) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DHostWindow.h55 virtual void delegatedScrollRequested(const IntPoint& scrollPoint) = 0;
H A DScrollView.cpp321 IntPoint ScrollView::adjustScrollPositionWithinRange(const IntPoint& scrollPoint) const
324 return scrollPoint;
326 IntPoint newScrollPosition = scrollPoint.shrunkTo(maximumScrollPosition());
406 void ScrollView::setScrollPosition(const IntPoint& scrollPoint) argument
412 platformSetScrollPosition(scrollPoint);
418 hostWindow()->delegatedScrollRequested(scrollPoint);
423 IntPoint newScrollPosition = adjustScrollPositionWithinRange(scrollPoint);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDocumentInternal.h71 - (NSPoint)scrollPoint;
H A DWebDynamicScrollBarsView.mm273 // The call to [NSView scrollPoint:] fires off notification the handler for which needs to know that
277 [documentView scrollPoint:NSMakePoint(_private->scrollPositionExcludingOrigin.x + documentRect.origin.x, _private->scrollPositionExcludingOrigin.y + documentRect.origin.y)];
H A DWebPDFView.mm763 - (NSPoint)scrollPoint
777 [(NSView *)[[realDocView enclosingScrollView] documentView] scrollPoint:p];
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DScrollViewMac.mm149 void ScrollView::platformSetScrollPosition(const IntPoint& scrollPoint)
152 NSPoint floatPoint = scrollPoint;
154 [documentView() scrollPoint:tempPoint];
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DChrome.h78 virtual void delegatedScrollRequested(const IntPoint& scrollPoint) OVERRIDE;
H A DChrome.cpp104 void Chrome::delegatedScrollRequested(const IntPoint& scrollPoint) argument
106 m_client->delegatedScrollRequested(scrollPoint);
H A DFrameView.cpp1939 void FrameView::setScrollPosition(const IntPoint& scrollPoint) argument
1943 ScrollView::setScrollPosition(scrollPoint);
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DHistoryItem.h128 const IntPoint& scrollPoint() const;
H A DHistoryItem.cpp410 const IntPoint& HistoryItem::scrollPoint() const function in class:WebCore::HistoryItem
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DChromeClientEfl.h186 virtual void delegatedScrollRequested(const IntPoint& scrollPoint);
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DChromeClientQt.h125 virtual void delegatedScrollRequested(const IntPoint& scrollPoint);
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebHistoryItem.mm396 - (NSPoint)scrollPoint
399 return core(_private)->scrollPoint();
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderListBox.cpp531 IntPoint scrollPoint(0, 0);
532 scrollPoint.setY(absOffset.y() + yDelta);
533 int newOffset = scrollToward(scrollPoint);
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DHistoryController.cpp144 page->setPageScaleFactor(m_currentItem->pageScaleFactor(), m_currentItem->scrollPoint());
146 view->setScrollPosition(m_currentItem->scrollPoint());
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DFrameLoaderClientBlackBerry.cpp1080 IntPoint scrollPosition = currentItem->scrollPoint();

Completed in 239 milliseconds