Searched refs:parentBlockFlow (Results 1 – 2 of 2) sorted by relevance
794 RenderBlockFlow* parentBlockFlow = toRenderBlockFlow(parent()); in rebuildFloatsFromIntruding() local806 …ts && (!prev || toRenderBlockFlow(prev)->isSelfCollapsingBlock()) && parentBlockFlow->lowestFloatL… in rebuildFloatsFromIntruding()808 …addIntrudingFloats(parentBlockFlow, parentBlockFlow->logicalLeftOffsetForContent(), logicalTopOffs… in rebuildFloatsFromIntruding()1839 RenderBlockFlow* parentBlockFlow = this; in styleDidChange() local1851 parentBlockFlow = currBlock; in styleDidChange()1859 parentBlockFlow->markAllDescendantsWithFloatsForLayout(); in styleDidChange()1860 parentBlockFlow->markSiblingsWithFloatsForLayout(); in styleDidChange()
124 RenderBlockFlow* parentBlockFlow = 0; in removeFloatingOrPositionedChildFromBlockLists() local128 if (!parentBlockFlow || currBlockFlow->containsFloat(this)) in removeFloatingOrPositionedChildFromBlockLists()129 parentBlockFlow = currBlockFlow; in removeFloatingOrPositionedChildFromBlockLists()133 if (parentBlockFlow) { in removeFloatingOrPositionedChildFromBlockLists()134 parentBlockFlow->markSiblingsWithFloatsForLayout(this); in removeFloatingOrPositionedChildFromBlockLists()135 parentBlockFlow->markAllDescendantsWithFloatsForLayout(this, false); in removeFloatingOrPositionedChildFromBlockLists()