Home
last modified time | relevance | path

Searched refs:blockWithFloatMgr (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsBlockFrame.cpp93 nsBlockFrame* blockWithFloatMgr = aBlock; in MarkSameFloatManagerLinesDirty() local
94 while (!(blockWithFloatMgr->GetStateBits() & NS_BLOCK_FLOAT_MGR)) { in MarkSameFloatManagerLinesDirty()
95 nsBlockFrame* bf = nsLayoutUtils::GetAsBlock(blockWithFloatMgr->GetParent()); in MarkSameFloatManagerLinesDirty()
99 blockWithFloatMgr = bf; in MarkSameFloatManagerLinesDirty()
106 MarkAllDescendantLinesDirty(blockWithFloatMgr); in MarkSameFloatManagerLinesDirty()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsBlockFrame.cpp95 nsBlockFrame* blockWithFloatMgr = aBlock; in MarkSameFloatManagerLinesDirty() local
96 while (!(blockWithFloatMgr->GetStateBits() & NS_BLOCK_FLOAT_MGR)) { in MarkSameFloatManagerLinesDirty()
98 nsLayoutUtils::GetAsBlock(blockWithFloatMgr->GetParent()); in MarkSameFloatManagerLinesDirty()
102 blockWithFloatMgr = bf; in MarkSameFloatManagerLinesDirty()
109 MarkAllDescendantLinesDirty(blockWithFloatMgr); in MarkSameFloatManagerLinesDirty()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsBlockFrame.cpp93 nsBlockFrame* blockWithFloatMgr = aBlock; in MarkSameFloatManagerLinesDirty() local
94 while (!blockWithFloatMgr->HasAnyStateBits(NS_BLOCK_FLOAT_MGR)) { in MarkSameFloatManagerLinesDirty()
95 nsBlockFrame* bf = do_QueryFrame(blockWithFloatMgr->GetParent()); in MarkSameFloatManagerLinesDirty()
99 blockWithFloatMgr = bf; in MarkSameFloatManagerLinesDirty()
106 MarkAllDescendantLinesDirty(blockWithFloatMgr); in MarkSameFloatManagerLinesDirty()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsBlockFrame.cpp94 nsBlockFrame* blockWithFloatMgr = aBlock; in MarkSameFloatManagerLinesDirty() local
95 while (!blockWithFloatMgr->HasAnyStateBits(NS_BLOCK_FLOAT_MGR)) { in MarkSameFloatManagerLinesDirty()
96 nsBlockFrame* bf = do_QueryFrame(blockWithFloatMgr->GetParent()); in MarkSameFloatManagerLinesDirty()
100 blockWithFloatMgr = bf; in MarkSameFloatManagerLinesDirty()
107 MarkAllDescendantLinesDirty(blockWithFloatMgr); in MarkSameFloatManagerLinesDirty()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsBlockFrame.cpp93 nsBlockFrame* blockWithFloatMgr = aBlock; in MarkSameFloatManagerLinesDirty() local
94 while (!blockWithFloatMgr->HasAnyStateBits(NS_BLOCK_FLOAT_MGR)) { in MarkSameFloatManagerLinesDirty()
95 nsBlockFrame* bf = do_QueryFrame(blockWithFloatMgr->GetParent()); in MarkSameFloatManagerLinesDirty()
99 blockWithFloatMgr = bf; in MarkSameFloatManagerLinesDirty()
106 MarkAllDescendantLinesDirty(blockWithFloatMgr); in MarkSameFloatManagerLinesDirty()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsBlockFrame.cpp90 nsBlockFrame* blockWithFloatMgr = aBlock; in MarkSameFloatManagerLinesDirty() local
91 while (!(blockWithFloatMgr->GetStateBits() & NS_BLOCK_FLOAT_MGR)) { in MarkSameFloatManagerLinesDirty()
92 nsBlockFrame* bf = do_QueryFrame(blockWithFloatMgr->GetParent()); in MarkSameFloatManagerLinesDirty()
96 blockWithFloatMgr = bf; in MarkSameFloatManagerLinesDirty()
103 MarkAllDescendantLinesDirty(blockWithFloatMgr); in MarkSameFloatManagerLinesDirty()