FindParent
bool FindParent(BRow* row, BRow** _parent,
return fInode->FindParent(_id);
return fInode->FindParent(_id);
status_t FindParent(ino_t* id);
inode->FindParent(&pid);
while (fListView->FindParent(_topLevelRow, &parent, NULL))
return fOutlineView->FindParent(row, _parent, _isVisible);
bool FindParent(BRow* row, BRow** _parent,
FindParent(row, &parentRow, &parentIsVisible);
FindParent(row, &parentRow, &parentIsVisible);