/external/webkit/WebCore/page/ |
D | AccessibilityTableRow.cpp | 62 if (!isTableRow()) in roleValue() 68 bool AccessibilityTableRow::isTableRow() const in isTableRow() function in WebCore::AccessibilityTableRow 82 if (!isTableRow()) in accessibilityIsIgnored()
|
D | AccessibilityTableRow.h | 44 virtual bool isTableRow() const;
|
D | AXObjectCache.cpp | 84 else if (renderer->isTableRow()) in get()
|
D | AccessibilityTable.cpp | 245 if (!rowObject->isTableRow()) in addChildren()
|
D | AccessibilityObject.h | 222 virtual bool isTableRow() const { return false; }; in isTableRow() function
|
/external/webkit/WebCore/rendering/ |
D | RenderTableRow.cpp | 77 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()
|
D | RenderContainer.cpp | 98 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()
|
D | RenderTableRow.h | 44 virtual bool isTableRow() const { return true; } in isTableRow() function
|
D | RenderTableSection.cpp | 94 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()
|
D | RenderBox.cpp | 214 …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()
|
D | RenderObject.h | 268 virtual bool isTableRow() const { return false; } in isTableRow() function
|
D | RenderLayer.cpp | 388 if (!curr->isTableRow()) { in updateLayerPosition() 396 if (curr->isTableRow()) { in updateLayerPosition() 2229 } else if (renderer()->isTableRow()) { in boundingBox()
|
D | RenderFlow.cpp | 88 …if (beforeChild && (beforeChild->parent()->isTableRow() || beforeChild->parent()->isTableSection()… in addChildWithContinuation()
|
D | RenderTable.cpp | 173 } else if (child->isTableCell() || child->isTableRow()) { in addChild()
|
D | RenderObject.cpp | 666 while (o && ((o->isInline() && !o->isReplaced()) || o->isTableRow() || o->isTableSection() in containingBlock()
|
D | RenderBlock.cpp | 242 || newChild->isTableRow() in addChildToFlow()
|
/external/webkit/WebCore/editing/ |
D | DeleteSelectionCommand.cpp | 51 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()
|
D | htmlediting.cpp | 403 return (r && (r->isTableCell() || r->isTableRow() || r->isTableSection() || r->isTableCol())); in isTableStructureNode()
|
D | TextIterator.cpp | 505 if (r->isTableRow()) { in shouldEmitNewlinesBeforeAndAfterNode()
|
/external/webkit/WebCore/dom/ |
D | Text.cpp | 202 …if (par->isTable() || par->isTableRow() || par->isTableSection() || par->isTableCol() || par->isFr… in rendererIsNeeded()
|
/external/webkit/WebCore/page/mac/ |
D | AccessibilityObjectWrapper.mm | 824 if (m_object->isTableRow()) 1348 if (m_object->isTableRow()) {
|
/external/webkit/WebCore/ |
D | ChangeLog | 41626 (WebCore::AccessibilityTableRow::isTableRow): 48595 (WebCore::AccessibilityObject::isTableRow): 48669 (WebCore::AccessibilityTableRow::isTableRow):
|
D | ChangeLog-2008-08-10 | 29104 (WebCore::RenderObject::isTableRow): 77033 (WebCore::isTableRow): Ditto.
|
D | ChangeLog-2007-10-14 | 15937 (WebCore::isTableRow):
|