TouchFactory 90 ash/shell/content_client/shell_browser_main_parts.cc ui::TouchFactory::SetTouchDeviceListFromCommandLine(); TouchFactory 35 ash/wm/system_gesture_event_filter.cc ui::TouchFactory::GetInstance()->IsTouchDevicePresent() && TouchFactory 2397 chrome/browser/chromeos/events/event_rewriter_unittest.cc ui::TouchFactory::GetInstance()->SetPointerDeviceForTest(device_list); TouchFactory 67 chrome/browser/metrics/metrics_log_chromeos.cc ui::TouchFactory::GetInstance()->GetTouchscreenIds(); TouchFactory 569 chrome/browser/ui/startup/startup_browser_creator.cc ui::TouchFactory::SetTouchDeviceListFromCommandLine(); TouchFactory 100 content/shell/browser/shell_browser_main_parts.cc ui::TouchFactory::SetTouchDeviceListFromCommandLine(); TouchFactory 282 ui/aura/window_tree_host_x11.cc ui::TouchFactory::GetInstance()->SetupXI2ForXWindow(xwindow_); TouchFactory 743 ui/aura/window_tree_host_x11.cc ui::TouchFactory* factory = ui::TouchFactory::GetInstance(); TouchFactory 11 ui/base/touch/touch_device_aurax11.cc return ui::TouchFactory::GetInstance()->IsTouchDevicePresent(); TouchFactory 15 ui/base/touch/touch_device_aurax11.cc return ui::TouchFactory::GetInstance()->GetMaxTouchPoints(); TouchFactory 452 ui/base/x/x11_util.cc if (!ui::TouchFactory::GetInstance()->ShouldProcessXI2Event(&next_event)) { TouchFactory 255 ui/events/test/events_test_utils_x11.cc TouchFactory::GetInstance()->SetPointerDeviceForTest(device_list); TouchFactory 261 ui/events/test/events_test_utils_x11.cc TouchFactory::GetInstance()->SetTouchDeviceForTest(devices); TouchFactory 265 ui/events/x/device_data_manager.cc ui::TouchFactory* factory = ui::TouchFactory::GetInstance(); TouchFactory 201 ui/events/x/events_x.cc DCHECK(ui::TouchFactory::GetInstance()->IsTouchDevice(event->sourceid)); TouchFactory 235 ui/events/x/events_x.cc TouchFactory::GetInstance()->UpdateDeviceList(display); TouchFactory 269 ui/events/x/events_x.cc TouchFactory* factory = TouchFactory::GetInstance(); TouchFactory 364 ui/events/x/events_x.cc TouchFactory::GetInstance()->IsTouchDevice(xievent->sourceid); TouchFactory 541 ui/events/x/events_x.cc ui::TouchFactory* factory = ui::TouchFactory::GetInstance(); TouchFactory 559 ui/events/x/events_x.cc ui::TouchFactory* factory = ui::TouchFactory::GetInstance(); TouchFactory 28 ui/events/x/touch_factory_x11.cc TouchFactory::TouchFactory() TouchFactory 47 ui/events/x/touch_factory_x11.cc TouchFactory::~TouchFactory() { TouchFactory 51 ui/events/x/touch_factory_x11.cc TouchFactory* TouchFactory::GetInstance() { TouchFactory 52 ui/events/x/touch_factory_x11.cc return Singleton<TouchFactory>::get(); TouchFactory 56 ui/events/x/touch_factory_x11.cc void TouchFactory::SetTouchDeviceListFromCommandLine() { TouchFactory 76 ui/events/x/touch_factory_x11.cc ui::TouchFactory::GetInstance()->SetTouchDeviceList(device_ids); TouchFactory 80 ui/events/x/touch_factory_x11.cc void TouchFactory::UpdateDeviceList(Display* display) { TouchFactory 165 ui/events/x/touch_factory_x11.cc bool TouchFactory::ShouldProcessXI2Event(XEvent* xev) { TouchFactory 188 ui/events/x/touch_factory_x11.cc void TouchFactory::SetupXI2ForXWindow(Window window) { TouchFactory 218 ui/events/x/touch_factory_x11.cc void TouchFactory::SetTouchDeviceList( TouchFactory 230 ui/events/x/touch_factory_x11.cc bool TouchFactory::IsTouchDevice(unsigned deviceid) const { TouchFactory 235 ui/events/x/touch_factory_x11.cc bool TouchFactory::IsMultiTouchDevice(unsigned int deviceid) const { TouchFactory 242 ui/events/x/touch_factory_x11.cc bool TouchFactory::QuerySlotForTrackingID(uint32 tracking_id, int* slot) { TouchFactory 249 ui/events/x/touch_factory_x11.cc int TouchFactory::GetSlotForTrackingID(uint32 tracking_id) { TouchFactory 253 ui/events/x/touch_factory_x11.cc void TouchFactory::ReleaseSlotForTrackingID(uint32 tracking_id) { TouchFactory 257 ui/events/x/touch_factory_x11.cc bool TouchFactory::IsTouchDevicePresent() { TouchFactory 261 ui/events/x/touch_factory_x11.cc int TouchFactory::GetMaxTouchPoints() const { TouchFactory 265 ui/events/x/touch_factory_x11.cc void TouchFactory::SetTouchDeviceForTest( TouchFactory 279 ui/events/x/touch_factory_x11.cc void TouchFactory::SetPointerDeviceForTest( TouchFactory 288 ui/events/x/touch_factory_x11.cc void TouchFactory::CacheTouchscreenIds(Display* display, int device_id) { TouchFactory 28 ui/events/x/touch_factory_x11.h class EVENTS_BASE_EXPORT TouchFactory { TouchFactory 30 ui/events/x/touch_factory_x11.h TouchFactory(); TouchFactory 31 ui/events/x/touch_factory_x11.h ~TouchFactory(); TouchFactory 35 ui/events/x/touch_factory_x11.h static TouchFactory* GetInstance(); TouchFactory 97 ui/events/x/touch_factory_x11.h friend struct DefaultSingletonTraits<TouchFactory>; TouchFactory 141 ui/events/x/touch_factory_x11.h DISALLOW_COPY_AND_ASSIGN(TouchFactory); TouchFactory 994 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc ui::TouchFactory::GetInstance()->SetupXI2ForXWindow(xwindow_); TouchFactory 1406 ui/views/widget/desktop_aura/desktop_window_tree_host_x11.cc ui::TouchFactory* factory = ui::TouchFactory::GetInstance(); TouchFactory 85 ui/wm/core/compound_event_filter.cc !ui::TouchFactory::GetInstance()->IsMultiTouchDevice(device_id)) {