HomeSort by relevance Sort by last modified time
    Searched defs:StickyKeysController (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/sticky_keys/
sticky_keys_controller.cc 107 StickyKeysController::StickyKeysController()
113 StickyKeysController::~StickyKeysController() {
116 void StickyKeysController::Enable(bool enabled) {
148 void StickyKeysController::SetModifiersEnabled(bool mod3_enabled,
158 bool StickyKeysController::HandleKeyEvent(ui::KeyEvent* event) {
166 bool StickyKeysController::HandleMouseEvent(ui::MouseEvent* event) {
174 bool StickyKeysController::HandleScrollEvent(ui::ScrollEvent* event) {
182 void StickyKeysController::OnKeyEvent(ui::KeyEvent* event)
    [all...]
sticky_keys_controller.h 29 // StickyKeysController is an accessibility feature for users to be able to
58 // In the case of Chrome OS, StickyKeysController supports Shift,Alt,Ctrl
61 // StickyKeysController is disabled by default.
62 class ASH_EXPORT StickyKeysController : public ui::EventHandler {
64 StickyKeysController();
65 virtual ~StickyKeysController();
112 DISALLOW_COPY_AND_ASSIGN(StickyKeysController);

Completed in 43 milliseconds