OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addKey
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/libs/ui/
KeyCharacterMap.cpp
239
addKey
(outEvents, deviceId, keyCode, currentMetaState, true, now);
240
addKey
(outEvents, deviceId, keyCode, currentMetaState, false, now);
306
void KeyCharacterMap::
addKey
(Vector<KeyEvent>& outEvents,
386
addKey
(outEvents, deviceId, keyCode, *currentMetaState, down, time);
416
addKey
(outEvents, deviceId, keyCode, *currentMetaState, true, time);
418
addKey
(outEvents, deviceId, keyCode, *currentMetaState, false, time);
/external/webkit/Source/WebCore/inspector/front-end/
ShortcutsHelp.js
101
addKey
: function(key, description)
ConsoleView.js
508
section.
addKey
(shortcut.shortcutToString(shortcut.Keys.Right), WebInspector.UIString("Accept suggestion"));
520
section.
addKey
(shortcut.shortcutToString(shortcut.Keys.Enter), WebInspector.UIString("Execute command"));
[
all
...]
inspector.js
675
section.
addKey
(shortcut.shortcutToString(shortcut.Keys.Esc), WebInspector.UIString("Toggle console"));
676
section.
addKey
(shortcut.shortcutToString("f", shortcut.Modifiers.CtrlOrMeta), WebInspector.UIString("Search"));
[
all
...]
ElementsPanel.js
[
all
...]
/frameworks/base/include/ui/
KeyCharacterMap.h
176
static void
addKey
(Vector<KeyEvent>& outEvents,
/frameworks/base/services/input/tests/
InputReader_test.cpp
376
void
addKey
(int32_t deviceId, int32_t scanCode, int32_t keyCode, uint32_t flags) {
[
all
...]
Completed in 372 milliseconds