Home
last modified time | relevance | path

Searched refs:textNode (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js398 function hightlightTextNode(textNode) { argument
400 if (match = regex.exec(textNode.data)) {
403 patternNode = textNode.splitText(match.index);
406 textNode.parentNode.replaceChild(wrapperNode, patternNode);