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

1 2 3 45 6 7 8 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 189 String message = marker.getAttribute(IMarker.MESSAGE, ""); //$NON-NLS-1$
192 int start = marker.getAttribute(IMarker.CHAR_START, 0);
193 int end = marker.getAttribute(IMarker.CHAR_END, 0);
  /external/chromium/chrome/common/
web_apps.cc 61 WebString href = link.getAttribute("href");
75 if (!web_apps::ParseIconSizes(link.getAttribute("sizes"), &icon_sizes,
165 std::string rel = elem.getAttribute("rel").utf8();
174 std::string definition_url_string(elem.getAttribute("href").utf8());
189 std::string name = elem.getAttribute("name").utf8();
190 WebString content = elem.getAttribute("content");
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_elementretrieveattrvalue.js 78 The "getAttribute(name)" method returns an attribute
82 invoke the 'getAttribute("class")' method. This should
103 attrValue = testAddress.getAttribute("class");
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_elementretrieveattrvalue.js 78 The "getAttribute(name)" method returns an attribute
82 invoke the 'getAttribute("class")' method. This should
103 attrValue = testAddress.getAttribute("class");
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");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 144 String orientation = getAttribute(view, "orientation", null); //$NON-NLS-1$
290 String viewId = getAttribute(node, "id", attributes); //$NON-NLS-1$
293 String toLeftOfRef = getAttribute(node, relativeTo, attributes);
357 String viewId = getAttribute(node, "id", null); //$NON-NLS-1$
389 String value = getAttribute(node, attribute, null);
407 private static String getAttribute(Node node, String name, NamedNodeMap attributes) {
  /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/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);
  /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 334 mode = TargetMode.getMode(configuration.getAttribute(
345 stringValue = configuration.getAttribute(
374 stringValue = configuration.getAttribute(LaunchConfigDelegate.ATTR_AVD_NAME,
389 value = configuration.getAttribute(LaunchConfigDelegate.ATTR_WIPE_DATA, value);
397 value = configuration.getAttribute(LaunchConfigDelegate.ATTR_NO_BOOT_ANIM, value);
407 index = configuration.getAttribute(LaunchConfigDelegate.ATTR_SPEED,
420 index = configuration.getAttribute(LaunchConfigDelegate.ATTR_DELAY,
434 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/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(

Completed in 608 milliseconds

1 2 3 45 6 7 8 91011>>