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

/external/chromium_org/ash/touch/
H A Dtouch_transformer_controller_unittest.cc60 EXPECT_EQ(1, device_manager->GetDisplayForTouchDevice(10));
61 EXPECT_EQ(2, device_manager->GetDisplayForTouchDevice(11));
121 EXPECT_EQ(1, device_manager->GetDisplayForTouchDevice(10));
122 EXPECT_EQ(2, device_manager->GetDisplayForTouchDevice(11));
174 EXPECT_EQ(1, device_manager->GetDisplayForTouchDevice(5));
175 EXPECT_EQ(2, device_manager->GetDisplayForTouchDevice(6));
/external/chromium_org/ui/events/x/
H A Ddevice_data_manager.h229 int64 GetDisplayForTouchDevice(int touch_device_id) const;
H A Ddevice_data_manager.cc645 int64 touch_display_id = GetDisplayForTouchDevice(touch_device_id);
687 int64 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(

Completed in 323 milliseconds