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());
RenderTable.cpp 133 if (child->isTableCaption())
678 if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer() && (child->isTableSection() || child->isTableCaption())) {
    [all...]
RenderObject.h 369 virtual bool isTableCaption() const { return false; }
385 bool isTablePart() const { return isTableCell() || isRenderTableCol() || isTableCaption() || isTableRow() || isTableSection(); }
    [all...]
FastTextAutosizer.cpp 174 || renderer->isTableCaption()
    [all...]
TextAutosizer.cpp 589 || renderer->isTableCaption()
    [all...]
RenderObject.cpp 292 } else if (newChild->isTableCaption())
    [all...]
RenderBlock.cpp     [all...]

Completed in 210 milliseconds