Searched refs:newSlot (Results 1 – 2 of 2) sorted by relevance
408 void SetTo(page_num_t pageIndex, swap_addr_t slotIndex, bool newSlot) in SetTo() argument412 fNewSlot = newSlot; in SetTo()896 bool newSlot = slotIndex == SWAP_SLOT_NONE; in WriteAsync() local899 if (newSlot) { in WriteAsync()916 if (newSlot) { in WriteAsync()929 callback->SetTo(pageIndex, slotIndex, newSlot); in WriteAsync()
1276 int32 newSlot = previousSlot - (fManager->SlotCount() - 1); in MouseDown() local1277 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() local1292 int32 newIndex = fIconView->IndexAt(newSlot); in MouseDown()