Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DTabbedEditorContainer.js159 …w.addEventListener(WebInspector.SourceFrame.Events.SelectionChanged, this._selectionChanged, this);
167 …emoveEventListener(WebInspector.SourceFrame.Events.SelectionChanged, this._selectionChanged, this);
183 _selectionChanged: function(event) method in WebInspector.TabbedEditorContainer
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotView.js64 …DataGrid.addEventListener(WebInspector.DataGrid.Events.SelectedNode, this._selectionChanged, this);
73 …DataGrid.addEventListener(WebInspector.DataGrid.Events.SelectedNode, this._selectionChanged, this);
80 …DataGrid.addEventListener(WebInspector.DataGrid.Events.SelectedNode, this._selectionChanged, this);
86 …DataGrid.addEventListener(WebInspector.DataGrid.Events.SelectedNode, this._selectionChanged, this);
789 _selectionChanged: function(event) method in WebInspector.HeapSnapshotView