Searched refs:HTMLElementEquivalent (Results 1 – 2 of 2) sorted by relevance
152 class HTMLElementEquivalent { class155 …static PassOwnPtr<HTMLElementEquivalent> create(CSSPropertyID propertyID, CSSValueID primitiveValu… in create()157 return adoptPtr(new HTMLElementEquivalent(propertyID, primitiveValue, tagName)); in create()160 virtual ~HTMLElementEquivalent() { } in ~HTMLElementEquivalent()168 HTMLElementEquivalent(CSSPropertyID);169 HTMLElementEquivalent(CSSPropertyID, const QualifiedName& tagName);170 HTMLElementEquivalent(CSSPropertyID, CSSValueID primitiveValue, const QualifiedName& tagName);176 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id) in HTMLElementEquivalent() function in WebCore::HTMLElementEquivalent182 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, const QualifiedName& tagName) in HTMLElementEquivalent() function in WebCore::HTMLElementEquivalent188 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, CSSValueID primitiveValue, const Qua… in HTMLElementEquivalent() function in WebCore::HTMLElementEquivalent[all …]
170 friend class HTMLElementEquivalent; variable