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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp 123 } else if (child->isTableSection()) {
158 if (child->isTableSection())
169 if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous() && !lastChild()->isBeforeContent()) {
176 if (section && section->isTableSection() && section->isAnonymous()) {
183 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style()->display() != TABLE_CAPTION && lastBox->style()->display() != TABLE_COLUMN_GROUP)
192 if (beforeChild && !beforeChild->isTableSection() && beforeChild->style()->display() != TABLE_CAPTION && beforeChild->style()->display() != TABLE_COLUMN_GROUP)
444 if (child->isTableSection()) {
580 if (!section->isTableSection())
670 if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer() && (child->isTableSection() || child->isTableCaption())) {
    [all...]
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());
RenderObjectChildList.cpp 121 ASSERT(!owner->isBlockFlow() || (!newChild->isTableSection() && !newChild->isTableRow() && !newChild->isTableCell()));
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...]
AutoTableLayout.cpp 58 } else if (child->isTableSection()) {
    [all...]
RenderObject.cpp 321 else if (newChild->isTableSection())
324 return !isTableSection();
    [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormElement.cpp 110 || (parentRenderer->isTableSection() && node->hasTagName(tbodyTag))
  /external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp 399 return (renderer && (renderer->isTableCell() || renderer->isTableRow() || renderer->isTableSection() || renderer->isRenderTableCol()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityRenderObject.cpp 402 if (m_renderer->isTableSection())
    [all...]

Completed in 254 milliseconds