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

  /external/webkit/Source/WebCore/rendering/
RenderTableSection.h 36 class RenderTableSection : public RenderBox {
38 RenderTableSection(Node*);
39 virtual ~RenderTableSection();
125 virtual const char* renderName() const { return isAnonymous() ? "RenderTableSection (anonymous)" : "RenderTableSection"; }
168 inline RenderTableSection* toRenderTableSection(RenderObject* object)
171 return static_cast<RenderTableSection*>(object);
174 inline const RenderTableSection* toRenderTableSection(const RenderObject* object)
177 return static_cast<const RenderTableSection*>(object);
181 void toRenderTableSection(const RenderTableSection*);
    [all...]
RenderTableSection.cpp 27 #include "RenderTableSection.h"
51 static inline void setRowLogicalHeightToRowStyleLogicalHeightIfNotRelative(RenderTableSection::RowStruct* row)
59 RenderTableSection::RenderTableSection(Node* node)
76 RenderTableSection::~RenderTableSection()
81 void RenderTableSection::destroy()
88 // stored that point to this RenderTableSection.
93 void RenderTableSection::addChild(RenderObject* child, RenderObject* beforeChild)
154 void RenderTableSection::removeChild(RenderObject* oldChild
    [all...]

Completed in 673 milliseconds