Home
last modified time | relevance | path

Searched refs:updatePositionAtAll (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/page/mac/
DWebCoreFrameView.h36 - (void)setScrollOrigin:(NSPoint)origin updatePositionAtAll:(BOOL)updatePositionAtAll immediately:(…
/external/webkit/Source/WebCore/platform/mac/
DScrollViewMac.mm206 void ScrollView::platformSetScrollOrigin(const IntPoint& origin, bool updatePositionAtAll, bool upd…
209 …[scrollView() setScrollOrigin:origin updatePositionAtAll:updatePositionAtAll immediately:updatePos…
/external/webkit/Source/WebCore/platform/
DScrollView.h325 … void setScrollOrigin(const IntPoint&, bool updatePositionAtAll, bool updatePositionSynchronously);
401 …void platformSetScrollOrigin(const IntPoint&, bool updatePositionAtAll, bool updatePositionSynchro…
DScrollView.cpp1254 void ScrollView::setScrollOrigin(const IntPoint& origin, bool updatePositionAtAll, bool updatePosit… in wheelEvent() argument
1262 platformSetScrollOrigin(origin, updatePositionAtAll, updatePositionSynchronously); in wheelEvent()
1267 if (updatePositionAtAll && updatePositionSynchronously) in wheelEvent()
1301 void ScrollView::platformSetScrollOrigin(const IntPoint&, bool updatePositionAtAll, bool updatePosi… in wheelEvent() argument
/external/webkit/Source/WebKit/mac/WebView/
DWebDynamicScrollBarsView.mm573 - (void)setScrollOrigin:(NSPoint)scrollOrigin updatePositionAtAll:(BOOL)updatePositionAtAll immedia…
584 if (updatePositionAtAll)
590 …if (updatePositionAtAll && updatePositionSynchronously) // Otherwise we'll just let the snap happe…
/external/webkit/Source/WebKit/mac/
DChangeLog2435 (-[WebDynamicScrollBarsView setScrollOrigin:updatePositionAtAll:immediately:]):