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

1 2 3 4 5 6 78 91011>>

  /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())
143 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/html/
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/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/rule_api/src/com/android/ide/common/api/
IClientRulesEngine.java 276 String getAttribute(
  /tools/motodev/src/plugins/installer/src/com/motorola/studio/android/installer/
InstallerPlugin.java 115 pages.put(configElement.getAttribute(CONTRIBUTED_PAGE_EXTENSION_PAGEID),
  /tools/motodev/src/plugins/preflighting.checkers.ui/src/com/motorolamobility/preflighting/checkers/ui/
DeviceCompatibilityUnsupportedFeaturesQuickFix.java 69 (List<Object>) marker.getAttribute(QuickFixGenerator.QUICK_FIX_ID);
MissingPermissionsQuickFix.java 67 (List<Object>) marker.getAttribute(QuickFixGenerator.QUICK_FIX_ID);
  /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));
  /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.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Rule.java 373 if ( ruleScope!=null && ruleScope.getAttribute(name)!=null ) {
382 if ( returnScope!=null && returnScope.getAttribute(name)!=null ) {
385 else if ( parameterScope!=null && parameterScope.getAttribute(name)!=null ) {
391 if ( rulePropertiesScope.getAttribute(name)!=null ) {
425 (String)uniqueRefAST.code.getAttribute("label");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java 205 Attr attribute = context.getAttribute();
250 Attr attribute = context.getAttribute();
264 Attr attribute = context.getAttribute();
287 String permission = context.getAttribute().getValue();
302 String intent = context.getAttribute().getValue();
338 Attr attribute = context.getAttribute();
350 Attr attribute = context.getAttribute();
359 if (context.getAttribute() != null) {
372 return context.getAttribute().getValue();
385 Attr attribute = context.getAttribute();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java 146 private Node getAttribute(int i) {
265 Node attribute = getAttribute(i);
287 Node attribute = getAttribute(i);
310 Node attribute = getAttribute(i);
331 Node attribute = getAttribute(i);
427 // Temporarily translate <fragment> to <include> (and in getAttribute
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 178 m_attributeName = constructQualifiedName(this, getAttribute(SVGNames::attributeNameAttr));
382 parseBeginOrEnd(getAttribute(SVGNames::endAttr), End);
391 parseBeginOrEnd(getAttribute(SVGNames::beginAttr), Begin);
532 const AtomicString& value = getAttribute(SVGNames::restartAttr);
543 const AtomicString& value = getAttribute(SVGNames::fillAttr);
549 return getAttribute(XLinkNames::hrefAttr);
556 const AtomicString& value = getAttribute(SVGNames::durAttr);
565 const AtomicString& value = getAttribute(SVGNames::repeatDurAttr);
576 const AtomicString& value = getAttribute(SVGNames::repeatCountAttr);
592 const AtomicString& value = getAttribute(SVGNames::maxAttr)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 223 String name = element.getAttribute("name"); //$NON-NLS-1$
250 String fqcn = child.getAttribute("class"); //$NON-NLS-1$
254 String fill = child.getAttribute("fill"); //$NON-NLS-1$
262 String skip = child.getAttribute("skip"); //$NON-NLS-1$
264 String render = child.getAttribute("render"); //$NON-NLS-1$
268 String displayName = child.getAttribute("name"); //$NON-NLS-1$
273 String relatedTo = child.getAttribute("relatedTo"); //$NON-NLS-1$
274 String topAttrs = child.getAttribute("topAttrs"); //$NON-NLS-1$
275 String resize = child.getAttribute("resize"); //$NON-NLS-1$
280 String init = child.getAttribute("init"); //$NON-NLS-1
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp 240 const AtomicString& value = getAttribute(SVGNames::calcModeAttr);
256 const AtomicString& value = getAttribute(SVGNames::attributeTypeAttr);
266 return getAttribute(SVGNames::toAttr);
271 return getAttribute(SVGNames::byAttr);
276 return getAttribute(SVGNames::fromAttr);
282 const AtomicString& value = getAttribute(SVGNames::additiveAttr);
289 const AtomicString& value = getAttribute(SVGNames::accumulateAttr);

Completed in 1364 milliseconds

1 2 3 4 5 6 78 91011>>