Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dcookie_consent.ts22 private showCookieConsent = true;
25 if (this.showCookieConsent) {
26 this.showCookieConsent = localStorage.getItem(COOKIE_ACK_KEY) === null;
28 if (!this.showCookieConsent) return;
45 this.showCookieConsent = false;
Dfrontend_local_state.ts80 showCookieConsent = false; property in FrontendLocalState