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

/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityTable.cpp557 AccessibilityTableCell* tableCellChild = toAccessibilityTableCell(child); local
558 tableCellChild->columnIndexRange(columnRange);
559 tableCellChild->rowIndexRange(rowRange);
563 return tableCellChild;

Completed in 121 milliseconds