Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/viewer_search/
Dactive_search_component_test.ts33 import {ActiveSearchComponent} from './active_search_component';
37 let fixture: ComponentFixture<ActiveSearchComponent>;
38 let component: ActiveSearchComponent;
43 declarations: [ActiveSearchComponent, TestHostComponent],
58 fixture = TestBed.createComponent(ActiveSearchComponent);
Dactive_search_component.ts137 export class ActiveSearchComponent { class
Dviewer_search_component.ts51 import {ActiveSearchComponent} from './active_search_component';
347 @ViewChildren(ActiveSearchComponent) activeSearchComponents:
348 | QueryList<ActiveSearchComponent>
Dviewer_search_component_test.ts45 import {ActiveSearchComponent} from './active_search_component';
63 ActiveSearchComponent,
/development/tools/winscope/src/app/
Dapp_module.ts76 import {ActiveSearchComponent} from 'viewers/viewer_search/active_search_component';
166 ActiveSearchComponent,