Searched refs:sidebarElement (Results 1 – 16 of 16) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | Panel.js | 106 this.sidebarElement = this.splitView.sidebarElement; 123 this.splitView.sidebarElement.appendChild(this.sidebarTreeElement); 124 this.splitView.sidebarElement.classList.add("sidebar");
|
D | SplitView.js | 143 get sidebarElement() getter in WebInspector.SplitView 161 this.sidebarElement.classList.remove("split-view-sidebar"); 164 this.sidebarElement.classList.add("split-view-sidebar"); 206 this.sidebarElement.style.removeProperty("flexBasis"); 298 this.sidebarElement.style.flexBasis = sizeValue;
|
D | HeapSnapshotView.js | 912 profile.sidebarElement.mainTitle = profile.title; 913 profile.sidebarElement.subtitle = ""; 914 profile.sidebarElement.wait = false; 945 profile.sidebarElement.subtitle = WebInspector.UIString("%.0f%", (done / total) * 100); 946 profile.sidebarElement.wait = true; 1040 profile.sidebarElement.wait = true; 1041 if (profile.sidebarElement && !profile.sidebarElement.wait) 1042 profile.sidebarElement.wait = true; 1194 this.sidebarElement.subtitle = WebInspector.UIString("Loading\u2026"); 1195 this.sidebarElement.wait = true; [all …]
|
D | FileSystemView.js | 44 this.sidebarElement.appendChild(directoryTreeElement); 45 this.sidebarElement.classList.add("outline-disclosure"); 46 this.sidebarElement.classList.add("sidebar");
|
D | CPUProfileView.js | 797 this._profileBeingRecorded.sidebarElement.mainTitle = title; 857 …this.sidebarElement.subtitle = WebInspector.UIString("Loading\u2026 %s", Number.bytesToString(this… 865 …this.sidebarElement.subtitle = WebInspector.UIString("Loading\u2026 %d\%", Number.bytesToString(th… 870 this.sidebarElement.subtitle = WebInspector.UIString("Parsing\u2026"); 873 this.sidebarElement.subtitle = WebInspector.UIString("Loaded"); 886 … this.sidebarElement.subtitle = WebInspector.UIString("'%s' not found.", reader.fileName()); 889 … this.sidebarElement.subtitle = WebInspector.UIString("'%s' is not readable", reader.fileName()); 894 …this.sidebarElement.subtitle = WebInspector.UIString("'%s' error %d", reader.fileName(), e.target.… 964 this.sidebarElement.subtitle = WebInspector.UIString("Loading\u2026"); 965 this.sidebarElement.wait = true;
|
D | ProfilesPanel.js | 368 this.splitView.sidebarElement.classList.add("vbox"); 387 var sidebarTreeBox = this.sidebarElement.createChild("div", "profiles-sidebar-tree-box"); 389 var statusBarContainerLeft = this.sidebarElement.createChild("div", "profiles-status-bar"); 657 if (element !== this.element || event.srcElement === this.sidebarElement) { 722 profile.sidebarElement = profileTreeElement; 954 profile.sidebarElement.subtitle = WebInspector.UIString("%.0f%", (done / total) * 100); 955 profile.sidebarElement.wait = true;
|
D | SidebarView.js | 113 return [ this.mainElement, this.sidebarElement ];
|
D | MemoryStatistics.js | 69 …this._memorySidebarView.sidebarElement.createChild("div", "sidebar-tree sidebar-tree-section").tex… 133 …var container = memoryCountersPane._memorySidebarView.sidebarElement.createChild("div", "memory-co…
|
D | LayersPanel.js | 49 this.sidebarElement.classList.add("outline-disclosure");
|
D | NavigatorOverlayController.js | 104 this._navigatorView.show(this._parentSidebarView.sidebarElement);
|
D | ResourcesPanel.js | 52 this.sidebarElement.classList.add("outline-disclosure"); 53 this.sidebarElement.classList.add("filter-all"); 54 this.sidebarElement.classList.add("children"); 55 this.sidebarElement.classList.add("small"); 106 this.sidebarElement.addEventListener("mousemove", this._onmousemove.bind(this), false); 107 this.sidebarElement.addEventListener("mouseout", this._onmouseout.bind(this), false);
|
D | TimelinePanel.js | 103 this._detailsSplitView.sidebarElement.classList.add("timeline-details"); 108 this._detailsView.show(this._detailsSplitView.sidebarElement); 138 this._memoryStatistics.show(this._timelineMemorySplitter.sidebarElement); 142 this._sidebarView.sidebarElement.classList.add("vbox"); 143 …this._sidebarView.sidebarElement.createChild("div", "timeline-records-title").textContent = WebIns… 144 …this._sidebarListElement = this._sidebarView.sidebarElement.createChild("div", "timeline-records-l… 1131 …this._sidebarView.sidebarElement.firstChild.style.flexBasis = (startIndex * rowHeight + headerHeig…
|
D | CanvasProfileView.js | 1074 if (!this.sidebarElement || !this._traceLogId) 1082 …this.sidebarElement.subtitle = this._alive ? WebInspector.UIString("Capturing\u2026 %d calls", thi… 1083 this.sidebarElement.wait = this._alive;
|
D | ElementsPanel.js | 60 this.splitView.sidebarElement.classList.add("vbox"); 79 …this.splitView.sidebarElement.addEventListener("contextmenu", this._sidebarContextMenuEventFired.b… 1311 this.sidebarPaneView.show(this.splitView.sidebarElement);
|
D | SourcesPanel.js | 97 this._navigator.view.show(this.editorView.sidebarElement); 102 this.editorView.sidebarElement.classList.add("vbox"); 1574 this.sidebarElement.appendChild(this.debugToolbar); 1605 this.sidebarPaneView.show(this.splitView.sidebarElement);
|
D | InspectorView.js | 54 this._devtoolsElement = this._splitView.sidebarElement;
|