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

  /external/webkit/WebCore/rendering/
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...]
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)"; }
RenderRuby.cpp 36 #include "RenderRubyRun.h"
42 static RenderRubyRun* lastRubyRun(const RenderObject* ruby)
48 return static_cast<RenderRubyRun*>(child);
51 static inline RenderRubyRun* findRubyRunParent(RenderObject* child)
55 return static_cast<RenderRubyRun*>(child);
89 RenderRubyRun* run = findRubyRunParent(beforeChild);
101 // (The RenderRubyRun object will handle the details)
102 RenderRubyRun* lastRun = lastRubyRun(this);
104 lastRun = RenderRubyRun::staticCreateRubyRun(this);
121 RenderRubyRun* run = findRubyRunParent(child)
    [all...]
RenderRubyBase.h 59 // Allow RenderRubyRun to manipulate the children within ruby bases.
60 friend class RenderRubyRun;
  /external/webkit/WebCore/
Android.mk 636 rendering/RenderRubyRun.cpp \

Completed in 2129 milliseconds