HomeSort by relevance Sort by last modified time
    Searched refs:getAttribute (Results 126 - 150 of 589) sorted by null

1 2 3 4 56 7 8 91011>>

  /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(
  /external/webkit/Source/WebCore/accessibility/
AccessibilityMediaControls.h 70 const AtomicString& getAttribute(const QualifiedName& attribute) const;
  /external/webkit/Source/WebCore/html/
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/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,
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementcreatenewattribute.java 80 attrVal = testAddress.getAttribute("district");
elementremoveattribute.java 82 attrValue = testEmployee.getAttribute("street");
elementremoveattributerestoredefaultvalue.java 82 attribute = testEmployee.getAttribute("street");
hc_elementcreatenewattribute.java 80 attrVal = testAddress.getAttribute("lang");
  /libcore/luni/src/main/java/java/text/
AttributedCharacterIterator.java 172 public Object getAttribute(Attribute attribute);
  /libcore/luni/src/main/java/javax/xml/transform/
TransformerFactory.java 307 public abstract Object getAttribute(String name);
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderFactoryImpl.java 38 public Object getAttribute(String name) throws IllegalArgumentException {
  /libcore/luni/src/main/java/org/w3c/dom/
Element.java 53 public String getAttribute(String name);
  /libcore/support/src/test/java/tests/support/
Support_Xml.java 52 return e.getAttribute("attr");
  /packages/apps/Mms/src/com/android/mms/dom/smil/
SmilLayoutElementImpl.java 38 return this.getAttribute("type");
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElementTest.java 239 assertNull(e.getAttribute("unknown uri", "name"));
240 assertNull(e.getAttribute("uri", "unknown name"));
242 e.getAttribute("uri", "name"));
244 e.getAttribute("my-uri", "second-name"));
  /tools/motodev/src/plugins/preflighting/src/com/motorolamobility/preflighting/internal/commandoutput/
OutputterExtensionReader.java 56 String id = element.getAttribute(OUTPUTTER_ATTRIBUTE_ID).toUpperCase();
  /tools/motodev/src/plugins/preflighting.checkers.ui/src/com/motorolamobility/preflighting/checkers/ui/
UnneededPermissionsQuickFix.java 66 (List<Object>) marker.getAttribute(QuickFixGenerator.QUICK_FIX_ID);

Completed in 1128 milliseconds

1 2 3 4 56 7 8 91011>>