Searched refs:stopCharacters (Results 1 – 2 of 2) sorted by relevance
29 WebInspector.TextPrompt = function(element, completions, stopCharacters) argument33 this.completionStopCharacters = stopCharacters;
110 Node.prototype.rangeOfWord = function(offset, stopCharacters, stayWithinNode, direction) argument132 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {167 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {