Home
last modified time | relevance | path

Searched refs:scrollOffset (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/WebCore/platform/
DScrollView.cpp120 updateScrollbars(scrollOffset()); in setScrollbarModes()
208 updateScrollbars(scrollOffset()); in setFixedLayoutSize()
221 updateScrollbars(scrollOffset()); in setUseFixedLayout()
239 updateScrollbars(scrollOffset()); in setContentsSize()
285 … rect.move(view->x() - view->scrollOffset().width(), view->y() - view->scrollOffset().height()); in scrollRectIntoViewRecursively()
538 return viewPoint + scrollOffset(); in windowToContents()
543 IntPoint viewPoint = contentsPoint - scrollOffset(); in contentsToWindow()
550 viewRect.move(scrollOffset()); in windowToContents()
557 viewRect.move(-scrollOffset()); in contentsToWindow()
661 (e.deltaX() > 0 && scrollOffset().width() > 0) || in wheelEvent()
[all …]
DScrollView.h137 …IntSize scrollOffset() const { return visibleContentRect().location() - IntPoint(); } // Gets the … in scrollOffset() function
199 newPoint = point - scrollOffset(); in convertChildToSelf()
208 newPoint = point + scrollOffset(); in convertSelfToChild()
DPopupMenu.h124 int scrollOffset() const { return m_scrollOffset; } in scrollOffset() function
/external/webkit/WebCore/platform/gtk/
DScrollViewGtk.cpp105 m_horizontalAdjustment->value = resetValues ? 0 : scrollOffset().width(); in setGtkAdjustments()
111 m_verticalAdjustment->value = resetValues ? 0 : scrollOffset().height(); in setGtkAdjustments()
182 updateScrollbars(scrollOffset()); in setScrollbarModes()
/external/webkit/WebKit/chromium/src/
DWebHistoryItem.cpp169 WebPoint WebHistoryItem::scrollOffset() const in scrollOffset() function in WebKit::WebHistoryItem
175 void WebHistoryItem::setScrollOffset(const WebPoint& scrollOffset) in setScrollOffset() argument
178 m_private->setScrollPoint(scrollOffset); in setScrollOffset()
DWebFrameImpl.cpp419 WebSize WebFrameImpl::scrollOffset() const in scrollOffset() function in WebKit::WebFrameImpl
423 return view->scrollOffset(); in scrollOffset()
1236 rect.x -= frameView()->scrollOffset().width(); in find()
1237 rect.y -= frameView()->scrollOffset().height(); in find()
1388 resultBounds.move(-frameView()->scrollOffset().width(), in scopeStringMatches()
1389 -frameView()->scrollOffset().height()); in scopeStringMatches()
DWebFrameImpl.h72 virtual WebSize scrollOffset() const;
/external/webkit/WebCore/platform/wx/
DScrollViewWx.cpp183 wxPoint scrollOffset = m_data->viewStart; in platformSetScrollPosition() local
184 wxPoint orig(scrollOffset); in platformSetScrollPosition()
201 if (newScrollOffset == scrollOffset) in platformSetScrollPosition()
/external/webkit/WebKit/qt/Api/
Dqwebframe.cpp1091 IntSize scrollOffset = frame->view()->scrollOffset(); in scrollRecursively() local
1095 scrolledHorizontal = scrollOffset.width() < maxScrollOffset.x(); in scrollRecursively()
1097 scrolledHorizontal = scrollOffset.width() > 0; in scrollRecursively()
1100 scrolledVertical = scrollOffset.height() < maxScrollOffset.y(); in scrollRecursively()
1102 scrolledVertical = scrollOffset.height() > 0; in scrollRecursively()
1130 IntSize ofs = d->frame->view()->scrollOffset(); in scrollPosition()
/external/webkit/WebKit/chromium/public/
DWebHistoryItem.h96 WEBKIT_API WebPoint scrollOffset() const;
DWebFrame.h127 virtual WebSize scrollOffset() const = 0;
/external/webkit/WebCore/page/win/
DFrameCGWin.cpp44 IntSize offset = view->scrollOffset(); in drawRectIntoContext()
/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp814 if (focusedIndex() != scrollOffset()) { in wndProc()
816 int firstVisibleItem = scrollOffset(); in wndProc()
824 int lastVisibleItem = scrollOffset() + visibleItems() - 1; in wndProc()
/external/webkit/WebCore/rendering/
DRenderView.cpp164 transformState.move(m_frameView->scrollOffset()); in mapLocalToContainer()
179 transformState.move(-m_frameView->scrollOffset()); in mapAbsoluteToLocalPoint()
/external/webkit/WebKit/win/Interfaces/
DIWebFramePrivate.idl61 HRESULT scrollOffset([out, retval] SIZE* offset);
DIWebViewPrivate.idl88 HRESULT scrollOffset([out, retval] LPPOINT offset);
/external/webkit/WebKit/win/
DWebFrame.h165 virtual HRESULT STDMETHODCALLTYPE scrollOffset(
DWebView.cpp3310 …IntPoint frameOffset(-frame->view()->scrollOffset().width(), -frame->view()->scrollOffset().height… in rectsForTextMatches()
3347 ir.move(-frame->view()->scrollOffset().width(), -frame->view()->scrollOffset().height()); in selectionRect()
4786 HRESULT STDMETHODCALLTYPE WebView::scrollOffset( in scrollOffset() function in WebView
4791 IntSize offsetIntSize = m_page->mainFrame()->view()->scrollOffset(); in scrollOffset()
DWebFrame.cpp852 HRESULT STDMETHODCALLTYPE WebFrame::scrollOffset( in scrollOffset() function in WebFrame
868 *offset = view->scrollOffset(); in scrollOffset()
DWebView.h608 virtual HRESULT STDMETHODCALLTYPE scrollOffset(
DChangeLog-2009-06-1615265 * Interfaces/IWebFramePrivate.idl: Added scrollOffset declaration.
15269 (WebFrame::scrollOffset): Implemented.
16457 (WebView::scrollOffset): Add null check
22254 Added IWebViewPrivate::scrollOffset
22398 (WebView::scrollOffset):
/external/webkit/WebCore/plugins/android/
DPluginViewAndroid.cpp673 m_pageRect.move(top->scrollOffset()); in updatePluginWidget()
/external/webkit/WebCore/page/
DFrameView.cpp1545 IntSize offset = scrollOffset(); in valueChanged()
1547 if (offset != scrollOffset()) in valueChanged()
/external/webkit/WebKitTools/DumpRenderTree/win/
DDumpRenderTree.cpp343 if (FAILED(framePrivate->scrollOffset(&scrollPosition))) in dumpFrameScrollPosition()
/external/webkit/WebKit/chromium/
DChangeLog5645 (WebKit::WebFrameImpl::scrollOffset):
5794 (WebKit::WebHistoryItem::scrollOffset):

12