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