Home
last modified time | relevance | path

Searched refs:reflowInputHolder (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsLineLayout.cpp813 Maybe<ReflowInput> reflowInputHolder; in ReflowFrame() local
820 reflowInputHolder.emplace(mPresContext, *psd->mReflowInput, aFrame, in ReflowFrame()
822 ReflowInput& reflowInput = *reflowInputHolder; in ReflowFrame()
875 aFrame->Reflow(mPresContext, reflowOutput, *reflowInputHolder, in ReflowFrame()
999 aFrame->DidReflow(mPresContext, isText ? nullptr : reflowInputHolder.ptr()); in ReflowFrame()
1033 NS_ASSERTION(isText || !reflowInputHolder->mStyleDisplay->IsFloating( in ReflowFrame()
1034 reflowInputHolder->mFrame), in ReflowFrame()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsLineLayout.cpp808 Maybe<ReflowInput> reflowInputHolder; in ReflowFrame() local
815 reflowInputHolder.emplace(mPresContext, *psd->mReflowInput, aFrame, in ReflowFrame()
817 ReflowInput& reflowInput = *reflowInputHolder; in ReflowFrame()
870 aFrame->Reflow(mPresContext, reflowOutput, *reflowInputHolder, in ReflowFrame()
994 aFrame->DidReflow(mPresContext, isText ? nullptr : reflowInputHolder.ptr()); in ReflowFrame()
1028 NS_ASSERTION(isText || !reflowInputHolder->mStyleDisplay->IsFloating( in ReflowFrame()
1029 reflowInputHolder->mFrame), in ReflowFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsLineLayout.cpp813 Maybe<ReflowInput> reflowInputHolder; in ReflowFrame() local
820 reflowInputHolder.emplace(mPresContext, *psd->mReflowInput, aFrame, in ReflowFrame()
822 ReflowInput& reflowInput = *reflowInputHolder; in ReflowFrame()
875 aFrame->Reflow(mPresContext, reflowOutput, *reflowInputHolder, in ReflowFrame()
999 aFrame->DidReflow(mPresContext, isText ? nullptr : reflowInputHolder.ptr()); in ReflowFrame()
1033 NS_ASSERTION(isText || !reflowInputHolder->mStyleDisplay->IsFloating( in ReflowFrame()
1034 reflowInputHolder->mFrame), in ReflowFrame()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsLineLayout.cpp805 Maybe<ReflowInput> reflowInputHolder; in ReflowFrame() local
812 reflowInputHolder.emplace(mPresContext, *psd->mReflowInput, aFrame, in ReflowFrame()
814 ReflowInput& reflowInput = *reflowInputHolder; in ReflowFrame()
871 aFrame->Reflow(mPresContext, reflowOutput, *reflowInputHolder, in ReflowFrame()
996 aFrame->DidReflow(mPresContext, isText ? nullptr : reflowInputHolder.ptr()); in ReflowFrame()
1030 NS_ASSERTION(isText || !reflowInputHolder->IsFloating(), in ReflowFrame()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsLineLayout.cpp872 Maybe<ReflowInput> reflowInputHolder; in ReflowFrame() local
879 reflowInputHolder.emplace(mPresContext, *psd->mReflowInput, in ReflowFrame()
881 ReflowInput& reflowInput = *reflowInputHolder; in ReflowFrame()
939 aFrame->Reflow(mPresContext, reflowOutput, *reflowInputHolder, aReflowStatus); in ReflowFrame()
1063 isText ? nullptr : reflowInputHolder.ptr(), in ReflowFrame()
1099 !reflowInputHolder->IsFloating(), in ReflowFrame()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsLineLayout.cpp812 Maybe<ReflowInput> reflowInputHolder; in ReflowFrame() local
819 reflowInputHolder.emplace(mPresContext, *psd->mReflowInput, aFrame, in ReflowFrame()
821 ReflowInput& reflowInput = *reflowInputHolder; in ReflowFrame()
878 aFrame->Reflow(mPresContext, reflowOutput, *reflowInputHolder, in ReflowFrame()
1002 aFrame->DidReflow(mPresContext, isText ? nullptr : reflowInputHolder.ptr()); in ReflowFrame()
1036 NS_ASSERTION(isText || !reflowInputHolder->IsFloating(), in ReflowFrame()