Searched defs:StickyKeysController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_controller.cc48 StickyKeysController::StickyKeysController() function in class:ash::StickyKeysController
54 StickyKeysController::~StickyKeysController() {
57 void StickyKeysController::Enable(bool enabled) {
79 void StickyKeysController::SetModifiersEnabled(bool mod3_enabled,
89 bool StickyKeysController::HandleKeyEvent(const ui::KeyEvent& event,
105 bool StickyKeysController::HandleMouseEvent(const ui::MouseEvent& event,
120 bool StickyKeysController::HandleScrollEvent(const ui::ScrollEvent& event,
135 ui::EventRewriteStatus StickyKeysController
[all...]
H A Dsticky_keys_controller.h31 // StickyKeysController is an accessibility feature for users to be able to
60 // In the case of Chrome OS, StickyKeysController supports Shift,Alt,Ctrl
63 // StickyKeysController is disabled by default.
64 class ASH_EXPORT StickyKeysController { class in namespace:ash
66 StickyKeysController();
67 virtual ~StickyKeysController();
154 DISALLOW_COPY_AND_ASSIGN(StickyKeysController);

Completed in 82 milliseconds