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/ui/
DTextPrompt.js37 WebInspector.TextPrompt = function(completions, stopCharacters) argument
45 this._completionStopCharacters = stopCharacters || " =:[({;,!+-*/&|^<>.";
738 WebInspector.TextPromptWithHistory = function(completions, stopCharacters) argument
740 WebInspector.TextPrompt.call(this, completions, stopCharacters);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
DDOMExtension.js40 Node.prototype.rangeOfWord = function(offset, stopCharacters, stayWithinNode, direction) argument
62 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {
97 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {