Home | History | Annotate | Download | only in mac

Lines Matching refs:items

594 // Menu items validation
702 // Add this item to the vector of items for a given command that are awaiting validation.
713 // FIXME <rdar://problem/8803459>: This means disabled items will flash enabled at first for a moment.
1977 ValidationVector items = _data->_validationMap.take(commandName);
1978 size_t size = items.size();
1980 ValidationItem item = items[i].get();