Home | History | Annotate | Download | only in front-end

Lines Matching defs:completions

50     this.prompt = new WebInspector.TextPrompt(this.promptElement, this.completions.bind(this), ExpressionStopCharacters + ".");
316 completions: function(wordRange, bestMatchOnly, completionsReadyCallback)