Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dsearch_handler.ts36 const currentTs = globals.currentSearchResults.tsStarts[index]; constant
40 if (index === -1 || currentTs < startNs || currentTs > endNs) {
77 const currentTs = globals.currentSearchResults.tsStarts[searchIndex]; constant
79 scrollToTrackAndTs(trackId, currentTs);