Searched refs:setScrollOffset (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPopupMenuWin.h96 virtual void setScrollOffset(const IntPoint&) OVERRIDE;
110 // NOTE: This should only be called by the overriden setScrollOffset from ScrollableArea.
H A DPopupMenuWin.cpp700 void PopupMenuWin::setScrollOffset(const IntPoint& offset) function in class:WebCore::PopupMenuWin
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebScrollBar.h116 virtual void setScrollOffset(const WebCore::IntPoint&);
H A DWebScrollBar.cpp266 void WebScrollBar::setScrollOffset(const IntPoint& offset) function in class:WebScrollBar
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderListBox.h107 virtual void setScrollOffset(const IntPoint&) OVERRIDE;
130 // NOTE: This should only be called by the overriden setScrollOffset from ScrollableArea.
H A DRenderListBox.cpp638 void RenderListBox::setScrollOffset(const IntPoint& offset) function in class:WebCore::RenderListBox
H A DRenderLayer.h1028 virtual void setScrollOffset(const IntPoint&);
1047 // NOTE: This should only be called by the overriden setScrollOffset from ScrollableArea.
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DScrollableArea.h222 virtual void setScrollOffset(const IntPoint&) = 0;
H A DScrollView.h54 virtual void setScrollOffset(const IntPoint&) OVERRIDE;
60 // NOTE: This should only be called by the overriden setScrollOffset from ScrollableArea.
H A DScrollableArea.cpp145 setScrollOffset(position);
H A DScrollView.cpp360 void ScrollView::setScrollOffset(const IntPoint& offset) function in class:WebCore::ScrollView
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/PDF/
H A DPDFPlugin.h133 virtual void setScrollOffset(const WebCore::IntPoint&) OVERRIDE;
H A DSimplePDFPlugin.h155 virtual void setScrollOffset(const WebCore::IntPoint&) OVERRIDE;
H A DSimplePDFPlugin.mm849 void SimplePDFPlugin::setScrollOffset(const IntPoint& offset)
947 setScrollOffset(newScrollOffset);
H A DPDFPlugin.mm958 void PDFPlugin::setScrollOffset(const IntPoint& offset)

Completed in 155 milliseconds