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();
128 virtual const char* renderName() const { return isAnonymous() ? "RenderTableSection (anonymous)" : "RenderTableSection"; }
171 inline RenderTableSection* toRenderTableSection(RenderObject* object)
174 return static_cast<RenderTableSection*>(object);
177 inline const RenderTableSection* toRenderTableSection(const RenderObject* object)
180 return static_cast<const RenderTableSection*>(object);
184 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::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
87 void RenderTableSection::destroy()
94 // stored that point to this RenderTableSection.
99 void RenderTableSection::addChild(RenderObject* child, RenderObject* beforeChild
    [all...]

Completed in 53 milliseconds