Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/turbolizer/src/
Dsequence-view.ts18 rangeView: RangeView; property in SequenceView
36 this.rangeView = null;
63 if (this.showRangeView) this.rangeView.show();
75 if (this.showRangeView) this.rangeView.hide();
80 if (this.showRangeView) this.rangeView.onresize();
307 if (this.rangeView) {
317 if (!this.rangeView) {
318 this.rangeView = new RangeView(this);
332 this.rangeView.initializeContent(this.sequence.blocks);
352 this.rangeView.initializeContent(this.sequence.blocks);
[all …]
Drange-view.ts442 constructor(rangeView: RangeView) {
443 this.view = rangeView;