/external/webkit/Source/WebCore/svg/ |
SVGAElement.cpp | 93 void SVGAElement::svgAttributeChanged(const QualifiedName& attrName) 95 SVGStyledTransformableElement::svgAttributeChanged(attrName); 99 if (SVGURIReference::isKnownAttribute(attrName)) { 123 void SVGAElement::synchronizeProperty(const QualifiedName& attrName) 125 SVGStyledTransformableElement::synchronizeProperty(attrName); 127 if (attrName == anyQName()) { 131 SVGTests::synchronizeProperties(this, attrName); 135 if (attrName == SVGNames::targetAttr) 137 else if (SVGURIReference::isKnownAttribute(attrName)) 139 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) [all...] |
SVGRadialGradientElement.cpp | 83 void SVGRadialGradientElement::svgAttributeChanged(const QualifiedName& attrName) 85 SVGGradientElement::svgAttributeChanged(attrName); 87 if (attrName == SVGNames::cxAttr 88 || attrName == SVGNames::cyAttr 89 || attrName == SVGNames::fxAttr 90 || attrName == SVGNames::fyAttr 91 || attrName == SVGNames::rAttr) { 102 void SVGRadialGradientElement::synchronizeProperty(const QualifiedName& attrName) 104 SVGGradientElement::synchronizeProperty(attrName); 106 if (attrName == anyQName()) [all...] |
SVGTextContentElement.cpp | 214 void SVGTextContentElement::synchronizeProperty(const QualifiedName& attrName) 216 SVGStyledElement::synchronizeProperty(attrName); 218 if (attrName == anyQName()) { 222 SVGTests::synchronizeProperties(this, attrName); 226 if (attrName == SVGNames::lengthAdjustAttr) 228 else if (attrName == SVGNames::textLengthAttr) 230 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) 232 else if (SVGTests::isKnownAttribute(attrName)) 233 SVGTests::synchronizeProperties(this, attrName); 236 void SVGTextContentElement::svgAttributeChanged(const QualifiedName& attrName) [all...] |
SVGSVGElement.cpp | 292 static void updateCSSForAttribute(SVGSVGElement* element, const QualifiedName& attrName, CSSPropertyID property, const SVGLength& value) 294 Attribute* attribute = element->attributes(false)->getAttributeItem(attrName); 300 void SVGSVGElement::svgAttributeChanged(const QualifiedName& attrName) 302 SVGStyledElement::svgAttributeChanged(attrName); 310 if (attrName == SVGNames::widthAttr) { 311 updateCSSForAttribute(this, attrName, CSSPropertyWidth, widthBaseValue()); 313 } else if (attrName == SVGNames::heightAttr) { 314 updateCSSForAttribute(this, attrName, CSSPropertyHeight, heightBaseValue()); 319 || attrName == SVGNames::xAttr 320 || attrName == SVGNames::yAtt [all...] |
SVGViewElement.cpp | 64 void SVGViewElement::synchronizeProperty(const QualifiedName& attrName) 66 SVGStyledElement::synchronizeProperty(attrName); 68 if (attrName == anyQName()) { 75 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) 77 else if (SVGFitToViewBox::isKnownAttribute(attrName)) {
|
SVGScriptElement.cpp | 51 const QualifiedName& attrName = attr->name(); 53 if (attrName == SVGNames::typeAttr) 65 void SVGScriptElement::svgAttributeChanged(const QualifiedName& attrName) 67 SVGElement::svgAttributeChanged(attrName); 69 if (SVGURIReference::isKnownAttribute(attrName)) 71 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) { 84 void SVGScriptElement::synchronizeProperty(const QualifiedName& attrName) 86 SVGElement::synchronizeProperty(attrName); 88 if (attrName == anyQName()) { 94 if (SVGExternalResourcesRequired::isKnownAttribute(attrName)) [all...] |
SVGTests.cpp | 88 bool SVGTests::isKnownAttribute(const QualifiedName& attrName) 90 return attrName == SVGNames::requiredFeaturesAttr 91 || attrName == SVGNames::requiredExtensionsAttr 92 || attrName == SVGNames::systemLanguageAttr; 95 bool SVGTests::handleAttributeChange(const SVGElement* targetElement, const QualifiedName& attrName) 97 if (!isKnownAttribute(attrName)) 111 void SVGTests::synchronizeProperties(SVGElement* contextElement, const QualifiedName& attrName) 113 if (attrName == anyQName()) { 120 if (attrName == SVGNames::requiredFeaturesAttr) 122 else if (attrName == SVGNames::requiredExtensionsAttr [all...] |
SVGTRefElement.cpp | 68 void SVGTRefElement::svgAttributeChanged(const QualifiedName& attrName) 70 SVGTextPositioningElement::svgAttributeChanged(attrName); 75 if (SVGURIReference::isKnownAttribute(attrName)) 79 void SVGTRefElement::synchronizeProperty(const QualifiedName& attrName) 81 SVGTextPositioningElement::synchronizeProperty(attrName); 83 if (attrName == anyQName() || SVGURIReference::isKnownAttribute(attrName))
|
SVGTextElement.cpp | 124 void SVGTextElement::svgAttributeChanged(const QualifiedName& attrName) 126 SVGTextPositioningElement::svgAttributeChanged(attrName); 132 if (SVGTransformable::isKnownAttribute(attrName)) { 138 void SVGTextElement::synchronizeProperty(const QualifiedName& attrName) 140 SVGTextPositioningElement::synchronizeProperty(attrName); 142 if (attrName == anyQName() || SVGTransformable::isKnownAttribute(attrName))
|
SVGStyledElement.cpp | 55 void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, int>* propertyNameToIdMap, const QualifiedName& attrName) 57 int propertyId = cssPropertyID(attrName.localName()); 59 propertyNameToIdMap->set(attrName.localName().impl(), propertyId); 131 int SVGStyledElement::cssPropertyIdForSVGAttributeName(const QualifiedName& attrName) 133 if (!attrName.namespaceURI().isNull()) 201 return propertyNameToIdMap->get(attrName.localName().impl()); 268 AnimatedAttributeType SVGStyledElement::animatedPropertyTypeForCSSProperty(const QualifiedName& attrName) 271 if (cssPropertyTypeMap.contains(attrName)) 272 return cssPropertyTypeMap.get(attrName); 276 bool SVGStyledElement::isAnimatableCSSProperty(const QualifiedName& attrName) [all...] |
SVGLangSpace.cpp | 67 bool SVGLangSpace::isKnownAttribute(const QualifiedName& attrName) 69 return attrName.matches(XMLNames::langAttr) || attrName.matches(XMLNames::spaceAttr);
|
SVGAltGlyphElement.cpp | 49 void SVGAltGlyphElement::synchronizeProperty(const QualifiedName& attrName) 51 SVGTextPositioningElement::synchronizeProperty(attrName); 53 if (attrName == anyQName() || SVGURIReference::isKnownAttribute(attrName))
|
SVGFEImageElement.cpp | 98 void SVGFEImageElement::svgAttributeChanged(const QualifiedName& attrName) 100 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName); 102 if (attrName == SVGNames::preserveAspectRatioAttr) 106 void SVGFEImageElement::synchronizeProperty(const QualifiedName& attrName) 108 SVGFilterPrimitiveStandardAttributes::synchronizeProperty(attrName); 110 if (attrName == anyQName()) { 117 if (attrName == SVGNames::preserveAspectRatioAttr) 119 else if (SVGURIReference::isKnownAttribute(attrName)) 121 else if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
|
SVGPathElement.cpp | 205 void SVGPathElement::svgAttributeChanged(const QualifiedName& attrName) 207 SVGStyledTransformableElement::svgAttributeChanged(attrName); 209 if (SVGTests::handleAttributeChange(this, attrName)) 214 if (attrName == SVGNames::dAttr) { 233 if (attrName == SVGNames::pathLengthAttr 234 || SVGLangSpace::isKnownAttribute(attrName) 235 || SVGExternalResourcesRequired::isKnownAttribute(attrName)) 239 void SVGPathElement::synchronizeProperty(const QualifiedName& attrName) 241 SVGStyledTransformableElement::synchronizeProperty(attrName); 243 if (attrName == anyQName()) [all...] |
SVGExternalResourcesRequired.cpp | 41 bool SVGExternalResourcesRequired::isKnownAttribute(const QualifiedName& attrName) 43 return attrName == SVGNames::externalResourcesRequiredAttr;
|
/external/webkit/Source/WebCore/dom/ |
MutationEvent.h | 48 const String& prevValue = String(), const String& newValue = String(), const String& attrName = String(), unsigned short attrChange = 0) 50 return adoptRef(new MutationEvent(type, canBubble, false, relatedNode, prevValue, newValue, attrName, attrChange)); 55 const String& attrName, unsigned short attrChange); 60 String attrName() const { return m_attrName; } 69 const String& attrName, unsigned short attrChange);
|
MutationEvent.idl | 33 readonly attribute DOMString attrName; 42 in DOMString attrName,
|
/external/webkit/Source/WebCore/html/ |
HTMLHRElement.cpp | 51 bool HTMLHRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const 53 if (attrName == alignAttr || 54 attrName == widthAttr || 55 attrName == colorAttr || 56 attrName == sizeAttr || 57 attrName == noshadeAttr) { 61 return HTMLElement::mapToEntry(attrName, result);
|
HTMLTableCaptionElement.cpp | 47 bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const 49 if (attrName == alignAttr) { 54 return HTMLElement::mapToEntry(attrName, result);
|
HTMLUListElement.cpp | 50 bool HTMLUListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const 52 if (attrName == typeAttr) { 57 return HTMLElement::mapToEntry(attrName, result);
|
HTMLPreElement.cpp | 45 bool HTMLPreElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const 47 if (attrName == widthAttr || attrName == wrapAttr) { 51 return HTMLElement::mapToEntry(attrName, result);
|
/external/webkit/Source/WebKit/chromium/src/ |
WebElement.cpp | 66 bool WebElement::hasAttribute(const WebString& attrName) const 68 return constUnwrap<Element>()->hasAttribute(attrName); 71 WebString WebElement::getAttribute(const WebString& attrName) const 73 return constUnwrap<Element>()->getAttribute(attrName); 76 bool WebElement::setAttribute(const WebString& attrName, const WebString& attrValue) 79 unwrap<Element>()->setAttribute(attrName, attrValue, exceptionCode);
|
/external/webkit/Source/WebCore/svg/properties/ |
SVGAnimatedPropertySynchronizer.h | 36 static void synchronize(SVGElement* ownerElement, const QualifiedName& attrName, const AtomicString& value) 39 Attribute* old = namedAttrMap->getAttributeItem(attrName); 43 namedAttrMap->addAttribute(ownerElement->createAttribute(attrName, value));
|
/libcore/luni/src/test/java/tests/org/w3c/dom/ |
ElementSetAttributeNS.java | 59 String attrName; 67 attrName = attribute.getNodeName(); 69 assertEquals("elementsetattributens01_attrName", "attr", attrName); 77 String attrName; 86 attrName = attribute.getNodeName(); 89 attrName); 98 String attrName; 110 attrName = attribute.getNodeName(); 113 attrName);
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_namednodemapreturnattrnode.js | 99 var attrName; 112 attrName = streetAttr.nodeName; 114 assertEqualsAutoCase("attribute", "nodeName","class",attrName); 115 attrName = streetAttr.name; 117 assertEqualsAutoCase("attribute", "name","class",attrName);
|