Home
last modified time | relevance | path

Searched refs:aComputedWidth (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DReflowInput.h792 void SetComputedWidth(nscoord aComputedWidth) { in SetComputedWidth()
794 SetComputedBSize(aComputedWidth); in SetComputedWidth()
796 SetComputedISize(aComputedWidth); in SetComputedWidth()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DReflowInput.h792 void SetComputedWidth(nscoord aComputedWidth) { in SetComputedWidth()
794 SetComputedBSize(aComputedWidth); in SetComputedWidth()
796 SetComputedISize(aComputedWidth); in SetComputedWidth()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DReflowInput.h805 void SetComputedWidth(nscoord aComputedWidth) { in SetComputedWidth()
807 SetComputedBSize(aComputedWidth); in SetComputedWidth()
809 SetComputedISize(aComputedWidth); in SetComputedWidth()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DReflowInput.cpp307 ReflowInput::SetComputedWidth(nscoord aComputedWidth)
323 NS_PRECONDITION(aComputedWidth >= 0, "Invalid computed width");
324 if (ComputedWidth() != aComputedWidth) {
325 ComputedWidth() = aComputedWidth;
H A DReflowInput.h866 void SetComputedWidth(nscoord aComputedWidth);
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DReflowInput.cpp272 void ReflowInput::SetComputedWidth(nscoord aComputedWidth) { in SetComputedWidth() argument
287 NS_PRECONDITION(aComputedWidth >= 0, "Invalid computed width"); in SetComputedWidth()
288 if (ComputedWidth() != aComputedWidth) { in SetComputedWidth()
289 ComputedWidth() = aComputedWidth; in SetComputedWidth()
H A DReflowInput.h872 void SetComputedWidth(nscoord aComputedWidth);
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DReflowInput.cpp267 void ReflowInput::SetComputedWidth(nscoord aComputedWidth) { in SetComputedWidth() argument
282 MOZ_ASSERT(aComputedWidth >= 0, "Invalid computed width"); in SetComputedWidth()
283 if (ComputedWidth() != aComputedWidth) { in SetComputedWidth()
284 ComputedWidth() = aComputedWidth; in SetComputedWidth()
H A DReflowInput.h953 void SetComputedWidth(nscoord aComputedWidth);