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

1 2 34 5 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementreplaceexistingattribute.java 78 strong = testEmployee.getAttribute("class");
hc_elementretrieveattrvalue.java 31 * The "getAttribute(name)" method returns an attribute
35 * invoke the 'getAttribute("class")' method. This should
69 attrValue = testAddress.getAttribute("class");
  /libcore/luni/src/main/java/libcore/icu/
NativeCollation.java 25 public static native int getAttribute(int address, int type);
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilRegionMediaElementImpl.java 40 if (region.getId().equals(this.getAttribute("region"))) {
  /development/testrunner/
android_manifest.py 52 return manifest.getAttribute('package')
93 instrs.append(element.getAttribute('android:name'))
  /external/emma/core/java12/com/vladium/emma/report/
Item.java 61 public final IItemAttribute getAttribute (final int attributeID, final int unitsID)
68 return IItemAttribute.Factory.getAttribute (attributeID, unitsID);
  /external/javassist/src/main/javassist/bytecode/
MethodInfo.java 140 = getAttribute(AnnotationsAttribute.invisibleTag);
147 = getAttribute(AnnotationsAttribute.visibleTag);
154 = getAttribute(ParameterAnnotationsAttribute.invisibleTag);
161 = getAttribute(ParameterAnnotationsAttribute.visibleTag);
168 = (AnnotationDefaultAttribute) getAttribute(AnnotationDefaultAttribute.tag);
177 = getAttribute(SignatureAttribute.tag);
299 public AttributeInfo getAttribute(String name) {
453 .getAttribute(LineNumberAttribute.tag);
  /external/javassist/src/main/javassist/convert/
TransformNew.java 69 = (StackMapTable)iterator.get().getAttribute(StackMapTable.tag);
74 = (StackMap)iterator.get().getAttribute(StackMap.tag);
  /external/webkit/Source/WebCore/html/
HTMLImageElement.cpp 174 String alt = getAttribute(altAttr);
177 alt = getAttribute(titleAttr);
265 int width = getAttribute(widthAttr).toInt(&ok);
288 int height = getAttribute(heightAttr).toInt(&ok);
332 return getAttribute(altAttr);
338 return !equalIgnoringCase(getAttribute(draggableAttr), "false");
348 return document()->completeURL(getAttribute(srcAttr));
394 addSubresourceURL(urls, document()->completeURL(getAttribute(usemapAttr)));
HTMLSourceElement.cpp 78 return getAttribute(mediaAttr);
88 return getAttribute(typeAttr);
HTMLStyleElement.cpp 92 return getAttribute(mediaAttr);
97 return getAttribute(typeAttr);
HTMLMeterElement.cpp 86 parseToDoubleForNumberType(getAttribute(minAttr), &min);
102 parseToDoubleForNumberType(getAttribute(maxAttr), &max);
118 parseToDoubleForNumberType(getAttribute(valueAttr), &value);
134 parseToDoubleForNumberType(getAttribute(lowAttr), &low);
150 parseToDoubleForNumberType(getAttribute(highAttr), &high);
166 parseToDoubleForNumberType(getAttribute(optimumAttr), &optimum);
  /external/icu4c/test/letest/
xmlreader.cpp 168 char *id = getCString(testCase->getAttribute(id_attr));
169 char *script = getCString(testCase->getAttribute(script_attr));
170 char *lang = getCString(testCase->getAttribute(lang_attr));
204 fontName = getCString(element->getAttribute(name_attr));
205 fontVer = getCString(element->getAttribute(ver_attr));
206 fontCksum = getCString(element->getAttribute(cksum_attr));
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
ProviderServiceTest.java 92 s.getAttribute(null);
97 if (s.getAttribute("aaa") != null) {
98 fail("getAttribute(aaa) failed");
107 if (s.getAttribute("bbb") != null) {
108 fail("getAttribute(bbb) failed");
110 if (!s.getAttribute("attribute").equals("value")) {
111 fail("getAttribute(attribute) failed");
113 if (!s.getAttribute("KeySize").equals("1024")) {
114 fail("getAttribute(KeySize) failed");
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRedirectHandler.java 128 HttpHost target = (HttpHost) context.getAttribute(
135 HttpRequest request = (HttpRequest) context.getAttribute(
149 RedirectLocations redirectLocations = (RedirectLocations) context.getAttribute(
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 578 if (equalIgnoringCase(getAttribute(aria_pressedAttr), "true"))
625 if (equalIgnoringCase(getAttribute(aria_checkedAttr), "true"))
644 const AtomicString& ariaMultiSelectable = getAttribute(aria_multiselectableAttr);
700 return getAttribute(aria_levelAttr).toInt();
901 const AtomicString& siblingAriaRole = static_cast<Element*>(sibling)->getAttribute(roleAttr);
953 const AtomicString& ariaHelp = getAttribute(aria_helpAttr);
959 const AtomicString& summary = static_cast<Element*>(curr->node())->getAttribute(summaryAttr);
962 const AtomicString& title = static_cast<Element*>(curr->node())->getAttribute(titleAttr);
989 String ariaLevel = element->getAttribute(aria_levelAttr);
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PasteboardChromium.cpp 142 urlString = static_cast<Element*>(node)->getAttribute(HTMLNames::srcAttr);
145 urlString = static_cast<Element*>(node)->getAttribute(XLinkNames::hrefAttr);
149 urlString = element->getAttribute(element->imageSourceAttributeName());
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLFenced.cpp 58 AtomicString openValue = fenced->getAttribute(MathMLNames::openAttr);
61 AtomicString closeValue = fenced->getAttribute(MathMLNames::closeAttr);
65 AtomicString separators = static_cast<Element*>(fenced)->getAttribute(MathMLNames::separatorsAttr);
RenderMathMLFraction.cpp 65 String nalign = fraction->getAttribute(MathMLNames::numalignAttr);
77 String dalign = fraction->getAttribute(MathMLNames::denomalignAttr);
86 String thickness = fraction->getAttribute(MathMLNames::linethicknessAttr);
  /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");
  /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");
  /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/collada/src/dae/
daeElement.cpp 212 std::string daeElement::getAttribute(size_t i) {
214 getAttribute(i, value);
218 void daeElement::getAttribute(size_t i, std::string& value) {
227 std::string daeElement::getAttribute(daeString name) {
229 getAttribute(name, value);
233 void daeElement::getAttribute(daeString name, std::string& value) {
234 getAttribute(getAttributeIndex(*this, name), value);
251 getAttribute(i, value);
446 std::string id = ret->getAttribute("id");
452 std::string name = ret->getAttribute("name")
    [all...]

Completed in 948 milliseconds

1 2 34 5 6 7 8 91011>>