Lines Matching refs:text
54 let text = x.getElementsByTagName('text')[0];
61 text.textContent = '';
77 text.textContent = methodName;
81 text.textContent = methodName.substring(0, numCharacters-2) + '..';
130 let text = callsites[i].getElementsByTagName('text')[0];
139 text.style.display = 'none';
143 text.style.display = 'block';
150 text.attributes['y'].value = newrec_y + 12;
151 text.attributes['x'].value = newrec_x;
252 let text = titleElement.textContent;
255 let method_and_info = text.split(' | ');