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

  /external/chromium_org/chrome/browser/ui/ash/
event_rewriter.h 108 struct KeyboardRemapping {
124 // Given a set of KeyboardRemapping structs, it finds a matching struct
128 const KeyboardRemapping* remappings,
138 // Given a set of KeyboardRemapping structs, it finds a matching struct
140 // the KeySym in the KeyboardRemapping struct into the KeyCode before matching
144 const KeyboardRemapping* remappings,
event_rewriter.cc 307 const KeyboardRemapping* remappings,
317 const KeyboardRemapping& map = remappings[i];
337 const KeyboardRemapping* remappings,
347 const KeyboardRemapping& map = remappings[i];
696 static const KeyboardRemapping kAvoidRemappings[] = {
743 static const KeyboardRemapping kSearchRemappings[] = {
794 static const KeyboardRemapping kNonSearchRemappings[] = {
871 static const KeyboardRemapping kFkeysToFkeys[] = {
898 static const KeyboardRemapping kFkeysToSpecialKeys[] = {
    [all...]

Completed in 44 milliseconds