Searched defs:textRange (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
H A DSourceFrame.js296 * @param {!WebInspector.TextRange} textRange
298 setSelection: function(textRange)
300 this._selectionToSet = textRange;
705 * @param {!WebInspector.TextRange} textRange
707 selectionChanged: function(textRange)
710 this.dispatchEventToListeners(WebInspector.SourceFrame.Events.SelectionChanged, textRange);
711 WebInspector.notifications.dispatchEventToListeners(WebInspector.SourceFrame.Events.SelectionChanged, textRange);
723 var textRange = selections[0]; variable
724 if (textRange.isEmpty()) {
725 this._sourcePosition.setText(WebInspector.UIString("Line %d, Column %d", textRange
[all...]

Completed in 101 milliseconds