Lines Matching refs:dlg
99 var dlg = new tracing.Overlay();
100 dlg.classList.add('timeline-view-import-errors-overlay');
101 dlg.autoClose = true;
117 dlg.appendChild(containerEl);
121 dlg.visible = true;
153 var dlg = new tracing.TimelineCategoryFilterDialog();
154 dlg.model = that.model;
155 dlg.settings = that.settings;
156 dlg.settingUpdatedCallback = callback;
157 dlg.visible = true;
174 var dlg = new tracing.Overlay();
175 dlg.classList.add('timeline-view-help-overlay');
176 dlg.autoClose = true;
177 dlg.additionalCloseKeyCodes.push('?'.charCodeAt(0));
186 dlg.appendChild(helpTextEl);
189 dlg.visible = true;
207 var dlg = new tracing.Overlay();
208 dlg.classList.add('timeline-view-metadata-overlay');
209 dlg.autoClose = true;
224 dlg.appendChild(containerEl);
228 dlg.visible = true;
389 var dlg = tracing.TimelineFindControl();
390 dlg.controller = new tracing.TimelineFindController();
391 dlg.controller.timeline = this.timeline;
392 dlg.visible = true;
393 dlg.addEventListener('close', function() {
396 dlg.addEventListener('findNext', function() {
398 dlg.addEventListener('findPrevious', function() {