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

  /external/chromium_org/content/browser/renderer_host/
overscroll_controller.cc 27 : overscroll_mode_(OVERSCROLL_NONE),
85 if (overscroll_mode_ != OVERSCROLL_NONE && DispatchEventResetsState(event)) {
86 SetOverscrollMode(OVERSCROLL_NONE);
98 if (overscroll_mode_ != OVERSCROLL_NONE) {
133 overscroll_mode_ = OVERSCROLL_NONE;
139 SetOverscrollMode(OVERSCROLL_NONE);
146 if (overscroll_mode_ == OVERSCROLL_NONE)
184 case OVERSCROLL_NONE:
273 SetOverscrollMode(OVERSCROLL_NONE);
300 SetOverscrollMode(OVERSCROLL_NONE);
    [all...]
render_widget_host_unittest.cc 64 current_mode_(OVERSCROLL_NONE),
65 completed_mode_(OVERSCROLL_NONE),
78 current_mode_ = OVERSCROLL_NONE;
79 completed_mode_ = OVERSCROLL_NONE;
97 current_mode_ = OVERSCROLL_NONE;
    [all...]
overscroll_controller.h 24 OVERSCROLL_NONE,
124 // |overscroll_mode_| is set to OVERSCROLL_NONE.
render_widget_host_view_aura.cc     [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/input/
input_router_impl.cc 726 return controller && controller->overscroll_mode() != OVERSCROLL_NONE;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlotView.java 86 public static final int OVERSCROLL_NONE = 2;

Completed in 312 milliseconds