Home
last modified time | relevance | path

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

/external/chromium_org/ui/aura/
Dwindow_event_dispatcher.cc77 touch_ids_down_(0), in WindowEventDispatcher()
834 touch_ids_down_ |= (1 << event->touch_id()); in PreDispatchTouchEvent()
835 Env::GetInstance()->set_touch_down(touch_ids_down_ != 0); in PreDispatchTouchEvent()
844 touch_ids_down_ = (touch_ids_down_ | (1 << event->touch_id())) ^ in PreDispatchTouchEvent()
846 Env::GetInstance()->set_touch_down(touch_ids_down_ != 0); in PreDispatchTouchEvent()
Dwindow_event_dispatcher.h231 uint32 touch_ids_down_; variable