Home
last modified time | relevance | path

Searched defs:Down (Results 1 – 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DTokenTypes.cs41 public const int Down = 2; field in Antlr.Runtime.TokenTypes
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderDetailsMarker.h32 enum Orientation { Up, Down, Left, Right }; enumerator
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DSpinButtonElement.h40 Down, enumerator
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DTokenConstants.cs59 public const int Down = 2; field in Antlr.Runtime.TokenTypes
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DKeyboardShortcut.js71 Down: { code: 40, name: "\u2193" }, // also NUM_SOUTH property
DCodeMirrorTextEditor.js81 "Down": "goLineDown", property