Home
last modified time | relevance | path

Searched refs:TableCellMouseDown (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.h42 virtual void TableCellMouseDown(Table* table, int32 rowIndex,
H A DRegistersView.cpp307 RegistersView::TableCellMouseDown(Table* table, int32 rowIndex, in TableCellMouseDown() function in RegistersView
/haiku/src/apps/debuganalyzer/gui/table/
H A DTable.h101 virtual void TableCellMouseDown(Table* table, int32 rowIndex,
H A DTable.cpp243 TableListener::TableCellMouseDown(Table* table, int32 rowIndex, in TableCellMouseDown() function in TableListener
574 fListeners.ItemAt(i)->TableCellMouseDown(this, rowIndex, in ColumnMouseDown()