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

/external/chromium_org/ui/chromeos/
H A Dtouch_exploration_controller_unittest.cc1463 ui::TouchEvent* next_dispatch = queued_events[index]; local
1464 ASSERT_TRUE(next_dispatch != NULL);
1466 // |next_dispatch| has to be put in this container so that its time
1469 EventTestApi test_dispatch(next_dispatch);
1471 generator_->Dispatch(next_dispatch);
1477 if (next_dispatch->type() == ET_TOUCH_PRESSED) {
1478 fingers_pressed[next_dispatch->touch_id()] = true;
1479 } else if (next_dispatch->type() == ET_TOUCH_RELEASED) {
1480 fingers_pressed[next_dispatch->touch_id()] = false;

Completed in 90 milliseconds