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

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/html/
HTMLVideoElement.cpp 157 unsigned w = getAttribute(widthAttr).string().toUInt(&ok);
164 unsigned h = getAttribute(heightAttr).string().toUInt(&ok);
HTMLOptGroupElement.cpp 114 String itemText = document()->displayStringModifiedByEncoding(getAttribute(labelAttr));
HTMLLinkElement.cpp 275 String charset = getAttribute(charsetAttr);
470 return document()->completeURL(getAttribute(hrefAttr));
475 return getAttribute(relAttr);
480 return getAttribute(targetAttr);
485 return getAttribute(typeAttr);
  /external/webkit/Source/WebCore/svg/
SVGAElement.cpp 68 const AtomicString& title = getAttribute(XLinkNames::titleAttr);
186 target = (getAttribute(XLinkNames::showAttr) == "new") ? "_blank" : "_self";
  /frameworks/base/voip/java/android/net/sip/
SipAudioCall.java 781 if (media.getAttribute("recvonly") != null) {
783 } else if(media.getAttribute("sendonly") != null) {
785 } else if(offer.getAttribute("recvonly") != null) {
787 } else if(offer.getAttribute("sendonly") != null) {
    [all...]
  /packages/providers/CalendarProvider/
maketests.py 105 startTime = w.getAttribute("startTime")
106 endTime = w.getAttribute("endTime")
  /sdk/ide_common/src/com/android/ide/common/resources/
FrameworkResources.java 133 String name = element.getAttribute("name"); //$NON-NLS-1$
135 String typeName = element.getAttribute("type"); //$NON-NLS-1$
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
UrlOpener.java 139 .getAttribute(ClientContext.TARGET_AUTH_STATE);
144 .getAttribute(ClientContext.PROXY_AUTH_STATE);
  /external/apache-http/src/org/apache/http/impl/
DefaultConnectionReuseStrategy.java 90 context.getAttribute(ExecutionContext.HTTP_CONNECTION);
  /external/apache-http/src/org/apache/http/protocol/
ResponseConnControl.java 95 context.getAttribute(ExecutionContext.HTTP_REQUEST);
  /external/icu4c/i18n/unicode/
search.h 145 USearchAttributeValue getAttribute(USearchAttribute attribute) const;
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Data.java 89 String getAttribute(String key);
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 71 AP->EmitULEB128(AttrData.getAttribute(),
72 dwarf::AttributeString(AttrData.getAttribute()));
97 << dwarf::AttributeString(Data[i].getAttribute())
152 O << dwarf::AttributeString(Data[i].getAttribute());
  /external/webkit/Source/WebCore/editing/
SplitElementCommand.cpp 98 m_element2->setAttribute(HTMLNames::idAttr, m_element1->getAttribute(HTMLNames::idAttr));
  /external/webkit/Source/WebCore/wml/
WMLElement.cpp 86 return parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::titleAttr));
WMLPElement.cpp 109 String lastMode = lastParagraph->getAttribute(modeAttr);
WMLGoElement.cpp 104 String href = getAttribute(HTMLNames::hrefAttr);
131 if (getAttribute(sendrefererAttr) == "true")
134 String cacheControl = getAttribute(cache_controlAttr);
WMLSelectElement.cpp 306 String value = parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::valueAttr));
537 return parseValueForbiddingVariableReferences(getAttribute(HTMLNames::nameAttr));
542 return parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::valueAttr));
547 return parseValueForbiddingVariableReferences(getAttribute(inameAttr));
552 return parseValueSubstitutingVariableReferences(getAttribute(ivalueAttr));
  /libcore/luni/src/main/java/javax/xml/parsers/
DocumentBuilderFactory.java 295 public abstract Object getAttribute(String name)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java 102 String id = marker.getAttribute(LintRunner.MARKER_CHECKID_PROPERTY,
106 new MoreInfoProposal(id, marker.getAttribute(IMarker.MESSAGE, null)),
141 String id = marker.getAttribute(LintRunner.MARKER_CHECKID_PROPERTY,
149 String message = marker.getAttribute(IMarker.MESSAGE, null);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestPackageResult.java 171 setAppPackageName(getAttribute(parser, APP_PACKAGE_NAME_ATTR));
172 setName(getAttribute(parser, NAME_ATTR));
173 setDigest(getAttribute(parser, DIGEST_ATTR));
DeviceInfoResult.java 322 processString.append(getAttribute(parser, "name"));
346 featureString.append(getAttribute(parser, "name"));
348 featureString.append(getAttribute(parser, "type"));
350 featureString.append(getAttribute(parser, "available"));
376 result.append(getAttribute(parser, "name"));
  /external/chromium/webkit/glue/
dom_operations.cc 175 if (LowerCaseEqualsASCII(element.getAttribute("type"), "text/css")) {
184 WebString value = element.getAttribute(WebString::fromUTF8(attribute_name));
329 WebString value = element.getAttribute(attribute_name);
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java 78 it.getAttribute(AttributedCharacterIterator.Attribute.LANGUAGE);
82 it.getAttribute(AttributedCharacterIterator.Attribute.READING);
85 assertNull(it.getAttribute(AttributedCharacterIterator.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 137 private Node getAttribute(int i) {
250 Node attribute = getAttribute(i);
271 Node attribute = getAttribute(i);
293 Node attribute = getAttribute(i);
313 Node attribute = getAttribute(i);
392 // Temporarily translate <fragment> to <include> (and in getAttribute

Completed in 531 milliseconds

1 2 3 4 5 67 8 91011>>