Searched defs:alt (Results 51 - 75 of 91) sorted by relevance

1234

/external/chromium_org/chrome/browser/apps/
H A Dweb_view_interactive_browsertest.cc448 // Press alt+DOWN to open popup.
449 bool alt = true; local
451 guest_web_contents(), ui::VKEY_DOWN, false, false, alt, false); local
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc700 // Skip processing of [Alt]+<num-pad digit> Unicode alt key codes.
707 const bool alt = event.IsAltDown() || event.IsAltGrDown(); local
710 model()->AcceptInput(alt ? NEW_FOREGROUND_TAB : CURRENT_TAB, false);
734 if (control || alt || shift)
739 if (control || alt || shift)
744 if (control && !alt && !read_only()) {
/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
/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/regex-re2/re2/
H A Dcompile.cc520 int alt = AllocInst(1); local
521 if (alt < 0) {
525 inst_[alt].InitAlt(rune_range_.begin, id);
526 rune_range_.begin = alt;
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DErrorManager.java191 public static final int MSG_UNREACHABLE_ALTS = 201; // nothing predicts alt i
633 // we've seen this decision and this alt set; never again
674 int alt,
679 Message msg = new RecursionOverflowMessage(probe,sampleBadState, alt,
688 int alt,
693 Message msg = new LeftRecursionMessage(probe, alt, targetRules, callSiteStates);
672 recursionOverflow(DecisionProbe probe, DFAState sampleBadState, int alt, Collection targetRules, Collection callSiteStates) argument
H A DGrammar.java840 * If in filter mode, we want every alt to backtrack and we need to
1140 // compute lookahead for each alt
1143 for (int alt = 1; alt <= numAlts; alt++) {
1145 decisionStartState.translateDisplayAltToWalkAlt(alt);
1148 //System.out.println("alt "+alt+" start state = "+altStartState.stateNumber);
1149 altLook[alt] = ll1Analyzer.LOOK(altStartState);
1150 //System.out.println("alt "
3063 getNFAStateForAltOfDecision(NFAState decisionState, int alt) argument
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dkeyboard_overlay.js25 'ALT': 'modifier-alt',
32 '38': 'is-alt',
39 'alt': '38',
346 * keyCode: 'alt', modifiers: ['ALT', 'SHIFT'] => 'ALT<>SHIFT'
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXNodeObject.cpp88 const AtomicString& alt = toHTMLElement(node)->getAttribute(altAttr); local
89 if (!alt.isEmpty())
90 return alt;
1139 // Images should use alt as long as the attribute is present, even if empty.
1141 const AtomicString& alt = getAttribute(altAttr); local
1142 if (!alt.isNull())
1143 return alt;
1679 // Images should use alt as long as the attribute is present, even if empty.
1681 const AtomicString& alt = getAttribute(altAttr); local
1682 if (!alt
[all...]
H A DAXRenderObject.cpp721 const AtomicString& alt = elt->getAttribute(altAttr); local
722 // don't ignore an image that has an alt tag
723 if (!alt.string().containsOnlyWhitespace())
725 // informal standard is to ignore images with zero-length alt strings
726 if (!alt.isNull())
763 // for example, any element having an alt attribute will make it
/external/chromium_org/third_party/WebKit/Source/web/
H A DChromeClientImpl.cpp271 bool alt = mouseEvent->modifiers & WebMouseEvent::AltKey; local
275 navigationPolicyFromMouseEvent(buttonNumber, ctrl, shift, alt, meta, &userPolicy);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp192 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local
193 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
194 if (alt != NULL && *alt == "SHIFTED") {
1103 UnicodeString alt; local
1143 alt.append(*string);
1148 const CEList altCEs(coll, alt, status);
1151 return alternate.append(alt);
[all...]
H A Dwbnf.cpp1170 Alternation * alt = new Alternation();
1188 alt->append(n,w);
1200 alt->append(n,w);
1201 node = alt;
1205 delete alt;
1445 Alternation alt; local
1446 alt.append(new Literal("aaa_10%"),10);
1447 alt.append(new Literal("bbb_0%"),0);
1448 alt.append(new Literal("ccc_10%"),10);
1449 alt
1692 Alternation * alt = new Alternation(); local
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c1953 FILE *alt = fopen(azArg[1], "rb"); local
1954 if( alt==0 ){
1958 rc = process_input(p, alt);
1959 fclose(alt);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c3226 struct sctp_nets *alt; local
3286 alt = tp1->whoTo;
3290 alt = sctp_find_alternate_net(stcb, alt, 2);
3294 alt = sctp_find_alternate_net(stcb, alt, 1);
3296 if (alt == NULL) {
3297 alt = tp1->whoTo;
3315 alt = sctp_find_alternate_net(stcb, tp1->whoTo, 0);
3322 alt
[all...]
H A Dsctp_output.c4060 struct sctp_nets *alt; local
4062 alt = sctp_find_alternate_net(stcb, net, 0);
4063 if (alt != net) {
4067 stcb->asoc.alternate = alt;
10992 /* We used an alt last time, don't this time */
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp192 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local
193 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
194 if (alt != NULL && *alt == "SHIFTED") {
1100 UnicodeString alt; local
1140 alt.append(*string);
1145 const CEList altCEs(coll, alt, status);
1148 return alternate.append(alt);
[all...]
/external/lldb/tools/debugserver/source/
H A DDNBDefs.h202 const char *alt; // Alternate name member in struct:DNBRegisterInfo
/external/valgrind/main/VEX/priv/
H A Dir_defs.c1406 ppIRExpr(lg->alt);
1961 IRTemp dst, IRExpr* addr, IRExpr* alt, IRExpr* guard )
1968 lg->alt = alt;
2037 IRExpr* addr, IRExpr* alt, IRExpr* guard ) {
2040 s->Ist.LoadG.details = mkIRLoadG(end, cvt, dst, addr, alt, guard);
2310 deepCopyIRExpr(lg->alt),
3549 && isIRAtom(lg->alt) && isIRAtom(lg->guard) );
3769 useBeforeDef_Expr(bb,stmt,lg->alt,def_counts);
4102 tcExpr( bb, stmt, lg->alt, gWordT
1960 mkIRLoadG( IREndness end, IRLoadGOp cvt, IRTemp dst, IRExpr* addr, IRExpr* alt, IRExpr* guard ) argument
2036 IRStmt_LoadG( IREndness end, IRLoadGOp cvt, IRTemp dst, IRExpr* addr, IRExpr* alt, IRExpr* guard ) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLInputElement.cpp789 String alt = fastGetAttribute(altAttr); local
791 if (alt.isNull())
792 alt = fastGetAttribute(titleAttr);
793 if (alt.isNull())
794 alt = fastGetAttribute(valueAttr);
795 if (alt.isEmpty())
796 alt = locale().queryString(blink::WebLocalizedString::InputElementAltText);
797 return alt;
1284 const AtomicString& HTMLInputElement::alt() const function in class:blink::HTMLInputElement
/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...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1840 HChar alt[2]; local
1866 alt[0] = *str;
1867 alt[1] = 0;
1868 n = putStr( n, n_buf, buf, alt );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.util_3.2.100.v20100503.jar ... lon org.osgi.util.measurement.Measurement alt
/external/sqlite/dist/orig/
H A Dshell.c2941 FILE *alt; local
2947 alt = fopen(azArg[1], "rb");
2948 if( alt==0 ){
2952 rc = process_input(p, alt);
2953 fclose(alt);
/external/sqlite/dist/
H A Dshell.c2961 FILE *alt; local
2967 alt = fopen(azArg[1], "rb");
2968 if( alt==0 ){
2972 rc = process_input(p, alt);
2973 fclose(alt);

Completed in 1502 milliseconds

1234