Home
last modified time | relevance | path

Searched refs:StyleSurroundData (Results 1 – 15 of 15) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DStyleSurroundData.h35 class StyleSurroundData : public RefCounted<StyleSurroundData> {
37 static PassRefPtr<StyleSurroundData> create() { return adoptRef(new StyleSurroundData); } in create()
38 PassRefPtr<StyleSurroundData> copy() const { return adoptRef(new StyleSurroundData(*this)); } in copy()
40 bool operator==(const StyleSurroundData& o) const;
41 bool operator!=(const StyleSurroundData& o) const
52 StyleSurroundData();
53 StyleSurroundData(const StyleSurroundData&);
H A DStyleSurroundData.cpp27 StyleSurroundData::StyleSurroundData() in StyleSurroundData() function in WebCore::StyleSurroundData
33 StyleSurroundData::StyleSurroundData(const StyleSurroundData& o) in StyleSurroundData() function in WebCore::StyleSurroundData
34 : RefCounted<StyleSurroundData>() in StyleSurroundData()
42 bool StyleSurroundData::operator==(const StyleSurroundData& o) const in operator ==()
H A DRenderStyle.h144 DataRef<StyleSurroundData> surround;
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_style.cpp39 StyleSurroundData::StyleSurroundData() in StyleSurroundData() function in StyleSurroundData
44 StyleSurroundData::StyleSurroundData(const StyleSurroundData &o) in StyleSurroundData() function in StyleSurroundData
45 : Shared<StyleSurroundData>(), in StyleSurroundData()
51 bool StyleSurroundData::operator==(const StyleSurroundData &o) const in operator ==()
H A Drender_style.h287 class StyleSurroundData : public Shared<StyleSurroundData>
290 StyleSurroundData();
292 StyleSurroundData(const StyleSurroundData &o);
293 bool operator==(const StyleSurroundData &o) const;
294 bool operator!=(const StyleSurroundData &o) const
298 bool hasSamePBMData(const StyleSurroundData &o) const in hasSamePBMData()
1128 DataRef<StyleSurroundData> surround;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/build/scripts/core/style/templates/
H A Dcomputed_style_base.h.tmpl60 // |- StyleSurroundData (fields: padding, border, ...)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/build/scripts/core/style/templates/
H A Dcomputed_style_base.h.tmpl60 // |- StyleSurroundData (fields: padding, border, ...)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DWebCore.pro731 rendering/style/StyleSurroundData.cpp \
2219 rendering/style/StyleSurroundData.h \
H A DGNUmakefile.list.am2964 Source/WebCore/rendering/style/StyleSurroundData.cpp \
2965 Source/WebCore/rendering/style/StyleSurroundData.h \
H A DWebCore.gypi1014 'rendering/style/StyleSurroundData.h',
5349 'rendering/style/StyleSurroundData.cpp',
H A DChangeLog-2005-12-199075 (StyleSurroundData::StyleSurroundData):
11602 (StyleSurroundData::StyleSurroundData):
21668 …<rdar://problem/4231978> many leaks of StyleSurroundData called beneath RenderStyle::setMarginTop,…
25910 (StyleSurroundData::StyleSurroundData):
H A DChangeLog-2008-08-1046413 (WebCore::StyleSurroundData::StyleSurroundData):
46421 (WebCore::StyleSurroundData::create):
46422 (WebCore::StyleSurroundData::copy):
51309 (WebCore::StyleSurroundData::StyleSurroundData):
56727 (WebCore::StyleSurroundData::StyleSurroundData):
73462 (WebCore::StyleSurroundData::StyleSurroundData):
H A DChangeLog-2005-08-2337896 (StyleSurroundData::StyleSurroundData):
37897 (StyleSurroundData::operator==):
37932 (StyleSurroundData::StyleSurroundData):
37933 (StyleSurroundData::operator==):
58371 (StyleSurroundData::StyleSurroundData):
H A DChangeLog-2003-10-2515053 (StyleSurroundData::StyleSurroundData):
H A DChangeLog-2009-06-1676381 * rendering/style/StyleSurroundData.h:
89257 Split BorderData, BorderValue, CollapsedBorderValue, OutlineValue and StyleSurroundData
89286 * rendering/style/StyleSurroundData.cpp: Copied from rendering/style/RenderStyle.cpp.
89287 * rendering/style/StyleSurroundData.h: Copied from rendering/style/RenderStyle.h.
89288 (WebCore::StyleSurroundData::operator!=):