Home
last modified time | relevance | path

Searched refs:HTMLElementEquivalent (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp152 class HTMLElementEquivalent { class
155 …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::HTMLElementEquivalent
182 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, const QualifiedName& tagName) in HTMLElementEquivalent() function in WebCore::HTMLElementEquivalent
188 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, CSSValueID primitiveValue, const Qua… in HTMLElementEquivalent() function in WebCore::HTMLElementEquivalent
[all …]
DEditingStyle.h170 friend class HTMLElementEquivalent; variable