Searched defs:OnOverscrollUpdate (Results 1 – 3 of 3) sorted by relevance
| /external/chromium_org/content/browser/web_contents/aura/ | ||
| D | gesture_nav_simple.cc | 166 void GestureNavSimple::OnOverscrollUpdate(float delta_x, float delta_y) { in OnOverscrollUpdate() function in content::GestureNavSimple |
| /external/chromium_org/content/browser/web_contents/ | ||
| D | web_contents_view_aura.cc | 1263 void WebContentsViewAura::OnOverscrollUpdate(float delta_x, float delta_y) { in OnOverscrollUpdate() function in content::WebContentsViewAura |
| /external/chromium_org/content/browser/renderer_host/ | ||
| D | render_widget_host_view_aura_unittest.cc | 126 virtual void OnOverscrollUpdate(float delta_x, float delta_y) OVERRIDE { in OnOverscrollUpdate() function in content::__anon8f89eb840111::TestOverscrollDelegate |