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

  /external/chromium_org/content/browser/renderer_host/
overscroll_controller.cc 27 : overscroll_mode_(OVERSCROLL_NONE),
72 if (overscroll_mode_ != OVERSCROLL_NONE && DispatchEventResetsState(event)) {
73 SetOverscrollMode(OVERSCROLL_NONE);
79 if (overscroll_mode_ != OVERSCROLL_NONE) {
114 overscroll_mode_ = OVERSCROLL_NONE;
120 SetOverscrollMode(OVERSCROLL_NONE);
127 if (overscroll_mode_ == OVERSCROLL_NONE)
165 case OVERSCROLL_NONE:
252 SetOverscrollMode(OVERSCROLL_NONE);
279 SetOverscrollMode(OVERSCROLL_NONE);
    [all...]
overscroll_controller.h 24 OVERSCROLL_NONE,
118 // |overscroll_mode_| is set to OVERSCROLL_NONE.
render_widget_host_view_aura_unittest.cc 102 current_mode_(OVERSCROLL_NONE),
103 completed_mode_(OVERSCROLL_NONE),
115 current_mode_ = OVERSCROLL_NONE;
116 completed_mode_ = OVERSCROLL_NONE;
135 current_mode_ = OVERSCROLL_NONE;
    [all...]
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 741 current_overscroll_gesture_(OVERSCROLL_NONE),
742 completed_overscroll_gesture_(OVERSCROLL_NONE),
    [all...]

Completed in 120 milliseconds