Searched refs:indexToModify (Results 1 – 4 of 4) sorted by relevance
75 …PropertyTearOff::processIncomingListItemValue(const ListItemType& newItem, unsigned* indexToModify) in processIncomingListItemValue() argument97 if (!indexToModify) in processIncomingListItemValue()102 unsigned& index = *indexToModify; in processIncomingListItemValue()
143 …tual void processIncomingListItemWrapper(RefPtr<ListItemTearOff>& newItem, unsigned* indexToModify) in processIncomingListItemWrapper() argument170 if (!indexToModify) in processIncomingListItemWrapper()175 unsigned& index = *indexToModify; in processIncomingListItemWrapper()
418 …virtual void processIncomingListItemValue(const ListItemType& newItem, unsigned* indexToModify) = …419 …void processIncomingListItemWrapper(RefPtr<ListItemTearOff>& newItem, unsigned* indexToModify) = 0;
146 virtual void processIncomingListItemValue(const ListItemType& newItem, unsigned* indexToModify);