Home
last modified time | relevance | path

Searched refs:inputEl (Results 1 – 5 of 5) sorted by relevance

/development/tools/winscope/src/viewers/components/
Dselect_with_filter_component_test.ts67 const inputEl = getFilterInput(); constant
68 dispatchInput(inputEl, '2');
71 dispatchInput(inputEl, '');
89 const inputEl = getFilterInput(); constant
91 dispatchInput(inputEl, '2');
97 dispatchInput(inputEl, '');
126 const inputEl = getFilterInput(); constant
127 dispatchInput(inputEl, 'A');
185 function dispatchInput(inputEl: HTMLInputElement, input: string) {
186 inputEl.value = input;
[all …]
Dproperties_component_test.ts155 const inputEl = assertDefined( constant
159 inputEl.value = 'Root';
160 inputEl.dispatchEvent(new Event('input'));
Dhierarchy_component_test.ts194 const inputEl = assertDefined( constant
198 inputEl.value = 'Root';
199 inputEl.dispatchEvent(new Event('input'));
/development/tools/winscope/src/app/components/
Dapp_component_test.ts272 const inputEl = assertDefined( constant
275 (inputEl as HTMLInputElement).value = 'valid_file_name';
304 const inputEl = assertDefined( constant
310 (inputEl as HTMLInputElement).value = name;
311 inputEl.dispatchEvent(new Event('input'));
/development/tools/winscope/src/viewers/viewer_protolog/
Dviewer_protolog_component_test.ts152 const inputEl = assertDefined( constant
155 inputEl.value = 'keep';
156 inputEl.dispatchEvent(new Event('input'));
159 inputEl.value = '';
160 inputEl.dispatchEvent(new Event('input'));