Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hilog/
DTabPaneHiLogs.ts46 private allowTag: Set<string> = new Set(); property in TabPaneHiLogs
124 this.allowTag['delete'](parentNode.textContent.trim().toLowerCase());
228 this.allowTag.clear();
236 if (inputValue !== '' && !this.allowTag.has(inputValue.toLowerCase())) {
243 this.allowTag.add(inputValue.toLowerCase());
258 this.allowTag['delete'](childNode.textContent!.trim().toLowerCase());
290 (this.allowTag.size === 0 || this.allowTag.has(data.tag!.toLowerCase())) &&