Lines Matching full:selection
14 * Analyzes the selection, outputting the analysis results into the provided
18 * @param {Selection} selection What to analyze.
20 function analyzeSelection(results, selection) {
21 analyzeHitsByType(results, selection.getHitsOrganizedByType());
27 var objectHits = new tracing.Selection();
70 var selection = new tracing.Selection();
71 selection.addObjectSnapshot(hit.track, objectSnapshot);
72 return selection;
86 var selection = new tracing.Selection();
87 selection.addObjectInstance(hit.track, objectInstance);
88 return selection;