Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
DCodeMirrorUtils.js73 _consumeCopy: function(e) method in WebInspector.CodeMirrorUtils
85 element.addEventListener("copy", this._consumeCopy, false);
103 editingContext.element.removeEventListener("copy", this._consumeCopy, false);