Home
last modified time | relevance | path

Searched refs:parentFlush (Results 1 – 5 of 5) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsDocument.cpp6988 mozilla::ChangesToFlush parentFlush = aFlush; in FlushPendingNotifications() local
6990 parentFlush.mFlushType = std::max(FlushType::Layout, flushType); in FlushPendingNotifications()
6992 mParentDocument->FlushPendingNotifications(parentFlush); in FlushPendingNotifications()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDocument.cpp10582 ChangesToFlush parentFlush = aFlush; in FlushPendingNotifications() local
10588 parentFlush.mFlushType = std::max(FlushType::Layout, flushType); in FlushPendingNotifications()
10590 mParentDocument->FlushPendingNotifications(parentFlush); in FlushPendingNotifications()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDocument.cpp10019 ChangesToFlush parentFlush = aFlush; in FlushPendingNotifications() local
10025 parentFlush.mFlushType = std::max(FlushType::Layout, flushType); in FlushPendingNotifications()
10027 mParentDocument->FlushPendingNotifications(parentFlush); in FlushPendingNotifications()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDocument.cpp10753 ChangesToFlush parentFlush = aFlush; in FlushPendingNotifications() local
10759 parentFlush.mFlushType = std::max(FlushType::Layout, flushType); in FlushPendingNotifications()
10761 mParentDocument->FlushPendingNotifications(parentFlush); in FlushPendingNotifications()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocument.cpp10582 ChangesToFlush parentFlush = aFlush; in FlushPendingNotifications() local
10588 parentFlush.mFlushType = std::max(FlushType::Layout, flushType); in FlushPendingNotifications()
10590 mParentDocument->FlushPendingNotifications(parentFlush); in FlushPendingNotifications()