Searched refs:stayWithinNode (Results 1 – 1 of 1) sorted by relevance
46 Node.prototype.rangeOfWord = function(offset, stopCharacters, stayWithinNode, direction) argument53 if (!stayWithinNode)54 stayWithinNode = this;59 if (node === stayWithinNode) {61 startNode = stayWithinNode;79 node = node.traversePreviousNode(stayWithinNode);83 startNode = stayWithinNode;94 if (node === stayWithinNode) {96 endNode = stayWithinNode;114 node = node.traverseNextNode(stayWithinNode);[all …]