Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DDOMFuncs.ts16 | { commentNode: undefined; textContent: undefined; hidden: undefined }
17 | { commentNode: Node; textContent: string; hidden: boolean };
74 const currentPadding = paddingNode.textContent || '';
88 const currentPadding = paddingNode.textContent || '';
98 const out = { commentNode: undefined, textContent: undefined, hidden: undefined }; constant
102 const textContent = commentNode.textContent || ''; constant
103 const hidden = textContent.substring(textContent.length - 6) == '@hide ';
107 return { commentNode, textContent, hidden: hidden };
183 commentNode.textContent = comment;
282 str += node.textContent;
/frameworks/base/packages/SystemUI/scripts/token_alignment/
Dindex.ts33 const { hidden, textContent: currentComment } = DOM.getElementComment(qItem); constant
/frameworks/base/tools/preload/
Dsorttable.js212 else if (typeof node.textContent != 'undefined' && !hasInputs) {
213 return node.textContent.replace(/^\s+|\s+$/g, '');