Lines Matching refs:appendChild
19 shadowRoot.appendChild(details_selection_template.content.cloneNode(true));
38 this.$('#categories').appendChild(this.buildCategory(category));
90 div.appendChild(ul);
92 ul.appendChild(name_li);
95 ul.appendChild(percent_li);
99 ul.appendChild(all_li);
101 all_li.appendChild(all_button);
105 ul.appendChild(none_li);
107 none_li.appendChild(none_button);
111 div.appendChild(innerDiv);
114 div.appendChild(percentDiv);
313 this.$(id).appendChild(option);
341 .appendChild(this.createCheckBox(instance_type, category));
362 div.appendChild(input);
371 div.appendChild(label);
376 div.appendChild(percentDiv);
402 this.shadowRoot.appendChild(link);