Searched defs:alt (Results 1 - 25 of 25) sorted by relevance

/external/webkit/WebCore/accessibility/
H A DAccessibilityImageMapLink.cpp106 const AtomicString& alt = m_areaElement->getAttribute(altAttr); local
107 if (!alt.isEmpty())
108 return alt;
H A DAccessibilityRenderObject.cpp947 const AtomicString& alt = static_cast<HTMLElement*>(node)->getAttribute(altAttr); local
948 if (!alt.isEmpty())
949 return alt;
1127 const AtomicString& alt = static_cast<HTMLElement*>(node)->getAttribute(altAttr); local
1128 if (alt.isEmpty())
1130 return alt;
1557 const AtomicString& alt = elt->getAttribute(altAttr); local
1558 // don't ignore an image that has an alt tag
1559 if (!alt.isEmpty())
1561 // informal standard is to ignore images with zero-length alt string
[all...]
/external/webkit/WebCore/platform/android/
H A DKeyEventAndroid.cpp214 int repeatCount, bool down, bool cap, bool alt, bool sym)
225 , m_altKey(alt ? AltKey : 0)
213 PlatformKeyboardEvent(int keyCode, UChar32 unichar, int repeatCount, bool down, bool cap, bool alt, bool sym) argument
/external/grub/netboot/
H A Dmisc.c96 int alt = 0; local
101 alt = 1;
129 if (alt)
/external/bluetooth/bluez/input/
H A Dsixpair.c147 handle_device (libusb_device *dev, struct libusb_config_descriptor *cfg, int itfnum, const struct libusb_interface_descriptor *alt) argument
286 struct libusb_interface_descriptor alt; local
288 alt = itf->altsetting[l];
289 if (alt.bInterfaceClass == 3) {
290 handle_device (dev, cfg, l, &alt);
/external/bluetooth/bluez/tools/
H A Dciptool.c406 char *alt; member in struct:__anon330
486 if (strncmp(command[i].cmd, argv[0], 4) && strncmp(command[i].alt, argv[0], 4))
H A Ddfutool.c710 char *alt; member in struct:__anon332
783 if (strcmp(command[i].cmd, argv[0]) && strcmp(command[i].alt, argv[0]))
/external/icu4c/i18n/
H A Dastro.h224 * @param alt The altitude, measured in radians above the horizon.
228 Horizon(double alt=0, double azim=0) argument
229 : altitude(alt), azimuth(azim) { }
233 * @param alt The altitude, measured in radians above the horizon.
237 void set(double alt, double azim) { argument
238 altitude = alt;
/external/webkit/WebCore/html/
H A DHTMLImageElement.cpp150 // lets figure out the alt text.. magic stuff
153 String alt = getAttribute(altAttr); local
155 if (alt.isNull())
156 alt = getAttribute(titleAttr);
157 return alt;
179 // image height and width for the alt text instead.
308 const AtomicString& HTMLImageElement::alt() const function in class:WebCore::HTMLImageElement
H A DHTMLInputElement.cpp1233 // image height and width for the alt text instead.
1254 String alt = getAttribute(altAttr); local
1256 if (alt.isNull())
1257 alt = getAttribute(titleAttr);
1258 if (alt.isNull())
1259 alt = getAttribute(valueAttr);
1260 if (alt.isEmpty())
1261 alt = inputElementAltText();
1262 return alt;
2381 String HTMLInputElement::alt() cons function in class:WebCore::HTMLInputElement
[all...]
/external/webkit/WebCore/platform/
H A DPlatformMouseEvent.h86 int clickCount, bool shift, bool ctrl, bool alt, bool meta, double timestamp)
94 , m_altKey(alt)
85 PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, MouseEventType eventType, int clickCount, bool shift, bool ctrl, bool alt, bool meta, double timestamp) argument
/external/bluetooth/bluez/rfcomm/
H A Dmain.c684 char *alt; member in struct:__anon303
831 if (strncmp(command[i].cmd, argv[0], 4) && strncmp(command[i].alt, argv[0], 4))
/external/webkit/WebCore/plugins/android/
H A DPluginViewAndroid.cpp264 static ANPKeyModifier make_modifiers(bool shift, bool alt) { argument
269 if (alt) {
/external/webkit/JavaScriptCore/yarr/
H A DRegexJIT.cpp299 alt = 0;
303 return alt < disjunction->m_alternatives.size();
307 ++alt;
311 return disjunction->m_alternatives[alt];
406 unsigned alt; member in struct:JSC::Yarr::RegexGenerator::TermGenerationState
/external/webkit/WebKit/chromium/src/
H A DChromeClientImpl.cpp258 bool alt = mouseEvent->modifiers & WebMouseEvent::AltKey; local
261 if (!WebViewImpl::navigationPolicyFromMouseEvent(buttonNumber, ctrl, shift, alt, meta, &policy))
H A DWebViewImpl.cpp1799 bool alt, bool meta,
1807 if (!newTabModifier && !shift && !alt)
1797 navigationPolicyFromMouseEvent(unsigned short button, bool ctrl, bool shift, bool alt, bool meta, WebNavigationPolicy* policy) argument
/external/webkit/WebKit/win/
H A DDOMHTMLClasses.cpp1047 HRESULT STDMETHODCALLTYPE DOMHTMLInputElement::alt( function in class:DOMHTMLInputElement
1055 /* [in] */ BSTR /*alt*/)
/external/icu4c/test/intltest/
H A Dssearch.cpp223 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local
224 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt == "NON_IGNORABLE");
225 if (alt != NULL && *alt == "SHIFTED") {
571 const UnicodeString *alt = testCase->getAttribute("alternate_handling"); local
572 TEST_ASSERT (alt == NULL || *alt == "SHIFTED" || *alt
1703 UnicodeString alt; local
[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/qemu/
H A Dusb-linux.c531 static int usb_host_set_interface(USBHostDevice *s, int iface, int alt) argument
537 si.altsetting = alt;
541 iface, alt, ret, errno);
H A Di386-dis.c4332 int alt = 0; local
4342 alt = 0;
4344 alt += 1;
4346 alt += 2;
4347 while (alt != 0)
4361 alt--;
4365 alt = 1;
4389 if (intel_syntax && !alt)
4551 if (intel_syntax && !alt)
4649 alt
6256 const char *alt; local
6326 const char *alt; local
[all...]
/external/webkit/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp176 String alt = static_cast<HTMLElement*>(node)->getAttribute(HTMLNames::altAttr); local
177 if (!alt.isEmpty())
178 return returnString(alt);
/external/webkit/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h354 @property(copy) NSString *alt; variable
368 @property(copy) NSString *alt; variable
577 @property(copy) NSString *alt; variable
604 @property(copy) NSString *alt; variable
/external/sqlite/dist/
H A Dshell.c2790 FILE *alt = fopen(azArg[1], "rb"); local
2791 if( alt==0 ){
2795 rc = process_input(p, alt);
2796 fclose(alt);
/external/v8/src/
H A Djsregexp.cc2514 void LoopChoiceNode::AddLoopAlternative(GuardedAlternative alt) { argument
2516 AddAlternative(alt);
2517 loop_node_ = alt.node();
2521 void LoopChoiceNode::AddContinueAlternative(GuardedAlternative alt) { argument
2523 AddAlternative(alt);
2524 continue_node_ = alt.node();
3230 GuardedAlternative alt = that->alternatives()->at(i); local
3231 stream()->Add(" n%p -> n%p;\n", that, alt.node());
3235 GuardedAlternative alt = that->alternatives()->at(i); local
3236 alt
[all...]

Completed in 283 milliseconds