Searched refs:pushedFrames (Results 1 – 12 of 12) sorted by relevance
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/ |
H A D | nsInlineFrame.cpp | 553 nsFrameList* pushedFrames = GetOverflowFrames(); in ReflowFrames() local 554 if (pushedFrames && pushedFrames->FirstChild() == frame) { in ReflowFrames()
|
H A D | nsBlockFrame.cpp | 5135 nsFrameList pushedFrames = mFrames.RemoveFramesAfter(lineBeforeLastFrame); in PushLines() local 5136 overflowLines->mFrames.InsertFrames(nullptr, nullptr, pushedFrames); in PushLines()
|
/dports/www/firefox/firefox-99.0/layout/generic/ |
H A D | nsInlineFrame.cpp | 553 nsFrameList* pushedFrames = GetOverflowFrames(); in ReflowFrames() local 554 if (pushedFrames && pushedFrames->FirstChild() == frame) { in ReflowFrames()
|
H A D | nsBlockFrame.cpp | 5140 nsFrameList pushedFrames = mFrames.RemoveFramesAfter(lineBeforeLastFrame); in PushLines() local 5141 overflowLines->mFrames.InsertFrames(nullptr, nullptr, pushedFrames); in PushLines()
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/ |
H A D | nsInlineFrame.cpp | 560 nsFrameList* pushedFrames = GetOverflowFrames(); in ReflowFrames() local 561 if (pushedFrames && pushedFrames->FirstChild() == frame) { in ReflowFrames()
|
H A D | nsBlockFrame.cpp | 4576 nsFrameList pushedFrames = mFrames.RemoveFramesAfter(lineBeforeLastFrame); in PushLines() local 4577 overflowLines->mFrames.InsertFrames(nullptr, nullptr, pushedFrames); in PushLines()
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/ |
H A D | nsInlineFrame.cpp | 553 nsFrameList* pushedFrames = GetOverflowFrames(); in ReflowFrames() local 554 if (pushedFrames && pushedFrames->FirstChild() == frame) { in ReflowFrames()
|
H A D | nsBlockFrame.cpp | 5135 nsFrameList pushedFrames = mFrames.RemoveFramesAfter(lineBeforeLastFrame); in PushLines() local 5136 overflowLines->mFrames.InsertFrames(nullptr, nullptr, pushedFrames); in PushLines()
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/ |
H A D | nsInlineFrame.cpp | 556 nsFrameList* pushedFrames = GetOverflowFrames(); in ReflowFrames() local 557 if (pushedFrames && pushedFrames->FirstChild() == frame) { in ReflowFrames()
|
H A D | nsBlockFrame.cpp | 5047 nsFrameList pushedFrames = mFrames.RemoveFramesAfter(lineBeforeLastFrame); in PushLines() local 5048 overflowLines->mFrames.InsertFrames(nullptr, nullptr, pushedFrames); in PushLines()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/ |
H A D | nsInlineFrame.cpp | 696 nsFrameList* pushedFrames = GetOverflowFrames(); 697 if (pushedFrames && pushedFrames->FirstChild() == frame) {
|
H A D | nsBlockFrame.cpp | 4757 nsFrameList pushedFrames = mFrames.RemoveFramesAfter(lineBeforeLastFrame); in PushLines() local 4758 overflowLines->mFrames.InsertFrames(nullptr, nullptr, pushedFrames); in PushLines()
|