Searched refs:axTable (Results 1 – 2 of 2) sorted by relevance
499 AtkObject* axTable = atk_object_get_parent(ATK_OBJECT(element)); in indexRangeInTable() local500 if (!axTable || !ATK_IS_TABLE(axTable)) in indexRangeInTable()510 row = atk_table_get_row_at_index(ATK_TABLE(axTable), indexInParent); in indexRangeInTable()511 column = atk_table_get_column_at_index(ATK_TABLE(axTable), indexInParent); in indexRangeInTable()519 length = atk_table_get_row_extent_at(ATK_TABLE(axTable), row, column); in indexRangeInTable()522 length = atk_table_get_column_extent_at(ATK_TABLE(axTable), row, column); in indexRangeInTable()
1995 static gint cellIndex(AccessibilityTableCell* axCell, AccessibilityTable* axTable) in cellIndex() argument2000 axTable->cells(allCells); in cellIndex()2033 AccessibilityTable* axTable = static_cast<AccessibilityTable*>(core(table)); in webkit_accessible_table_get_index_at() local2034 return cellIndex(axCell, axTable); in webkit_accessible_table_get_index_at()