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

/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.h138 virtual status_t GetCellRectAt(int32 rowIndex, int32 colIndex,
H A DTreeTable.h199 int32 colIndex, BRect& _output) const;
H A DTable.cpp500 Table::GetCellRectAt(int32 rowIndex, int32 colIndex, BRect& _output) const argument
506 AbstractColumn* column = fColumns.ItemAt(colIndex);
H A DTreeTable.cpp845 TreeTable::GetCellRectAt(const TreeTablePath& path, int32 colIndex, argument
852 AbstractColumn* column = fColumns.ItemAt(colIndex);

Completed in 41 milliseconds