Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dactions_unittest.ts19 createEmptyState,
40 const after = produce(createEmptyState(), draft => {
47 const once = produce(createEmptyState(), draft => {
71 const state = createEmptyState();
99 const once = produce(createEmptyState(), draft => {
130 const state = createEmptyState();
150 const state = createEmptyState();
170 const state = createEmptyState();
188 const state = createEmptyState();
206 const state = createEmptyState();
[all …]
Dstate_unittest.ts15 import {createEmptyState, getContainingTrackId, State} from './state';
18 const state: State = createEmptyState();
23 const state: State = createEmptyState();
Dstate.ts687 export function createEmptyState(): State { function
Dactions.ts28 createEmptyState,
72 Object.assign(state, createEmptyState());
/external/perfetto/ui/src/controller/
Dglobals.ts20 import {createEmptyState, State} from '../common/state';
47 this._state = createEmptyState();
/external/perfetto/ui/src/frontend/
Dglobals.ts19 import {CallsiteInfo, createEmptyState, State} from '../common/state';
139 this._state = createEmptyState();