Home
last modified time | relevance | path

Searched refs:OverscrollUpdate (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
Dscroll_end_effect_controller_ash.cc17 void ScrollEndEffectControllerAsh::OverscrollUpdate(int delta_y) { in OverscrollUpdate() function in ScrollEndEffectControllerAsh
Dscroll_end_effect_controller.h24 virtual void OverscrollUpdate(int delta_y) = 0;
Dscroll_end_effect_controller_ash.h17 virtual void OverscrollUpdate(int delta_y) OVERRIDE;
Dbrowser_view.h366 virtual void OverscrollUpdate(int delta_y) OVERRIDE;
Dbrowser_view.cc2441 void BrowserView::OverscrollUpdate(int delta_y) { in OverscrollUpdate() function in BrowserView
2443 scroll_end_effect_controller_->OverscrollUpdate(delta_y); in OverscrollUpdate()
/external/chromium_org/chrome/browser/ui/
Dbrowser_window.h382 virtual void OverscrollUpdate(int delta_y) {} in OverscrollUpdate() function
Dbrowser.h440 virtual void OverscrollUpdate(int delta_y) OVERRIDE;
Dbrowser.cc1191 void Browser::OverscrollUpdate(int delta_y) { in OverscrollUpdate() function in Browser
1192 window_->OverscrollUpdate(delta_y); in OverscrollUpdate()
/external/chromium_org/content/public/browser/
Dweb_contents_delegate.h165 virtual void OverscrollUpdate(int delta_y) {} in OverscrollUpdate() function
/external/chromium_org/athena/content/
Dweb_activity.cc258 virtual void OverscrollUpdate(int delta_y) OVERRIDE { in OverscrollUpdate() function in athena::AthenaWebView
/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_aura_browsertest.cc80 virtual void OverscrollUpdate(int delta_y) OVERRIDE { in OverscrollUpdate() function in __anon7db460fd0111::VerticalOverscrollTracker
Dweb_contents_view_aura.cc989 web_contents_->GetDelegate()->OverscrollUpdate(delta_y); in OverscrollUpdateForWebContentsDelegate()