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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRubyRun.cpp190 RenderRubyRun* RenderRubyRun::staticCreateRubyRun(const RenderObject* parentRuby) argument
192 ASSERT(parentRuby && parentRuby->isRuby());
194 rr->setDocumentForAnonymous(&parentRuby->document());
195 RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parentRuby->style(), INLINE_BLOCK);

Completed in 418 milliseconds