HomeSort by relevance Sort by last modified time
    Searched defs:ALT (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/test/chromedriver/js/
dispatch_context_menu_event.js 10 ALT: 1 << 0,
34 altKey: modifiers & ModifierMask.ALT,
  /external/chromium_org/ui/keyboard/resources/elements/
kb-key-codes.js 7 // Flag values for ctrl, alt and shift as defined by EventFlags
12 ALT: 8,
217 modifiers = detail.altModifier ? modifiers | Modifier.ALT : modifiers;
kb-keyboard.js 109 // Flag values for ctrl, alt and shift as defined by EventFlags
114 ALT: 8,
270 alt: null,
484 case 'Alt':
503 if (this.alt)
504 this.alt.onNonControlKeyDown();
674 if (this.alt)
675 detail.altModifier = this.alt.isActive();
703 case 'Alt':
827 * any key that is not Control, Alt, or Shift
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vfwprintf.c 265 #define ALT 0x0001 /* alternate form */
502 flags |= ALT;
748 if (flags & ALT)
759 if (!(flags & ALT))
766 if (prec > 1 || flags & ALT)
775 if (prec || flags & ALT)
877 if (flags & ALT && _umax != 0)
909 if (flags & ALT && *cp != '0')
1000 if (prec || flags & ALT)
1009 if (prec || flags & ALT)
    [all...]
vfprintf.c 248 #define ALT 0x0001 /* alternate form */
526 flags |= ALT;
771 if (flags & ALT)
782 if (!(flags & ALT))
789 if (prec > 1 || flags & ALT)
798 if (prec || flags & ALT)
901 if (flags & ALT && _umax != 0)
933 if (flags & ALT && *cp != '0')
1024 if (prec || flags & ALT)
1032 if (prec || flags & ALT)
    [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view.cc 79 ALT = 4
85 // modifiers: Combination with Alt, Ctrl, Shift, etc.
107 if (modifiers & ALT) {
145 // then we try and exit by sending an Alt+F4 key combination to the core
154 DVLOG(1) << "We are in the foreground. Exiting via Alt F4";
155 SendMnemonic(VK_F4, ALT, false, false);
760 // 1 - User action like ALT-F4.
    [all...]
chrome_app_view_ash.cc 86 ALT = 4
93 // modifiers: Combination with Alt, Ctrl, Shift, etc.
113 if (modifiers & ALT) {
284 // 1 - User action like ALT-F4.
295 // Helper to return the state of the shift/control/alt keys.
918 // then we try and exit by sending an Alt+F4 key combination to the core
926 DVLOG(1) << "We are in the foreground. Exiting via Alt F4";
927 SendKeySequence(VK_F4, ALT);
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.js 25 'ALT': 'modifier-alt',
32 '38': 'is-alt',
39 'alt': '38',
206 18: 'ALT',
213 'ALT': e.altKey,
222 return ['SHIFT', 'CTRL', 'ALT', 'SEARCH'].filter(
283 (identifier == '38' && contains(modifiers, 'ALT')) ||
346 * keyCode: 'alt', modifiers: ['ALT', 'SHIFT'] => 'ALT<>SHIFT
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 2928 milliseconds