Searched defs:RenderTableSection (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderTableSection.h36 class RenderTableSection : public RenderBox { class in namespace:WebCore
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...]
H A DRenderTableSection.cpp27 #include "RenderTableSection.h"
51 static inline void setRowLogicalHeightToRowStyleLogicalHeightIfNotRelative(RenderTableSection::RowStruct* row)
59 RenderTableSection::RenderTableSection(Node* node) function in class:WebCore::RenderTableSection
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
[all...]

Completed in 55 milliseconds