Home
last modified time | relevance | path

Searched refs:parentBlockFlow (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlockFlow.cpp794 RenderBlockFlow* parentBlockFlow = toRenderBlockFlow(parent()); in rebuildFloatsFromIntruding() local
806 …ts && (!prev || toRenderBlockFlow(prev)->isSelfCollapsingBlock()) && parentBlockFlow->lowestFloatL… in rebuildFloatsFromIntruding()
808 …addIntrudingFloats(parentBlockFlow, parentBlockFlow->logicalLeftOffsetForContent(), logicalTopOffs… in rebuildFloatsFromIntruding()
1839 RenderBlockFlow* parentBlockFlow = this; in styleDidChange() local
1851 parentBlockFlow = currBlock; in styleDidChange()
1859 parentBlockFlow->markAllDescendantsWithFloatsForLayout(); in styleDidChange()
1860 parentBlockFlow->markSiblingsWithFloatsForLayout(); in styleDidChange()
DRenderBox.cpp124 RenderBlockFlow* parentBlockFlow = 0; in removeFloatingOrPositionedChildFromBlockLists() local
128 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()