Searched refs:attrName (Results 76 - 100 of 153) sorted by relevance

1234567

/macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/
H A DMDSAttrUtils.h60 const char *attrName,
H A DMDSAttrUtils.cpp44 const char *attrName,
50 attrInfo->Label.AttributeName = const_cast<char *>(attrName);
40 MDSRawValueToDbAttr( const void *value, size_t len, CSSM_DB_ATTRIBUTE_FORMAT attrFormat, const char *attrName, CSSM_DB_ATTRIBUTE_DATA &attr, uint32 numValues) argument
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFEComponentTransferElement.cpp57 bool SVGFEComponentTransferElement::isSupportedAttribute(const QualifiedName& attrName) argument
62 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
H A DSVGURIReference.cpp43 bool SVGURIReference::isKnownAttribute(const QualifiedName& attrName) argument
45 return attrName.matches(XLinkNames::hrefAttr);
H A DSVGTRefElement.cpp185 bool SVGTRefElement::isSupportedAttribute(const QualifiedName& attrName) argument
190 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
206 void SVGTRefElement::svgAttributeChanged(const QualifiedName& attrName) argument
208 if (!isSupportedAttribute(attrName)) {
209 SVGTextPositioningElement::svgAttributeChanged(attrName);
215 if (SVGURIReference::isKnownAttribute(attrName)) {
H A DSVGLinearGradientElement.cpp74 bool SVGLinearGradientElement::isSupportedAttribute(const QualifiedName& attrName) argument
83 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
106 void SVGLinearGradientElement::svgAttributeChanged(const QualifiedName& attrName) argument
108 if (!isSupportedAttribute(attrName)) {
109 SVGGradientElement::svgAttributeChanged(attrName);
H A DSVGRadialGradientElement.cpp80 bool SVGRadialGradientElement::isSupportedAttribute(const QualifiedName& attrName) argument
91 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
118 void SVGRadialGradientElement::svgAttributeChanged(const QualifiedName& attrName) argument
120 if (!isSupportedAttribute(attrName)) {
121 SVGGradientElement::svgAttributeChanged(attrName);
H A DSVGStyleElement.cpp103 bool SVGStyleElement::isSupportedAttribute(const QualifiedName& attrName) argument
110 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
H A DSVGSVGElement.cpp283 void SVGSVGElement::svgAttributeChanged(const QualifiedName& attrName) argument
286 bool widthChanged = attrName == SVGNames::widthAttr;
288 || attrName == SVGNames::heightAttr
289 || attrName == SVGNames::xAttr
290 || attrName == SVGNames::yAttr) {
303 if (SVGFitToViewBox::isKnownAttribute(attrName)) {
310 if (SVGTests::handleAttributeChange(this, attrName))
314 || SVGLangSpace::isKnownAttribute(attrName)
315 || SVGExternalResourcesRequired::isKnownAttribute(attrName)
316 || SVGZoomAndPan::isKnownAttribute(attrName)) {
[all...]
H A DSVGFEBlendElement.h81 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName);
H A DSVGFEDisplacementMapElement.h79 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName);
H A DSVGFETurbulenceElement.h106 virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName);
H A DSVGPathElement.cpp208 bool SVGPathElement::isSupportedAttribute(const QualifiedName& attrName) argument
218 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
251 void SVGPathElement::svgAttributeChanged(const QualifiedName& attrName) argument
253 if (!isSupportedAttribute(attrName)) {
254 SVGStyledTransformableElement::svgAttributeChanged(attrName);
260 if (SVGTests::handleAttributeChange(this, attrName))
265 if (attrName == SVGNames::dAttr) {
H A DSVGUseElement.cpp135 bool SVGUseElement::isSupportedAttribute(const QualifiedName& attrName) argument
148 return supportedAttributes.contains<QualifiedName, SVGAttributeHashTranslator>(attrName);
227 void SVGUseElement::svgAttributeChanged(const QualifiedName& attrName) argument
229 if (!isSupportedAttribute(attrName)) {
230 SVGStyledTransformableElement::svgAttributeChanged(attrName);
237 if (attrName == SVGNames::xAttr
238 || attrName == SVGNames::yAttr
239 || attrName == SVGNames::widthAttr
240 || attrName == SVGNames::heightAttr) {
247 if (SVGTests::handleAttributeChange(this, attrName))
[all...]
H A DSVGStyledElement.h33 void mapAttributeToCSSProperty(HashMap<AtomicStringImpl*, CSSPropertyID>* propertyNameToIdMap, const QualifiedName& attrName);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DExtendedAttribute.cpp44 const CssmData attrName,
51 mAttrName(Allocator::standard(), attrName.Data, attrName.Length),
41 ExtendedAttribute( CSSM_DB_RECORDTYPE recordType, const CssmData &itemID, const CssmData attrName, const CssmData attrValue) argument
H A DExtendedAttribute.h55 const CssmData attrName,
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DExtendedAttribute.cpp44 const CssmData attrName,
51 mAttrName(Allocator::standard(), attrName.Data, attrName.Length),
41 ExtendedAttribute( CSSM_DB_RECORDTYPE recordType, const CssmData &itemID, const CssmData attrName, const CssmData attrValue) argument
H A DExtendedAttribute.h55 const CssmData attrName,
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DExtendedAttribute.cpp44 const CssmData attrName,
51 mAttrName(Allocator::standard(), attrName.Data, attrName.Length),
41 ExtendedAttribute( CSSM_DB_RECORDTYPE recordType, const CssmData &itemID, const CssmData attrName, const CssmData attrValue) argument
H A DExtendedAttribute.h55 const CssmData attrName,
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAXObjectCache.cpp817 void AXObjectCache::handleAttributeChanged(const QualifiedName& attrName, Element* element) argument
819 if (attrName == roleAttr)
821 else if (attrName == altAttr || attrName == titleAttr)
823 else if (attrName == forAttr && element->hasTagName(labelTag))
826 if (!attrName.localName().string().startsWith("aria-"))
829 if (attrName == aria_activedescendantAttr)
831 else if (attrName == aria_valuenowAttr || attrName == aria_valuetextAttr)
833 else if (attrName
[all...]
/macosx-10.9.5/system_cmds-597.90.1/chpass.tproj/
H A Dchpass.h85 const CFStringRef *attrName; member in struct:_entry
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/chpass.tproj/
H A Dchpass.h85 const CFStringRef *attrName; member in struct:_entry
/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGAnimatedPropertyMacros.h59 void synchronize(SVGElement* ownerElement, const QualifiedName& attrName, const AtomicString& value) argument
61 ownerElement->setSynchronizedLazyAttribute(attrName, value);

Completed in 172 milliseconds

1234567