Searched refs:up_swipe_gestures_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller.cc872 !up_swipe_gestures_[num_fingers].is_null()) {
873 up_swipe_gestures_[num_fingers].Run();
1118 up_swipe_gestures_[1] = BindShiftSearchKeyEvent(ui::VKEY_UP);
1127 up_swipe_gestures_[2] = BindShiftSearchKeyEvent(ui::VKEY_A);
1136 up_swipe_gestures_[3] = BindKeyEventWithFlags(ui::VKEY_NEXT, ui::EF_NONE);
1147 up_swipe_gestures_[4] = BindKeyEventWithFlags(VKEY_BROWSER_HOME, ui::EF_NONE);
H A Dtouch_exploration_controller.h470 std::map<int, base::Closure> up_swipe_gestures_; member in class:ui::TouchExplorationController

Completed in 45 milliseconds