cellForColumnAndRow 73 Source/core/accessibility/AXTable.h AXTableCell* cellForColumnAndRow(unsigned column, unsigned row); cellForColumnAndRow 171 Source/core/accessibility/AXTableColumn.cpp AXTableCell* cell = parentTable->cellForColumnAndRow(m_columnIndex, i); cellForColumnAndRow 948 Source/web/WebAXObject.cpp WebCore::AXTableCell* cell = toAXTable(m_private.get())->cellForColumnAndRow(column, row); cellForColumnAndRow 188 public/web/WebAXObject.h BLINK_EXPORT WebAXObject cellForColumnAndRow(unsigned column, unsigned row) const;