Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dsearch_controller.ts76 const omniboxState = this.app.state.frontendLocalState.omniboxState; constant
77 if (visibleState === undefined || omniboxState === undefined ||
78 omniboxState.mode === 'COMMAND') {
82 const newSearch = omniboxState.omnibox;
/external/perfetto/ui/src/common/
Dstate.ts155 omniboxState: OmniboxState; property
805 omniboxState: {
Dactions.ts746 state.frontendLocalState.omniboxState = args;
/external/perfetto/ui/src/frontend/
Dfrontend_local_state.ts201 this._omniboxState = chooseLatest(this._omniboxState, state.omniboxState);