Searched defs:HTMLAttributeEquivalent (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp171 class HTMLAttributeEquivalent : public HTMLElementEquivalent { class in namespace:WebCore
173 static PassOwnPtr<HTMLAttributeEquivalent> create(CSSPropertyID propertyID, const QualifiedName& tagName, const QualifiedName& attrName)
175 return adoptPtr(new HTMLAttributeEquivalent(propertyID, tagName, attrName));
177 static PassOwnPtr<HTMLAttributeEquivalent> create(CSSPropertyID propertyID, const QualifiedName& attrName)
179 return adoptPtr(new HTMLAttributeEquivalent(propertyID, attrName));
190 HTMLAttributeEquivalent(CSSPropertyID, const QualifiedName& tagName, const QualifiedName& attrName);
191 HTMLAttributeEquivalent(CSSPropertyID, const QualifiedName& attrName);
195 HTMLAttributeEquivalent::HTMLAttributeEquivalent(CSSPropertyID id, const QualifiedName& tagName, const QualifiedName& attrName) function in class:WebCore::HTMLAttributeEquivalent
201 HTMLAttributeEquivalent function in class:WebCore::HTMLAttributeEquivalent
[all...]

Completed in 73 milliseconds