Home
last modified time | relevance | path

Searched refs:sticky_keys_controller (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/accessibility/
H A DDEPS5 "+ash/sticky_keys/sticky_keys_controller.h",
H A Dsticky_keys_browsertest.cc200 ash::Shell::Get()->sticky_keys_controller(); in IN_PROC_BROWSER_TEST_F()
H A Daccessibility_manager.cc1000 ash::Shell::Get()->sticky_keys_controller()->SetModifiersEnabled( in InputMethodChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/
H A DDEPS44 "+ash/sticky_keys/sticky_keys_controller.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/events/
H A Devent_rewriter_controller_impl.cc61 event_rewriter_delegate, Shell::Get()->sticky_keys_controller(), in Initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/chromeos/events/
H A Devent_rewriter_chromeos.h126 EventRewriter* sticky_keys_controller,
H A Devent_rewriter_chromeos.cc578 EventRewriter* sticky_keys_controller, in EventRewriterChromeOS() argument
583 sticky_keys_controller_(sticky_keys_controller), in EventRewriterChromeOS()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/accessibility/
H A Daccessibility_controller_unittest.cc846 StickyKeysController* sticky_keys_controller = in TEST_F() local
847 Shell::Get()->sticky_keys_controller(); in TEST_F()
849 EXPECT_TRUE(sticky_keys_controller->enabled_for_test()); in TEST_F()
854 EXPECT_FALSE(sticky_keys_controller->enabled_for_test()); in TEST_F()
H A Daccessibility_controller_impl.cc1928 Shell::Get()->sticky_keys_controller()->Enable(enabled); in UpdateFeatureFromPref()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dshell.h498 StickyKeysController* sticky_keys_controller() { in sticky_keys_controller() function
H A DBUILD.gn80 "sticky_keys/sticky_keys_controller.h",
858 "sticky_keys/sticky_keys_controller.cc",
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ash/
H A DBUILD.gn71 "sticky_keys/sticky_keys_controller.h",
716 "sticky_keys/sticky_keys_controller.cc",
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/desks/
H A Ddesks_unittests.cc3247 this, Shell::Get()->sticky_keys_controller(), false)); in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/events/
H A Devent_rewriter_unittest.cc3362 sticky_keys_controller_ = ash::Shell::Get()->sticky_keys_controller(); in SetUp()