Home
last modified time | relevance | path

Searched refs:mRootMargin (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DDOMIntersectionObserver.cpp85 if (!observer->SetRootMargin(aOptions.mRootMargin)) { in Constructor()
120 &mRootMargin); in SetRootMargin()
132 mRootMargin = value.GetRectValue(); in SetRootMargin()
135 nsCSSValue& value = mRootMargin.*side; in SetRootMargin()
148 mRootMargin.AppendToString(eCSSProperty_DOM, aRetVal); in GetRootMargin()
314 nsCSSValue value = mRootMargin.*nsCSSRect::sides[side]; in Update()
H A DDOMIntersectionObserver.h150 nsCSSRect mRootMargin; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DDOMIntersectionObserver.cpp84 if (!observer->SetRootMargin(aOptions.mRootMargin)) { in Constructor()
124 mRootMargin = value.GetRectValue(); in SetRootMargin()
127 nsCSSValue value = mRootMargin.*nsCSSRect::sides[i]; in SetRootMargin()
139 mRootMargin.AppendToString(eCSSProperty_DOM, aRetVal, nsCSSValue::eNormalized); in GetRootMargin()
295 nsCSSValue value = mRootMargin.*nsCSSRect::sides[side]; in Update()
H A DDOMIntersectionObserver.h171 nsCSSRect mRootMargin; variable
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDOMIntersectionObserver.cpp120 if (!observer->SetRootMargin(aOptions.mRootMargin)) { in Constructor()
191 observer->mRootMargin.Get(eSide##side_) = PrefMargin( \ in CreateLazyLoadObserver()
213 return Servo_IntersectionObserverRootMargin_Parse(&aString, &mRootMargin); in SetRootMargin()
219 Servo_IntersectionObserverRootMargin_ToString(&mRootMargin, &aRetVal); in GetRootMargin()
585 mRootMargin.Get(side).Resolve(basis, NSToCoordRoundWithClamp); in Update()
H A DDOMIntersectionObserver.h147 StyleRect<LengthPercentage> mRootMargin; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDOMIntersectionObserver.cpp110 if (!observer->SetRootMargin(aOptions.mRootMargin)) { in Constructor()
169 observer->mRootMargin.Get(eSide##side_) = PrefMargin( \ in CreateLazyLoadObserver()
183 return Servo_IntersectionObserverRootMargin_Parse(&aString, &mRootMargin); in SetRootMargin()
188 Servo_IntersectionObserverRootMargin_ToString(&mRootMargin, &retVal); in GetRootMargin()
539 mRootMargin.Get(side).Resolve(basis, NSToCoordRoundWithClamp); in Update()
H A DDOMIntersectionObserver.h148 StyleRect<LengthPercentage> mRootMargin; variable
/dports/www/firefox/firefox-99.0/dom/base/
H A DDOMIntersectionObserver.cpp119 if (!observer->SetRootMargin(aOptions.mRootMargin)) { in Constructor()
190 observer->mRootMargin.Get(eSide##side_) = PrefMargin( \ in CreateLazyLoadObserver()
212 return Servo_IntersectionObserverRootMargin_Parse(&aString, &mRootMargin); in SetRootMargin()
218 Servo_IntersectionObserverRootMargin_ToString(&mRootMargin, &aRetVal); in GetRootMargin()
589 mRootMargin.Get(side).Resolve(basis, NSToCoordRoundWithClamp); in Update()
H A DDOMIntersectionObserver.h148 StyleRect<LengthPercentage> mRootMargin; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDOMIntersectionObserver.cpp120 if (!observer->SetRootMargin(aOptions.mRootMargin)) { in Constructor()
191 observer->mRootMargin.Get(eSide##side_) = PrefMargin( \ in CreateLazyLoadObserver()
213 return Servo_IntersectionObserverRootMargin_Parse(&aString, &mRootMargin); in SetRootMargin()
219 Servo_IntersectionObserverRootMargin_ToString(&mRootMargin, &aRetVal); in GetRootMargin()
585 mRootMargin.Get(side).Resolve(basis, NSToCoordRoundWithClamp); in Update()
H A DDOMIntersectionObserver.h147 StyleRect<LengthPercentage> mRootMargin; variable