Home
last modified time | relevance | path

Searched refs:has_touchscreen_ (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/keyboard/
H A Dvirtual_keyboard_controller.cc46 has_touchscreen_(false), in VirtualKeyboardController()
108 has_touchscreen_ = device_data_manager->GetTouchscreenDevices().size() > 0; in UpdateDevices()
137 !is_internal_keyboard_active && has_touchscreen_ && in UpdateKeyboardEnabled()
140 !is_internal_keyboard_active && has_touchscreen_ && in UpdateKeyboardEnabled()
H A Dvirtual_keyboard_controller.h74 bool has_touchscreen_; variable