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

/haiku/src/kits/interface/
H A DColumnListView.cpp5007 OutlineView::FindParent(BRow* row, BRow** outParent, bool* outParentIsVisible) argument
5010 if (row != NULL && outParent != NULL) {
5011 *outParent = row->fParent;
5025 result = *outParent != NULL;

Completed in 39 milliseconds