Searched defs:attrName (Results 1 - 25 of 189) sorted by relevance

12345678

/external/webkit/Source/WebCore/svg/
H A DSVGExternalResourcesRequired.cpp41 bool SVGExternalResourcesRequired::isKnownAttribute(const QualifiedName& attrName) argument
43 return attrName == SVGNames::externalResourcesRequiredAttr;
H A DSVGURIReference.cpp40 bool SVGURIReference::isKnownAttribute(const QualifiedName& attrName) argument
42 return attrName.matches(XLinkNames::hrefAttr);
H A DSVGDefsElement.cpp54 void SVGDefsElement::synchronizeProperty(const QualifiedName& attrName) argument
56 SVGStyledTransformableElement::synchronizeProperty(attrName);
58 if (attrName == anyQName()) {
60 SVGTests::synchronizeProperties(this, attrName);
64 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
66 else if (SVGTests::isKnownAttribute(attrName))
67 SVGTests::synchronizeProperties(this, attrName);
H A DSVGFEMergeNodeElement.cpp56 void SVGFEMergeNodeElement::svgAttributeChanged(const QualifiedName& attrName) argument
58 SVGElement::svgAttributeChanged(attrName);
60 if (attrName != SVGNames::inAttr)
85 void SVGFEMergeNodeElement::synchronizeProperty(const QualifiedName& attrName) argument
87 SVGElement::synchronizeProperty(attrName);
89 if (attrName == anyQName() || attrName == SVGNames::inAttr)
H A DSVGGElement.cpp58 void SVGGElement::svgAttributeChanged(const QualifiedName& attrName) argument
60 SVGStyledTransformableElement::svgAttributeChanged(attrName);
62 if (SVGTests::handleAttributeChange(this, attrName))
69 if (SVGLangSpace::isKnownAttribute(attrName)
70 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
74 void SVGGElement::synchronizeProperty(const QualifiedName& attrName) argument
76 SVGStyledTransformableElement::synchronizeProperty(attrName);
78 if (attrName == anyQName()) {
80 SVGTests::synchronizeProperties(this, attrName);
84 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
[all...]
H A DSVGLangSpace.cpp67 bool SVGLangSpace::isKnownAttribute(const QualifiedName& attrName) argument
69 return attrName.matches(XMLNames::langAttr) || attrName.matches(XMLNames::spaceAttr);
H A DSVGLineElement.cpp77 void SVGLineElement::svgAttributeChanged(const QualifiedName& attrName) argument
79 SVGStyledTransformableElement::svgAttributeChanged(attrName);
81 bool isLengthAttribute = attrName == SVGNames::x1Attr
82 || attrName == SVGNames::y1Attr
83 || attrName == SVGNames::x2Attr
84 || attrName == SVGNames::y2Attr;
89 if (SVGTests::handleAttributeChange(this, attrName))
102 if (SVGLangSpace::isKnownAttribute(attrName)
103 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
107 void SVGLineElement::synchronizeProperty(const QualifiedName& attrName) argument
[all...]
H A DSVGMPathElement.cpp52 void SVGMPathElement::synchronizeProperty(const QualifiedName& attrName) argument
54 SVGElement::synchronizeProperty(attrName);
56 if (attrName == anyQName()) {
62 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
64 else if (SVGURIReference::isKnownAttribute(attrName))
H A DSVGPolyElement.cpp68 void SVGPolyElement::svgAttributeChanged(const QualifiedName& attrName) argument
70 SVGStyledTransformableElement::svgAttributeChanged(attrName);
72 if (SVGTests::handleAttributeChange(this, attrName))
79 if (attrName == SVGNames::pointsAttr) {
85 if (SVGLangSpace::isKnownAttribute(attrName)
86 || SVGExternalResourcesRequired::isKnownAttribute(attrName))
90 void SVGPolyElement::synchronizeProperty(const QualifiedName& attrName) argument
92 SVGStyledTransformableElement::synchronizeProperty(attrName);
94 if (attrName == anyQName()) {
97 SVGTests::synchronizeProperties(this, attrName);
[all...]
H A DSVGSwitchElement.cpp67 void SVGSwitchElement::synchronizeProperty(const QualifiedName& attrName) argument
69 SVGStyledTransformableElement::synchronizeProperty(attrName);
71 if (attrName == anyQName()) {
73 SVGTests::synchronizeProperties(this, attrName);
77 if (SVGExternalResourcesRequired::isKnownAttribute(attrName))
79 else if (SVGTests::isKnownAttribute(attrName))
80 SVGTests::synchronizeProperties(this, attrName);
/external/webkit/Source/WebKit/chromium/src/
H A DWebDOMMutationEvent.cpp55 WebString WebDOMMutationEvent::attrName() const function in class:WebKit::WebDOMMutationEvent
57 return WebString(constUnwrap<MutationEvent>()->attrName());
H A DWebMutationEvent.cpp55 WebString WebMutationEvent::attrName() const function in class:WebKit::WebMutationEvent
57 return WebString(constUnwrap<MutationEvent>()->attrName());
/external/webkit/Source/WebCore/html/
H A DHTMLPreElement.cpp45 bool HTMLPreElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const argument
47 if (attrName == widthAttr || attrName == wrapAttr) {
51 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLTableCaptionElement.cpp47 bool HTMLTableCaptionElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const argument
49 if (attrName == alignAttr) {
54 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLTablePartElement.cpp39 bool HTMLTablePartElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const argument
41 if (attrName == backgroundAttr) {
46 if (attrName == bgcolorAttr ||
47 attrName == bordercolorAttr ||
48 attrName == valignAttr ||
49 attrName == heightAttr) {
54 if (attrName == alignAttr) {
59 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLUListElement.cpp50 bool HTMLUListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const argument
52 if (attrName == typeAttr) {
57 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLBRElement.cpp51 bool HTMLBRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const argument
53 if (attrName == clearAttr) {
58 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLDivElement.cpp51 bool HTMLDivElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const argument
53 if (attrName == alignAttr) {
57 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLHRElement.cpp51 bool HTMLHRElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const argument
53 if (attrName == alignAttr ||
54 attrName == widthAttr ||
55 attrName == colorAttr ||
56 attrName == sizeAttr ||
57 attrName == noshadeAttr) {
61 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLLIElement.cpp53 bool HTMLLIElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const argument
55 if (attrName == typeAttr) {
60 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLOListElement.cpp53 bool HTMLOListElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const argument
55 if (attrName == typeAttr) {
60 return HTMLElement::mapToEntry(attrName, result);
H A DHTMLParagraphElement.cpp47 bool HTMLParagraphElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const argument
49 if (attrName == alignAttr) {
53 return HTMLElement::mapToEntry(attrName, result);
/external/webkit/Source/WebCore/mathml/
H A DMathMLElement.cpp51 bool MathMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const argument
53 if (attrName == mathcolorAttr || attrName == mathbackgroundAttr
54 || attrName == colorAttr || attrName == backgroundAttr
55 || attrName == fontsizeAttr || attrName == fontstyleAttr
56 || attrName == fontweightAttr || attrName == fontfamilyAttr) {
60 return StyledElement::mapToEntry(attrName, resul
[all...]
/external/collada/src/dae/
H A DdomAny.cpp80 daeBool domAny::setAttribute(daeString attrName, daeString attrValue) { argument
85 if (daeElement::setAttribute(attrName, attrValue))
91 ma->setName( attrName );
/external/webkit/Source/WebCore/dom/
H A DMutationEvent.cpp35 const String& attrName, unsigned short attrChange)
40 , m_attrName(attrName)
51 const String& attrName, unsigned short attrChange)
61 m_attrName = attrName;
33 MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
49 initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument

Completed in 2625 milliseconds

12345678