Searched refs:HTMLElementEquivalent (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/editing/ |
D | EditingStyle.cpp | 94 class HTMLElementEquivalent { class 96 …static PassOwnPtr<HTMLElementEquivalent> create(CSSPropertyID propertyID, int primitiveValue, cons… in create() 98 return adoptPtr(new HTMLElementEquivalent(propertyID, primitiveValue, tagName)); in create() 101 virtual ~HTMLElementEquivalent() { } in ~HTMLElementEquivalent() 109 HTMLElementEquivalent(CSSPropertyID); 110 HTMLElementEquivalent(CSSPropertyID, const QualifiedName& tagName); 111 HTMLElementEquivalent(CSSPropertyID, int primitiveValue, const QualifiedName& tagName); 117 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id) in HTMLElementEquivalent() function in WebCore::HTMLElementEquivalent 123 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, const QualifiedName& tagName) in HTMLElementEquivalent() function in WebCore::HTMLElementEquivalent 129 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, int primitiveValue, const QualifiedN… in HTMLElementEquivalent() function in WebCore::HTMLElementEquivalent [all …]
|
D | EditingStyle.h | 145 friend class HTMLElementEquivalent; variable
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 57398 …(WebCore::HTMLElementEquivalent::addToStyle): Takes EditingStyle*; calls EditingStyle::setProperty. 57405 … * editing/EditingStyle.h: Added HTMLElementEquivalent and HTMLAttributeEquivalent as friends. 59096 and HTMLEquivalentFontSizeAttribute to HTMLElementEquivalent, HTMLTextDecorationEquivalent, 59108 (WebCore::HTMLElementEquivalent::create): Moved from ApplyStyleCommand.cpp. 59109 (WebCore::HTMLElementEquivalent::~HTMLElementEquivalent): Ditto. 59110 (WebCore::HTMLElementEquivalent::matches): Ditto. 59111 (WebCore::HTMLElementEquivalent::hasAttribute): Ditto. 59112 (WebCore::HTMLElementEquivalent::propertyExistsInStyle): Ditto. 59113 (WebCore::HTMLElementEquivalent::HTMLElementEquivalent): Ditto. 59114 (WebCore::HTMLElementEquivalent::valueIsPresentInStyle): Ditto. [all …]
|