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

1234567

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAnimatedEnumeration.cpp43 static inline unsigned enumerationValueForTargetAttribute(SVGElement* targetElement, const QualifiedName& attrName, const String& value) argument
46 if (attrName == SVGNames::clipPathUnitsAttr
47 || attrName == SVGNames::filterUnitsAttr
48 || attrName == SVGNames::gradientUnitsAttr
49 || attrName == SVGNames::maskContentUnitsAttr
50 || attrName == SVGNames::maskUnitsAttr
51 || attrName == SVGNames::patternContentUnitsAttr
52 || attrName == SVGNames::patternUnitsAttr
53 || attrName == SVGNames::primitiveUnitsAttr)
56 if (attrName
[all...]
H A DSVGFECompositeElement.cpp67 bool SVGFECompositeElement::isSupportedAttribute(const QualifiedName& attrName) argument
79 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
129 bool SVGFECompositeElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
132 if (attrName == SVGNames::operatorAttr)
134 if (attrName == SVGNames::k1Attr)
136 if (attrName == SVGNames::k2Attr)
138 if (attrName == SVGNames::k3Attr)
140 if (attrName == SVGNames::k4Attr)
148 void SVGFECompositeElement::svgAttributeChanged(const QualifiedName& attrName) argument
150 if (!isSupportedAttribute(attrName)) {
[all...]
H A DSVGFESpecularLightingElement.cpp84 bool SVGFESpecularLightingElement::isSupportedAttribute(const QualifiedName& attrName) argument
94 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
136 bool SVGFESpecularLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
140 if (attrName == SVGNames::lighting_colorAttr) {
146 if (attrName == SVGNames::surfaceScaleAttr)
148 if (attrName == SVGNames::specularConstantAttr)
150 if (attrName == SVGNames::specularExponentAttr)
158 if (attrName == SVGNames::azimuthAttr)
160 if (attrName == SVGNames::elevationAttr)
162 if (attrName
183 svgAttributeChanged(const QualifiedName& attrName) argument
208 lightElementAttributeChanged(const SVGFELightElement* lightElement, const QualifiedName& attrName) argument
[all...]
H A DSVGFEDiffuseLightingElement.cpp80 bool SVGFEDiffuseLightingElement::isSupportedAttribute(const QualifiedName& attrName) argument
90 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
127 bool SVGFEDiffuseLightingElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
131 if (attrName == SVGNames::lighting_colorAttr) {
137 if (attrName == SVGNames::surfaceScaleAttr)
139 if (attrName == SVGNames::diffuseConstantAttr)
147 if (attrName == SVGNames::azimuthAttr)
149 if (attrName == SVGNames::elevationAttr)
151 if (attrName == SVGNames::xAttr)
153 if (attrName
172 svgAttributeChanged(const QualifiedName& attrName) argument
197 lightElementAttributeChanged(const SVGFELightElement* lightElement, const QualifiedName& attrName) argument
[all...]
H A DSVGFETurbulenceElement.cpp78 bool SVGFETurbulenceElement::isSupportedAttribute(const QualifiedName& attrName) argument
88 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
134 bool SVGFETurbulenceElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
137 if (attrName == SVGNames::typeAttr)
139 if (attrName == SVGNames::stitchTilesAttr)
141 if (attrName == SVGNames::baseFrequencyAttr)
143 if (attrName == SVGNames::seedAttr)
145 if (attrName == SVGNames::numOctavesAttr)
152 void SVGFETurbulenceElement::svgAttributeChanged(const QualifiedName& attrName) argument
154 if (!isSupportedAttribute(attrName)) {
[all...]
H A DSVGFEBlendElement.cpp59 bool SVGFEBlendElement::isSupportedAttribute(const QualifiedName& attrName) argument
67 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
97 bool SVGFEBlendElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
100 if (attrName == SVGNames::modeAttr)
107 void SVGFEBlendElement::svgAttributeChanged(const QualifiedName& attrName) argument
109 if (!isSupportedAttribute(attrName)) {
110 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
116 if (attrName == SVGNames::modeAttr) {
117 primitiveAttributeChanged(attrName);
121 if (attrName
[all...]
H A DSVGFEMergeNodeElement.cpp55 bool SVGFEMergeNodeElement::isSupportedAttribute(const QualifiedName& attrName) argument
60 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
78 void SVGFEMergeNodeElement::svgAttributeChanged(const QualifiedName& attrName) argument
80 if (!isSupportedAttribute(attrName)) {
81 SVGElement::svgAttributeChanged(attrName);
87 if (attrName == SVGNames::inAttr) {
H A DSVGFETileElement.cpp55 bool SVGFETileElement::isSupportedAttribute(const QualifiedName& attrName) argument
60 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
78 void SVGFETileElement::svgAttributeChanged(const QualifiedName& attrName) argument
80 if (!isSupportedAttribute(attrName)) {
81 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
87 if (attrName == SVGNames::inAttr) {
H A DSVGFEDisplacementMapElement.cpp63 bool SVGFEDisplacementMapElement::isSupportedAttribute(const QualifiedName& attrName) argument
73 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
115 bool SVGFEDisplacementMapElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
118 if (attrName == SVGNames::xChannelSelectorAttr)
120 if (attrName == SVGNames::yChannelSelectorAttr)
122 if (attrName == SVGNames::scaleAttr)
129 void SVGFEDisplacementMapElement::svgAttributeChanged(const QualifiedName& attrName) argument
131 if (!isSupportedAttribute(attrName)) {
132 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
138 if (attrName
[all...]
H A DSVGRectElement.cpp75 bool SVGRectElement::isSupportedAttribute(const QualifiedName& attrName) argument
89 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
119 void SVGRectElement::svgAttributeChanged(const QualifiedName& attrName) argument
121 if (!isSupportedAttribute(attrName)) {
122 SVGStyledTransformableElement::svgAttributeChanged(attrName);
128 bool isLengthAttribute = attrName == SVGNames::xAttr
129 || attrName == SVGNames::yAttr
130 || attrName == SVGNames::widthAttr
131 || attrName == SVGNames::heightAttr
132 || attrName
[all...]
H A DSVGEllipseElement.cpp70 bool SVGEllipseElement::isSupportedAttribute(const QualifiedName& attrName) argument
82 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
108 void SVGEllipseElement::svgAttributeChanged(const QualifiedName& attrName) argument
110 if (!isSupportedAttribute(attrName)) {
111 SVGStyledTransformableElement::svgAttributeChanged(attrName);
117 bool isLengthAttribute = attrName == SVGNames::cxAttr
118 || attrName == SVGNames::cyAttr
119 || attrName == SVGNames::rxAttr
120 || attrName == SVGNames::ryAttr;
125 if (SVGTests::handleAttributeChange(this, attrName))
[all...]
H A DSVGFEColorMatrixElement.cpp59 bool SVGFEColorMatrixElement::isSupportedAttribute(const QualifiedName& attrName) argument
67 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
100 bool SVGFEColorMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
103 if (attrName == SVGNames::typeAttr)
105 if (attrName == SVGNames::valuesAttr)
112 void SVGFEColorMatrixElement::svgAttributeChanged(const QualifiedName& attrName) argument
114 if (!isSupportedAttribute(attrName)) {
115 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
121 if (attrName == SVGNames::typeAttr || attrName
[all...]
H A DSVGFEMorphologyElement.cpp80 bool SVGFEMorphologyElement::isSupportedAttribute(const QualifiedName& attrName) argument
88 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
122 bool SVGFEMorphologyElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
125 if (attrName == SVGNames::operatorAttr)
127 if (attrName == SVGNames::radiusAttr) {
138 void SVGFEMorphologyElement::svgAttributeChanged(const QualifiedName& attrName) argument
140 if (!isSupportedAttribute(attrName)) {
141 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
147 if (attrName == SVGNames::operatorAttr || attrName
[all...]
H A DSVGLineElement.cpp69 bool SVGLineElement::isSupportedAttribute(const QualifiedName& attrName) argument
81 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
107 void SVGLineElement::svgAttributeChanged(const QualifiedName& attrName) argument
109 if (!isSupportedAttribute(attrName)) {
110 SVGStyledTransformableElement::svgAttributeChanged(attrName);
116 bool isLengthAttribute = attrName == SVGNames::x1Attr
117 || attrName == SVGNames::y1Attr
118 || attrName == SVGNames::x2Attr
119 || attrName == SVGNames::y2Attr;
124 if (SVGTests::handleAttributeChange(this, attrName))
[all...]
H A DSVGFEConvolveMatrixElement.cpp104 bool SVGFEConvolveMatrixElement::isSupportedAttribute(const QualifiedName& attrName) argument
119 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
218 bool SVGFEConvolveMatrixElement::setFilterEffectAttribute(FilterEffect* effect, const QualifiedName& attrName) argument
221 if (attrName == SVGNames::edgeModeAttr)
223 if (attrName == SVGNames::divisorAttr)
225 if (attrName == SVGNames::biasAttr)
227 if (attrName == SVGNames::targetXAttr)
229 if (attrName == SVGNames::targetYAttr)
231 if (attrName == SVGNames::kernelUnitLengthAttr)
233 if (attrName
254 svgAttributeChanged(const QualifiedName& attrName) argument
[all...]
H A DSVGGElement.cpp55 bool SVGGElement::isSupportedAttribute(const QualifiedName& attrName) argument
63 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
83 void SVGGElement::svgAttributeChanged(const QualifiedName& attrName) argument
85 if (!isSupportedAttribute(attrName)) {
86 SVGStyledTransformableElement::svgAttributeChanged(attrName);
92 if (SVGTests::handleAttributeChange(this, attrName))
H A DSVGStopElement.cpp57 bool SVGStopElement::isSupportedAttribute(const QualifiedName& attrName) argument
62 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
83 void SVGStopElement::svgAttributeChanged(const QualifiedName& attrName) argument
85 if (!isSupportedAttribute(attrName)) {
86 SVGStyledElement::svgAttributeChanged(attrName);
95 if (attrName == SVGNames::offsetAttr) {
H A DSVGSymbolElement.cpp57 bool SVGSymbolElement::isSupportedAttribute(const QualifiedName& attrName) argument
65 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
85 void SVGSymbolElement::svgAttributeChanged(const QualifiedName& attrName) argument
87 if (!isSupportedAttribute(attrName)) {
88 SVGStyledElement::svgAttributeChanged(attrName);
95 if (attrName == SVGNames::viewBoxAttr)
H A DSVGFEOffsetElement.cpp58 bool SVGFEOffsetElement::isSupportedAttribute(const QualifiedName& attrName) argument
66 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
94 void SVGFEOffsetElement::svgAttributeChanged(const QualifiedName& attrName) argument
96 if (!isSupportedAttribute(attrName)) {
97 SVGFilterPrimitiveStandardAttributes::svgAttributeChanged(attrName);
103 if (attrName == SVGNames::inAttr || attrName == SVGNames::dxAttr || attrName == SVGNames::dyAttr) {
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMutationEvent.cpp37 const String& attrName, unsigned short attrChange)
42 , m_attrName(attrName)
53 const String& attrName, unsigned short attrChange)
63 m_attrName = attrName;
35 MutationEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode, const String& prevValue, const String& newValue, const String& attrName, unsigned short attrChange) argument
51 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 DLiveNodeList.h89 ALWAYS_INLINE void invalidateCache(const QualifiedName* attrName) const
91 if (!attrName || shouldInvalidateTypeOnAttributeChange(invalidationType(), *attrName))
93 else if (hasIdNameCache() && (*attrName == HTMLNames::idAttr || *attrName == HTMLNames::nameAttr))
164 ALWAYS_INLINE bool LiveNodeListBase::shouldInvalidateTypeOnAttributeChange(NodeListInvalidationType type, const QualifiedName& attrName) argument
168 return attrName == HTMLNames::classAttr;
170 return attrName == HTMLNames::nameAttr;
172 return attrName == HTMLNames::idAttr || attrName
[all...]
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);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecKeychainItemExtendedAttributes.h65 * If the extended attribute specified by 'attrName' does not exist, one will be
68 * If the extended attribute specified by 'attrName already exists, its value will be
71 * If the incoming 'attrValue' is NULL, the extended attribute specified by 'attrName'
77 CFStringRef attrName, /* identifies the attribute */
84 * If the extended attribute specified by 'attrName' exists, its value will be returned
87 * If the extended attribute specified by 'attrName' does not exist, the function
92 CFStringRef attrName,
108 * the n'th element in *attrName is the Attribute Name corresponding to the
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecKeychainItemExtendedAttributes.h65 * If the extended attribute specified by 'attrName' does not exist, one will be
68 * If the extended attribute specified by 'attrName already exists, its value will be
71 * If the incoming 'attrValue' is NULL, the extended attribute specified by 'attrName'
77 CFStringRef attrName, /* identifies the attribute */
84 * If the extended attribute specified by 'attrName' exists, its value will be returned
87 * If the extended attribute specified by 'attrName' does not exist, the function
92 CFStringRef attrName,
108 * the n'th element in *attrName is the Attribute Name corresponding to the
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecKeychainItemExtendedAttributes.h65 * If the extended attribute specified by 'attrName' does not exist, one will be
68 * If the extended attribute specified by 'attrName already exists, its value will be
71 * If the incoming 'attrValue' is NULL, the extended attribute specified by 'attrName'
77 CFStringRef attrName, /* identifies the attribute */
84 * If the extended attribute specified by 'attrName' exists, its value will be returned
87 * If the extended attribute specified by 'attrName' does not exist, the function
92 CFStringRef attrName,
108 * the n'th element in *attrName is the Attribute Name corresponding to the

Completed in 243 milliseconds

1234567