Searched defs:beforeBlock (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRuby.cpp135 RenderBlock* beforeBlock = rubyBeforeBlock(this); local
136 if (!beforeBlock) {
137 beforeBlock = createAnonymousRubyInlineBlock(this);
138 RenderInline::addChild(beforeBlock, firstChild());
140 beforeBlock->addChild(child);
241 RenderBlock* beforeBlock = rubyBeforeBlock(this); local
242 if (!beforeBlock) {
243 beforeBlock = createAnonymousRubyInlineBlock(this);
244 RenderBlockFlow::addChild(beforeBlock, firstChild());
246 beforeBlock
[all...]

Completed in 539 milliseconds