Searched refs:updatePositionAtAll (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebCore/page/mac/ |
D | WebCoreFrameView.h | 36 - (void)setScrollOrigin:(NSPoint)origin updatePositionAtAll:(BOOL)updatePositionAtAll immediately:(…
|
/external/webkit/Source/WebCore/platform/mac/ |
D | ScrollViewMac.mm | 206 void ScrollView::platformSetScrollOrigin(const IntPoint& origin, bool updatePositionAtAll, bool upd… 209 …[scrollView() setScrollOrigin:origin updatePositionAtAll:updatePositionAtAll immediately:updatePos…
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollView.h | 325 … void setScrollOrigin(const IntPoint&, bool updatePositionAtAll, bool updatePositionSynchronously); 401 …void platformSetScrollOrigin(const IntPoint&, bool updatePositionAtAll, bool updatePositionSynchro…
|
D | ScrollView.cpp | 1254 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/ |
D | WebDynamicScrollBarsView.mm | 573 - (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/ |
D | ChangeLog | 2435 (-[WebDynamicScrollBarsView setScrollOrigin:updatePositionAtAll:immediately:]):
|