Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dstate.ts329 extensionInstalled: boolean; property
836 extensionInstalled: false,
Dactions.ts91 const extensionInstalled = state.extensionInstalled; constant
102 state.extensionInstalled = extensionInstalled;
725 state.extensionInstalled = args.available;
/external/perfetto/ui/src/frontend/
Drecord_page.ts1074 if (!globals.state.extensionInstalled) notes.push(msgChrome);
1077 if (!globals.state.extensionInstalled) notes.push(msgChrome);
1093 return globals.state.extensionInstalled ?
1160 } else if (isChromeTarget(target) && state.extensionInstalled) {
/external/perfetto/ui/src/controller/
Drecord_controller.ts612 if (this.app.state.extensionInstalled) {