/libcore/luni/src/test/java/tests/org/w3c/dom/ |
NodeSetPrefix.java | 109 // String attrName; 120 // attrName = attribute.getNodeName(); 122 // assertEquals("nodesetprefix02_attrName", "dmstc:domestic", attrName);
|
/external/skia/include/xml/ |
SkDOM.h | 45 const char* findAttr(const Node*, const char attrName[]) const;
|
/external/skia/legacy/include/xml/ |
SkDOM.h | 45 const char* findAttr(const Node*, const char attrName[]) const;
|
/external/webkit/Source/WebCore/dom/ |
NamedNodeMap.cpp | 180 const QualifiedName& attrName = m_attributes[i]->name(); 181 if (!attrName.hasPrefix()) { 182 if (shouldIgnoreAttributeCase && equalIgnoringCase(name, attrName.localName())) 188 if (equalPossiblyIgnoringCase(name, attrName.toString(), shouldIgnoreAttributeCase))
|
StyledElement.cpp | 101 void StyledElement::removeMappedAttributeDecl(MappedAttributeEntry entryType, const QualifiedName& attrName, const AtomicString& attrValue) 105 mappedAttributeDecls->remove(MappedAttributeKey(entryType, attrName.localName().impl(), attrValue.impl())); 205 bool StyledElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const 208 if (attrName == styleAttr)
|
/external/webkit/Source/WebCore/html/ |
HTMLFrameSetElement.h | 70 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
|
HTMLImageElement.h | 83 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
|
/external/webkit/Source/WebCore/svg/ |
SVGElement.cpp | 272 AnimatedAttributeType SVGElement::animatedPropertyTypeForAttribute(const QualifiedName& attrName) 277 if (animatedAttributeMap.contains(attrName)) 278 return animatedAttributeMap.get(attrName); 280 return static_cast<SVGStyledElement*>(this)->animatedPropertyTypeForCSSProperty(attrName);
|
SVGStyledElement.h | 32 void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, int>* propertyNameToIdMap, const QualifiedName& attrName);
|
SVGTransformable.cpp | 209 bool SVGTransformable::isKnownAttribute(const QualifiedName& attrName) 211 return attrName == SVGNames::transformAttr;
|
SVGFontFaceElement.cpp | 64 static int cssPropertyIdForSVGAttributeName(const QualifiedName& attrName) 66 if (!attrName.namespaceURI().isNull()) 109 return propertyNameToIdMap->get(attrName.localName().impl());
|
/external/webkit/Source/WebCore/svg/animation/ |
SVGSMILElement.cpp | 404 const QualifiedName& attrName = attr->name(); 405 if (attrName == SVGNames::durAttr) 407 else if (attrName == SVGNames::repeatDurAttr) 409 else if (attrName == SVGNames::repeatCountAttr) 411 else if (attrName == SVGNames::minAttr) 413 else if (attrName == SVGNames::maxAttr) 415 else if (attrName == SVGNames::attributeNameAttr) { 421 if (attrName == SVGNames::beginAttr) 423 else if (attrName == SVGNames::endAttr) [all...] |
/external/webkit/Source/WebKit/chromium/src/ |
DOMUtilitiesPrivate.h | 62 const WebCore::QualifiedName& attrName);
|
/external/webkit/Source/WebKit/win/Interfaces/ |
DOMEvents.idl | 326 //readonly attribute DOMString attrName; 327 HRESULT attrName([out, retval] BSTR* result); 338 // in DOMString attrName, 340 HRESULT initMutationEvent([in] BSTR type, [in] BOOL canBubble, [in] BOOL cancelable, [in] IDOMNode* relatedNode, [in] BSTR prevValue, [in] BSTR newValue, [in] BSTR attrName, [in] unsigned short attrChange);
|
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlParser.java | 195 String attrName = attributes[i + 2]; 196 int cut = attrName.indexOf(':'); 200 prefix = attrName.substring(0, cut); 201 attrName = attrName.substring(cut + 1); 202 } else if (attrName.equals("xmlns")) { 203 prefix = attrName; 204 attrName = null; 215 nspStack[j] = attrName; 218 if (attrName != null && attributes[i + 3].isEmpty()) [all...] |
/external/openssl/crypto/evp/ |
evp_pkey.c | 236 const char *attrname, int type, 239 if(X509at_add1_attr_by_txt(&key->attributes, attrname,
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/util/ |
TestAttributeSet.java | 143 String attrName = resourceExtractor.getResourceName(resourceId); 144 String value = getAttributeValueInMap(null, attrName);
|
/external/webkit/Source/WebCore/editing/ |
EditingStyle.cpp | 173 static PassOwnPtr<HTMLAttributeEquivalent> create(CSSPropertyID propertyID, const QualifiedName& tagName, const QualifiedName& attrName) 175 return adoptPtr(new HTMLAttributeEquivalent(propertyID, tagName, attrName)); 177 static PassOwnPtr<HTMLAttributeEquivalent> create(CSSPropertyID propertyID, const QualifiedName& attrName) 179 return adoptPtr(new HTMLAttributeEquivalent(propertyID, attrName)); 190 HTMLAttributeEquivalent(CSSPropertyID, const QualifiedName& tagName, const QualifiedName& attrName); 191 HTMLAttributeEquivalent(CSSPropertyID, const QualifiedName& attrName); 195 HTMLAttributeEquivalent::HTMLAttributeEquivalent(CSSPropertyID id, const QualifiedName& tagName, const QualifiedName& attrName) 197 , m_attrName(attrName) 201 HTMLAttributeEquivalent::HTMLAttributeEquivalent(CSSPropertyID id, const QualifiedName& attrName) 203 , m_attrName(attrName) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContext.java | 648 String attrName = attribute.getFirst(); 654 attrName); 659 value = set.getAttributeValue(BridgeConstants.NS_APP_RES_AUTO, attrName); 671 attrName, frameworkAttr); 677 attrName, frameworkAttr); 683 resValue = mRenderResources.findItemInTheme(attrName, frameworkAttr); 691 defaultPropMap.put(attrName, resValue.getValue()); 697 ta.bridgeSetValue(index, attrName, frameworkAttr, resValue); 701 ta.bridgeSetValue(index, attrName, frameworkAttr, 702 mRenderResources.resolveValue(null, attrName, value, isPlatformFile)) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
AttrsXmlParser.java | 578 * @param attrName The value of the name attribute of <attr> 583 private String[] parseEnumFlagValues(Node attrNode, String filter, String attrName) { 591 attrName, filter); 603 attrName, filter, name); 610 Map<String, Integer> map = mEnumFlagValues.get(attrName); 613 mEnumFlagValues.put(attrName, map); 620 attrName, filter, name, value);
|
/external/clang/lib/Parse/ |
ParseDecl.cpp | 139 IdentifierInfo *AttrName = Tok.getIdentifierInfo(); 144 if (LateAttrs && isAttributeLateParsed(*AttrName)) { 146 new LateParsedAttribute(this, *AttrName, AttrNameLoc); 162 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc, 166 attrs.addNew(AttrName, AttrNameLoc, 0, AttrNameLoc, 184 void Parser::ParseGNUAttributeArgs(IdentifierInfo *AttrName, 195 if (AttrName->isStr("availability")) { 196 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc); 201 if (IsThreadSafetyAttribute(AttrName->getName())) { 202 ParseThreadSafetyAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc) [all...] |
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_namednodemapreturnfirstitem.js | 139 assertEqualsCollection("attrName",expected,actual);
|
hc_namednodemapreturnlastitem.js | 141 assertEqualsCollection("attrName",expected,actual);
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_namednodemapreturnfirstitem.js | 139 assertEqualsCollection("attrName",expected,actual);
|
hc_namednodemapreturnlastitem.js | 141 assertEqualsCollection("attrName",expected,actual);
|