Searched refs:aLineBefore (Results 1 – 12 of 12) sorted by relevance
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/ |
H A D | nsBlockFrame.h | 841 void PushLines(BlockReflowInput& aState, nsLineList::iterator aLineBefore);
|
H A D | nsBlockFrame.cpp | 5088 nsLineList::iterator aLineBefore) { in PushLines() argument 5091 DebugOnly<bool> check = aLineBefore == mLines.begin(); in PushLines() 5093 nsLineList::iterator overBegin(aLineBefore.next()); in PushLines() 5132 NS_ASSERTION(!f || lineBeforeLastFrame == aLineBefore->LastChild(), in PushLines()
|
/dports/www/firefox/firefox-99.0/layout/generic/ |
H A D | nsBlockFrame.h | 835 void PushLines(BlockReflowState& aState, nsLineList::iterator aLineBefore);
|
H A D | nsBlockFrame.cpp | 5093 nsLineList::iterator aLineBefore) { in PushLines() argument 5096 DebugOnly<bool> check = aLineBefore == mLines.begin(); in PushLines() 5098 nsLineList::iterator overBegin(aLineBefore.next()); in PushLines() 5137 NS_ASSERTION(!f || lineBeforeLastFrame == aLineBefore->LastChild(), in PushLines()
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/ |
H A D | nsBlockFrame.h | 841 void PushLines(BlockReflowInput& aState, nsLineList::iterator aLineBefore);
|
H A D | nsBlockFrame.cpp | 5088 nsLineList::iterator aLineBefore) { in PushLines() argument 5091 DebugOnly<bool> check = aLineBefore == mLines.begin(); in PushLines() 5093 nsLineList::iterator overBegin(aLineBefore.next()); in PushLines() 5132 NS_ASSERTION(!f || lineBeforeLastFrame == aLineBefore->LastChild(), in PushLines()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/ |
H A D | nsBlockFrame.h | 817 nsLineList::iterator aLineBefore);
|
H A D | nsBlockFrame.cpp | 4709 nsLineList::iterator aLineBefore) in PushLines() argument 4713 DebugOnly<bool> check = aLineBefore == mLines.begin(); in PushLines() 4715 nsLineList::iterator overBegin(aLineBefore.next()); in PushLines() 4754 NS_ASSERTION(!f || lineBeforeLastFrame == aLineBefore->LastChild(), in PushLines()
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/ |
H A D | nsBlockFrame.h | 813 void PushLines(BlockReflowInput& aState, nsLineList::iterator aLineBefore);
|
H A D | nsBlockFrame.cpp | 4529 nsLineList::iterator aLineBefore) { in PushLines() argument 4532 DebugOnly<bool> check = aLineBefore == mLines.begin(); in PushLines() 4534 nsLineList::iterator overBegin(aLineBefore.next()); in PushLines() 4573 NS_ASSERTION(!f || lineBeforeLastFrame == aLineBefore->LastChild(), in PushLines()
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/ |
H A D | nsBlockFrame.h | 829 void PushLines(BlockReflowInput& aState, nsLineList::iterator aLineBefore);
|
H A D | nsBlockFrame.cpp | 5000 nsLineList::iterator aLineBefore) { in PushLines() argument 5003 DebugOnly<bool> check = aLineBefore == mLines.begin(); in PushLines() 5005 nsLineList::iterator overBegin(aLineBefore.next()); in PushLines() 5044 NS_ASSERTION(!f || lineBeforeLastFrame == aLineBefore->LastChild(), in PushLines()
|