Searched refs:OverscrollUpdate (Results 1 – 12 of 12) sorted by relevance
17 void ScrollEndEffectControllerAsh::OverscrollUpdate(int delta_y) { in OverscrollUpdate() function in ScrollEndEffectControllerAsh
24 virtual void OverscrollUpdate(int delta_y) = 0;
17 virtual void OverscrollUpdate(int delta_y) OVERRIDE;
366 virtual void OverscrollUpdate(int delta_y) OVERRIDE;
2441 void BrowserView::OverscrollUpdate(int delta_y) { in OverscrollUpdate() function in BrowserView2443 scroll_end_effect_controller_->OverscrollUpdate(delta_y); in OverscrollUpdate()
382 virtual void OverscrollUpdate(int delta_y) {} in OverscrollUpdate() function
440 virtual void OverscrollUpdate(int delta_y) OVERRIDE;
1191 void Browser::OverscrollUpdate(int delta_y) { in OverscrollUpdate() function in Browser1192 window_->OverscrollUpdate(delta_y); in OverscrollUpdate()
165 virtual void OverscrollUpdate(int delta_y) {} in OverscrollUpdate() function
258 virtual void OverscrollUpdate(int delta_y) OVERRIDE { in OverscrollUpdate() function in athena::AthenaWebView
80 virtual void OverscrollUpdate(int delta_y) OVERRIDE { in OverscrollUpdate() function in __anon7db460fd0111::VerticalOverscrollTracker
989 web_contents_->GetDelegate()->OverscrollUpdate(delta_y); in OverscrollUpdateForWebContentsDelegate()