Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/accessibility/
DAccessibilityTableRow.cpp62 if (!isTableRow()) in roleValue()
68 bool AccessibilityTableRow::isTableRow() const in isTableRow() function in WebCore::AccessibilityTableRow
85 if (!isTableRow()) in accessibilityIsIgnored()
93 if (!m_renderer || !m_renderer->isTableRow()) in parentTable()
102 if (!m_renderer || !m_renderer->isTableRow()) in headerObject()
DAccessibilityARIAGridCell.cpp79 if (parent->isTableRow()) { in rowIndexRange()
109 if (!parent->isTableRow() && !parent->isAccessibilityTable()) in columnIndexRange()
DAccessibilityARIAGrid.cpp64 if (!child || !child->isTableRow() || child->ariaRoleAttribute() != RowRole) in addChild()
109 if (child->isTableRow() || child->ariaRoleAttribute() == RowRole) in addChildren()
DAccessibilityTableRow.h44 virtual bool isTableRow() const;
DAccessibilityTable.cpp205 … (!renderRow || !renderRow->isBoxModelObject() || !toRenderBoxModelObject(renderRow)->isTableRow()) in isDataTable()
325 if (!rowObject->isTableRow()) in addChildren()
DAXObjectCache.cpp229 if (cssBox->isTableRow()) in createFromRenderer()
DAccessibilityObject.h302 virtual bool isTableRow() const { return false; } in isTableRow() function
DAccessibilityRenderObject.cpp3488 if (activeDesc && (activeDesc->isTreeItem() || activeDesc->isTableRow())) { in ariaSelectedRows()
/external/webkit/Source/WebCore/rendering/
DRenderTableRow.h50 virtual bool isTableRow() const { return true; } in isTableRow() function
74 ASSERT(!object || object->isTableRow()); in toRenderTableRow()
80 ASSERT(!object || object->isTableRow()); in toRenderTableRow()
DRenderObjectChildList.cpp144 …ASSERT(!owner->isBlockFlow() || (!newChild->isTableSection() && !newChild->isTableRow() && !newChi… in appendChildNode()
203 …ASSERT(!owner->isBlockFlow() || (!child->isTableSection() && !child->isTableRow() && !child->isTab… in insertChildNode()
255 if (!(object->isTable() || object->isTableSection() || object->isTableRow())) in findBeforeAfterParent()
DRenderTableSection.cpp105 if (!child->isTableRow()) { in addChild()
119 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableRow()) in addChild()
155 ASSERT(!beforeChild || beforeChild->isTableRow()); in addChild()
445 if (child->isTableRow()) { in setCellLogicalWidths()
1180 if (row->isTableRow()) { in setCellLogicalWidths()
DRenderBox.cpp372 …if (style()->overflowX() != OVISIBLE && !isRootObject && (isRenderBlock() || isTableRow() || isTab… in updateBoxModelInfoFromStyle()
2577 if (curr->isBox() && !curr->isTableRow()) in computeBlockStaticDistance()
3191 if (isTableRow()) { in positionForPoint()
3205 … int top = renderer->borderTop() + renderer->paddingTop() + (isTableRow() ? 0 : renderer->y()); in positionForPoint()
3207 … int left = renderer->borderLeft() + renderer->paddingLeft() + (isTableRow() ? 0 : renderer->x()); in positionForPoint()
3211 if (renderer->isTableRow()) in positionForPoint()
DRenderObject.cpp294 else if (newChild->isTableRow()) in addChild()
297 needsTable = !isTableRow(); in addChild()
645 while (o && ((o->isInline() && !o->isReplaced()) || o->isTableRow() || o->isTableSection() in containingBlock()
DRenderLayer.cpp700 if (curr->isBox() && !curr->isTableRow()) { in updateLayerPosition()
707 if (curr->isBox() && curr->isTableRow()) { in updateLayerPosition()
3645 else if (renderer()->isTableRow()) { in scrollTo()
4071 || renderer()->isTableRow() in scrollTo()
DRenderObject.h294 virtual bool isTableRow() const { return false; } in isTableRow() function
DRenderTable.cpp169 } else if (child->isTableCell() || child->isTableRow()) in addChild()
DRenderBoxModelObject.cpp445 if (curr->isBox() && !curr->isTableRow()) in offsetLeft()
479 if (curr->isBox() && !curr->isTableRow()) in offsetTop()
DRenderBlock.cpp720 || newChild->isTableRow() in addChildIgnoringAnonymousColumnBlocks()
/external/webkit/Source/WebCore/editing/
DDeleteSelectionCommand.cpp47 static bool isTableRow(const Node* node) in isTableRow() function
60 if (!isTableRow(row)) in isTableRowEmpty()
187 m_startTableRow = enclosingNodeOfType(start, &isTableRow); in initializePositionData()
188 m_endTableRow = enclosingNodeOfType(end, &isTableRow); in initializePositionData()
Dhtmlediting.cpp395 return (r && (r->isTableCell() || r->isTableRow() || r->isTableSection() || r->isTableCol())); in isTableStructureNode()
DTextIterator.cpp782 if (r->isTableRow()) { in shouldEmitNewlinesBeforeAndAfterNode()
/external/webkit/Source/WebCore/dom/
DText.cpp210 …if (par->isTable() || par->isTableRow() || par->isTableSection() || par->isTableCol() || par->isFr… in rendererIsNeeded()
/external/webkit/Source/WebCore/html/
DHTMLFormElement.cpp114 || (parentRenderer->isTableRow() && node->hasTagName(trTag)) in rendererIsNeeded()
/external/webkit/Source/WebCore/accessibility/mac/
DAccessibilityObjectWrapper.mm1047 else if (m_object->isTableRow()) {
1932 if (m_object->isTableRow()) {
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1610164 (WebCore::AccessibilityTableRow::isTableRow):
34970 (WebCore::AccessibilityTableRow::isTableRow):
88665 (WebCore::AccessibilityTableRow::isTableRow):
95634 (WebCore::AccessibilityObject::isTableRow):
95708 (WebCore::AccessibilityTableRow::isTableRow):

12