Searched refs:attrName (Results 1 - 25 of 165) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/web/
H A DDOMUtilitiesPrivate.cpp45 bool elementHasLegalLinkAttribute(const Element* element, const QualifiedName& attrName) argument
47 if (attrName == srcAttr)
49 if (attrName == hrefAttr)
51 if (attrName == actionAttr)
53 if (attrName == backgroundAttr)
55 if (attrName == citeAttr)
57 if (attrName == classidAttr || attrName == dataAttr)
59 if (attrName == codebaseAttr)
H A DDOMUtilitiesPrivate.h50 const WebCore::QualifiedName& attrName);
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/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedEnumeration.cpp42 static inline unsigned enumerationValueForTargetAttribute(SVGElement* targetElement, const QualifiedName& attrName, const String& value) argument
45 if (attrName == SVGNames::clipPathUnitsAttr
46 || attrName == SVGNames::filterUnitsAttr
47 || attrName == SVGNames::gradientUnitsAttr
48 || attrName == SVGNames::maskContentUnitsAttr
49 || attrName == SVGNames::maskUnitsAttr
50 || attrName == SVGNames::patternContentUnitsAttr
51 || attrName == SVGNames::patternUnitsAttr
52 || attrName == SVGNames::primitiveUnitsAttr)
55 if (attrName
[all...]
H A DSVGFECompositeElement.cpp66 bool SVGFECompositeElement::isSupportedAttribute(const QualifiedName& attrName) argument
78 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
128 bool SVGFECompositeElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
131 if (attrName == SVGNames::operatorAttr)
133 if (attrName == SVGNames::k1Attr)
135 if (attrName == SVGNames::k2Attr)
137 if (attrName == SVGNames::k3Attr)
139 if (attrName == SVGNames::k4Attr)
147 void SVGFECompositeElement::svgAttributeChanged(const QualifiedName& attrName) argument
149 if (!isSupportedAttribute(attrName)) {
[all...]
H A DSVGFESpecularLightingElement.cpp82 bool SVGFESpecularLightingElement::isSupportedAttribute(const QualifiedName& attrName) argument
92 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
134 bool SVGFESpecularLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
138 if (attrName == SVGNames::lighting_colorAttr) {
144 if (attrName == SVGNames::surfaceScaleAttr)
146 if (attrName == SVGNames::specularConstantAttr)
148 if (attrName == SVGNames::specularExponentAttr)
156 if (attrName == SVGNames::azimuthAttr)
158 if (attrName == SVGNames::elevationAttr)
160 if (attrName
181 svgAttributeChanged(const QualifiedName& attrName) argument
206 lightElementAttributeChanged(const SVGFELightElement* lightElement, const QualifiedName& attrName) argument
[all...]
H A DSVGFEDiffuseLightingElement.cpp78 bool SVGFEDiffuseLightingElement::isSupportedAttribute(const QualifiedName& attrName) argument
88 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
125 bool SVGFEDiffuseLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
129 if (attrName == SVGNames::lighting_colorAttr) {
135 if (attrName == SVGNames::surfaceScaleAttr)
137 if (attrName == SVGNames::diffuseConstantAttr)
145 if (attrName == SVGNames::azimuthAttr)
147 if (attrName == SVGNames::elevationAttr)
149 if (attrName == SVGNames::xAttr)
151 if (attrName
170 svgAttributeChanged(const QualifiedName& attrName) argument
195 lightElementAttributeChanged(const SVGFELightElement* lightElement, const QualifiedName& attrName) argument
[all...]
H A DSVGFETurbulenceElement.cpp77 bool SVGFETurbulenceElement::isSupportedAttribute(const QualifiedName& attrName) argument
87 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
133 bool SVGFETurbulenceElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
136 if (attrName == SVGNames::typeAttr)
138 if (attrName == SVGNames::stitchTilesAttr)
140 if (attrName == SVGNames::baseFrequencyAttr) {
145 if (attrName == SVGNames::seedAttr)
147 if (attrName == SVGNames::numOctavesAttr)
154 void SVGFETurbulenceElement::svgAttributeChanged(const QualifiedName& attrName) argument
156 if (!isSupportedAttribute(attrName)) {
[all...]
H A DSVGFEBlendElement.cpp58 bool SVGFEBlendElement::isSupportedAttribute(const QualifiedName& attrName) argument
66 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
96 bool SVGFEBlendElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
99 if (attrName == SVGNames::modeAttr)
106 void SVGFEBlendElement::svgAttributeChanged(const QualifiedName& attrName) argument
108 if (!isSupportedAttribute(attrName)) {
109 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
115 if (attrName == SVGNames::modeAttr) {
116 primitiveAttributeChanged(attrName);
120 if (attrName
[all...]
H A DSVGFEOffsetElement.cpp57 bool SVGFEOffsetElement::isSupportedAttribute(const QualifiedName& attrName) argument
65 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
93 void SVGFEOffsetElement::svgAttributeChanged(const QualifiedName& attrName) argument
95 if (!isSupportedAttribute(attrName)) {
96 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
102 if (attrName == SVGNames::inAttr || attrName == SVGNames::dxAttr || attrName == SVGNames::dyAttr) {
H A DSVGFEMergeNodeElement.cpp51 bool SVGFEMergeNodeElement::isSupportedAttribute(const QualifiedName& attrName) argument
56 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
74 void SVGFEMergeNodeElement::svgAttributeChanged(const QualifiedName& attrName) argument
76 if (!isSupportedAttribute(attrName)) {
77 SVGElement::svgAttributeChanged(attrName);
83 if (attrName == SVGNames::inAttr) {
H A DSVGFETileElement.cpp53 bool SVGFETileElement::isSupportedAttribute(const QualifiedName& attrName) argument
58 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
76 void SVGFETileElement::svgAttributeChanged(const QualifiedName& attrName) argument
78 if (!isSupportedAttribute(attrName)) {
79 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
85 if (attrName == SVGNames::inAttr) {
H A DSVGSymbolElement.cpp57 bool SVGSymbolElement::isSupportedAttribute(const QualifiedName& attrName) argument
64 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
82 void SVGSymbolElement::svgAttributeChanged(const QualifiedName& attrName) argument
84 if (!isSupportedAttribute(attrName)) {
85 SVGElement::svgAttributeChanged(attrName);
92 if (attrName == SVGNames::viewBoxAttr)
H A DSVGFEDisplacementMapElement.cpp62 bool SVGFEDisplacementMapElement::isSupportedAttribute(const QualifiedName& attrName) argument
72 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
114 bool SVGFEDisplacementMapElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
117 if (attrName == SVGNames::xChannelSelectorAttr)
119 if (attrName == SVGNames::yChannelSelectorAttr)
121 if (attrName == SVGNames::scaleAttr)
128 void SVGFEDisplacementMapElement::svgAttributeChanged(const QualifiedName& attrName) argument
130 if (!isSupportedAttribute(attrName)) {
131 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
137 if (attrName
[all...]
H A DSVGCircleElement.cpp63 bool SVGCircleElement::isSupportedAttribute(const QualifiedName& attrName) argument
73 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
96 void SVGCircleElement::svgAttributeChanged(const QualifiedName& attrName) argument
98 if (!isSupportedAttribute(attrName)) {
99 SVGGraphicsElement::svgAttributeChanged(attrName);
105 bool isLengthAttribute = attrName == SVGNames::cxAttr
106 || attrName == SVGNames::cyAttr
107 || attrName == SVGNames::rAttr;
122 if (SVGLangSpace::isKnownAttribute(attrName) || SVGExternalResourcesRequired::isKnownAttribute(attrName)) {
[all...]
H A DSVGRectElement.cpp72 bool SVGRectElement::isSupportedAttribute(const QualifiedName& attrName) argument
85 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
114 void SVGRectElement::svgAttributeChanged(const QualifiedName& attrName) argument
116 if (!isSupportedAttribute(attrName)) {
117 SVGGraphicsElement::svgAttributeChanged(attrName);
123 bool isLengthAttribute = attrName == SVGNames::xAttr
124 || attrName == SVGNames::yAttr
125 || attrName == SVGNames::widthAttr
126 || attrName == SVGNames::heightAttr
127 || attrName
[all...]
H A DSVGGElement.cpp54 bool SVGGElement::isSupportedAttribute(const QualifiedName& attrName) argument
59 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
75 void SVGGElement::svgAttributeChanged(const QualifiedName& attrName) argument
77 if (!isSupportedAttribute(attrName)) {
78 SVGGraphicsElement::svgAttributeChanged(attrName);
H A DSVGFEColorMatrixElement.cpp58 bool SVGFEColorMatrixElement::isSupportedAttribute(const QualifiedName& attrName) argument
66 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
99 bool SVGFEColorMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
102 if (attrName == SVGNames::typeAttr)
104 if (attrName == SVGNames::valuesAttr)
111 void SVGFEColorMatrixElement::svgAttributeChanged(const QualifiedName& attrName) argument
113 if (!isSupportedAttribute(attrName)) {
114 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
120 if (attrName == SVGNames::typeAttr || attrName
[all...]
H A DSVGFEMorphologyElement.cpp79 bool SVGFEMorphologyElement::isSupportedAttribute(const QualifiedName& attrName) argument
87 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
121 bool SVGFEMorphologyElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
124 if (attrName == SVGNames::operatorAttr)
126 if (attrName == SVGNames::radiusAttr) {
137 void SVGFEMorphologyElement::svgAttributeChanged(const QualifiedName& attrName) argument
139 if (!isSupportedAttribute(attrName)) {
140 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
146 if (attrName == SVGNames::operatorAttr || attrName
[all...]
H A DSVGFEConvolveMatrixElement.cpp103 bool SVGFEConvolveMatrixElement::isSupportedAttribute(const QualifiedName& attrName) argument
118 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
217 bool SVGFEConvolveMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
220 if (attrName == SVGNames::edgeModeAttr)
222 if (attrName == SVGNames::divisorAttr)
224 if (attrName == SVGNames::biasAttr)
226 if (attrName == SVGNames::targetXAttr)
228 if (attrName == SVGNames::targetYAttr)
230 if (attrName == SVGNames::kernelUnitLengthAttr)
232 if (attrName
253 svgAttributeChanged(const QualifiedName& attrName) argument
[all...]
H A DSVGStopElement.cpp54 bool SVGStopElement::isSupportedAttribute(const QualifiedName& attrName) argument
59 return supportedAttributes.contains<SVGAttributeHashTranslator>(attrName);
80 void SVGStopElement::svgAttributeChanged(const QualifiedName& attrName) argument
82 if (!isSupportedAttribute(attrName)) {
83 SVGElement::svgAttributeChanged(attrName);
92 if (attrName == SVGNames::offsetAttr) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DMutationEvent.cpp38 const String& attrName, unsigned short attrChange)
43 , m_attrName(attrName)
55 const String& attrName, unsigned short attrChange)
65 m_attrName = attrName;
36 MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
53 initMutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
H A DMutationEvent.h48 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; } function in class:WebCore::MutationEvent
69 const String& attrName, unsigned short attrChange);
/external/chromium_org/third_party/skia/include/svg/
H A DSkSVGParser.h30 void _addAttribute(const char* attrName, const char* attrValue) { argument
31 fXMLWriter.addAttribute(attrName, attrValue); }
32 void _addAttribute(const char* attrName, SkString& attrValue) { argument
33 fXMLWriter.addAttribute(attrName, attrValue.c_str()); }
34 void _addAttributeLen(const char* attrName, const char* attrValue, size_t len) { argument
35 fXMLWriter.addAttributeLen(attrName, attrValue, len); }

Completed in 505 milliseconds

1234567