Searched refs:parentBlock (Results 1 – 3 of 3) sorted by relevance
76 RenderSVGText* parentBlock = toRenderSVGText(block()); in computePerCharacterLayoutInformation() local77 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() local119 ASSERT(parentBlock); in layoutCharactersInTextBoxes()121 SVGTextLayoutEngine lineLayout(parentBlock->layoutAttributes()); in layoutCharactersInTextBoxes()169 RenderBlock* parentBlock = block(); in layoutRootBox() local170 ASSERT(parentBlock); in layoutRootBox()186 parentBlock->setLocation(xBlock, yBlock); in layoutRootBox()[all …]
280 RenderBlock* parentBlock = this; in styleDidChange() local292 parentBlock = currBlock; in styleDidChange()300 parentBlock->markAllDescendantsWithFloatsForLayout(); in styleDidChange()301 parentBlock->markSiblingsWithFloatsForLayout(); in styleDidChange()590 RenderBlock* parentBlock = toRenderBlock(blockToSplit->parent()); in splitAnonymousBlocksAroundChild() local591 … parentBlock->children()->insertChildNode(parentBlock, post, blockToSplit->nextSibling()); in splitAnonymousBlocksAroundChild()3645 RenderBlock* parentBlock = toRenderBlock(parent()); in clearFloats() local3656 … addIntrudingFloats(parentBlock, parentBlock->logicalLeftOffsetForContent(), logicalTopOffset); in clearFloats()3662 prev = parentBlock; in clearFloats()3663 logicalLeftOffset += parentBlock->logicalLeftOffsetForContent(); in clearFloats()[all …]
233 RenderBlock* parentBlock = 0; in removeFloatingOrPositionedChildFromBlockLists() local237 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()