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

/external/webkit/WebCore/rendering/
H A DRenderRubyRun.cpp215 RenderRubyRun* RenderRubyRun::staticCreateRubyRun(const RenderObject* parentRuby) argument
217 ASSERT(parentRuby && parentRuby->isRuby());
218 RenderRubyRun* rr = new (parentRuby->renderArena()) RenderRubyRun(parentRuby->document() /* anonymous */);
220 newStyle->inheritFrom(parentRuby->style());
H A DRenderRubyRun.h67 static RenderRubyRun* staticCreateRubyRun(const RenderObject* parentRuby);

Completed in 57 milliseconds