Searched refs:blockWithFloatMgr (Results 1 – 6 of 6) sorted by relevance
93 nsBlockFrame* blockWithFloatMgr = aBlock; in MarkSameFloatManagerLinesDirty() local94 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()
95 nsBlockFrame* blockWithFloatMgr = aBlock; in MarkSameFloatManagerLinesDirty() local96 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()
93 nsBlockFrame* blockWithFloatMgr = aBlock; in MarkSameFloatManagerLinesDirty() local94 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()
94 nsBlockFrame* blockWithFloatMgr = aBlock; in MarkSameFloatManagerLinesDirty() local95 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()
90 nsBlockFrame* blockWithFloatMgr = aBlock; in MarkSameFloatManagerLinesDirty() local91 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()