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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h355 virtual bool isTableCaption() const { return false; } function in class:WebCore::RenderObject
384 bool isTablePart() const { return isTableCell() || isRenderTableCol() || isTableCaption() || isTableRow() || isTableSection(); }

Completed in 127 milliseconds