Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Dgraphmultiview.ts32 currentPhaseView: PhaseView; property in GraphMultiView
59 if (!view.currentPhaseView) return;
60 view.currentPhaseView.searchInputAction(searchInput, e, onlyVisibleCheckbox.checked);
122 this.currentPhaseView = view;
161 if (this.currentPhaseView != null) {
162 rememberedSelection = this.currentPhaseView.detachSelection();
163 this.currentPhaseView.hide();
164 this.currentPhaseView = null;
170 if (this.currentPhaseView) this.currentPhaseView.onresize();