Searched refs:PreventCrossBoundaryShaping (Results 1 – 4 of 4) sorted by relevance
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/ |
H A D | nsTextFrame.cpp | 1862 auto PreventCrossBoundaryShaping = [](const nsIFrame* aFrame, in ContinueTextRunAcrossFrames() local 1939 if (PreventCrossBoundaryShaping(aFrame1, ancestor, side1) || in ContinueTextRunAcrossFrames() 1940 PreventCrossBoundaryShaping(aFrame2, ancestor, side2)) { in ContinueTextRunAcrossFrames()
|
/dports/www/firefox/firefox-99.0/layout/generic/ |
H A D | nsTextFrame.cpp | 1957 auto PreventCrossBoundaryShaping = [](const nsIFrame* aFrame, in ContinueTextRunAcrossFrames() local 2034 if (PreventCrossBoundaryShaping(aFrame1, ancestor, side1) || in ContinueTextRunAcrossFrames() 2035 PreventCrossBoundaryShaping(aFrame2, ancestor, side2)) { in ContinueTextRunAcrossFrames()
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/ |
H A D | nsTextFrame.cpp | 1862 auto PreventCrossBoundaryShaping = [](const nsIFrame* aFrame, in ContinueTextRunAcrossFrames() local 1939 if (PreventCrossBoundaryShaping(aFrame1, ancestor, side1) || in ContinueTextRunAcrossFrames() 1940 PreventCrossBoundaryShaping(aFrame2, ancestor, side2)) { in ContinueTextRunAcrossFrames()
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/ |
H A D | nsTextFrame.cpp | 1869 auto PreventCrossBoundaryShaping = [](const nsIFrame* aFrame, in ContinueTextRunAcrossFrames() local 1930 if (PreventCrossBoundaryShaping(aFrame1, ancestor, side1) || in ContinueTextRunAcrossFrames() 1931 PreventCrossBoundaryShaping(aFrame2, ancestor, side2)) { in ContinueTextRunAcrossFrames()
|