Home
last modified time | relevance | path

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

/external/perfetto/ui/src/base/
Ddisposable_stack.ts31 export class DisposableStack implements Disposable { class
75 move(): DisposableStack {
76 const other = new DisposableStack();
Ddisposable_unittest.ts15 import {AsyncDisposableStack, DisposableStack} from './disposable_stack';
19 const trash = new DisposableStack();
Devents_unittest.ts16 import {DisposableStack} from './disposable_stack';
60 const trash = new DisposableStack();
Dvirtual_canvas.ts35 import {DisposableStack} from './disposable_stack';
70 private readonly _trash = new DisposableStack();
Dzoned_interaction_handler.ts48 import {DisposableStack} from './disposable_stack';
138 private readonly trash = new DisposableStack();
/external/perfetto/ui/src/public/
Dtrace.ts26 import {DisposableStack} from '../base/disposable_stack';
81 readonly trash: DisposableStack;
/external/perfetto/ui/src/plugins/dev.perfetto.ExplorePage/data_visualiser/
Dvertical_split_container.ts16 import {DisposableStack} from '../../../base/disposable_stack';
36 private readonly trash = new DisposableStack();
/external/perfetto/ui/src/frontend/viewer_page/
Dwasd_navigation_handler.ts15 import {DisposableStack} from '../../base/disposable_stack';
100 private trash: DisposableStack;
114 this.trash = new DisposableStack();
Dviewer_page.ts16 import {DisposableStack} from '../../base/disposable_stack';
39 private readonly trash = new DisposableStack();
Dtimeline_header.ts17 import {DisposableStack} from '../../base/disposable_stack';
69 private readonly trash = new DisposableStack();
Doverview_timeline_panel.ts16 import {DisposableStack} from '../../base/disposable_stack';
53 private readonly trash = new DisposableStack();
Dtrack_tree_view.ts29 import {DisposableStack} from '../../base/disposable_stack';
111 private readonly trash = new DisposableStack();
/external/perfetto/ui/src/widgets/
Dvirtual_scroll_helper.ts15 import {DisposableStack} from '../base/disposable_stack';
33 private readonly _trash = new DisposableStack();
Deditor.ts23 import {DisposableStack} from '../base/disposable_stack';
48 private trash = new DisposableStack();
Dvirtual_overlay_canvas.ts33 import {DisposableStack} from '../base/disposable_stack';
101 readonly trash = new DisposableStack();
Dsplit_panel.ts16 import {DisposableStack} from '../base/disposable_stack';
79 private readonly trash = new DisposableStack();
Dvirtual_table.ts20 import {DisposableStack} from '../base/disposable_stack';
145 private readonly trash = new DisposableStack();
Dtrack_shell.ts17 import {DisposableStack} from '../base/disposable_stack';
461 private readonly trash = new DisposableStack();
/external/perfetto/ui/src/core/
Dtrace_impl.ts15 import {DisposableStack} from '../base/disposable_stack';
80 readonly trash = new DisposableStack();
437 get trash(): DisposableStack {
/external/perfetto/ui/src/plugins/dev.perfetto.RecordTraceV2/pages/
Dtarget_selection_page.ts26 import {DisposableStack} from '../../../base/disposable_stack';
140 private trash = new DisposableStack();
318 private trash = new DisposableStack();
/external/perfetto/ui/src/frontend/
Dui_main.ts37 import {DisposableStack} from '../base/disposable_stack';
73 private trash = new DisposableStack();
/external/perfetto/
DCHANGELOG198 * Made `Disposable`, `DisposableStack`, and their async variants available