Searched refs:stayWithinNode (Results 1 – 1 of 1) sorted by relevance
61 Node.prototype.rangeOfWord = function(offset, stopCharacters, stayWithinNode, direction) argument68 if (!stayWithinNode)69 stayWithinNode = this;74 if (node === stayWithinNode) {76 startNode = stayWithinNode;94 node = node.traversePreviousNode(stayWithinNode);98 startNode = stayWithinNode;109 if (node === stayWithinNode) {111 endNode = stayWithinNode;129 node = node.traverseNextNode(stayWithinNode);[all …]