HomeSort by relevance Sort by last modified time
    Searched refs:StickyKeys (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ash/wm/
event_rewriter_event_filter.h 18 class StickyKeys;
41 scoped_ptr<StickyKeys> sticky_keys_;
sticky_keys.h 24 // StickyKeys is an accessibility feature for users to be able to compose
53 // In the case of Chrome OS, StickyKeys supports Shift,Alt,Ctrl modifiers. Each
56 // StickyKeys is disabled by default.
57 class ASH_EXPORT StickyKeys {
59 StickyKeys();
60 ~StickyKeys();
71 DISALLOW_COPY_AND_ASSIGN(StickyKeys);
74 // StickyKeysHandler handles key event and performs StickyKeys for specific
97 // Here, (*) means key event will be consumed by StickyKeys, and (#) means event
sticky_keys.cc 49 // StickyKeys
50 StickyKeys::StickyKeys()
62 StickyKeys::~StickyKeys() {
65 bool StickyKeys::HandleKeyEvent(ui::KeyEvent* event) {
event_rewriter_event_filter.cc 29 sticky_keys_.reset(new StickyKeys());

Completed in 131 milliseconds