Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DprocessXML.ts90 if (DOM.updateElement(qEl, processOptions)) migItem.step[step] = 'update';
DDOMFuncs.ts132 this.updateElement(newEl, options);
171 static updateElement(el: Element, updateOptions: IUpdateTag) { method in DOM