OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:valuator_max_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/events/x/
device_data_manager.cc
193
valuator_max_
[i].clear();
242
valuator_max_
[deviceid].resize(DT_LAST_ENTRY, 0);
256
valuator_max_
[deviceid][data_type] = v->max;
569
*max =
valuator_max_
[deviceid][type];
583
valuator_max_
[i].clear();
631
valuator_max_
[deviceid].resize(DT_LAST_ENTRY, 0);
638
valuator_max_
[deviceid][j] = max_value;
device_data_manager.h
282
std::vector<double>
valuator_max_
[kMaxDeviceNum];
member in class:ui::DeviceDataManager
Completed in 304 milliseconds