OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DT_CMT_SCROLL_Y
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/events/x/
device_data_manager.h
56
DT_CMT_SCROLL_Y
, // Scroll amount on the Y (vertical) direction.
device_data_manager.cc
411
HasEventData(xiev,
DT_CMT_SCROLL_Y
));
465
if (data.find(
DT_CMT_SCROLL_Y
) != data.end())
466
*y_offset = data[
DT_CMT_SCROLL_Y
];
/external/chromium_org/ui/events/test/
events_test_utils_x11.cc
206
Valuator(DeviceDataManager::
DT_CMT_SCROLL_Y
, y_offset),
Completed in 666 milliseconds