Lines Matching refs:sampleWeightFunction
995 let sampleWeightFunction = this.selectorView.getSampleWeightFunction();
998 .then(wait(() => view.drawDetails(sampleWeightFunction)))
1097 this.sampleWeightFunction = null;
1143 drawDetails(sampleWeightFunction) { argument
1144 this.sampleWeightFunction = sampleWeightFunction;
1252 let sampleWeight = this.sampleWeightFunction(sumCount, this.totalCount);
1551 drawDetails(sampleWeightFunction) { argument
1552 google.charts.setOnLoadCallback(() => this.realDraw(sampleWeightFunction));
1555 realDraw(sampleWeightFunction) { argument
1568 totalValue = sampleWeightFunction(countInfo.subtreeEventCount, this.totalCount);
1569 selfValue = sampleWeightFunction(countInfo.eventCount, this.totalCount);
1654 drawDetails(sampleWeightFunction) { argument
1655 google.charts.setOnLoadCallback(() => this.realDraw(sampleWeightFunction));
1658 realDraw(sampleWeightFunction) { argument
1667 totalValue = sampleWeightFunction(line.subtreeEventCount, this.totalCount);
1668 selfValue = sampleWeightFunction(line.eventCount, this.totalCount);