Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DCompletionDictionary.js57 wordsWithPrefix: function(prefix) { }, method in WebInspector.CompletionDictionary
103 wordsWithPrefix: function(prefix) method in WebInspector.SampleCompletionDictionary
DCodeMirrorTextEditor.js1470 var wordsWithPrefix = dictionary.wordsWithPrefix(this._textEditor.copyRange(prefixRange));
1479 wordsWithPrefix.sort(sortSuggestions);
1485 …this._suggestBox.updateSuggestions(this._anchorBox, wordsWithPrefix, 0, true, this._textEditor.cop…