/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityTableRow.cpp | 62 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()
|
D | AccessibilityARIAGridCell.cpp | 79 if (parent->isTableRow()) { in rowIndexRange() 109 if (!parent->isTableRow() && !parent->isAccessibilityTable()) in columnIndexRange()
|
D | AccessibilityARIAGrid.cpp | 64 if (!child || !child->isTableRow() || child->ariaRoleAttribute() != RowRole) in addChild() 109 if (child->isTableRow() || child->ariaRoleAttribute() == RowRole) in addChildren()
|
D | AccessibilityTableRow.h | 44 virtual bool isTableRow() const;
|
D | AccessibilityTable.cpp | 205 … (!renderRow || !renderRow->isBoxModelObject() || !toRenderBoxModelObject(renderRow)->isTableRow()) in isDataTable() 325 if (!rowObject->isTableRow()) in addChildren()
|
D | AXObjectCache.cpp | 229 if (cssBox->isTableRow()) in createFromRenderer()
|
D | AccessibilityObject.h | 302 virtual bool isTableRow() const { return false; } in isTableRow() function
|
D | AccessibilityRenderObject.cpp | 3488 if (activeDesc && (activeDesc->isTreeItem() || activeDesc->isTableRow())) { in ariaSelectedRows()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderTableRow.h | 50 virtual bool isTableRow() const { return true; } in isTableRow() function 74 ASSERT(!object || object->isTableRow()); in toRenderTableRow() 80 ASSERT(!object || object->isTableRow()); in toRenderTableRow()
|
D | RenderObjectChildList.cpp | 144 …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()
|
D | RenderTableSection.cpp | 105 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()
|
D | RenderBox.cpp | 372 …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()
|
D | RenderObject.cpp | 294 else if (newChild->isTableRow()) in addChild() 297 needsTable = !isTableRow(); in addChild() 645 while (o && ((o->isInline() && !o->isReplaced()) || o->isTableRow() || o->isTableSection() in containingBlock()
|
D | RenderLayer.cpp | 700 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()
|
D | RenderObject.h | 294 virtual bool isTableRow() const { return false; } in isTableRow() function
|
D | RenderTable.cpp | 169 } else if (child->isTableCell() || child->isTableRow()) in addChild()
|
D | RenderBoxModelObject.cpp | 445 if (curr->isBox() && !curr->isTableRow()) in offsetLeft() 479 if (curr->isBox() && !curr->isTableRow()) in offsetTop()
|
D | RenderBlock.cpp | 720 || newChild->isTableRow() in addChildIgnoringAnonymousColumnBlocks()
|
/external/webkit/Source/WebCore/editing/ |
D | DeleteSelectionCommand.cpp | 47 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()
|
D | htmlediting.cpp | 395 return (r && (r->isTableCell() || r->isTableRow() || r->isTableSection() || r->isTableCol())); in isTableStructureNode()
|
D | TextIterator.cpp | 782 if (r->isTableRow()) { in shouldEmitNewlinesBeforeAndAfterNode()
|
/external/webkit/Source/WebCore/dom/ |
D | Text.cpp | 210 …if (par->isTable() || par->isTableRow() || par->isTableSection() || par->isTableCol() || par->isFr… in rendererIsNeeded()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLFormElement.cpp | 114 || (parentRenderer->isTableRow() && node->hasTagName(trTag)) in rendererIsNeeded()
|
/external/webkit/Source/WebCore/accessibility/mac/ |
D | AccessibilityObjectWrapper.mm | 1047 else if (m_object->isTableRow()) { 1932 if (m_object->isTableRow()) {
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 10164 (WebCore::AccessibilityTableRow::isTableRow): 34970 (WebCore::AccessibilityTableRow::isTableRow): 88665 (WebCore::AccessibilityTableRow::isTableRow): 95634 (WebCore::AccessibilityObject::isTableRow): 95708 (WebCore::AccessibilityTableRow::isTableRow):
|