Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRubyRun.cpp208 RenderRubyRun* RenderRubyRun::staticCreateRubyRun(const RenderObject* parentRuby) in staticCreateRubyRun() argument
210 ASSERT(parentRuby && parentRuby->isRuby()); in staticCreateRubyRun()
212 rr->setDocumentForAnonymous(&parentRuby->document()); in staticCreateRubyRun()
213 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parentRuby->style(), I… in staticCreateRubyRun()
DRenderRubyRun.h67 static RenderRubyRun* staticCreateRubyRun(const RenderObject* parentRuby);