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

/haiku/src/kits/interface/
H A DColumnListView.cpp341 BRow* fFocusRow; member in class:BPrivate::OutlineView
3202 fFocusRow(0),
3428 if (fFocusRow == row && !fEditMode && fMasterView->IsFocus()
3465 if (fFocusRow == row && !fEditMode && fMasterView->IsFocus()
3632 if (fFocusRow == row && !fEditMode && fMasterView->IsFocus()
3766 FindVisibleRect(fFocusRow, &fFocusRowRect);
3791 fFocusRow = fTargetRow;
3792 FindVisibleRect(fFocusRow, &fFocusRowRect);
3844 } else if (fFocusRow != 0) {
3846 FindVisibleRect(fFocusRow,
[all...]

Completed in 92 milliseconds