Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp95 class HTMLElementEquivalent { class
102 virtual ~HTMLElementEquivalent() { } in ~HTMLElementEquivalent()
110 HTMLElementEquivalent(CSSPropertyID);
118 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id) in HTMLElementEquivalent() function in WebCore::HTMLElementEquivalent
124 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, const QualifiedName& tagName) in HTMLElementEquivalent() function in WebCore::HTMLElementEquivalent
130 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, int primitiveValue, const QualifiedN… in HTMLElementEquivalent() function in WebCore::HTMLElementEquivalent
149 class HTMLTextDecorationEquivalent : public HTMLElementEquivalent {
172 class HTMLAttributeEquivalent : public HTMLElementEquivalent {
197 : HTMLElementEquivalent(id, tagName) in HTMLAttributeEquivalent()
203 : HTMLElementEquivalent(id) in HTMLAttributeEquivalent()
[all …]
H A DEditingStyle.h146 friend class HTMLElementEquivalent; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/
H A Dediting_style.cc177 class HTMLElementEquivalent : public GarbageCollected<HTMLElementEquivalent> { class
179 HTMLElementEquivalent(CSSPropertyID);
181 HTMLElementEquivalent(CSSPropertyID,
204 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id) in HTMLElementEquivalent() function in blink::HTMLElementEquivalent
207 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, in HTMLElementEquivalent() function in blink::HTMLElementEquivalent
211 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, in HTMLElementEquivalent() function in blink::HTMLElementEquivalent
220 bool HTMLElementEquivalent::ValueIsPresentInStyle( in ValueIsPresentInStyle()
270 HTMLElementEquivalent::Trace(visitor); in Trace()
314 return HTMLElementEquivalent::Matches(element) && in Matches()
324 HTMLElementEquivalent::Trace(visitor); in Trace()
[all …]
H A Dediting_style.h186 friend class HTMLElementEquivalent; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/
H A Dediting_style.cc177 class HTMLElementEquivalent : public GarbageCollected<HTMLElementEquivalent> { class
179 HTMLElementEquivalent(CSSPropertyID);
181 HTMLElementEquivalent(CSSPropertyID,
206 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id) in HTMLElementEquivalent() function in blink::HTMLElementEquivalent
209 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, in HTMLElementEquivalent() function in blink::HTMLElementEquivalent
213 HTMLElementEquivalent::HTMLElementEquivalent(CSSPropertyID id, in HTMLElementEquivalent() function in blink::HTMLElementEquivalent
222 bool HTMLElementEquivalent::ValueIsPresentInStyle( in ValueIsPresentInStyle()
272 HTMLElementEquivalent::Trace(visitor); in Trace()
316 return HTMLElementEquivalent::Matches(element) && in Matches()
326 HTMLElementEquivalent::Trace(visitor); in Trace()
[all …]
H A Dediting_style.h186 friend class HTMLElementEquivalent; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog57922 …(WebCore::HTMLElementEquivalent::addToStyle): Takes EditingStyle*; calls EditingStyle::setProperty.
57929 … * editing/EditingStyle.h: Added HTMLElementEquivalent and HTMLAttributeEquivalent as friends.
59620 and HTMLEquivalentFontSizeAttribute to HTMLElementEquivalent, HTMLTextDecorationEquivalent,
59632 (WebCore::HTMLElementEquivalent::create): Moved from ApplyStyleCommand.cpp.
59633 (WebCore::HTMLElementEquivalent::~HTMLElementEquivalent): Ditto.
59634 (WebCore::HTMLElementEquivalent::matches): Ditto.
59635 (WebCore::HTMLElementEquivalent::hasAttribute): Ditto.
59636 (WebCore::HTMLElementEquivalent::propertyExistsInStyle): Ditto.
59637 (WebCore::HTMLElementEquivalent::HTMLElementEquivalent): Ditto.
59638 (WebCore::HTMLElementEquivalent::valueIsPresentInStyle): Ditto.
[all …]