Lines Matching defs:ROOT_NODE

55 var ROOT_NODE = document.getElementsByTagNameNS(NSS["svg"], "svg")[0];
122 var VIEWBOX = ROOT_NODE.getAttribute("viewBox");
126 WIDTH = ROOT_NODE.viewBox.animVal.width;
127 HEIGHT = ROOT_NODE.viewBox.animVal.height;
131 HEIGHT = parseFloat(ROOT_NODE.getAttribute("height"));
132 WIDTH = parseFloat(ROOT_NODE.getAttribute("width"));
133 ROOT_NODE.setAttribute("viewBox", "0 0 " + WIDTH + " " + HEIGHT);
136 ROOT_NODE.setAttribute("width", "100%");
137 ROOT_NODE.setAttribute("height", "100%");
151 if (ROOT_NODE.hasAttribute("style"))
152 newAttribute += ROOT_NODE.getAttribute("style");
154 ROOT_NODE.setAttribute("style", newAttribute);
242 ROOT_NODE.appendChild(JessyInkPresentationLayer);
729 var suspendHandle = ROOT_NODE.suspendRedraw(500);
766 ROOT_NODE.unsuspendRedraw(suspendHandle);
767 ROOT_NODE.forceRedraw();
778 var suspendHandle = ROOT_NODE.suspendRedraw(200);
792 ROOT_NODE.unsuspendRedraw(suspendHandle);
793 ROOT_NODE.forceRedraw();
1134 if (ROOT_NODE.hasAttribute("style"))
1135 tempDict = propStrToDict(ROOT_NODE.getAttribute("style"));
1140 ROOT_NODE.setAttribute("style", dictToPropStr(tempDict));
1151 if (ROOT_NODE.hasAttribute("style"))
1152 tempDict = propStrToDict(ROOT_NODE.getAttribute("style"));
1157 ROOT_NODE.setAttribute("style", dictToPropStr(tempDict));
1291 var suspendHandle = ROOT_NODE.suspendRedraw(2000);
1425 ROOT_NODE.unsuspendRedraw(suspendHandle);
1426 ROOT_NODE.forceRedraw();
1627 var matrix = slides[activeSlide]["element"].getTransformToElement(ROOT_NODE);
1630 matrix = slides[activeSlide]["viewGroup"].getTransformToElement(ROOT_NODE);