Home
last modified time | relevance | path

Searched refs:isTableCell (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/Source/WebCore/accessibility/
DAccessibilityTableCell.cpp65 if (!isTableCell()) in accessibilityIsIgnored()
73 if (!m_renderer || !m_renderer->isTableCell()) in parentTable()
84 bool AccessibilityTableCell::isTableCell() const in isTableCell() function in WebCore::AccessibilityTableCell
95 if (!isTableCell()) in roleValue()
103 if (!m_renderer || !m_renderer->isTableCell()) in rowIndexRange()
133 if (!m_renderer || !m_renderer->isTableCell()) in columnIndexRange()
146 if (isTableCell() || !m_renderer || !m_renderer->isTableCell()) in titleUIElement()
DAccessibilityTableCell.h44 virtual bool isTableCell() const;
DAccessibilityTableRow.cpp111 if (!cell->isTableCell()) in headerObject()
DAccessibilityARIAGrid.cpp171 if (!child->isTableCell()) in cellForColumnAndRow()
DAccessibilityTable.cpp516 ASSERT(cellObject->isTableCell()); in cellForColumnAndRow()
DAXObjectCache.cpp231 if (cssBox->isTableCell()) in createFromRenderer()
/external/webkit/Source/WebCore/rendering/
DRenderTableRow.cpp89 if (!child->isTableCell()) { in addChild()
93 if (last && last->isAnonymous() && last->isTableCell()) { in addChild()
101 if (last && !last->isTableCell() && last->parent() && last->parent()->isAnonymous()) { in addChild()
126 ASSERT(!beforeChild || beforeChild->isTableCell()); in addChild()
143 if (child->isTableCell()) { in layout()
162 if (child->isTableCell()) in layout()
199 if (child->isTableCell() && !toRenderBox(child)->hasSelfPaintingLayer()) { in nodeAtPoint()
217 if (child->isTableCell()) { in paint()
DRenderTableCell.h139 virtual bool isTableCell() const { return true; } in isTableCell() function
165 ASSERT(!object || object->isTableCell()); in toRenderTableCell()
171 ASSERT(!object || object->isTableCell()); in toRenderTableCell()
DRenderTreeAsText.cpp247 bool adjustForTableCells = o.containingBlock()->isTableCell(); in writeRenderObject()
263 } else if (o.isTableCell()) { in writeRenderObject()
372 if (o.isTableCell()) { in writeRenderObject()
500 if (o.containingBlock()->isTableCell()) in writeTextRun()
DRenderObjectChildList.cpp144 …ockFlow() || (!newChild->isTableSection() && !newChild->isTableRow() && !newChild->isTableCell())); in appendChildNode()
203 …ner->isBlockFlow() || (!child->isTableSection() && !child->isTableRow() && !child->isTableCell())); in insertChildNode()
DFixedTableLayout.cpp154 if (child->isTableCell()) { in calcWidthArray()
DRenderBlock.cpp98 …&& !block->isFloating() && !block->isTableCell() && !block->hasOverflowClip() && !block->isInlineB… in MarginInfo()
110 …m_quirkContainer = block->isTableCell() || block->isBody() || block->style()->marginBeforeCollapse… in MarginInfo()
424 …if (!curr->isRenderBlock() || curr->isFloatingOrPositioned() || curr->isTableCell() || curr->isRoo… in containingColumnsBlock()
706 || newChild->isTableCell()) { in addChildIgnoringAnonymousColumnBlocks()
1091 if (cb->style()->logicalHeight().isFixed() || cb->isTableCell()) in isSelfCollapsingBlock()
1238 bool isCell = isTableCell(); in layoutBlock()
1463 || hasColumns() || isTableCell() || isFieldset() || isWritingModeRoot(); in expandsToEncloseOverhangingFloats()
2038 … if (atBeforeSideOfBlock && oldTop == logicalTopBeforeClear && !isPositioned() && !isTableCell()) { in layoutBlockChild()
2729 … isFloatingOrPositioned() || isTableCell() || isInlineBlockOrInlineTable() || hasTransform() || in isSelectionRoot()
3587 if (avoidsFloats() || isRoot() || isRenderView() || isFloatingOrPositioned() || isTableCell()) { in clearFloats()
[all …]
DRenderObject.cpp296 else if (newChild->isTableCell()) { in addChild()
302 if (needsTable && isTableCell() && !children->firstChild() && !newChild->isTableCell()) in addChild()
589 RenderObject* o = isTableCell() ? containingBlock() : container(); in invalidateContainerPreferredLogicalWidths()
593 RenderObject* container = o->isTableCell() ? o->containingBlock() : o->container(); in invalidateContainerPreferredLogicalWidths()
614 if (isTableCell()) { in containingBlock()
DAutoTableLayout.cpp198 while (cb && !cb->isRenderView() && !cb->isTableCell() && in shouldScaleColumns()
203 if (cb && cb->isTableCell() && in shouldScaleColumns()
DRenderObject.h292 virtual bool isTableCell() const { return false; } in isTableCell() function
987 …tyle()->height().isIntrinsicOrAuto() && !obj->style()->height().isPercent() && !obj->isTableCell()) in objectIsRelayoutBoundary()
DRenderBox.cpp1776 if (isTableCell() || (isInline() && !isReplaced())) in computeLogicalHeight()
1914 …while (!cb->isRenderView() && !cb->isBody() && !cb->isTableCell() && !cb->isPositioned() && cb->st… in computePercentageLogicalHeight()
1933 if (cb->isTableCell()) { in computePercentageLogicalHeight()
2058 …if (cb->isTableCell() && (cb->style()->logicalHeight().isAuto() || cb->style()->logicalHeight().is… in computeReplacedLogicalHeightUsing()
2088 if (isTableCell() && (h.isAuto() || h.isPercent())) in availableLogicalHeightUsing()
2110 if (isTableCell()) { in computeBlockDirectionMargins()
/external/webkit/Source/WebCore/html/
DHTMLTableCellElement.cpp93 if (renderer() && renderer()->isTableCell()) in parseMappedAttribute()
97 if (renderer() && renderer()->isTableCell()) in parseMappedAttribute()
179 if (!cellRenderer->isTableCell()) in cellAbove()
/external/webkit/Source/WebCore/editing/
Dhtmlediting.cpp189 return (node == editableRootForPosition(pos) || node == enclosingNodeOfType(pos, &isTableCell)); in isAtUnsplittableElement()
224 Element* enclosingCell = static_cast<Element*>(enclosingNodeOfType(p, &isTableCell)); in unsplittableElementForPosition()
395 return (r && (r->isTableCell() || r->isTableRow() || r->isTableSection() || r->isTableCol())); in isTableStructureNode()
656 return static_cast<Element*>(enclosingNodeOfType(p, isTableCell)); in enclosingTableCell()
699 if (n == root || isTableCell(n)) in enclosingListChild()
796 bool isTableCell(const Node* node) in isTableCell() function
802 return r->isTableCell(); in isTableCell()
826 if (!renderer->isTableCell()) in isEmptyTableCell()
DDeleteSelectionCommand.cpp54 ASSERT(isTableCell(cell)); in isTableCellEmpty()
64 if (isTableCell(child) && !isTableCellEmpty(child)) in isTableRowEmpty()
193 Node* startCell = enclosingNodeOfType(m_upstreamStart, &isTableCell, CanCrossEditingBoundary); in initializePositionData()
194 Node* endCell = enclosingNodeOfType(m_downstreamEnd, &isTableCell, CanCrossEditingBoundary); in initializePositionData()
387 if (r && r->isTableCell() && toRenderTableCell(r)->contentHeight() <= 0) { in removeNode()
DApplyBlockElementCommand.cpp124 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell); in formatSelection()
131 …ingCell && enclosingCell != enclosingNodeOfType(endOfNextParagraph.deepEquivalent(), &isTableCell)) in formatSelection()
DFormatBlockCommand.cpp153 …if (isTableCell(n) || n->hasTagName(bodyTag) || !n->parentNode() || !n->parentNode()->rendererIsEd… in enclosingBlockToSplitTreeTo()
Dhtmlediting.h90 bool isTableCell(const Node*);
DIndentOutdentCommand.cpp93 Node* enclosingCell = enclosingNodeOfType(start, &isTableCell); in indentIntoBlockquote()
DDeleteButtonController.cpp109 if (renderer->isRenderBlock() && !renderer->isTableCell()) { in isDeletableElement()
DInsertParagraphSeparatorCommand.cpp171 || isTableCell(startBlock) in doApply()

12