Searched refs:alt (Results 101 - 125 of 234) sorted by last modified time

12345678910

/external/chromium_org/ui/base/test/
H A Dui_controls_internal_win.h21 bool alt,
H A Dui_controls_win.cc23 bool alt,
27 return internal::SendKeyPressImpl(window, key, control, shift, alt,
35 bool alt,
40 return internal::SendKeyPressImpl(window, key, control, shift, alt, task);
19 SendKeyPress(gfx::NativeWindow window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command) argument
31 SendKeyPressNotifyWhenDone(gfx::NativeWindow window, ui::KeyboardCode key, bool control, bool shift, bool alt, bool command, const base::Closure& task) argument
/external/chromium_org/ui/keyboard/resources/elements/
H A Dkb-keyboard.js109 // Flag values for ctrl, alt and shift as defined by EventFlags
270 alt: null,
503 if (this.alt)
504 this.alt.onNonControlKeyDown();
674 if (this.alt)
675 detail.altModifier = this.alt.isActive();
834 if (this.alt)
835 this.alt.onNonControlKeyTyped();
837 this.classList.remove('alt-active');
916 if (this.alt)
[all...]
/external/chromium_org/ui/keyboard/resources/
H A Dmain.css17 kb-keyboard.alt-active kb-modifier-key[char=Alt],
/external/chromium_org/ui/login/account_picker/
H A Duser_pod_row.js1854 this.imageElement.alt = this.user.label;
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc85 const bool alt = event.IsAltDown() || event.IsAltGrDown(); local
88 if (control && !shift && !alt)
90 return (control && shift && !alt) ? IDS_APP_REDO : kNoCommand;
92 return (control && !alt) ? IDS_APP_REDO : kNoCommand;
94 return (control && !alt) ? IDS_APP_SELECT_ALL : kNoCommand;
96 return (control && !alt) ? IDS_APP_CUT : kNoCommand;
98 return (control && !alt) ? IDS_APP_COPY : kNoCommand;
100 return (control && !alt) ? IDS_APP_PASTE : kNoCommand;
102 // Ignore alt+right, which may be a browser navigation shortcut.
103 if (alt)
[all...]
H A Dtextfield_unittest.cc242 bool alt,
246 int flags = (alt ? ui::EF_ALT_DOWN : 0) |
411 // Event flags: key, alt, shift, ctrl, caps-lock.
241 SendKeyEvent(ui::KeyboardCode key_code, bool alt, bool shift, bool control, bool caps_lock) argument
/external/chromium_org/ui/views/test/
H A Dui_controls_factory_desktop_aurax11.cc79 bool alt,
83 window, key, control, shift, alt, command, base::Closure());
91 bool alt,
105 if (alt)
115 if (alt)
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DTypeSlots.py285 for alt in (self.py2, self.py3):
286 if isinstance(alt, (tuple, list)):
287 slot_name, method_name = alt
/external/chromium_org/third_party/lcov/bin/
H A Dgenhtml3204 my $alt;
3213 $alt = rate($hit, $found, "%");
3225 <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="$_[0]snow.png" width=100 height=10 alt="$alt"></td></tr></table>
3233 <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="$_[0]$png_name" width=100 height=10 alt="$alt"></td></tr></table>
3241 <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="$_[0]$png_name" width=$width height=10 alt="$alt"><img src="$_[0]snow.png" width=$remainder height=10 alt="$alt"></t
[all...]
/external/chromium_org/third_party/polymer/components-chromium/core-icon/
H A Dcore-icon-extracted.js32 * If alt is present and not empty, it will set the element's role to img and add an aria-label whose content matches alt.
33 * If alt is present and is an empty string, '', it will hide the element from the accessibility layer
34 * If alt is not present, it will set the element's role to img and the element will fallback to using the icon attribute for its aria-label.
36 * @attribute alt
40 alt: null,
44 'alt': 'updateAlt'
113 // Remove element from a11y tree if `alt` is empty, otherwise
114 // use `alt` as `aria-label`.
115 if (this.alt
[all...]
/external/chromium_org/third_party/re2/re2/
H A Dcompile.cc521 int alt = AllocInst(1); local
522 if (alt < 0) {
526 inst_[alt].InitAlt(rune_range_.begin, id);
527 rune_range_.begin = alt;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof754 my @alt = (
760 foreach my $b (@alt) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpprof754 my @alt = (
760 foreach my $b (@alt) {
/external/chromium_org/remoting/host/win/
H A Drdp_client_window.cc175 UINT alt = MapVirtualKey(VK_MENU, MAPVK_VK_TO_VSC); local
190 MAKELPARAM(1, alt | KF_ALTDOWN));
202 SendMessage(input_window, WM_KEYUP, VK_MENU, MAKELPARAM(1, alt | up));
/external/chromium_org/styleguide/c++/
H A Dc++11.css321 tr.alt td,
322 td.alt {
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js870 if (a.hasAttribute("aria-label") || a.hasAttribute("title") || "img" == b && a.hasAttribute("alt") || "input" == b && "image" == c && a.hasAttribute("alt") || "input" == b && ("submit" == c || "reset" == c) || a.hasAttribute("aria-labelledby") || axs.utils.isNativeTextElement(a) && a.hasAttribute("placeholder") || a.hasAttribute("id") && 0 < document.querySelectorAll('label[for="' + a.id + '"]').length) {
1204 if (a.hasAttribute("alt")) {
1206 e.text = a.getAttribute("alt");
1208 b.alt = e;
1210 e = {valid:!1, errorMessage:"No alt value provided"}, b.alt = e, e = a.src, "string" == typeof e && (c = e.split("/").pop(), b.filename = {text:c});
1627 axs.AuditRule.specs.imagesWithoutAltText = {name:"imagesWithoutAltText", heading:"Images should have an alt attribute", url:"https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#-ax_text_02--images-should-have-an-alt-attribute-unless-they-have-an-aria-role-of-presentation", severity:axs.constants.Severity.WARNING, relevantElementMatcher:function(a) {
1630 return!a.hasAttribute("alt")
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/content/browser/resources/accessibility/
H A Daccessibility.js137 faviconElement.alt = "";
/external/chromium_org/content/browser/speech/
H A Dgoogle_streaming_remote_engine.cc60 const proto::SpeechRecognitionAlternative& alt = local
62 if (alt.has_confidence())
63 DVLOG(1) << " CONFIDENCE:\t" << alt.confidence();
64 if (alt.has_transcript())
65 DVLOG(1) << " TRANSCRIPT:\t" << alt.transcript();
/external/chromium_org/content/public/test/
H A Dbrowser_test_utils.cc312 bool alt,
315 web_contents, key_code, NULL, control, shift, alt, command);
323 bool alt,
349 if (alt) {
407 if (alt) {
308 SimulateKeyPress(WebContents* web_contents, ui::KeyboardCode key_code, bool control, bool shift, bool alt, bool command) argument
318 SimulateKeyPressWithCode(WebContents* web_contents, ui::KeyboardCode key_code, const char* code, bool control, bool shift, bool alt, bool command) argument
H A Dbrowser_test_utils.h103 bool alt,
122 bool alt,
/external/chromium_org/chrome/common/extensions/
H A Dcommand.cc197 bool alt = (modifiers & ui::EF_ALT_DOWN) != 0; local
206 if (key == ui::VKEY_UNKNOWN || (ctrl && alt) || (command && alt) ||
207 (shift && !ctrl && !alt && !command)) {
220 (shift || ctrl || alt || command)) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Doptions.js24 $('imageTooltip').alt = chrome.i18n.getMessage('imageTooltip');

Completed in 725 milliseconds

12345678910