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

/haiku/src/kits/interface/
H A DColumnListView.cpp378 BRow* fTargetRow; member in class:BPrivate::OutlineView
3564 if (row == fTargetRow
3574 B_PRESSED_LATCH, fTargetRow);
3578 : B_CLOSED_LATCH, fTargetRow);
3764 fTargetRow = row;
3775 if (fTargetRow->fNextSelected != 0)
3786 fTargetRow->fIsExpanded ? B_OPEN_LATCH
3791 fFocusRow = fTargetRow;
3794 ASSERT(fTargetRow != 0);
3801 SelectRange(fFirstSelectedItem, fTargetRow);
[all...]

Completed in 41 milliseconds