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

  /external/webkit/Source/WebCore/editing/
EditingStyle.cpp 94 class HTMLElementEquivalent {
96 static PassOwnPtr<HTMLElementEquivalent> create(CSSPropertyID propertyID, int primitiveValue, const QualifiedName& tagName)
98 return adoptPtr(new HTMLElementEquivalent(propertyID, primitiveValue, tagName));
101 virtual ~HTMLElementEquivalent() { }
109 HTMLElementEquivalent(CSSPropertyID);
110 HTMLElementEquivalent(CSSPropertyID, const QualifiedName& tagName);
111 HTMLElementEquivalent(CSSPropertyID, int primitiveValue, const QualifiedName& tagName);
117 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id)
123 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, const QualifiedName& tagName
    [all...]
EditingStyle.h 145 friend class HTMLElementEquivalent;

Completed in 30 milliseconds