Home
last modified time | relevance | path

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

/external/chromium_org/tools/traceline/svgui/
Dtraceline.js30 var xhtmlNS = 'http://www.w3.org/1999/xhtml'; variable
159 document.getElementsByTagNameNS(xhtmlNS, 'body')[0].appendChild(sc);
281 var z = document.getElementsByTagNameNS(xhtmlNS, 'body')[0];
382 var totaldiv = document.createElementNS(xhtmlNS, 'div');
385 var container = document.createElementNS(xhtmlNS, 'div');
390 var threadnamesdiv = document.createElementNS(xhtmlNS, 'div');
395 var div = document.createElementNS(xhtmlNS, 'div');
403 var svgdiv = document.createElementNS(xhtmlNS, 'div');
413 var fakescrolldiv = document.createElementNS(xhtmlNS, 'div');
417 var fattydiv = document.createElementNS(xhtmlNS, 'div');
[all …]