Home
last modified time | relevance | path

Searched refs:ComputedMaxWidth (Results 1 – 24 of 24) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/xul/
H A DnsLeafBoxFrame.cpp225 if (computedSize.width > aReflowInput.ComputedMaxWidth()) in Reflow()
226 computedSize.width = aReflowInput.ComputedMaxWidth(); in Reflow()
/dports/www/firefox/firefox-99.0/layout/xul/
H A DnsLeafBoxFrame.cpp225 if (computedSize.width > aReflowInput.ComputedMaxWidth()) in Reflow()
226 computedSize.width = aReflowInput.ComputedMaxWidth(); in Reflow()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/xul/
H A DnsLeafBoxFrame.cpp225 if (computedSize.width > aReflowInput.ComputedMaxWidth()) in Reflow()
226 computedSize.width = aReflowInput.ComputedMaxWidth(); in Reflow()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/xul/
H A DnsLeafBoxFrame.cpp225 if (computedSize.width > aReflowInput.ComputedMaxWidth()) in Reflow()
226 computedSize.width = aReflowInput.ComputedMaxWidth(); in Reflow()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DReflowInput.h385 nscoord ComputedMaxWidth() const { return mComputedMaxWidth; } in ComputedMaxWidth() function
394 nscoord& ComputedMaxWidth() { return mComputedMaxWidth; } in ComputedMaxWidth() function
789 if (NS_UNCONSTRAINEDSIZE != ComputedMaxWidth()) { in ApplyMinMaxWidth()
790 aWidth = std::min(aWidth, ComputedMaxWidth()); in ApplyMinMaxWidth()
H A DReflowInput.cpp2191 ComputedMaxWidth() = ComputedMaxHeight() = NS_UNCONSTRAINEDSIZE;
2358 ComputedMaxWidth() = ComputedMaxHeight() = NS_UNCONSTRAINEDSIZE;
H A DnsPluginFrame.cpp446 aReflowInput.ComputedMaxWidth()); in GetDesiredSize()
H A DnsFrame.cpp11230 DR_state->PrettyUC(aState->ComputedMaxWidth(), cmxw, 16);
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DReflowInput.h382 nscoord ComputedMaxWidth() const { return mComputedMaxWidth; } in ComputedMaxWidth() function
391 nscoord& ComputedMaxWidth() { return mComputedMaxWidth; } in ComputedMaxWidth() function
796 if (NS_UNCONSTRAINEDSIZE != ComputedMaxWidth()) { in ApplyMinMaxWidth()
797 aWidth = std::min(aWidth, ComputedMaxWidth()); in ApplyMinMaxWidth()
H A DReflowInput.cpp2135 ComputedMaxWidth() = ComputedMaxHeight() = NS_UNCONSTRAINEDSIZE; in InitConstraints()
2297 ComputedMaxWidth() = ComputedMaxHeight() = NS_UNCONSTRAINEDSIZE; in InitConstraints()
H A DnsPluginFrame.cpp424 aReflowInput.ComputedMinWidth(), aReflowInput.ComputedMaxWidth()); in GetDesiredSize()
H A DnsFrame.cpp11726 DR_state->PrettyUC(aState->ComputedMaxWidth(), cmxw, 16); in DisplayInitConstraintsExit()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DReflowInput.h456 nscoord ComputedMaxWidth() const { return mComputedMaxWidth; } in ComputedMaxWidth() function
465 nscoord& ComputedMaxWidth() { return mComputedMaxWidth; } in ComputedMaxWidth() function
877 if (NS_UNCONSTRAINEDSIZE != ComputedMaxWidth()) { in ApplyMinMaxWidth()
878 aWidth = std::min(aWidth, ComputedMaxWidth()); in ApplyMinMaxWidth()
H A DReflowInput.cpp2133 ComputedMaxWidth() = ComputedMaxHeight() = NS_UNCONSTRAINEDSIZE; in InitConstraints()
2287 ComputedMaxWidth() = ComputedMaxHeight() = NS_UNCONSTRAINEDSIZE; in InitConstraints()
H A DnsPluginFrame.cpp422 aReflowInput.ComputedMinWidth(), aReflowInput.ComputedMaxWidth()); in GetDesiredSize()
H A DnsFrame.cpp12715 DR_state->PrettyUC(aState->ComputedMaxWidth(), cmxw, 16); in DisplayInitConstraintsExit()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/xul/
H A DnsLeafBoxFrame.cpp263 if (computedSize.width > aReflowInput.ComputedMaxWidth()) in Reflow()
264 computedSize.width = aReflowInput.ComputedMaxWidth(); in Reflow()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/xul/
H A DnsLeafBoxFrame.cpp283 if (computedSize.width > aReflowInput.ComputedMaxWidth()) in Reflow()
284 computedSize.width = aReflowInput.ComputedMaxWidth(); in Reflow()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DReflowInput.h302 nscoord ComputedMaxWidth() const { in ComputedMaxWidth() function
726 if (NS_UNCONSTRAINEDSIZE != ComputedMaxWidth()) { in ApplyMinMaxWidth()
727 aWidth = std::min(aWidth, ComputedMaxWidth()); in ApplyMinMaxWidth()
H A DnsIFrame.cpp12606 DR_state->PrettyUC(aState->ComputedMaxWidth(), cmxw, 16); in DisplayInitConstraintsExit()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DReflowInput.h302 nscoord ComputedMaxWidth() const { in ComputedMaxWidth() function
726 if (NS_UNCONSTRAINEDSIZE != ComputedMaxWidth()) { in ApplyMinMaxWidth()
727 aWidth = std::min(aWidth, ComputedMaxWidth()); in ApplyMinMaxWidth()
H A DnsIFrame.cpp12606 DR_state->PrettyUC(aState->ComputedMaxWidth(), cmxw, 16); in DisplayInitConstraintsExit()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DReflowInput.h302 nscoord ComputedMaxWidth() const { in ComputedMaxWidth() function
739 if (NS_UNCONSTRAINEDSIZE != ComputedMaxWidth()) { in ApplyMinMaxWidth()
740 aWidth = std::min(aWidth, ComputedMaxWidth()); in ApplyMinMaxWidth()
H A DnsIFrame.cpp12765 DR_state->PrettyUC(aState->ComputedMaxWidth(), cmxw, 16); in DisplayInitConstraintsExit()