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

  /external/chromium_org/ui/events/x/
device_data_manager.h 255 static const int kMaxSlotNum = 10;
291 std::vector<double> last_seen_valuator_[kMaxDeviceNum][kMaxSlotNum];
device_data_manager.cc 194 for (int j = 0; j < kMaxSlotNum; j++)
243 for (int j = 0; j < kMaxSlotNum; j++)
300 if (GetSlotNumber(xiev, &slot) && slot >= 0 && slot < kMaxSlotNum)
345 if (GetSlotNumber(xiev, &slot) && slot >= 0 && slot < kMaxSlotNum)
350 if (GetSlotNumber(xiev, &slot) && slot >= 0 && slot < kMaxSlotNum)
584 for (int j = 0; j < kMaxSlotNum; j++)
632 for (int j = 0; j < kMaxSlotNum; j++)

Completed in 7759 milliseconds