HomeSort by relevance Sort by last modified time
    Searched refs:parentBlock (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
SVGRootInlineBox.cpp 76 RenderSVGText* parentBlock = toRenderSVGText(block());
77 ASSERT(parentBlock);
79 Vector<SVGTextLayoutAttributes>& attributes = parentBlock->layoutAttributes();
80 if (parentBlock->needsReordering())
118 RenderSVGText* parentBlock = toRenderSVGText(block());
119 ASSERT(parentBlock);
121 SVGTextLayoutEngine lineLayout(parentBlock->layoutAttributes());
169 RenderBlock* parentBlock = block();
170 ASSERT(parentBlock);
186 parentBlock->setLocation(xBlock, yBlock)
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp 280 RenderBlock* parentBlock = this;
292 parentBlock = currBlock;
300 parentBlock->markAllDescendantsWithFloatsForLayout();
301 parentBlock->markSiblingsWithFloatsForLayout();
587 // We have to split the parentBlock into two blocks.
590 RenderBlock* parentBlock = toRenderBlock(blockToSplit->parent());
591 parentBlock->children()->insertChildNode(parentBlock, post, blockToSplit->nextSibling());
    [all...]
RenderBox.cpp 233 RenderBlock* parentBlock = 0;
237 if (!parentBlock || currBlock->containsFloat(this))
238 parentBlock = currBlock;
242 if (parentBlock) {
243 RenderObject* parent = parentBlock->parent();
245 parentBlock = toRenderBlock(parent);
247 parentBlock->markAllDescendantsWithFloatsForLayout(this, false);
    [all...]

Completed in 45 milliseconds