Home
last modified time | relevance | path

Searched refs:TextPrompt (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DTextPrompt.js29 WebInspector.TextPrompt = function(element, completions, stopCharacters) class in WebInspector
39 WebInspector.TextPrompt.prototype = {
DDatabaseQueryView.js45 this.prompt = new WebInspector.TextPrompt(this.promptElement, this.completions.bind(this), " ");
DConsoleView.js50 …this.prompt = new WebInspector.TextPrompt(this.promptElement, this.completions.bind(this), Express…
/external/webkit/WebCore/
DWebCore.gypi3787 'inspector/front-end/TextPrompt.js',
DChangeLog-2008-08-101010 Factors out the TextPrompt.scanBackwards function into a generic
1017 * 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 TextPrompt
34341 * page/inspector/TextPrompt.js:
34342 (WebInspector.TextPrompt.prototype.clearAutoComplete): Restore the user typed
[all …]
DChangeLog-2010-01-2921779 * inspector/front-end/TextPrompt.js:
21780 (WebInspector.TextPrompt):
29603 * inspector/front-end/TextPrompt.js:
29604 (WebInspector.TextPrompt.prototype.handleKeyEvent): handle new keyboard shortcuts
29605 … (WebInspector.TextPrompt.prototype.isCaretOnFirstLine): check if the caret is on the top line
29606 … (WebInspector.TextPrompt.prototype.isCaretOnLastLine): check if the caret is on the bottom line
29607 (WebInspector.TextPrompt.prototype._upKeyPressed):
29608 (WebInspector.TextPrompt.prototype._downKeyPressed):
29609 (WebInspector.TextPrompt.prototype._moveBackInHistory):
29610 (WebInspector.TextPrompt.prototype._moveForwardInHistory):
[all …]
DChangeLog-2009-06-16124 * 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.