Home
last modified time | relevance | path

Searched refs:textEntry (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/ui/src/controller/
Dlogs_controller.ts256 this.logFilteringCriteria.textEntry);
298 private static composeGlobMatch(isCollaped: boolean, textEntry: string) {
301 return `msg glob ${escapeGlob(textEntry)} as is_msg_chosen,
303 escapeGlob(textEntry)}) as is_process_chosen,
306 } else if (!textEntry) {
316 msg glob ${escapeGlob(textEntry)} as is_msg_highlighted,
318 escapeGlob(textEntry)}) as is_process_highlighted`;
/external/perfetto/ui/src/common/
Dempty_state.ts167 textEntry: '',
Dstate.ts507 textEntry: string; property
Dactions.ts1183 updateLogFilterText(state: StateDraft, args: {textEntry: string}) {
1184 state.logFilteringCriteria.textEntry = args.textEntry;
/external/pdfium/testing/resources/javascript/xfa_specific/
Dbug_985781.in59 <choiceList commitOn="select" open="multiSelect" textEntry="0"></choiceList>
Dbug_1040329.in75 <choiceList commitOn="exit" open="onEntry" textEntry="1" ></choiceList>
/external/pdfium/testing/resources/
Dbug_1058653.in31 <choiceList textEntry="1">
/external/perfetto/ui/src/frontend/
Dlogs_filters.ts137 Actions.updateLogFilterText({textEntry: htmlElement.value}));
/external/pdfium/xfa/fxfa/parser/
Dattributes.inc228 ATTR____(0xb12128b7u, "textEntry", TextEntry, Basic)