Searched refs:valuator_max_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/base/x/
H A Ddevice_data_manager.cc185 valuator_max_[i].clear();
231 valuator_max_[deviceid].resize(DT_LAST_ENTRY, 0);
245 valuator_max_[deviceid][data_type] = v->max;
548 *max = valuator_max_[deviceid][type];
561 valuator_max_[i].clear();
571 valuator_max_[deviceid].resize(DT_LAST_ENTRY, 0);
585 valuator_max_[deviceid][data_type] = max;
H A Ddevice_data_manager.h274 std::vector<double> valuator_max_[kMaxDeviceNum]; member in class:ui::DeviceDataManager

Completed in 91 milliseconds