Home
last modified time | relevance | path

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

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