Searched refs:allChipsSet (Results 1 – 1 of 1) sorted by relevance
/test/vti/dashboard/src/main/webapp/js/ |
D | test_acknowledgments.js | 70 function chipRemoveCallback(text, allChipsSet, allIndicator) { argument 71 allChipsSet.delete(text); 72 if (allChipsSet.size == 0) { 84 function addChips(allChipsSet, container, chipList, allIndicator) { argument 87 if (allChipsSet.has(text)) return; 92 chipRemoveCallback(text, allChipsSet, allIndicator); 96 allChipsSet.add(text); 111 function addChipInput(container, placeholder, allChipsSet, chipContainer, allIndicator) { argument 116 addChips(allChipsSet, chipContainer, [input.val()], allIndicator); 123 addChips(allChipsSet, chipContainer, [input.val()], allIndicator);
|