HomeSort by relevance Sort by last modified time
    Searched refs:UpdateForScroll (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/web_contents/aura/
window_slider.cc 85 UpdateForScroll(0.f, 0.f);
105 void WindowSlider::UpdateForScroll(float x_offset, float y_offset) {
253 UpdateForScroll(event->x_offset_ordinal(), event->y_offset_ordinal());
270 UpdateForScroll(details.scroll_x(), details.scroll_y());
window_slider.h 85 void UpdateForScroll(float x_offset, float y_offset);
  /external/chromium_org/ui/events/gestures/
gesture_point.h 33 void UpdateForScroll();
gesture_point.cc 91 void GesturePoint::UpdateForScroll() {
gesture_sequence.cc 572 point.UpdateForScroll();
599 point.UpdateForScroll();
603 point.UpdateForScroll();
710 GetPointByPointId(i)->UpdateForScroll();
    [all...]

Completed in 72 milliseconds