Searched refs:anonBlock (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderRubyBase.cpp121 RenderBlock* anonBlock = toRenderBlock(child); local
122 ASSERT(anonBlock->childrenInline());
123 ASSERT(!anonBlock->inlineElementContinuation());
124 anonBlock->moveAllChildrenTo(toBase, toBase->children());
125 anonBlock->deleteLineBoxTree();
126 anonBlock->destroy();
148 RenderBlock* anonBlock = toRenderBlock(child); local
149 ASSERT(anonBlock->childrenInline());
150 ASSERT(!anonBlock->inlineElementContinuation());
152 anonBlock
[all...]
H A DRenderBlock.cpp1073 RenderBlock* anonBlock = toRenderBlock(children()->removeChildNode(this, child, child->hasLayer())); local
1074 anonBlock->moveAllChildrenTo(this, child->hasLayer());
1076 anonBlock->deleteLineBoxTree();
1077 anonBlock->destroy();

Completed in 96 milliseconds