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

  /external/chromium_org/ui/base/touch/
touch_factory_x11.cc 32 min_available_slot_(0),
241 int slot = min_available_slot_;
250 while (++min_available_slot_ < kMaxTouchPoints &&
251 IsSlotUsed(min_available_slot_))
263 if (slot < min_available_slot_)
264 min_available_slot_ = slot;
touch_factory_x11.h 128 int min_available_slot_; member in class:ui::TouchFactory

Completed in 41 milliseconds