VKEY_UP            95 Source/core/editing/EditingBehavior.cpp     { VKEY_UP,     0,                  "MoveUp"                               },
VKEY_UP            96 Source/core/editing/EditingBehavior.cpp     { VKEY_UP,     ShiftKey,           "MoveUpAndModifySelection"             },
VKEY_UP           102 Source/core/editing/EditingBehavior.cpp     { VKEY_UP,     CtrlKey,            "MoveParagraphBackward"                },
VKEY_UP           103 Source/core/editing/EditingBehavior.cpp     { VKEY_UP,     CtrlKey | ShiftKey, "MoveParagraphBackwardAndModifySelection" },
VKEY_UP           114 Source/platform/KeyCodeConversionAndroid.cpp         return VKEY_UP;
VKEY_UP            87 Source/platform/KeyCodeConversionGtk.cpp         return VKEY_UP; // (26) UP ARROW key
VKEY_UP           163 Source/platform/KeyCodeConversionGtk.cpp         return VKEY_UP; // (26) UP ARROW key
VKEY_UP           168 Source/web/PopupListBox.cpp     case VKEY_UP:
VKEY_UP           220 Source/web/PopupListBox.cpp     case VKEY_UP:
VKEY_UP           168 Source/web/WebInputEvent.cpp     case VKEY_UP:
VKEY_UP          1374 Source/web/WebViewImpl.cpp       if (keyCode == VKEY_UP)
VKEY_UP          1398 Source/web/WebViewImpl.cpp     case VKEY_UP: