Searched defs:attributeName (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/accessibility/win/
H A DAccessibilityObjectWrapperWin.cpp39 void AccessibilityObjectWrapper::accessibilityAttributeValue(const AtomicString& attributeName, VARIANT* result) argument
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DMicroDataAttributeTokenList.cpp41 MicroDataAttributeTokenList::MicroDataAttributeTokenList(Element* element, const QualifiedName& attributeName) argument
H A DMicroDataAttributeTokenList.h45 static PassRefPtr<MicroDataAttributeTokenList> create(Element* element, const QualifiedName& attributeName) argument
H A DHTMLDocument.cpp358 bool HTMLDocument::isCaseSensitiveAttribute(const QualifiedName& attributeName) argument
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGStringList.h35 SVGStringList(const QualifiedName& attributeName) argument
H A DSVGAnimateElement.cpp206 const QualifiedName& attributeName = this->attributeName(); local
256 static inline void applyCSSPropertyToTargetAndInstances(SVGElement* targetElement, const QualifiedName& attributeName, const String& valueAsString) argument
276 removeCSSPropertyFromTargetAndInstances(SVGElement* targetElement, const QualifiedName& attributeName) argument
296 notifyTargetAboutAnimValChange(SVGElement* targetElement, const QualifiedName& attributeName) argument
302 notifyTargetAndInstancesAboutAnimValChange(SVGElement* targetElement, const QualifiedName& attributeName) argument
406 setAttributeName(const QualifiedName& attributeName) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMutationRecord.h63 virtual const AtomicString& attributeName() { return nullAtom; } function in class:WebCore::MutationRecord
H A DMutationObserverInterestGroup.cpp42 PassOwnPtr<MutationObserverInterestGroup> MutationObserverInterestGroup::createIfNeeded(Node* target, MutationObserver::MutationType type, MutationRecordDeliveryOptions oldValueFlag, const QualifiedName* attributeName) argument
H A DMutationObserverInterestGroup.h62 static PassOwnPtr<MutationObserverInterestGroup> createForAttributesMutation(Node* target, const QualifiedName& attributeName) argument
H A DDatasetDOMStringMap.cpp74 static bool propertyNameMatchesAttributeName(const String& propertyName, const String& attributeName) argument
/macosx-10.9.5/WebCore-7537.78.1/svg/properties/
H A DSVGAnimatedTransformListPropertyTearOff.h46 static PassRefPtr<SVGAnimatedTransformListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGTransformList& values) argument
53 SVGAnimatedTransformListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGTransformList& values) argument
H A DSVGAnimatedEnumerationPropertyTearOff.h43 static PassRefPtr<SVGAnimatedEnumerationPropertyTearOff<EnumType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, EnumType& property) argument
57 SVGAnimatedEnumerationPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, unsigned& property) argument
H A DSVGAnimatedPropertyDescription.h52 SVGAnimatedPropertyDescription(SVGElement* element, const AtomicString& attributeName) argument
H A DSVGAttributeToPropertyMap.cpp61 void SVGAttributeToPropertyMap::animatedPropertiesForAttribute(SVGElement* ownerType, const QualifiedName& attributeName, Vector<RefPtr<SVGAnimatedProperty> >& properties) argument
73 void SVGAttributeToPropertyMap::animatedPropertyTypeForAttribute(const QualifiedName& attributeName, Vector<AnimatedPropertyType>& propertyTypes) argument
98 bool SVGAttributeToPropertyMap::synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName) argument
112 synchronizeProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo* info) argument
120 animatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, const SVGPropertyInfo* info) argument
[all...]
H A DSVGAnimatedPathSegListPropertyTearOff.h63 static PassRefPtr<SVGAnimatedPathSegListPropertyTearOff> create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGPathSegList& values) argument
108 SVGAnimatedPathSegListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, SVGPathSegList& values) argument
H A DSVGAnimatedPropertyTearOff.h61 static PassRefPtr<SVGAnimatedPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& property) argument
110 SVGAnimatedPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& property) argument
H A DSVGAnimatedStaticPropertyTearOff.h51 static PassRefPtr<SVGAnimatedStaticPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& property) argument
101 SVGAnimatedStaticPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& property) argument
H A DSVGAnimatedListPropertyTearOff.h157 static PassRefPtr<SVGAnimatedListPropertyTearOff<PropertyType> > create(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& values) argument
164 SVGAnimatedListPropertyTearOff(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType, PropertyType& values) argument
H A DSVGAnimatedProperty.h36 const QualifiedName& attributeName() const { return m_attributeName; } function in class:WebCore::SVGAnimatedProperty
101 SVGAnimatedProperty(SVGElement* contextElement, const QualifiedName& attributeName, AnimatedPropertyType animatedPropertyType) argument
H A DSVGPropertyInfo.h78 const QualifiedName& attributeName; member in struct:WebCore::SVGPropertyInfo
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLMetaCharsetParser.cpp109 String attributeName = StringImpl::create8BitIfPossible(iter->name); local
125 const AtomicString& attributeName = iter->first; local
H A DAtomicHTMLToken.h67 Attribute* getAttributeItem(const QualifiedName& attributeName) argument
H A DHTMLStackItem.h72 Attribute* getAttributeItem(const QualifiedName& attributeName) argument
H A DHTMLPreloadScanner.cpp167 void processAttribute(const NameType& attributeName, const String& attributeValue) argument
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFXMLNode.h123 CFStringRef attributeName; member in struct:__anon590

Completed in 208 milliseconds

12