appendChild       117 Source/bindings/v8/custom/V8NodeCustom.cpp     impl->appendChild(newChild, exceptionState);
appendChild        55 Source/core/accessibility/AXTableRow.h     void appendChild(AXObject*);
appendChild       185 Source/core/dom/ContainerNode.cpp         appendChild(newChild, exceptionState);
appendChild       673 Source/core/dom/ContainerNode.cpp         clone->appendChild(n->cloneNode(true), exceptionState);
appendChild       117 Source/core/dom/ContainerNode.h     void appendChild(PassRefPtr<Node> newChild, ExceptionState& = ASSERT_NO_EXCEPTION);
appendChild       232 Source/core/dom/DOMImplementation.cpp         doc->appendChild(doctype);
appendChild       234 Source/core/dom/DOMImplementation.cpp         doc->appendChild(documentElement.release());
appendChild       883 Source/core/dom/Document.cpp         newContainerNode->appendChild(newChild.release(), exceptionState);
appendChild      1343 Source/core/dom/Document.cpp             headElement->appendChild(m_titleElement);
appendChild      2367 Source/core/dom/Document.cpp         documentElement()->appendChild(newBody.release(), exceptionState);
appendChild        96 Source/core/dom/DocumentMarkerControllerTest.cpp         parent->appendChild(createTextNode("bar").get());
appendChild      2301 Source/core/dom/Element.cpp         appendChild(newChild, exceptionState);
appendChild       458 Source/core/dom/Node.cpp         toContainerNode(this)->appendChild(newChild, exceptionState);
appendChild      1505 Source/core/dom/Node.cpp                 container->appendChild(document().createTextNode(text), ASSERT_NO_EXCEPTION);
appendChild       191 Source/core/dom/Node.h     void appendChild(PassRefPtr<Node> newChild, ExceptionState& = ASSERT_NO_EXCEPTION);
appendChild       761 Source/core/dom/Range.cpp         fragment->appendChild(leftContents, exceptionState);
appendChild       771 Source/core/dom/Range.cpp         fragment->appendChild(rightContents, exceptionState);
appendChild       802 Source/core/dom/Range.cpp                 result->appendChild(c.release(), exceptionState);
appendChild       816 Source/core/dom/Range.cpp                 result->appendChild(c.release(), exceptionState);
appendChild       862 Source/core/dom/Range.cpp             newContainer->appendChild(nodes[i].release(), exceptionState); // will remove n from its parent
appendChild       865 Source/core/dom/Range.cpp             newContainer->appendChild(nodes[i]->cloneNode(true), exceptionState);
appendChild       885 Source/core/dom/Range.cpp                 clonedAncestor->appendChild(clonedContainer, exceptionState);
appendChild       911 Source/core/dom/Range.cpp                     clonedContainer->appendChild(child, exceptionState);
appendChild       917 Source/core/dom/Range.cpp                     clonedContainer->appendChild(child->cloneNode(true), exceptionState);
appendChild      1438 Source/core/dom/Range.cpp     newParent->appendChild(fragment.release(), exceptionState);
appendChild        39 Source/core/dom/RangeTest.cpp     html->appendChild(HTMLBodyElement::create(*m_document));
appendChild        40 Source/core/dom/RangeTest.cpp     m_document->appendChild(html.release());
appendChild        51 Source/core/editing/AppendNodeCommand.cpp     m_parent->appendChild(m_node.get(), IGNORE_EXCEPTION);
appendChild       879 Source/core/editing/CompositeEditCommand.cpp     paragraphElement->appendChild(createBreakElement(document()));
appendChild       206 Source/core/editing/EditorCommand.cpp     fragment->appendChild(content, exceptionState);
appendChild        86 Source/core/editing/MergeIdenticalElementsCommand.cpp         m_element1->appendChild(children[i].release(), exceptionState);
appendChild        60 Source/core/editing/ReplaceNodeWithSpanCommand.cpp         newNode->appendChild(children[i]);
appendChild       248 Source/core/editing/ReplaceSelectionCommand.cpp     holder->appendChild(m_fragment);
appendChild       249 Source/core/editing/ReplaceSelectionCommand.cpp     rootEditableElement->appendChild(holder.get());
appendChild       262 Source/core/editing/ReplaceSelectionCommand.cpp         m_fragment->appendChild(node.get());
appendChild        70 Source/core/editing/SplitElementCommand.cpp         m_element1->appendChild(children[i], exceptionState);
appendChild        50 Source/core/editing/WrapContentsInDummySpanCommand.cpp         m_dummySpan->appendChild(children[i].release(), IGNORE_EXCEPTION);
appendChild        52 Source/core/editing/WrapContentsInDummySpanCommand.cpp     m_element->appendChild(m_dummySpan.get(), IGNORE_EXCEPTION);
appendChild        75 Source/core/editing/WrapContentsInDummySpanCommand.cpp         m_element->appendChild(children[i].release(), IGNORE_EXCEPTION);
appendChild       852 Source/core/editing/htmlediting.cpp     spanElement->appendChild(tabTextNode.release());
appendChild       728 Source/core/editing/markup.cpp         fragment->appendChild(specialCommonAncestor);
appendChild       751 Source/core/editing/markup.cpp         paragraph->appendChild(createBlockPlaceholderElement(document));
appendChild       768 Source/core/editing/markup.cpp                 paragraph->appendChild(createTabSpanElement(document, tabText.toString()));
appendChild       772 Source/core/editing/markup.cpp             paragraph->appendChild(textNode.release());
appendChild       780 Source/core/editing/markup.cpp             paragraph->appendChild(createTabSpanElement(document, tabText.toString()));
appendChild       833 Source/core/editing/markup.cpp         fragment->appendChild(document.createTextNode(string));
appendChild       837 Source/core/editing/markup.cpp             fragment->appendChild(element.release());
appendChild       879 Source/core/editing/markup.cpp         fragment->appendChild(element.release());
appendChild      1022 Source/core/editing/markup.cpp     containerNode->appendChild(fragment, exceptionState);
appendChild      1057 Source/core/editing/markup.cpp     containerNode->appendChild(textNode.release(), exceptionState);
appendChild        65 Source/core/html/HTMLDetailsElement.cpp     defaultSummary->appendChild(Text::create(document(), locale().queryString(blink::WebLocalizedString::DetailsLabel)));
appendChild        70 Source/core/html/HTMLDetailsElement.cpp     summary->appendChild(defaultSummary);
appendChild        71 Source/core/html/HTMLDetailsElement.cpp     root.appendChild(summary.release());
appendChild        75 Source/core/html/HTMLDetailsElement.cpp     content->appendChild(HTMLContentElement::create(document()));
appendChild        77 Source/core/html/HTMLDetailsElement.cpp     root.appendChild(content.release());
appendChild       341 Source/core/html/HTMLElement.cpp         fragment->appendChild(Text::create(document(), text.substring(start, i - start)), exceptionState);
appendChild       346 Source/core/html/HTMLElement.cpp             fragment->appendChild(HTMLBRElement::create(document()), exceptionState);
appendChild        64 Source/core/html/HTMLKeygenElement.cpp         option->appendChild(Text::create(document(), keys[i]));
appendChild        65 Source/core/html/HTMLKeygenElement.cpp         select->appendChild(option);
appendChild        68 Source/core/html/HTMLKeygenElement.cpp     root.appendChild(select);
appendChild      3322 Source/core/html/HTMLMediaElement.cpp     ensureUserAgentShadowRoot().appendChild(mediaControls);
appendChild       227 Source/core/html/HTMLMeterElement.cpp     root.appendChild(inner);
appendChild       233 Source/core/html/HTMLMeterElement.cpp     bar->appendChild(m_value);
appendChild       235 Source/core/html/HTMLMeterElement.cpp     inner->appendChild(bar);
appendChild        69 Source/core/html/HTMLOptionElement.cpp     element->appendChild(text.release(), exceptionState);
appendChild       142 Source/core/html/HTMLOptionElement.cpp         appendChild(Text::create(document(), text), exceptionState);
appendChild       557 Source/core/html/HTMLPlugInElement.cpp     userAgentShadowRoot()->appendChild(HTMLContentElement::create(document()));
appendChild       155 Source/core/html/HTMLProgressElement.cpp     root.appendChild(inner);
appendChild       163 Source/core/html/HTMLProgressElement.cpp     bar->appendChild(m_value);
appendChild       165 Source/core/html/HTMLProgressElement.cpp     inner->appendChild(bar);
appendChild       103 Source/core/html/HTMLScriptElement.cpp     appendChild(document().createTextNode(value.impl()), IGNORE_EXCEPTION);
appendChild        57 Source/core/html/HTMLSummaryElement.cpp     root.appendChild(DetailsMarkerControl::create(document()));
appendChild        58 Source/core/html/HTMLSummaryElement.cpp     root.appendChild(HTMLContentElement::create(document()));
appendChild       218 Source/core/html/HTMLTableElement.cpp             newBody->appendChild(newRow, exceptionState);
appendChild       219 Source/core/html/HTMLTableElement.cpp             appendChild(newBody.release(), exceptionState);
appendChild       133 Source/core/html/HTMLTableRowElement.cpp         appendChild(cell, exceptionState);
appendChild        70 Source/core/html/HTMLTableSectionElement.cpp             appendChild(row, exceptionState);
appendChild       100 Source/core/html/HTMLTextAreaElement.cpp     root.appendChild(TextControlInnerTextElement::create(document()));
appendChild       515 Source/core/html/HTMLTextFormControlElement.cpp             innerTextElement()->appendChild(HTMLBRElement::create(document()));
appendChild        97 Source/core/html/HTMLTitleElement.cpp         appendChild(document().createTextNode(value.impl()), IGNORE_EXCEPTION);
appendChild       184 Source/core/html/ImageDocument.cpp     appendChild(rootElement);
appendChild       194 Source/core/html/ImageDocument.cpp     head->appendChild(meta);
appendChild       203 Source/core/html/ImageDocument.cpp     body->appendChild(m_imageElement.get());
appendChild       213 Source/core/html/ImageDocument.cpp     rootElement->appendChild(head);
appendChild       214 Source/core/html/ImageDocument.cpp     rootElement->appendChild(body);
appendChild        77 Source/core/html/MediaDocument.cpp     document()->appendChild(rootElement);
appendChild        86 Source/core/html/MediaDocument.cpp     head->appendChild(meta.release());
appendChild        99 Source/core/html/MediaDocument.cpp     media->appendChild(source.release());
appendChild       102 Source/core/html/MediaDocument.cpp     body->appendChild(media.release());
appendChild       104 Source/core/html/MediaDocument.cpp     rootElement->appendChild(head.release());
appendChild       105 Source/core/html/MediaDocument.cpp     rootElement->appendChild(body.release());
appendChild        89 Source/core/html/PluginDocument.cpp     document()->appendChild(rootElement);
appendChild        96 Source/core/html/PluginDocument.cpp     rootElement->appendChild(body);
appendChild       104 Source/core/html/PluginDocument.cpp     body->appendChild(m_embedElement);
appendChild        48 Source/core/html/forms/BaseButtonInputType.cpp     element().userAgentShadowRoot()->appendChild(Text::create(element().document(), element().valueWithDefault()));
appendChild        66 Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.cpp     element().userAgentShadowRoot()->appendChild(valueContainer.get());
appendChild       341 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     container->appendChild(DateTimeEditElement::create(document, *this));
appendChild       343 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     container->appendChild(ClearButtonElement::create(document, *this));
appendChild       344 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     container->appendChild(SpinButtonElement::create(document, *this));
appendChild       348 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     container->appendChild(PickerIndicatorElement::create(document, *this));
appendChild       135 Source/core/html/forms/ColorInputType.cpp     wrapperElement->appendChild(colorSwatch.release());
appendChild       136 Source/core/html/forms/ColorInputType.cpp     element().userAgentShadowRoot()->appendChild(wrapperElement.release());
appendChild       258 Source/core/html/forms/FileInputType.cpp     element().userAgentShadowRoot()->appendChild(button.release());
appendChild        91 Source/core/html/forms/PasswordInputType.cpp     containerElement()->appendChild(generatorButton.release());
appendChild       251 Source/core/html/forms/RangeInputType.cpp     track->appendChild(SliderThumbElement::create(document));
appendChild       253 Source/core/html/forms/RangeInputType.cpp     container->appendChild(track.release());
appendChild       254 Source/core/html/forms/RangeInputType.cpp     element().userAgentShadowRoot()->appendChild(container.release());
appendChild       296 Source/core/html/forms/TextFieldInputType.cpp         shadowRoot->appendChild(innerEditor.release());
appendChild       302 Source/core/html/forms/TextFieldInputType.cpp     shadowRoot->appendChild(container);
appendChild       305 Source/core/html/forms/TextFieldInputType.cpp     editingViewPort->appendChild(innerEditor.release());
appendChild       306 Source/core/html/forms/TextFieldInputType.cpp     container->appendChild(editingViewPort.release());
appendChild       310 Source/core/html/forms/TextFieldInputType.cpp         container->appendChild(InputFieldSpeechButtonElement::create(document));
appendChild       314 Source/core/html/forms/TextFieldInputType.cpp         container->appendChild(DataListIndicatorElement::create(document));
appendChild       319 Source/core/html/forms/TextFieldInputType.cpp         container->appendChild(SpinButtonElement::create(document, *this));
appendChild       356 Source/core/html/forms/TextFieldInputType.cpp             editingViewPort->appendChild(innerEditor.release());
appendChild       357 Source/core/html/forms/TextFieldInputType.cpp             rpContainer->appendChild(editingViewPort.release());
appendChild       358 Source/core/html/forms/TextFieldInputType.cpp             rpContainer->appendChild(DataListIndicatorElement::create(document));
appendChild        56 Source/core/html/imports/HTMLImport.cpp     TreeNode<HTMLImport>::appendChild(child);
appendChild       119 Source/core/html/imports/HTMLImport.h     void appendChild(HTMLImport*);
appendChild        76 Source/core/html/imports/HTMLImportsController.cpp     parent->appendChild(loader.get());
appendChild       409 Source/core/html/shadow/DateTimeEditElement.cpp             element->appendChild(Text::create(m_editElement.document(), String(&rightToLeftMark, 1)));
appendChild       411 Source/core/html/shadow/DateTimeEditElement.cpp     element->appendChild(Text::create(m_editElement.document(), text));
appendChild       412 Source/core/html/shadow/DateTimeEditElement.cpp     m_editElement.fieldsWrapperElement()->appendChild(element);
appendChild       466 Source/core/html/shadow/DateTimeEditElement.cpp     fieldsWrapperElement()->appendChild(field);
appendChild       656 Source/core/html/shadow/DateTimeEditElement.cpp         appendChild(element.get());
appendChild       150 Source/core/html/shadow/DateTimeFieldElement.cpp     appendChild(Text::create(document(), visibleValue()));
appendChild        89 Source/core/html/shadow/MediaControls.cpp         overlayEnclosure->appendChild(overlayPlayButton.release(), exceptionState);
appendChild        94 Source/core/html/shadow/MediaControls.cpp         appendChild(overlayEnclosure.release(), exceptionState);
appendChild       106 Source/core/html/shadow/MediaControls.cpp     panel->appendChild(playButton.release(), exceptionState);
appendChild       112 Source/core/html/shadow/MediaControls.cpp     panel->appendChild(timeline.release(), exceptionState);
appendChild       119 Source/core/html/shadow/MediaControls.cpp     panel->appendChild(currentTimeDisplay.release(), exceptionState);
appendChild       125 Source/core/html/shadow/MediaControls.cpp     panel->appendChild(durationDisplay.release(), exceptionState);
appendChild       131 Source/core/html/shadow/MediaControls.cpp     panel->appendChild(muteButton.release(), exceptionState);
appendChild       137 Source/core/html/shadow/MediaControls.cpp     panel->appendChild(slider.release(), exceptionState);
appendChild       143 Source/core/html/shadow/MediaControls.cpp     panel->appendChild(toggleClosedCaptionsButton.release(), exceptionState);
appendChild       149 Source/core/html/shadow/MediaControls.cpp     panel->appendChild(fullscreenButton.release(), exceptionState);
appendChild       154 Source/core/html/shadow/MediaControls.cpp     enclosure->appendChild(panel.release(), exceptionState);
appendChild       159 Source/core/html/shadow/MediaControls.cpp     appendChild(enclosure.release(), exceptionState);
appendChild       430 Source/core/html/track/vtt/VTTCue.cpp         parent->appendChild(clonedNode);
appendChild       712 Source/core/html/track/vtt/VTTCue.cpp     m_cueBackgroundBox->appendChild(referenceTree, ASSERT_NO_EXCEPTION);
appendChild       737 Source/core/html/track/vtt/VTTCue.cpp     displayTree->appendChild(m_cueBackgroundBox);
appendChild       784 Source/core/html/track/vtt/VTTCue.cpp             container.appendChild(displayBox);
appendChild       793 Source/core/html/track/vtt/VTTCue.cpp             container.appendChild(regionNode);
appendChild       355 Source/core/html/track/vtt/VTTRegion.cpp     m_cueContainer->appendChild(displayBox);
appendChild       441 Source/core/html/track/vtt/VTTRegion.cpp     m_regionDisplayTree->appendChild(m_cueContainer);
appendChild      1213 Source/core/inspector/InspectorCSSAgent.cpp         targetNode->appendChild(styleElement, exceptionState);
appendChild       176 Source/core/page/DragController.cpp                 anchor->appendChild(anchorText);
appendChild       178 Source/core/page/DragController.cpp                 fragment->appendChild(anchor);
appendChild       157 Source/core/svg/SVGElementInstance.h     void appendChild(PassRefPtr<SVGElementInstance> child);
appendChild       592 Source/core/svg/SVGUseElement.cpp         targetInstance->appendChild(instance.release());
appendChild       605 Source/core/svg/SVGUseElement.cpp     targetInstance->appendChild(newInstance.release());
appendChild       669 Source/core/svg/SVGUseElement.cpp     userAgentShadowRoot()->appendChild(newChild.release());
appendChild       704 Source/core/svg/SVGUseElement.cpp             cloneParent->appendChild(newChild.release());
appendChild       751 Source/core/svg/SVGUseElement.cpp             svgElement->appendChild(newChild.release());
appendChild        70 Source/core/testing/MockPagePopupDriver.cpp         document->body()->appendChild(m_iframe.get());
appendChild        61 Source/core/xml/XMLTreeViewer.cpp     m_document->getElementById("xml-viewer-style")->appendChild(text, IGNORE_EXCEPTION);
appendChild       103 Source/web/WebFrameImpl.h     virtual void appendChild(WebFrame*) OVERRIDE;
appendChild       151 Source/web/tests/FrameTestHelpers.cpp     parent->appendChild(frame);
appendChild      4934 Source/web/tests/WebFrameTest.cpp         parent->appendChild(frame);
appendChild        80 Source/wtf/TreeNode.h             appendChild(newChild);
appendChild        95 Source/wtf/TreeNode.h     void appendChild(NodeType* child)
appendChild        48 Source/wtf/TreeNodeTest.cpp     root->appendChild(firstChild.get());
appendChild        53 Source/wtf/TreeNodeTest.cpp     root->appendChild(lastChild.get());
appendChild       100 Source/wtf/TreeNodeTest.cpp     root->appendChild(child.get());
appendChild       121 Source/wtf/TreeNodeTest.cpp         root->appendChild(firstChild.get());
appendChild       122 Source/wtf/TreeNodeTest.cpp         root->appendChild(middleChild.get());
appendChild       123 Source/wtf/TreeNodeTest.cpp         root->appendChild(lastChild.get());
appendChild       181 Source/wtf/TreeNodeTest.cpp         middleChild->appendChild(grandChild.get());
appendChild       206 public/web/WebFrame.h     virtual void appendChild(WebFrame*) = 0;