Searched refs:GetDisplayForTouchDevice (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ash/touch/
H A Dtouch_transformer_controller_unittest.cc61 EXPECT_EQ(1, device_manager->GetDisplayForTouchDevice(10));
62 EXPECT_EQ(2, device_manager->GetDisplayForTouchDevice(11));
122 EXPECT_EQ(1, device_manager->GetDisplayForTouchDevice(10));
123 EXPECT_EQ(2, device_manager->GetDisplayForTouchDevice(11));
175 EXPECT_EQ(1, device_manager->GetDisplayForTouchDevice(5));
176 EXPECT_EQ(2, device_manager->GetDisplayForTouchDevice(6));
/external/chromium_org/ui/events/
H A Ddevice_data_manager.h38 int64_t GetDisplayForTouchDevice(int touch_device_id) const;
H A Ddevice_data_manager.cc106 int64_t DeviceDataManager::GetDisplayForTouchDevice(int touch_device_id) const { function in class:ui::DeviceDataManager
/external/chromium_org/ash/host/
H A Dash_window_tree_host_x11.cc206 ui::DeviceDataManager::GetInstance()->GetDisplayForTouchDevice(
/external/chromium_org/ui/events/x/
H A Ddevice_data_manager_x11.cc666 int64 touch_display_id = GetDisplayForTouchDevice(touch_device_id);

Completed in 5288 milliseconds