Home
last modified time | relevance | path

Searched refs:newSlot (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp408 void SetTo(page_num_t pageIndex, swap_addr_t slotIndex, bool newSlot) in SetTo() argument
412 fNewSlot = newSlot; in SetTo()
896 bool newSlot = slotIndex == SWAP_SLOT_NONE; in WriteAsync() local
899 if (newSlot) { in WriteAsync()
916 if (newSlot) { in WriteAsync()
929 callback->SetTo(pageIndex, slotIndex, newSlot); in WriteAsync()
/haiku/src/apps/deskbar/
H A DSwitcher.cpp1276 int32 newSlot = previousSlot - (fManager->SlotCount() - 1); in MouseDown() local
1277 if (newSlot < 0) in MouseDown()
1278 newSlot = 0; in MouseDown()
1280 int32 newIndex = fIconView->IndexAt(newSlot); in MouseDown()
1291 int32 newSlot = previousSlot + (fManager->SlotCount() - 1); in MouseDown() local
1292 int32 newIndex = fIconView->IndexAt(newSlot); in MouseDown()