Lines Matching refs:appendChild
39 this.$('#categories').appendChild(this.buildCategory(category));
104 ul.appendChild(name_li);
109 ul.appendChild(percent_li);
111 div.appendChild(ul);
120 all_li.appendChild(all_button);
121 ul.appendChild(all_li);
128 top_li.appendChild(top_button);
129 ul.appendChild(top_li);
135 none_li.appendChild(none_button);
136 ul.appendChild(none_li);
138 div.appendChild(ul);
143 div.appendChild(innerDiv);
148 div.appendChild(percentDiv);
337 this.$(id).appendChild(option);
365 .appendChild(this.createCheckBox(instance_type, category));
403 div.appendChild(input);
412 div.appendChild(label);
417 div.appendChild(percentDiv);
443 this.shadowRoot.appendChild(link);