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

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h156 void SetItemCount(uint32 itemCount) function in class:BTree::Node
157 { fNode->header.SetItemCount(itemCount); }
H A DBTree.cpp428 node->SetItemCount(node->ItemCount() - num);
430 node->SetItemCount(node->ItemCount() + num);
454 fNodes[level]->SetItemCount(node->ItemCount() - num);
456 fNodes[level]->SetItemCount(node->ItemCount() + num);
458 fNodes[level]->SetItemCount(num);
H A Dbtrfs.h124 void SetItemCount(uint32 itemCount) function in struct:btrfs_header
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h49 void SetItemCount(int32 count);
H A DSoftwareUpdaterWindow.cpp825 SuperItem::SetItemCount(int32 count) function in class:SuperItem
1197 super->SetItemCount(CountItemsUnder(super, true));
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp789 void SetItemCount(int32 count) function in class:PackageListView::ItemCountView
1003 fItemCountView->SetItemCount(0);
1032 fItemCountView->SetItemCount(CountRows());
1048 fItemCountView->SetItemCount(CountRows());

Completed in 53 milliseconds