HomeSort by relevance Sort by last modified time
    Searched refs:current_touch_ids_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/chromeos/
touch_exploration_controller.cc 94 current_touch_ids_.push_back(touch_id);
98 current_touch_ids_.begin(), current_touch_ids_.end(), touch_id);
101 if (it == current_touch_ids_.end())
104 current_touch_ids_.erase(it);
108 current_touch_ids_.begin(), current_touch_ids_.end(), touch_id);
111 if (it == current_touch_ids_.end())
174 DCHECK_EQ(0U, current_touch_ids_.size());
220 if (current_touch_ids_.size() == 0)
    [all...]
touch_exploration_controller.h 188 std::vector<int> current_touch_ids_; member in class:ui::TouchExplorationController

Completed in 4012 milliseconds