HomeSort by relevance Sort by last modified time
    Searched refs:isTableCaption (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableCaption.h 36 virtual bool isTableCaption() const OVERRIDE { return true; }
44 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderTableCaption, isTableCaption());
RenderObject.h 397 virtual bool isTableCaption() const { return false; }
413 bool isTablePart() const { return isTableCell() || isRenderTableCol() || isTableCaption() || isTableRow() || isTableSection(); }
    [all...]
RenderTable.cpp 131 if (child->isTableCaption())
    [all...]
TextAutosizer.cpp 171 || renderer->isTableCaption()
    [all...]
RenderObject.cpp 329 } else if (newChild->isTableCaption())
    [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
TablePainter.cpp 63 if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer() && (child->isTableSection() || child->isTableCaption())) {

Completed in 46 milliseconds