Searched refs:has_touchscreen_ (Results 1 – 2 of 2) sorted by relevance
46 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()
74 bool has_touchscreen_; variable