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

  /external/webkit/Source/WebCore/rendering/
RenderTableSection.h 130 virtual bool isTableSection() const { return true; }
173 ASSERT(!object || object->isTableSection());
179 ASSERT(!object || object->isTableSection());
RenderTable.cpp 139 } else if (child->isTableSection()) {
183 if (!beforeChild && lastChild() && lastChild()->isTableSection() && lastChild()->isAnonymous()) {
189 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableSection() && lastBox->style()->display() != TABLE_CAPTION && lastBox->style()->display() != TABLE_COLUMN_GROUP)
198 if (beforeChild && !beforeChild->isTableSection() && beforeChild->style()->display() != TABLE_CAPTION && beforeChild->style()->display() != TABLE_COLUMN_GROUP)
358 if (!child->isTableSection()) {
365 if (child->isTableSection()) {
415 if (child->isTableSection())
499 if (child->isTableSection()) {
509 if (child->isTableSection())
560 if (child->isBox() && !toRenderBox(child)->hasSelfPaintingLayer() && (child->isTableSection() || child == m_caption))
    [all...]
RenderObjectChildList.cpp 144 ASSERT(!owner->isBlockFlow() || (!newChild->isTableSection() && !newChild->isTableRow() && !newChild->isTableCell()));
203 ASSERT(!owner->isBlockFlow() || (!child->isTableSection() && !child->isTableRow() && !child->isTableCell()));
255 if (!(object->isTable() || object->isTableSection() || object->isTableRow()))
RenderObject.cpp 292 else if (newChild->isTableSection())
295 needsTable = !isTableSection();
645 while (o && ((o->isInline() && !o->isReplaced()) || o->isTableRow() || o->isTableSection()
    [all...]
AutoTableLayout.cpp 55 else if (child->isTableSection()) {
    [all...]
RenderObject.h 295 virtual bool isTableSection() const { return false; }
    [all...]
RenderBox.cpp 372 if (style()->overflowX() != OVISIBLE && !isRootObject && (isRenderBlock() || isTableRow() || isTableSection())) {
    [all...]
RenderBlock.cpp 719 || newChild->isTableSection()
    [all...]
  /external/webkit/Source/WebCore/dom/
Text.cpp 210 if (par->isTable() || par->isTableRow() || par->isTableSection() || par->isTableCol() || par->isFrameSet())
  /external/webkit/Source/WebCore/html/
HTMLFormElement.cpp 115 || (parentRenderer->isTableSection() && node->hasTagName(tbodyTag))
  /external/webkit/Source/WebCore/editing/
htmlediting.cpp 395 return (r && (r->isTableCell() || r->isTableRow() || r->isTableSection() || r->isTableCol()));
    [all...]
  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp     [all...]

Completed in 177 milliseconds