Searched refs:stopCharacters (Results 1 – 2 of 2) sorted by relevance
37 WebInspector.TextPrompt = function(completions, stopCharacters) argument45 this._completionStopCharacters = stopCharacters || " =:[({;,!+-*/&|^<>.";754 WebInspector.TextPromptWithHistory = function(completions, stopCharacters) argument756 WebInspector.TextPrompt.call(this, completions, stopCharacters);
36 Node.prototype.rangeOfWord = function(offset, stopCharacters, stayWithinNode, direction) argument58 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {93 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {