OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DT_LAST_ENTRY
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/events/x/
device_data_manager.cc
124
CHECK(arraysize(kCachedAtoms) == static_cast<size_t>(
DT_LAST_ENTRY
) + 1);
212
Atom atoms[
DT_LAST_ENTRY
];
213
for (int data_type = 0; data_type <
DT_LAST_ENTRY
; ++data_type)
238
valuator_lookup_[deviceid].resize(
DT_LAST_ENTRY
, -1);
240
valuator_count_[deviceid],
DT_LAST_ENTRY
);
241
valuator_min_[deviceid].resize(
DT_LAST_ENTRY
, 0);
242
valuator_max_[deviceid].resize(
DT_LAST_ENTRY
, 0);
244
last_seen_valuator_[deviceid][j].resize(
DT_LAST_ENTRY
, 0);
251
for (int data_type = 0; data_type <
DT_LAST_ENTRY
; ++data_type) {
296
if (type !=
DT_LAST_ENTRY
) {
[
all
...]
device_data_manager.h
98
DT_LAST_ENTRY
// This must come last.
/external/chromium_org/ui/events/test/
events_test_utils_x11.cc
92
int valuator_count = ui::DeviceDataManager::
DT_LAST_ENTRY
;
Completed in 205 milliseconds