HomeSort by relevance Sort by last modified time
    Searched defs:EditorClosed (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
SourcesView.js 35 this._editorContainer.addEventListener(WebInspector.TabbedEditorContainer.Events.EditorClosed, this._editorClosed, this);
83 EditorClosed: "EditorClosed",
449 // SourcesNavigator does not need to update on EditorClosed.
456 this.dispatchEventToListeners(WebInspector.SourcesView.Events.EditorClosed, data);
TabbedEditorContainer.js 73 EditorClosed: "EditorClosed"
415 this.dispatchEventToListeners(WebInspector.TabbedEditorContainer.Events.EditorClosed, uiSourceCode);

Completed in 1621 milliseconds