Home
last modified time | relevance | path

Searched refs:parserAddChild (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLViewSourceDocument.cpp76 parserAddChild(html); in createContainingTable()
79 html->parserAddChild(body); in createContainingTable()
88 body->parserAddChild(div); in createContainingTable()
92 body->parserAddChild(table); in createContainingTable()
95 table->parserAddChild(m_tbody); in createContainingTable()
194 m_current->parserAddChild(span); in addSpanWithClassName()
203 m_tbody->parserAddChild(trow); in addLine()
211 trow->parserAddChild(td); in addLine()
219 trow->parserAddChild(td); in addLine()
256 m_current->parserAddChild(t); in addText()
[all …]
/external/webkit/Source/WebCore/dom/
DDOMImplementation.cpp274 doc->parserAddChild(doctype); in createDocument()
276 doc->parserAddChild(documentElement.release()); in createDocument()
DContainerNode.h55 void parserAddChild(PassRefPtr<Node>);
DContainerNode.cpp92 parserAddChild(child.get()); in takeAllChildrenFrom()
648 void ContainerNode::parserAddChild(PassRefPtr<Node> newChild) in parserAddChild() function in WebCore::ContainerNode
672 parserAddChild(node); in deprecatedParserAddChild()
DXMLDocumentParser.cpp394 fragment->parserAddChild(fragment->document()->createTextNode(chunk)); in parseDocumentFragment()
DXMLDocumentParserQt.cpp731 document()->parserAddChild(DocumentType::create(document(), name, publicId, systemId)); in parseDtd()
DXMLDocumentParserLibxml2.cpp1091 …document()->parserAddChild(DocumentType::create(document(), toString(name), toString(externalID), … in internalSubset()
/external/webkit/Source/WebCore/xml/
DXSLTProcessor.cpp114 fragment->parserAddChild(Text::create(outputDoc, sourceString)); in createFragmentFromSource()
/external/webkit/Source/WebCore/html/parser/
DHTMLConstructionSite.cpp100 parent->parserAddChild(child); in attach()
122 site.parent->parserAddChild(child); in attachAtSite()
DHTMLTreeBuilder.cpp1669 node->element()->parserAddChild(lastNode->element()); in callTheAdoptionAgency()
1686 commonAncestor->parserAddChild(lastNode->element()); in callTheAdoptionAgency()
1701 furthestBlockElement->parserAddChild(newElement); in callTheAdoptionAgency()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0610492 (WebCore::ContainerNode::parserAddChild): Ditto.
43186 (WebCore::ContainerNode::parserAddChild):
43885 (WebCore::ContainerNode::parserAddChild):
43964 (WebCore::ContainerNode::parserAddChild):
57866 (thus any insert/append call *even* parserAddChild) instead of being
62709 (WebCore::ContainerNode::parserAddChild):
71871 (WebCore::ContainerNode::parserAddChild):
73498 * dom/ContainerNode.h: Made parserAddChild, parserRemoveChild, and
73501 * dom/Node.cpp: Removed the parserAddChild, parserRemoveChild, and
74432 (WebCore::ContainerNode::parserAddChild):
[all …]
DChangeLog15909 (WebCore::ContainerNode::parserAddChild):
17087 (WebCore::ContainerNode::parserAddChild):
19093 (WebCore::ContainerNode::parserAddChild):