Home
last modified time | relevance | path

Searched refs:isTableRow (Results 1 – 24 of 24) sorted by relevance

/external/webkit/WebCore/page/
DAccessibilityTableRow.cpp62 if (!isTableRow()) in roleValue()
68 bool AccessibilityTableRow::isTableRow() const in isTableRow() function in WebCore::AccessibilityTableRow
82 if (!isTableRow()) in accessibilityIsIgnored()
DAccessibilityTableRow.h44 virtual bool isTableRow() const;
DAXObjectCache.cpp84 else if (renderer->isTableRow()) in get()
DAccessibilityTable.cpp245 if (!rowObject->isTableRow()) in addChildren()
DAccessibilityObject.h222 virtual bool isTableRow() const { return false; }; in isTableRow() function
/external/webkit/WebCore/rendering/
DRenderTableRow.cpp77 bool isTableRow = element() && element()->hasTagName(trTag); in addChild() local
80 if (!isTableRow && element() && element()->isWMLElement()) in addChild()
81 isTableRow = element()->hasTagName(WMLNames::trTag); in addChild()
85 …if (isTableRow && child->element() && child->element()->hasTagName(formTag) && document()->isHTMLD… in addChild()
124 …ASSERT(!beforeChild || beforeChild->isTableCell() || isTableRow && beforeChild->element() && befor… in addChild()
DRenderContainer.cpp98 else if (newChild->isTableRow()) in addChild()
101 needsTable = !isTableRow(); in addChild()
250 if (!(object->isTable() || object->isTableSection() || object->isTableRow())) in findBeforeAfterParent()
424 …ASSERT(!isBlockFlow() || (!newChild->isTableSection() && !newChild->isTableRow() && !newChild->isT… in appendChildNode()
479 …ASSERT(!isBlockFlow() || (!child->isTableSection() && !child->isTableRow() && !child->isTableCell(… in insertChildNode()
606 if (isTableRow()) { in positionForCoordinates()
620 int top = borderTop() + paddingTop() + (isTableRow() ? 0 : renderer->y()); in positionForCoordinates()
622 int left = borderLeft() + paddingLeft() + (isTableRow() ? 0 : renderer->x()); in positionForCoordinates()
626 if (renderer->isTableRow()) in positionForCoordinates()
DRenderTableRow.h44 virtual bool isTableRow() const { return true; } in isTableRow() function
DRenderTableSection.cpp94 if (!child->isTableRow()) { in addChild()
111 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableRow()) in addChild()
150 …ASSERT(!beforeChild || beforeChild->isTableRow() || isTableSection && beforeChild->element() && be… in addChild()
1129 if (row->isTableRow()) { in setCellWidths()
DRenderBox.cpp214 …if (style()->overflowX() != OVISIBLE && !isRootObject && (isRenderBlock() || isTableRow() || isTab… in styleDidChange()
298 if (curr->isBox() && !curr->isTableRow()) in offsetLeft()
320 if (curr->isBox() && !curr->isTableRow()) in offsetTop()
2670 if (!po->isTableRow()) in calcAbsoluteVertical()
3063 if (!po->isTableRow()) in calcAbsoluteVerticalReplaced()
DRenderObject.h268 virtual bool isTableRow() const { return false; } in isTableRow() function
DRenderLayer.cpp388 if (!curr->isTableRow()) { in updateLayerPosition()
396 if (curr->isTableRow()) { in updateLayerPosition()
2229 } else if (renderer()->isTableRow()) { in boundingBox()
DRenderFlow.cpp88 …if (beforeChild && (beforeChild->parent()->isTableRow() || beforeChild->parent()->isTableSection()… in addChildWithContinuation()
DRenderTable.cpp173 } else if (child->isTableCell() || child->isTableRow()) { in addChild()
DRenderObject.cpp666 while (o && ((o->isInline() && !o->isReplaced()) || o->isTableRow() || o->isTableSection() in containingBlock()
DRenderBlock.cpp242 || newChild->isTableRow() in addChildToFlow()
/external/webkit/WebCore/editing/
DDeleteSelectionCommand.cpp51 static bool isTableRow(const Node* node) in isTableRow() function
66 if (!isTableRow(row)) in isTableRowEmpty()
175 m_startTableRow = enclosingNodeOfType(start, &isTableRow); in initializePositionData()
176 m_endTableRow = enclosingNodeOfType(end, &isTableRow); in initializePositionData()
Dhtmlediting.cpp403 return (r && (r->isTableCell() || r->isTableRow() || r->isTableSection() || r->isTableCol())); in isTableStructureNode()
DTextIterator.cpp505 if (r->isTableRow()) { in shouldEmitNewlinesBeforeAndAfterNode()
/external/webkit/WebCore/dom/
DText.cpp202 …if (par->isTable() || par->isTableRow() || par->isTableSection() || par->isTableCol() || par->isFr… in rendererIsNeeded()
/external/webkit/WebCore/page/mac/
DAccessibilityObjectWrapper.mm824 if (m_object->isTableRow())
1348 if (m_object->isTableRow()) {
/external/webkit/WebCore/
DChangeLog41626 (WebCore::AccessibilityTableRow::isTableRow):
48595 (WebCore::AccessibilityObject::isTableRow):
48669 (WebCore::AccessibilityTableRow::isTableRow):
DChangeLog-2008-08-1029104 (WebCore::RenderObject::isTableRow):
77033 (WebCore::isTableRow): Ditto.
DChangeLog-2007-10-1415937 (WebCore::isTableRow):