Home
last modified time | relevance | path

Searched defs:LengthBox (Results 1 – 4 of 4) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DLengthBox.h28 struct LengthBox { struct
29 LengthBox() in LengthBox() function
33 LengthBox(LengthType t) in LengthBox() argument
41 LengthBox(int v) in LengthBox() function
49 LengthBox(Length t, Length r, Length b, Length l) in LengthBox() argument
57 LengthBox(int t, int r, int b, int l) in LengthBox() argument
70 bool operator==(const LengthBox& o) const argument
93 #endif // LengthBox_h argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/geometry/
H A Dlength_box.h37 LengthBox(Length::Type t) : left_(t), right_(t), top_(t), bottom_(t) {} in LengthBox() function
39 LengthBox(int v) in LengthBox() function
45 LengthBox(const Length& t, const Length& r, const Length& b, const Length& l) in LengthBox() function
48 LengthBox(int t, int r, int b, int l) in LengthBox() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/geometry/
H A Dlength_box.h37 LengthBox(Length::Type t) : left_(t), right_(t), top_(t), bottom_(t) {} in LengthBox() function
39 LengthBox(int v) in LengthBox() function
45 LengthBox(const Length& t, const Length& r, const Length& b, const Length& l) in LengthBox() function
48 LengthBox(int t, int r, int b, int l) in LengthBox() function
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_style.h83 struct LengthBox { struct
84 LengthBox() in LengthBox() argument
87 LengthBox(LengthType t) in LengthBox() function
103 bool operator==(const LengthBox &o) const argument
108 bool nonZero() const in nonZero()