HomeSort by relevance Sort by last modified time
    Searched defs:attributeName (Results 1 - 19 of 19) sorted by null

  /external/proguard/src/proguard/classfile/editor/
NamedAttributeDeleter.java 36 private final String attributeName;
39 public NamedAttributeDeleter(String attributeName)
41 this.attributeName = attributeName;
52 new AttributesEditor(programClass, false).deleteAttribute(attributeName);
  /external/webkit/WebCore/bindings/js/
JSSVGPODListCustom.h 68 const QualifiedName& attributeName = listImp->associatedAttributeName();
69 JSSVGContextCache::propagateSVGDOMChange(wrapper, attributeName);
73 JSSVGPODTypeWrapperCreatorForList<PODType>::create(item.get(), attributeName).get(), context);
  /external/webkit/WebCore/html/
HTMLFormCollection.cpp 113 const QualifiedName& attributeName = (attrName == idAttr) ? e->idAttributeName() : attrName;
114 if (e->isEnumeratable() && e->getAttribute(attributeName) == name) {
125 const QualifiedName& attributeName = (attrName == idAttr) ? e->idAttributeName() : attrName;
126 if (e->getAttribute(attributeName) == name) {
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementretrieveallattributes.java 66 String attributeName;
82 attributeName = attribute.getNodeName();
83 actual.add(attributeName);
hc_nodecloneattributescopied.java 68 String attributeName;
87 attributeName = attributeNode.getNodeName();
88 result.add(attributeName);
nodecloneattributescopied.java 71 String attributeName;
85 attributeName = attributeNode.getNodeName();
86 result.add(attributeName);
  /external/webkit/WebCore/svg/animation/
SMILTimeContainer.cpp 200 String attributeName = key.second;
202 ASSERT(!attributeName.isEmpty());
204 if (SVGAnimationElement::attributeIsCSS(attributeName))
205 baseValue = computedStyle(target)->getPropertyValue(cssPropertyID(attributeName));
207 baseValue = target->getAttribute(attributeName);
266 String attributeName = animation->attributeName();
267 if (attributeName.isEmpty()) {
269 attributeName = SVGNames::animateMotionTag.localName();
275 ElementAttributePair key(targetElement, attributeName);
    [all...]
SVGSMILElement.cpp 462 String SVGSMILElement::attributeName() const
    [all...]
  /external/webkit/WebCore/svg/
SVGAnimatedTemplate.h 43 , attributeName(0)
59 , attributeName(_attributeName.impl())
62 ASSERT(attributeName);
67 return element == other.element && attributeName == other.attributeName;
71 AtomicStringImpl* attributeName;
SVGAnimationElement.cpp 266 bool SVGAnimationElement::attributeIsCSS(const String& attributeName)
270 unsigned id = cssPropertyID(attributeName);
287 return attributeIsCSS(attributeName());
295 String attributeName = this->attributeName();
296 if (!target || attributeName.isEmpty() || value.isNull())
308 target->style()->setProperty(attributeName, value, "", ec);
312 target->setAttribute(attributeName, value, ec);
325 shadowTreeElement->style()->setProperty(attributeName, value, "", ec);
327 shadowTreeElement->setAttribute(attributeName, value, ec)
    [all...]
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 322 String attributeName = readAttributeName(true);
323 if (attributeName == null) {
332 || "expires".equals(attributeName) || "port".equals(attributeName)
339 setAttribute(cookie, attributeName, attributeValue);
  /external/proguard/src/proguard/classfile/io/
ProgramClassReader.java 773 String attributeName = clazz.getString(u2attributeNameIndex);
775 attributeName.equals(ClassConstants.ATTR_SourceFile) ? (Attribute)new SourceFileAttribute():
776 attributeName.equals(ClassConstants.ATTR_SourceDir) ? (Attribute)new SourceDirAttribute():
777 attributeName.equals(ClassConstants.ATTR_InnerClasses) ? (Attribute)new InnerClassesAttribute():
778 attributeName.equals(ClassConstants.ATTR_EnclosingMethod) ? (Attribute)new EnclosingMethodAttribute():
779 attributeName.equals(ClassConstants.ATTR_Deprecated) ? (Attribute)new DeprecatedAttribute():
780 attributeName.equals(ClassConstants.ATTR_Synthetic) ? (Attribute)new SyntheticAttribute():
781 attributeName.equals(ClassConstants.ATTR_Signature) ? (Attribute)new SignatureAttribute():
782 attributeName.equals(ClassConstants.ATTR_ConstantValue) ? (Attribute)new ConstantValueAttribute():
783 attributeName.equals(ClassConstants.ATTR_Exceptions) ? (Attribute)new ExceptionsAttrib (…)
    [all...]
  /external/webkit/WebCore/dom/
Element.cpp 658 const QualifiedName& attributeName = namedAttrMap->m_attributes[i]->name();
659 if (isEventHandlerAttribute(attributeName)) {
664 if (isAttributeToRemove(attributeName, namedAttrMap->m_attributes[i]->value()))
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/proguard/lib/
proguard.jar 

Completed in 389 milliseconds