Home | History | Annotate | Download | only in input

Lines Matching refs:mSlots

1542         mCurrentSlot(-1), mSlots(NULL), mSlotCount(0), mUsingSlotsProtocol(false),
1547 delete[] mSlots;
1556 delete[] mSlots;
1557 mSlots = new Slot[slotCount];
1587 if (mSlots) {
1589 mSlots[i].clear();
1616 Slot* slot = &mSlots[mCurrentSlot];