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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp 152 class HTMLElementEquivalent {
155 static PassOwnPtr<HTMLElementEquivalent> create(CSSPropertyID propertyID, CSSValueID primitiveValue, const QualifiedName& tagName)
157 return adoptPtr(new HTMLElementEquivalent(propertyID, primitiveValue, tagName));
160 virtual ~HTMLElementEquivalent() { }
168 HTMLElementEquivalent(CSSPropertyID);
169 HTMLElementEquivalent(CSSPropertyID, const QualifiedName& tagName);
170 HTMLElementEquivalent(CSSPropertyID, CSSValueID primitiveValue, const QualifiedName& tagName);
176 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id)
182 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, const QualifiedName& tagName
    [all...]
EditingStyle.h 170 friend class HTMLElementEquivalent;

Completed in 871 milliseconds