FindRow
= fListView->FindRow(fCurrentPartitionID);
if (BRow* row = fListView->FindRow(id)) {
item = FindRow(id, item);
PartitionListRow* partitionrow = FindRow(partition->ID());
parent = FindRow(partition->Parent()->ID());
PartitionListRow* parent = FindRow(parentID);
PartitionListRow* FindRow(partition_id id,
return fOutlineView->FindRow(point.y, &indent, &top);
return fOutlineView->FindRow(point.y, &indent, &top);
BRow* FindRow(float ypos, int32* _indent,
BRow* row = FindRow(position.y, &indent, &rowTop);
BRow* row = FindRow(position.y, &indent, &top);
BRow* target = FindRow(position.y, &indent, &top);
BRow* target = FindRow(position.y, &indent, &top);
BRow* newRow = FindRow(newRowPos, &indent, &top);
if (FindRow(fVisibleRect.top, &indent, &top) == NULL && ScrollBar(B_VERTICAL) != NULL) {
if (FindRow(fVisibleRect.top, &indent, &top) == NULL && ScrollBar(B_VERTICAL) != NULL) {