OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TouchscreenDevice
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/ui/events/
touchscreen_device.cc
10
const int
TouchscreenDevice
::kInvalidId = 0;
12
TouchscreenDevice
::
TouchscreenDevice
(int id,
touchscreen_device.h
14
struct EVENTS_BASE_EXPORT
TouchscreenDevice
{
17
TouchscreenDevice
(int id, const gfx::Size& size, bool is_internal);
device_hotplug_event_observer.h
20
const std::vector<
TouchscreenDevice
>& devices) = 0;
device_data_manager.h
43
const std::vector<
TouchscreenDevice
>& touchscreen_devices() const {
64
const std::vector<
TouchscreenDevice
>& devices) OVERRIDE;
73
std::vector<
TouchscreenDevice
> touchscreen_devices_;
device_data_manager.cc
113
const std::vector<
TouchscreenDevice
>& devices) {
/external/chromium_org/ash/touch/
touchscreen_util_unittest.cc
69
std::vector<ui::
TouchscreenDevice
> devices;
73
EXPECT_EQ(ui::
TouchscreenDevice
::kInvalidId,
78
std::vector<ui::
TouchscreenDevice
> devices;
79
devices.push_back(ui::
TouchscreenDevice
(1, gfx::Size(800, 600), false));
80
devices.push_back(ui::
TouchscreenDevice
(2, gfx::Size(1024, 768), false));
84
EXPECT_EQ(ui::
TouchscreenDevice
::kInvalidId, displays_[0].touch_device_id());
86
EXPECT_EQ(ui::
TouchscreenDevice
::kInvalidId, displays_[2].touch_device_id());
91
std::vector<ui::
TouchscreenDevice
> devices;
92
devices.push_back(ui::
TouchscreenDevice
(2, gfx::Size(1024, 768), false));
96
EXPECT_EQ(ui::
TouchscreenDevice
::kInvalidId, displays_[0].touch_device_id())
[
all
...]
touchscreen_util.h
20
const std::vector<ui::
TouchscreenDevice
>& touchscreens);
touchscreen_util.cc
14
const std::vector<ui::
TouchscreenDevice
>& devices) {
/external/chromium_org/ui/events/x/
hotplug_event_handler_x11.cc
123
std::vector<
TouchscreenDevice
> devices;
174
devices.push_back(
TouchscreenDevice
(
Completed in 196 milliseconds