Searched refs:TextPrompt (Results 1 – 7 of 7) sorted by relevance
29 WebInspector.TextPrompt = function(element, completions, stopCharacters) class in WebInspector39 WebInspector.TextPrompt.prototype = {
45 this.prompt = new WebInspector.TextPrompt(this.promptElement, this.completions.bind(this), " ");
50 …this.prompt = new WebInspector.TextPrompt(this.promptElement, this.completions.bind(this), Express…
3787 'inspector/front-end/TextPrompt.js',
1010 Factors out the TextPrompt.scanBackwards function into a generic1017 * page/inspector/TextPrompt.js:1018 (WebInspector.TextPrompt.prototype.complete): Ditto.1019 (WebInspector.TextPrompt.prototype.scanBackwards): Removed.1021 (Node.prototype.rangeOfWord): Added. Copied from TextPrompt.scanBackwards,33943 * page/inspector/TextPrompt.js:33944 (TextPrompt.prototype.isCaretInsidePrompt): Just call isInsertionCaretInside.33995 Fix an exception and remove code that was missed when TextPrompt34341 * page/inspector/TextPrompt.js:34342 (WebInspector.TextPrompt.prototype.clearAutoComplete): Restore the user typed[all …]
21779 * inspector/front-end/TextPrompt.js:21780 (WebInspector.TextPrompt):29603 * inspector/front-end/TextPrompt.js:29604 (WebInspector.TextPrompt.prototype.handleKeyEvent): handle new keyboard shortcuts29605 … (WebInspector.TextPrompt.prototype.isCaretOnFirstLine): check if the caret is on the top line29606 … (WebInspector.TextPrompt.prototype.isCaretOnLastLine): check if the caret is on the bottom line29607 (WebInspector.TextPrompt.prototype._upKeyPressed):29608 (WebInspector.TextPrompt.prototype._downKeyPressed):29609 (WebInspector.TextPrompt.prototype._moveBackInHistory):29610 (WebInspector.TextPrompt.prototype._moveForwardInHistory):[all …]
124 * inspector/front-end/TextPrompt.js:125 (WebInspector.TextPrompt.prototype.complete):126 (WebInspector.TextPrompt.prototype._completionsReady):81199 * inspector/front-end/TextPrompt.js: Renamed from WebCore/page/inspector/TextPrompt.js.