Searched refs:SetIndex (Results 1 - 12 of 12) sorted by last modified time

/haiku/src/servers/app/
H A DDesktop.cpp511 _Windows(i).SetIndex(i);
H A DWindowList.cpp44 WindowList::SetIndex(int32 index) function in class:WindowList
H A DWindowList.h24 void SetIndex(int32 index);
/haiku/src/apps/debuganalyzer/model/
H A DModel.cpp723 thread->SetIndex(i);
H A DModel.h442 inline void SetIndex(int32 index);
1288 Model::Thread::SetIndex(int32 index) function in class:Model::Thread
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp474 KPartition::SetIndex(int32 index) function in class:KPartition
884 partition->SetIndex(index);
949 partition->SetIndex(-1);
1610 fChildren.ElementAt(i)->SetIndex(i);
1615 fChildren.ElementAt(i)->SetIndex(i);
/haiku/headers/private/kernel/disk_device_manager/
H A DKPartition.h76 void SetIndex(int32 index);
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.cpp727 fPrimaries[i].SetIndex(i);
H A DPartitionMap.h218 void SetIndex(int32 index) { fIndex = index; } function in class:PrimaryPartition
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIndexImpl.cpp223 (*attribute)->SetIndex(NULL, false);
263 attribute->SetIndex(this, false);
267 attribute->SetIndex(this, true);
269 attribute->SetIndex(NULL, false);
284 attribute->SetIndex(this, false);
288 attribute->SetIndex(this, true);
303 attribute->SetIndex(NULL, false);
H A DAttribute.cpp100 // SetIndex
102 Attribute::SetIndex(AttributeIndex *index, bool inIndex) function in class:Attribute
H A DAttribute.h42 void SetIndex(AttributeIndex *index, bool inIndex);

Completed in 98 milliseconds