Home
last modified time | relevance | path

Searched refs:SlideOutAndClose (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/
Dslide_out_view.cc30 SlideOutAndClose(event->details().velocity_x() < 0 ? SLIDE_LEFT : in OnGestureEvent()
58 SlideOutAndClose(gesture_scroll_amount_ < 0 ? SLIDE_LEFT : SLIDE_RIGHT); in OnGestureEvent()
78 void SlideOutView::SlideOutAndClose(SlideDirection direction) { in SlideOutAndClose() function in views::SlideOutView
Dslide_out_view.h38 void SlideOutAndClose(SlideDirection direction);