Lines Matching refs:appendChild
179 clipPath.appendChild(rectNode);
180 defsNodes[0].appendChild(clipPath);
242 ROOT_NODE.appendChild(JessyInkPresentationLayer);
251 JessyInkPresentationLayer.appendChild(node);
342 newGroup.appendChild(element.parentNode.removeChild(element));
379 transformGroup.appendChild(node.firstChild);
391 viewGroup.appendChild(transformGroup);
392 slides[counter]["viewGroup"] = node.appendChild(viewGroup);
1383 newDoc.appendChild(defs[defsCounter].cloneNode(true));
1418 newDoc.appendChild(nd);
1473 slides[activeSlide]["original_element"].appendChild(mouse_original_path);
1484 slides[activeSlide]["viewGroup"].appendChild(mouse_presentation_path);
1486 slides[activeSlide]["element"].appendChild(mouse_presentation_path);
2049 g.appendChild(rect_progress_bar);
2057 g.appendChild(circle_timer_indicator);
2059 parent_node.appendChild(g);
2233 g.appendChild(clonedNode);
2246 transformGroup.appendChild(g.firstChild);
2258 viewGroup.appendChild(transformGroup);
2259 new_slide["viewGroup"] = g.appendChild(viewGroup);
2293 parent_node.appendChild(g);
2315 parent_node.appendChild(g);
2450 foreignNode.appendChild(videoNode);
2451 node.appendChild(foreignNode);