Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderRuby.cpp146 RenderBlock* afterBlock = rubyAfterBlock(this); in addChild() local
147 if (!afterBlock) { in addChild()
148 afterBlock = createAnonymousRubyInlineBlock(this); in addChild()
149 RenderInline::addChild(afterBlock); in addChild()
151 afterBlock->addChild(child); in addChild()
247 RenderBlock* afterBlock = rubyAfterBlock(this); in addChild() local
248 if (!afterBlock) { in addChild()
249 afterBlock = createAnonymousRubyInlineBlock(this); in addChild()
250 RenderBlock::addChild(afterBlock); in addChild()
252 afterBlock->addChild(child); in addChild()