Searched refs:parentRuby (Results 1 – 2 of 2) sorted by relevance
208 RenderRubyRun* RenderRubyRun::staticCreateRubyRun(const RenderObject* parentRuby) in staticCreateRubyRun() argument210 ASSERT(parentRuby && parentRuby->isRuby()); in staticCreateRubyRun()212 rr->setDocumentForAnonymous(&parentRuby->document()); in staticCreateRubyRun()213 …RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parentRuby->style(), I… in staticCreateRubyRun()
67 static RenderRubyRun* staticCreateRubyRun(const RenderObject* parentRuby);