Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.h287 … void setScrollOrigin(const IntPoint&, bool updatePositionAtAll, bool updatePositionSynchronously);
DScrollView.cpp1137 void ScrollView::setScrollOrigin(const IntPoint& origin, bool updatePositionAtAll, bool updatePosit… in setScrollOrigin() argument
1145 if (updatePositionAtAll && updatePositionSynchronously) in setScrollOrigin()