Home
last modified time | relevance | path

Searched refs:stopCharacters (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTextPrompt.js37 WebInspector.TextPrompt = function(completions, stopCharacters) argument
45 this._completionStopCharacters = stopCharacters || " =:[({;,!+-*/&|^<>.";
754 WebInspector.TextPromptWithHistory = function(completions, stopCharacters) argument
756 WebInspector.TextPrompt.call(this, completions, stopCharacters);
DDOMExtension.js36 Node.prototype.rangeOfWord = function(offset, stopCharacters, stayWithinNode, direction) argument
58 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {
93 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {