Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTabbedEditorContainer.js177 … var tabId = this._tabIds.get(uiSourceCode) || this._appendFileTab(uiSourceCode, userGesture);
259 var tabId = this._tabIds.get(uiSourceCode) || this._appendFileTab(uiSourceCode, false);
347 _appendFileTab: function(uiSourceCode, userGesture) method in WebInspector.TabbedEditorContainer