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; }
46 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isTableCaption());
52 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isTableCaption());
RenderTableCol.cpp 159 if (next->isTableCaption())
RenderTable.cpp 118 if (child->isTableCaption())
670 if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer() && (child->isTableSection() || child->isTableCaption())) {
    [all...]
RenderObject.h 355 virtual bool isTableCaption() const { return false; }
384 bool isTablePart() const { return isTableCell() || isRenderTableCol() || isTableCaption() || isTableRow() || isTableSection(); }
    [all...]
TextAutosizer.cpp 396 || renderer->isTableCaption()
RenderObject.cpp 319 } else if (newChild->isTableCaption())
    [all...]
RenderBlock.cpp     [all...]

Completed in 44 milliseconds