Home
last modified time | relevance | path

Searched defs:nsCollapsingMargin (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DReflowOutput.h126 struct nsCollapsingMargin { struct
132 nsCollapsingMargin() in nsCollapsingMargin() function
138 nsCollapsingMargin(const nsCollapsingMargin& aOther) in nsCollapsingMargin() function
170 void Include(const nsCollapsingMargin& aOther) in Include() argument
178 void Zero() in Zero()
184 bool IsZero() const in IsZero()
189 nscoord get() const in get()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DReflowOutput.h130 struct nsCollapsingMargin { struct
136 nsCollapsingMargin() : mMostPos(0), mMostNeg(0) {} in nsCollapsingMargin() argument
138 nsCollapsingMargin(const nsCollapsingMargin& aOther) in nsCollapsingMargin() argument
162 void Include(const nsCollapsingMargin& aOther) { in Include() argument
167 void Zero() { in Zero()
172 bool IsZero() const { return (mMostPos == 0) && (mMostNeg == 0); } in IsZero()
174 nscoord get() const { return mMostPos + mMostNeg; } in get()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DReflowOutput.h98 struct nsCollapsingMargin { struct
104 nsCollapsingMargin() : mMostPos(0), mMostNeg(0) {} in nsCollapsingMargin() argument
116 nsCollapsingMargin& operator=(const nsCollapsingMargin& aOther) = default; argument
125 void Include(const nsCollapsingMargin& aOther) { in Include() argument
130 void Zero() { in Zero()
135 bool IsZero() const { return (mMostPos == 0) && (mMostNeg == 0); } in IsZero()
137 nscoord get() const { return mMostPos + mMostNeg; } in get()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DReflowOutput.h98 struct nsCollapsingMargin { struct
104 nsCollapsingMargin() : mMostPos(0), mMostNeg(0) {} in nsCollapsingMargin() function
116 nsCollapsingMargin& operator=(const nsCollapsingMargin& aOther) = default; argument
125 void Include(const nsCollapsingMargin& aOther) { in Include() argument
130 void Zero() { in Zero()
135 bool IsZero() const { return (mMostPos == 0) && (mMostNeg == 0); } in IsZero()
137 nscoord get() const { return mMostPos + mMostNeg; } in get()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DReflowOutput.h98 struct nsCollapsingMargin { struct
104 nsCollapsingMargin() : mMostPos(0), mMostNeg(0) {} in nsCollapsingMargin() function
116 nsCollapsingMargin& operator=(const nsCollapsingMargin& aOther) = default; argument
125 void Include(const nsCollapsingMargin& aOther) { in Include() argument
130 void Zero() { in Zero()
135 bool IsZero() const { return (mMostPos == 0) && (mMostNeg == 0); } in IsZero()
137 nscoord get() const { return mMostPos + mMostNeg; } in get()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DReflowOutput.h127 struct nsCollapsingMargin { struct
133 nsCollapsingMargin() : mMostPos(0), mMostNeg(0) {} in nsCollapsingMargin() function
145 nsCollapsingMargin& operator=(const nsCollapsingMargin& aOther) = default; argument
154 void Include(const nsCollapsingMargin& aOther) { in Include() argument
159 void Zero() { in Zero()
164 bool IsZero() const { return (mMostPos == 0) && (mMostNeg == 0); } in IsZero()
166 nscoord get() const { return mMostPos + mMostNeg; } in get()