HomeSort by relevance Sort by last modified time
    Searched full:touchev (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/aura/
root_window_host_ozone.cc 40 ui::TouchEvent* touchev = static_cast<ui::TouchEvent*>(ne); local
41 delegate_->OnHostTouchEvent(touchev);
root_window_host_x11.cc 872 ui::TouchEvent touchev(xev);
876 uint32 tracking_id = (1 << touchev.touch_id());
896 touchev.Relocate(bounds_.origin());
899 touch_calibrate_->Calibrate(&touchev, bounds_);
903 delegate_->OnHostTouchEvent(&touchev);
    [all...]
window_unittest.cc 849 ui::TouchEvent touchev(
851 dispatcher()->AsRootWindowHostDelegate()->OnHostTouchEvent(&touchev);
    [all...]
  /external/chromium_org/ui/aura/test/
event_generator.cc 209 TestTouchEvent touchev(
211 Dispatch(&touchev);
220 TestTouchEvent touchev(
222 Dispatch(&touchev);
233 TestTouchEvent touchev(
235 Dispatch(&touchev);
  /external/chromium_org/ash/wm/
window_manager_unittest.cc 196 ui::TouchEvent touchev(ui::ET_TOUCH_PRESSED, click_point, 0, getTime());
197 dispatcher->AsRootWindowHostDelegate()->OnHostTouchEvent(&touchev);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_x11.cc     [all...]

Completed in 79 milliseconds