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

  /external/chromium_org/ui/base/accelerators/
accelerator.h 44 ui::KeyboardCode key_code() const { return key_code_; }
75 KeyboardCode key_code_; member in class:ui::Accelerator
  /external/chromium_org/ui/events/
event.h 577 // -- key_code_ is a VKEY_ value associated with the key. For printable
580 // code, then key_code_ is that code; if not, then key_code_ is the unmapped
590 // -- key_code_ is conflated with character_ by some code, because both
641 // If this is a keystroke event with key_code_ VKEY_RETURN, returns '\r';
659 KeyboardCode key_code() const { return key_code_; }
666 void set_key_code(KeyboardCode key_code) { key_code_ = key_code; }
705 KeyboardCode key_code_; member in class:ui::KeyEvent

Completed in 116 milliseconds