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

  /external/webkit/WebCore/rendering/
RenderRuby.cpp 129 RenderRubyAsBlock::RenderRubyAsBlock(Node* node)
134 RenderRubyAsBlock::~RenderRubyAsBlock()
138 bool RenderRubyAsBlock::isChildAllowed(RenderObject* child, RenderStyle*) const
145 void RenderRubyAsBlock::addChild(RenderObject* child, RenderObject* beforeChild)
180 void RenderRubyAsBlock::removeChild(RenderObject* child)
RenderRuby.h 71 class RenderRubyAsBlock : public RenderBlock {
73 RenderRubyAsBlock(Node*);
74 virtual ~RenderRubyAsBlock();

Completed in 24 milliseconds