Home | History | Annotate | Download | only in src

Lines Matching defs:keyPressCommandsMap

507     static HashMap<int, const char*>* keyPressCommandsMap = 0;
511 keyPressCommandsMap = new HashMap<int, const char*>;
519 keyPressCommandsMap->set(keyPressEntries[i].modifiers << 16 | keyPressEntries[i].charCode,
540 return mapKey ? keyPressCommandsMap->get(mapKey) : 0;