HomeSort by relevance Sort by last modified time
    Searched defs:RenderRubyRun (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderRubyRun.h 43 // RenderRubyRun are 'inline-block/table' like objects,and wrap a single pairing of a ruby base with its ruby text(s).
46 class RenderRubyRun : public RenderBlock {
48 RenderRubyRun(Node*);
49 virtual ~RenderRubyRun();
67 static RenderRubyRun* staticCreateRubyRun(const RenderObject* parentRuby);
74 virtual const char* renderName() const { return "RenderRubyRun (anonymous)"; }
RenderRubyRun.cpp 34 #include "RenderRubyRun.h"
44 RenderRubyRun::RenderRubyRun(Node* node)
52 RenderRubyRun::~RenderRubyRun()
56 void RenderRubyRun::destroy()
63 bool RenderRubyRun::hasRubyText() const
70 bool RenderRubyRun::hasRubyBase() const
77 bool RenderRubyRun::isEmpty() const
82 RenderRubyText* RenderRubyRun::rubyText() cons
    [all...]

Completed in 677 milliseconds