HomeSort by relevance Sort by last modified time
    Searched defs:isTableSection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.h 227 virtual bool isTableSection() const { return true; }
306 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isTableSection());
312 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isTableSection());
RenderObject.h 357 virtual bool isTableSection() const { return false; }
384 bool isTablePart() const { return isTableCell() || isRenderTableCol() || isTableCaption() || isTableRow() || isTableSection(); }
489 if (isTable() || isTableRow() || isTableSection() || isRenderTableCol() || isFrameSet() || isFlexibleBox() || isRenderGrid())
    [all...]

Completed in 83 milliseconds