Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dsearch_data.ts15 export interface SearchSummary { interface
/external/perfetto/ui/src/controller/
Dsearch_controller.ts18 import {CurrentSearchResults, SearchSummary} from '../common/search_data';
147 resolution: number): Promise<SearchSummary> {
/external/perfetto/ui/src/frontend/
Dglobals.ts20 import {CurrentSearchResults, SearchSummary} from '../common/search_data';
182 searchSummary: SearchSummary = {
Dindex.ts32 import {CurrentSearchResults, SearchSummary} from '../common/search_data';
222 publishSearch(args: SearchSummary) {