Home
last modified time | relevance | path

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

/external/webkit/WebCore/inspector/front-end/
DTextPrompt.js29 WebInspector.TextPrompt = function(element, completions, stopCharacters) argument
33 this.completionStopCharacters = stopCharacters;
Dutilities.js110 Node.prototype.rangeOfWord = function(offset, stopCharacters, stayWithinNode, direction) argument
132 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {
167 if (stopCharacters.indexOf(node.nodeValue[i]) !== -1) {