Searched refs:insertionIndex (Results 1 – 2 of 2) sorted by relevance
686 …var insertionIndex = insertionIndexForObjectInListSortedByFunction(option, select.childNodes, opti…687 if (insertionIndex < 0)690 select.insertBefore(option, select.childNodes.item(insertionIndex));
1151 PropertyMirror.prototype.insertionIndex = function() { method in PropertyMirror