Searched refs:hoverSampleStruct (Results 1 – 5 of 5) sorted by relevance
65 SampleStruct.hoverSampleStruct = re;70 SampleStruct.hoverSampleStruct = undefined;143 if (clickRowType === TraceRow.ROW_TYPE_SAMPLE && (SampleStruct.hoverSampleStruct || entry)) {144 SampleStruct.selectSampleStruct = entry || SampleStruct.hoverSampleStruct;166 static hoverSampleStruct: SampleStruct | undefined; property in SampleStruct218 if (SampleStruct.hoverSampleStruct && data.name === SampleStruct.hoverSampleStruct.name) {
41 private hoverSampleStruct: unknown | undefined;124 this.hoverSampleStruct = undefined;148 this.hoverSampleStruct = undefined;162 const lastNode = this.hoverSampleStruct;166 this.hoverSampleStruct = searchResult;185 this.hoverSampleStruct = undefined;222 const hoverNode = this.hoverSampleStruct;388 if (this.hoverSampleStruct && data.name == this.hoverSampleStruct.name) {
41 private hoverSampleStruct: unknown | undefined; property in TabPaneSampleInstructionSelection104 this.hoverSampleStruct = undefined;133 this.hoverSampleStruct = undefined;161 const lastNode = this.hoverSampleStruct;165 this.hoverSampleStruct = searchResult;184 this.hoverSampleStruct = undefined;221 const hoverNode = this.hoverSampleStruct;388 if (this.hoverSampleStruct && data.name == this.hoverSampleStruct.name) {
56 SampleStruct.hoverSampleStruct = traceRow.getHoverStruct();
1207 SampleStruct.hoverSampleStruct = undefined;1292 …(): boolean => SampleStruct.hoverSampleStruct !== null && SampleStruct.hoverSampleStruct !== undef…