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

/haiku/src/apps/deskbar/
H A DStatusView.cpp1100 for (int32 repIndex = count; repIndex >= 0; repIndex--) {
1101 fShelf->ReplicantAt(repIndex, &view, (uint32*)&localid);
1103 *index = repIndex;
1127 for (int32 repIndex = count; repIndex >= 0; repIndex--) {
1128 fShelf->ReplicantAt(repIndex, &view, (uint32*)id);
1131 *index = repIndex;
[all...]
/haiku/src/kits/interface/
H A DShelf.cpp792 int32 repIndex; local
793 status_t err = msg->GetCurrentSpecifier(&repIndex, specifier, &form, &property);

Completed in 111 milliseconds