Searched refs:isTableRow (Results 1 - 23 of 23) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityTableRow.h46 virtual bool isTableRow() const override;
69 ACCESSIBILITY_OBJECT_TYPE_CASTS(AccessibilityTableRow, isTableRow())
H A DAccessibilityTableRow.cpp61 if (!isTableRow())
73 bool AccessibilityTableRow::isTableRow() const function in class:WebCore::AccessibilityTableRow
96 if (!isTableRow())
118 if (!m_renderer || !m_renderer->isTableRow())
H A DAccessibilityARIAGridCell.cpp77 if (parent->isTableRow()) {
107 if (!parent->isTableRow() && !parent->isAccessibilityTable())
H A DAccessibilityARIAGrid.cpp58 if (!child || (!child->isTableRow() && child->ariaRoleAttribute() != RowRole))
89 if (!rowChild->isTableRow()) {
H A DAccessibilityTable.cpp263 if (!renderRow || !renderRow->isBoxModelObject() || !toRenderBoxModelObject(renderRow)->isTableRow())
412 if (!rowObject->isTableRow())
H A DAccessibilityTableCell.cpp96 if (!parent || !parent->isTableRow())
H A DAXObjectCache.cpp308 if (cssBox->isTableRow())
H A DAccessibilityObject.h479 virtual bool isTableRow() const { return false; } function in class:WebCore::AccessibilityObject
H A DAccessibilityRenderObject.cpp3116 if (activeDesc && (activeDesc->isTreeItem() || activeDesc->isTableRow())) {
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTableRow.h98 virtual bool isTableRow() const override { return true; }
122 RENDER_OBJECT_TYPE_CASTS(RenderTableRow, isTableRow())
H A DRenderElement.cpp478 else if (newChild->isTableRow())
481 needsTable = !isTableRow();
536 ASSERT(!isRenderBlockFlow() || (!newChild->isTableSection() && !newChild->isTableRow() && !newChild->isTableCell()));
H A DRenderTableSection.cpp138 if (!child->isTableRow()) {
152 if (row && row->isTableRow() && row->isAnonymous()) {
161 while (lastBox && lastBox->parent()->isAnonymous() && !lastBox->isTableRow())
193 ASSERT(!beforeChild || beforeChild->isTableRow());
H A DRenderObject.h349 virtual bool isTableRow() const { return false; } function in class:WebCore::RenderObject
384 bool isTablePart() const { return isTableCell() || isRenderTableCol() || isTableCaption() || isTableRow() || isTableSection(); }
H A DRenderBox.cpp3556 if (curr->isBox() && !curr->isTableRow())
4191 if (isTableRow())
4210 LayoutUnit top = renderer->borderTop() + renderer->paddingTop() + (isTableRow() ? LayoutUnit() : renderer->y());
4212 LayoutUnit left = renderer->borderLeft() + renderer->paddingLeft() + (isTableRow() ? LayoutUnit() : renderer->x());
4216 if (renderer->isTableRow())
H A DRenderTable.cpp177 } else if (child->isTableCell() || child->isTableRow())
H A DRenderBoxModelObject.cpp338 if (curr->isBox() && !curr->isTableRow())
/macosx-10.10/WebCore-7600.1.25/accessibility/atk/
H A DWebKitAccessibleWrapperAtk.cpp343 if (coreParent->isTableRow() && coreObject->isTableCell())
356 if (tableChild->isTableRow())
388 if (tableChild->isTableRow()) {
451 if (!row->isTableRow())
495 if (parent && parent->isTableRow() && coreObject->isTableCell())
/macosx-10.10/WebCore-7600.1.25/editing/
H A DDeleteSelectionCommand.cpp49 static bool isTableRow(const Node* node) function in namespace:WebCore
62 if (!isTableRow(row))
193 m_startTableRow = enclosingNodeOfType(start, &isTableRow);
194 m_endTableRow = enclosingNodeOfType(end, &isTableRow);
H A Dhtmlediting.cpp382 return (renderer && (renderer->isTableCell() || renderer->isTableRow() || renderer->isTableSection() || renderer->isRenderTableCol()));
H A DTextIterator.cpp842 if (renderer->isTableRow()) {
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLFormElement.cpp107 || (parentRenderer->isTableRow() && parent->hasTagName(trTag))
/macosx-10.10/WebCore-7600.1.25/style/
H A DStyleResolveTree.cpp392 if (parentRenderer.isTable() || parentRenderer.isTableRow() || parentRenderer.isTableSection() || parentRenderer.isRenderTableCol() || parentRenderer.isFrameSet())
/macosx-10.10/WebCore-7600.1.25/accessibility/mac/
H A DWebAccessibilityObjectWrapperMac.mm1599 else if (m_object->isTableRow()) {
2694 if (m_object->isTableRow()) {

Completed in 416 milliseconds