Home
last modified time | relevance | path

Searched refs:RemoveBottom (Results 1 – 25 of 50) sorted by relevance

12

/dports/lang/spidermonkey60/firefox-60.9.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp108 while (nsDisplayItem* i = aList->RemoveBottom()) { in PreProcessDisplayList()
454 while (nsDisplayItem* newItem = aNewList->RemoveBottom()) { in MergeDisplayLists()
465 aOldList->RemoveBottom(); in MergeDisplayLists()
488 aOldList->RemoveBottom(); in MergeDisplayLists()
496 aOldList->RemoveBottom(); in MergeDisplayLists()
549 while (nsDisplayItem* old = aOldList->RemoveBottom()) { in MergeDisplayLists()
/dports/devel/kf5-kio/kio-5.89.0/src/widgets/
H A Dkurlcombobox.h57 enum OverLoadResolving { RemoveTop, RemoveBottom }; enumerator
H A Dkurlcombobox.cpp172 setUrls(urls, RemoveBottom); in setUrls()
201 if (remove == RemoveBottom) { in setUrls()
/dports/games/openttd/openttd-12.1/src/script/api/
H A Dscript_list.hpp194 void RemoveBottom(int32 count);
H A Dscript_list.cpp635 this->RemoveBottom(count); in RemoveTop()
666 void ScriptList::RemoveBottom(int32 count) in RemoveBottom() function in ScriptList
761 this->RemoveBottom(this->Count() - count); in KeepTop()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsPageContentFrame.cpp275 nsDisplayItem* i = aList->RemoveBottom(); in PruneDisplayListForExtraPage()
H A DTextOverflow.cpp777 while ((item = aList->RemoveBottom())) { in PruneDisplayListContents()
H A DnsSubDocumentFrame.cpp312 while ((item = aList->RemoveBottom()) != nullptr) { in WrapBackgroundColorInOwnLayer()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsPageContentFrame.cpp275 nsDisplayItem* i = aList->RemoveBottom(); in PruneDisplayListForExtraPage()
H A DTextOverflow.cpp777 while ((item = aList->RemoveBottom())) { in PruneDisplayListContents()
H A DnsSubDocumentFrame.cpp312 while ((item = aList->RemoveBottom()) != nullptr) { in WrapBackgroundColorInOwnLayer()
/dports/www/firefox-esr/firefox-91.8.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp185 while (nsDisplayItem* item = aList->RemoveBottom()) { in PreProcessDisplayList()
810 while (nsDisplayItem* item = aNewList->RemoveBottom()) { in MergeDisplayLists()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp185 while (nsDisplayItem* item = aList->RemoveBottom()) { in PreProcessDisplayList()
810 while (nsDisplayItem* item = aNewList->RemoveBottom()) { in MergeDisplayLists()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/painting/
H A DRetainedDisplayListBuilder.cpp183 while (nsDisplayItem* item = aList->RemoveBottom()) { in PreProcessDisplayList()
837 while (nsDisplayItem* item = aNewList->RemoveBottom()) { in MergeDisplayLists()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsPageFrame.cpp416 nsDisplayItem* i = aList->RemoveBottom(); in PruneDisplayListForExtraPage()
H A DTextOverflow.cpp685 while ((item = aList->RemoveBottom())) {
H A DnsSubDocumentFrame.cpp317 while ((item = aList->RemoveBottom()) != nullptr) {
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsPageFrame.cpp386 nsDisplayItem* i = aList->RemoveBottom(); in PruneDisplayListForExtraPage()
H A DTextOverflow.cpp722 while ((item = aList->RemoveBottom())) { in PruneDisplayListContents()
H A DnsSubDocumentFrame.cpp285 while ((item = aList->RemoveBottom()) != nullptr) { in WrapBackgroundColorInOwnLayer()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsPageFrame.cpp385 nsDisplayItem* i = aList->RemoveBottom(); in PruneDisplayListForExtraPage()
H A DTextOverflow.cpp778 while ((item = aList->RemoveBottom())) { in PruneDisplayListContents()
H A DnsSubDocumentFrame.cpp313 while ((item = aList->RemoveBottom()) != nullptr) { in WrapBackgroundColorInOwnLayer()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsDisplayList.cpp1590 while ((item = aList->RemoveBottom()) != nullptr) { in MoveListTo()
2036 nsDisplayItem* nsDisplayList::RemoveBottom() { in RemoveBottom() function in nsDisplayList
2051 while ((item = RemoveBottom()) != nullptr) { in DeleteAll()
2226 nsDisplayItem* item = aList->RemoveBottom(); in Sort()
2246 aList->AppendToTop(list1.RemoveBottom()); in Sort()
2248 aList->AppendToTop(list2.RemoveBottom()); in Sort()
4463 while ((item = aList->RemoveBottom())) { in WrapEachDisplayItem()
/dports/devel/kf5-kio/kio-5.89.0/src/filewidgets/
H A Dkurlnavigator.cpp308 m_pathBox->setUrls(urls, KUrlComboBox::RemoveBottom); in applyUncommittedUrl()

12