HomeSort by relevance Sort by last modified time
    Searched refs:getAttribute (Results 101 - 125 of 468) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/icu4c/tools/toolutil/
xmlparser.h 79 const UnicodeString *getAttribute(int32_t i, UnicodeString &name, UnicodeString &value) const;
86 const UnicodeString *getAttribute(const UnicodeString &name) const;
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementgetelementempty.js 78 The "getAttribute(name)" method returns an empty
83 invoke "getAttribute(name)" method, where "strong" is an
85 The "getAttribute(name)" method should return the empty
113 attrValue = testEmployee.getAttribute("lang");
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementgetelementempty.js 78 The "getAttribute(name)" method returns an empty
83 invoke "getAttribute(name)" method, where "strong" is an
85 The "getAttribute(name)" method should return the empty
113 attrValue = testEmployee.getAttribute("lang");
  /external/webkit/Source/WebCore/accessibility/
AccessibilityListBoxOption.cpp 113 if (equalIgnoringCase(getAttribute(aria_hiddenAttr), "true"))
142 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
AccessibilitySlider.cpp 105 const AtomicString& AccessibilitySlider::getAttribute(const QualifiedName& attribute) const
107 return element()->getAttribute(attribute);
AccessibilityMediaControls.h 70 const AtomicString& getAttribute(const QualifiedName& attribute) const;
  /external/webkit/Source/WebCore/html/
HTMLProgressElement.cpp 91 const AtomicString& valueString = getAttribute(valueAttr);
111 bool ok = parseToDoubleForNumberType(getAttribute(maxAttr), &max);
HTMLEmbedElement.cpp 184 loader->requestObject(this, m_url, getAttribute(nameAttr), m_serviceType, paramNames, paramValues);
227 String width = getAttribute(widthAttr);
228 String height = getAttribute(heightAttr);
277 addSubresourceURL(urls, document()->completeURL(getAttribute(srcAttr)));
HTMLFormCollection.cpp 115 if (associatedElement->isEnumeratable() && element->getAttribute(attrName) == name) {
126 if (element->getAttribute(attrName) == name) {
199 const AtomicString& nameAttrVal = element->getAttribute(nameAttr);
226 const AtomicString& nameAttrVal = element->getAttribute(nameAttr);
HTMLTableColElement.cpp 100 return getAttribute(widthAttr);
StepRange.cpp 40 hasStep = !equalIgnoringCase(element->getAttribute(precisionAttr), "float");
  /external/webkit/Source/WebCore/wml/
WMLAElement.cpp 132 handleLinkClick(event, document(), stripLeadingAndTrailingHTMLSpaces(getAttribute(HTMLNames::hrefAttr)), target(), event);
153 return getAttribute(HTMLNames::targetAttr);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 330 mode = TargetMode.getMode(configuration.getAttribute(
341 stringValue = configuration.getAttribute(
370 stringValue = configuration.getAttribute(LaunchConfigDelegate.ATTR_AVD_NAME,
385 value = configuration.getAttribute(LaunchConfigDelegate.ATTR_WIPE_DATA, value);
393 value = configuration.getAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM, value);
403 index = configuration.getAttribute(LaunchConfigDelegate.ATTR_SPEED,
416 index = configuration.getAttribute(LaunchConfigDelegate.ATTR_DELAY,
430 commandLine = configuration.getAttribute(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FixLaunchConfig.java 96 String activity = config.getAttribute(LaunchConfigDelegate.ATTR_ACTIVITY,
143 if (config.getAttribute(
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
AbstractXmlPullParser.java 91 protected String getAttribute(XmlPullParser parser, String name) {
  /external/apache-http/src/org/apache/http/client/protocol/
RequestProxyAuthentication.java 77 AuthState authState = (AuthState) context.getAttribute(
RequestTargetAuthentication.java 77 AuthState authState = (AuthState) context.getAttribute(
  /external/apache-http/src/org/apache/http/impl/client/
DefaultHttpRequestRetryHandler.java 109 context.getAttribute(ExecutionContext.HTTP_REQ_SENT);
  /external/collada/include/dae/
daeElement.h 202 std::string getAttribute(daeString name);
211 void getAttribute(daeString name, std::string& value);
218 std::string getAttribute(size_t i);
226 void getAttribute(size_t i, std::string& value);
301 daeMemoryRef getAttributeValue(daeString name); // Use getAttribute or getAttributeObject instead.
  /external/emma/core/java12/com/vladium/emma/report/
ItemComparator.java 45 final Comparator comparator = IItemAttribute.Factory.getAttribute (attributeID, unitsID).comparator ();
  /external/icu4c/test/letest/
gendata.cpp 150 char *id = getCString(testCase->getAttribute(id_attr));
151 char *script = getCString(testCase->getAttribute(script_attr));
152 char *lang = getCString(testCase->getAttribute(lang_attr));
192 char *fontName = getCString(element->getAttribute(name_attr));
  /external/javassist/src/main/javassist/
CtNewNestedClass.java 42 InnerClassesAttribute ica = (InnerClassesAttribute)cf.getAttribute(
  /external/webkit/Source/WebCore/loader/
FormSubmission.cpp 149 if (!(attributeValue = submitButton->getAttribute(formactionAttr)).isNull())
151 if (!(attributeValue = submitButton->getAttribute(formenctypeAttr)).isNull())
153 if (!(attributeValue = submitButton->getAttribute(formmethodAttr)).isNull())
155 if (!(attributeValue = submitButton->getAttribute(formtargetAttr)).isNull())
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksLoader.js 60 var urls = Array.prototype.map.call(root.querySelectorAll("tr.file > td > a[href$='-leaks.txt']"), function(link) { return baseURL + link.getAttribute("href"); });
  /frameworks/base/tools/aapt/
Main.h 57 String8 getAttribute(const ResXMLTree& tree, const char* ns,

Completed in 385 milliseconds

1 2 3 45 6 7 8 91011>>