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

/external/webkit/Source/WebCore/rendering/
H A DRenderTableSection.h130 virtual bool isTableSection() const { return true; } function in class:WebCore::RenderTableSection
173 ASSERT(!object || object->isTableSection());
179 ASSERT(!object || object->isTableSection());
H A DRenderObject.h295 virtual bool isTableSection() const { return false; } function in class:WebCore::RenderObject

Completed in 55 milliseconds