Searched refs:wordsWithPrefix (Results 1 – 2 of 2) sorted by relevance
57 wordsWithPrefix: function(prefix) { }, method in WebInspector.CompletionDictionary103 wordsWithPrefix: function(prefix) method in WebInspector.SampleCompletionDictionary
1470 var wordsWithPrefix = dictionary.wordsWithPrefix(this._textEditor.copyRange(prefixRange));1479 wordsWithPrefix.sort(sortSuggestions);1485 …this._suggestBox.updateSuggestions(this._anchorBox, wordsWithPrefix, 0, true, this._textEditor.cop…