HomeSort by relevance Sort by last modified time
    Searched refs:HTMLAttributeEquivalent (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 171 class HTMLAttributeEquivalent : public HTMLElementEquivalent {
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)
201 HTMLAttributeEquivalent::HTMLAttributeEquivalent(CSSPropertyID id, const QualifiedName& attrName
    [all...]
EditingStyle.h 146 friend class HTMLAttributeEquivalent;

Completed in 26 milliseconds