Home
last modified time | relevance | path

Searched refs:highlightDescriptor (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTextEditor.js113 removeHighlight: function(highlightDescriptor) { }, argument
DJavaScriptSourceFrame.js826 … var highlightDescriptor = textEditor.highlightRange(this._editorRanges[position], styleName);
827 this._highlightDescriptors[position] = highlightDescriptor;
837 var highlightDescriptor = this._highlightDescriptors[position];
838 console.assert(highlightDescriptor);
840 textEditor.removeHighlight(highlightDescriptor);
DCodeMirrorTextEditor.js617 removeHighlight: function(highlightDescriptor) argument
619 highlightDescriptor.clear();