Home
last modified time | relevance | path

Searched refs:parentBlock (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DSVGRootInlineBox.cpp76 RenderSVGText* parentBlock = toRenderSVGText(block()); in computePerCharacterLayoutInformation() local
77 ASSERT(parentBlock); in computePerCharacterLayoutInformation()
79 Vector<SVGTextLayoutAttributes>& attributes = parentBlock->layoutAttributes(); in computePerCharacterLayoutInformation()
80 if (parentBlock->needsReordering()) in computePerCharacterLayoutInformation()
118 RenderSVGText* parentBlock = toRenderSVGText(block()); in layoutCharactersInTextBoxes() local
119 ASSERT(parentBlock); in layoutCharactersInTextBoxes()
121 SVGTextLayoutEngine lineLayout(parentBlock->layoutAttributes()); in layoutCharactersInTextBoxes()
169 RenderBlock* parentBlock = block(); in layoutRootBox() local
170 ASSERT(parentBlock); in layoutRootBox()
186 parentBlock->setLocation(xBlock, yBlock); in layoutRootBox()
[all …]
/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp280 RenderBlock* parentBlock = this; in styleDidChange() local
292 parentBlock = currBlock; in styleDidChange()
300 parentBlock->markAllDescendantsWithFloatsForLayout(); in styleDidChange()
301 parentBlock->markSiblingsWithFloatsForLayout(); in styleDidChange()
590 RenderBlock* parentBlock = toRenderBlock(blockToSplit->parent()); in splitAnonymousBlocksAroundChild() local
591parentBlock->children()->insertChildNode(parentBlock, post, blockToSplit->nextSibling()); in splitAnonymousBlocksAroundChild()
3645 RenderBlock* parentBlock = toRenderBlock(parent()); in clearFloats() local
3656 … addIntrudingFloats(parentBlock, parentBlock->logicalLeftOffsetForContent(), logicalTopOffset); in clearFloats()
3662 prev = parentBlock; in clearFloats()
3663 logicalLeftOffset += parentBlock->logicalLeftOffsetForContent(); in clearFloats()
[all …]
DRenderBox.cpp233 RenderBlock* parentBlock = 0; in removeFloatingOrPositionedChildFromBlockLists() local
237 if (!parentBlock || currBlock->containsFloat(this)) in removeFloatingOrPositionedChildFromBlockLists()
238 parentBlock = currBlock; in removeFloatingOrPositionedChildFromBlockLists()
242 if (parentBlock) { in removeFloatingOrPositionedChildFromBlockLists()
243 RenderObject* parent = parentBlock->parent(); in removeFloatingOrPositionedChildFromBlockLists()
245 parentBlock = toRenderBlock(parent); in removeFloatingOrPositionedChildFromBlockLists()
247 parentBlock->markAllDescendantsWithFloatsForLayout(this, false); in removeFloatingOrPositionedChildFromBlockLists()