Home
last modified time | relevance | path

Searched refs:GetKeyRepeatSettings (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/public/cpp/keyboard/
H A Dkeyboard_controller.h121 virtual KeyRepeatSettings GetKeyRepeatSettings() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/keyboard/
H A Dkeyboard_controller_impl.cc278 KeyRepeatSettings KeyboardControllerImpl::GetKeyRepeatSettings() { in GetKeyRepeatSettings() function in ash::KeyboardControllerImpl
355 OnKeyRepeatSettingsChanged(GetKeyRepeatSettings()); in SendKeyRepeatUpdate()
H A Dkeyboard_controller_impl.h93 KeyRepeatSettings GetKeyRepeatSettings() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/keyboard/
H A Dchrome_keyboard_controller_client_test_helper.cc74 ash::KeyRepeatSettings GetKeyRepeatSettings() override { in GetKeyRepeatSettings() function in ChromeKeyboardControllerClientTestHelper::FakeKeyboardController
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/exo/
H A Dkeyboard.cc183 ash::KeyboardController::Get()->GetKeyRepeatSettings()); in Keyboard()