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

/external/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp94 class HTMLElementEquivalent { class in namespace:WebCore
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) function in class:WebCore::HTMLElementEquivalent
123 HTMLElementEquivalent function in class:WebCore::HTMLElementEquivalent
129 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, int primitiveValue, const QualifiedName& tagName) function in class:WebCore::HTMLElementEquivalent
[all...]

Completed in 18 milliseconds