/external/webkit/Source/WebCore/dom/ |
StyledElement.h | 66 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
|
Element.cpp | 745 const QualifiedName& attrName = attr->name(); 746 if (attrName == aria_activedescendantAttr) { 749 } else if (attrName == roleAttr) { 752 } else if (attrName == aria_valuenowAttr) { 755 } else if (attrName == aria_labelAttr || attrName == aria_labeledbyAttr || attrName == altAttr || attrName == titleAttr) { 758 } else if (attrName == aria_selectedAttr) 760 else if (attrName == aria_expandedAttr [all...] |
/external/webkit/Source/WebCore/html/ |
HTMLElement.h | 91 virtual bool mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const;
|
HTMLCanvasElement.cpp | 121 const QualifiedName& attrName = attr->name(); 122 if (attrName == widthAttr || attrName == heightAttr)
|
HTMLElement.cpp | 117 bool HTMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const 119 if (attrName == alignAttr 120 || attrName == contenteditableAttr 121 || attrName == hiddenAttr) { 125 if (attrName == dirAttr) { 130 return StyledElement::mapToEntry(attrName, result); [all...] |
/frameworks/rs/driver/ |
rsdShaderCache.h | 61 int32_t vtxAttribSlot(const android::String8 &attrName) const;
|
rsdShaderCache.cpp | 231 int32_t RsdShaderCache::vtxAttribSlot(const String8 &attrName) const { 233 if (attrName == mCurrent->vtxAttrs[ct].name) {
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
documentcreateelementdefaultattr.java | 86 assertEquals("attrName", "street", name);
|
hc_namednodemapreturnfirstitem.java | 95 assertEquals("attrName", expected, actual);
|
hc_namednodemapreturnlastitem.java | 97 assertEquals("attrName", expected, actual);
|
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
DocumentBuilderImpl.java | 279 String attrName = parser.getAttributeName(i); 287 Attr attr = document.createAttributeNS(attrNamespace, attrName); 310 String attrName = parser.getAttributeName(i); 314 Attr attr = document.createAttribute(attrName);
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
XmlDictInputOutput.java | 111 final String attrName = attrs.getLocalName(attrIndex); 112 if (FREQUENCY_ATTR.equals(attrName)) { 119 final String attrName = attrs.getLocalName(attrIndex); 120 attributes.put(attrName, attrs.getValue(attrIndex));
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemAttribute.java | 98 // String attrName = m_name_avt.evaluate(xctxt, sourceNode, this); 101 // new Object[]{ attrName });
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
CompletionProposal.java | 141 String attrName = matcher.group(1); 152 if (attrName.equals(name)) {
|
/external/javassist/src/main/javassist/bytecode/ |
AnnotationsAttribute.java | 118 * @param attrname attribute name (<code>visibleTag</code> or 124 public AnnotationsAttribute(ConstPool cp, String attrname, byte[] info) { 125 super(cp, attrname, info); 135 * @param attrname attribute name (<code>visibleTag</code> or 139 public AnnotationsAttribute(ConstPool cp, String attrname) { 140 this(cp, attrname, new byte[] { 0, 0 });
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
DOM3TreeWalker.java | 671 String attrName = attr.getNodeName();
686 attrName=attr.getLocalName();
693 attrName.equals("xmlns") || attrName.startsWith("xmlns:");
731 attrName = declAttrPrefix + ":" + localName;
733 attrName = localName;
760 attrName = attrPrefix + ":" + localName;
782 new Object[] { attrName });
838 fSerializer.addAttribute(attrNS, localName, attrName, type, attrValue);
850 attrName,
[all...] |
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGeneratorV8.pm | 685 my $attrName = $attribute->signature->name; 697 static v8::Handle<v8::Value> ${attrName}AttrGetter(v8::Local<v8::String> name, const v8::AccessorInfo& info) 699 INC_STATS(\"DOM.$implClassName.$attrName._get\"); 740 my $contentAttributeName = $reflect eq "1" ? lc $attrName : $reflect; 756 push(@implContentDecls, " if (!V8BindingSecurity::checkNodeSecurity(V8BindingState::Only(), imp->$attrName()))\n return v8::Handle<v8::Value>();\n\n"); 768 $attrName = $attribute->signature->extendedAttributes->{"v8referenceattr"}; 807 if (!IsNodeSubType($dataNode) && $attrName ne "self" && (IsWrapperType($returnType) && ($attribute->type =~ /^readonly/ || $attribute->signature->extendedAttributes->{"Replaceable"}) 820 push(@implContentDecls, " V8DOMWrapper::setNamedHiddenWindowReference(imp->frame(), \"${attrName}\", wrapper);\n"); 822 push(@implContentDecls, " V8DOMWrapper::setNamedHiddenReference(info.Holder(), \"${attrName}\", wrapper);\n"); [all...] |
/frameworks/base/media/java/android/media/ |
ExifInterface.java | 219 String attrName = attrStr.substring(ptr, equalPos); 231 if (attrName.equals("hasThumbnail")) { 234 mAttributes.put(attrName, attrValue);
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
ProviderTest.java | 101 hm.put("serviceName.algName attrName", "attrValue"); 105 !"attrValue".equals(p.getProperty("serviceName.algName attrName").trim()) ||
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/ |
BCStyle.java | 318 public ASN1ObjectIdentifier attrNameToOID(String attrName) 320 return IETFUtils.decodeAttrName(attrName, DefaultLookUp);
|
RFC4519Style.java | 207 public ASN1ObjectIdentifier attrNameToOID(String attrName) 209 return IETFUtils.decodeAttrName(attrName, DefaultLookUp);
|
/external/clang/lib/Parse/ |
ParseDeclCXX.cpp | [all...] |
/external/openssl/crypto/x509/ |
x509_att.c | 183 const char *attrname, int type, 188 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len);
|
x509_req.c | 310 const char *attrname, int type, 313 if(X509at_add1_attr_by_txt(&req->req_info->attributes, attrname,
|
/external/apache-harmony/security/src/test/api/java.injected/java/security/ |
ProviderTest.java | 65 !"attrValue".equals(p.getProperty("serviceName.algName attrName").trim()) ||
|