Searched defs:isTableSection (Results 1 - 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/rendering/ | ||
H A D | RenderTableSection.h | 130 virtual bool isTableSection() const { return true; } function in class:WebCore::RenderTableSection 173 ASSERT(!object || object->isTableSection()); 179 ASSERT(!object || object->isTableSection()); |
H A D | RenderObject.h | 295 virtual bool isTableSection() const { return false; } function in class:WebCore::RenderObject |
Completed in 61 milliseconds