Searched refs:newParent (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/editing/
H A DModifySelectionListLevel.cpp122 void ModifySelectionListLevelCommand::appendSiblingNodeRange(Node* startNode, Node* endNode, Element* newParent) argument
128 appendNode(node, newParent);
185 RefPtr<Element> newParent; local
188 newParent = startListChild->parentElement();
189 if (newParent)
190 newParent = newParent->cloneElementWithoutChildren();
193 newParent = createOrderedListElement(document());
196 newParent = createUnorderedListElement(document());
199 insertNodeBefore(newParent, startListChil
[all...]
H A DModifySelectionListLevel.h40 void appendSiblingNodeRange(Node* startNode, Node* endNode, Element* newParent);
H A DCompositeEditCommand.cpp434 RefPtr<Element> newParent = prpNewParent; local
441 appendNode(&nodesToRemove[i].get(), newParent);
/macosx-10.10/WebCore-7600.1.25/dom/
H A DContainerNode.cpp149 static inline bool isChildTypeAllowed(ContainerNode* newParent, Node* child) argument
152 return newParent->childTypeAllowed(child->nodeType());
155 if (!newParent->childTypeAllowed(node->nodeType()))
172 static inline bool containsConsideringHostElements(const Node* newChild, const Node* newParent) argument
174 return (newParent->isInShadowTree() || isInTemplateContent(newParent))
175 ? newChild->containsIncludingHostElements(newParent)
176 : newChild->contains(newParent);
179 static inline ExceptionCode checkAcceptChild(ContainerNode* newParent, Node* newChild, Node* oldChild) argument
186 if ((newChild->isElementNode() || newChild->isTextNode()) && newParent
214 checkAcceptChildGuaranteedNodeTypes(ContainerNode* newParent, Node* newChild, ExceptionCode& ec) argument
227 checkAddChild(ContainerNode* newParent, Node* newChild, ExceptionCode& ec) argument
236 checkReplaceChild(ContainerNode* newParent, Node* newChild, Node* oldChild, ExceptionCode& ec) argument
[all...]
H A DRange.idl60 [RaisesException] void surroundContents([Default=Undefined] optional Node newParent);
H A DRange.cpp1414 RefPtr<Node> newParent = passNewParent; local
1421 if (!newParent) {
1428 switch (newParent->nodeType()) {
1454 // Raise a HIERARCHY_REQUEST_ERR if m_start.container() doesn't accept children like newParent.
1458 // need to accept newParent (or in the case of a comment, it logically "would" be inserted into the parent,
1462 if (!parentOfNewParent || !parentOfNewParent->childTypeAllowed(newParent->nodeType())) {
1467 if (newParent->contains(m_start.container())) {
1488 while (Node* n = newParent->firstChild()) {
1489 toContainerNode(newParent.get())->removeChild(n, ec);
1496 insertNode(newParent, e
[all...]
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLConstructionSite.h119 void reparent(HTMLElementStack::ElementRecord& newParent, HTMLElementStack::ElementRecord& child);
120 void reparent(HTMLElementStack::ElementRecord& newParent, HTMLStackItem& child);
124 void insertAlreadyParsedChild(HTMLStackItem& newParent, HTMLElementStack::ElementRecord& child);
125 void takeAllChildren(HTMLStackItem& newParent, HTMLElementStack::ElementRecord& oldParent);
H A DHTMLConstructionSite.cpp573 void HTMLConstructionSite::reparent(HTMLElementStack::ElementRecord& newParent, HTMLElementStack::ElementRecord& child) argument
576 task.parent = newParent.node();
581 void HTMLConstructionSite::reparent(HTMLElementStack::ElementRecord& newParent, HTMLStackItem& child) argument
584 task.parent = newParent.node();
589 void HTMLConstructionSite::insertAlreadyParsedChild(HTMLStackItem& newParent, HTMLElementStack::ElementRecord& child) argument
591 if (newParent.causesFosterParenting()) {
597 task.parent = newParent.node();
602 void HTMLConstructionSite::takeAllChildren(HTMLStackItem& newParent, HTMLElementStack::ElementRecord& oldParent) argument
605 task.parent = newParent.node();
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderListItem.cpp275 RenderBlock* newParent = getParentOfFirstLineBox(this, m_marker.get()); local
276 if (!newParent) {
284 newParent = multiColumnFlowThread();
286 newParent = this;
289 if (newParent != currentParent) {
294 newParent->addChild(m_marker.get(), firstNonMarkerChild(newParent));
H A DRenderCounter.cpp317 RefPtr<CounterNode> newParent = 0;
320 if (findPlaceForCounter(element, identifier, isReset, newParent, newPreviousSibling))
321 newParent->insertAfter(newNode.get(), newPreviousSibling.get(), identifier);
538 RefPtr<CounterNode> newParent = 0; local
541 findPlaceForCounter(renderer, it->key, node->hasResetType(), newParent, newPreviousSibling);
545 if (newParent == parent && newPreviousSibling == node->previousSibling())
549 if (newParent)
550 newParent->insertAfter(node.get(), newPreviousSibling.get(), it->key);
H A DRenderWidget.cpp61 FrameView* newParent = it->value; local
62 if (newParent != currentParent) {
65 if (newParent)
66 newParent->addChild(child);
H A DInlineFlowBox.cpp1013 RenderElement* newParent = 0; local
1016 newParent = curr->renderer().parent();
1017 if (newParent == &renderer())
1018 newParent = 0;
1022 if (newParent != culledParent) {
1023 if (!newParent || !newParent->isDescendantOf(culledParent)) {
1024 while (culledParent && culledParent != &renderer() && culledParent != newParent) {
1030 culledParent = newParent;
H A DRenderElement.cpp690 void RenderElement::moveLayers(RenderLayer* oldParent, RenderLayer* newParent) argument
692 if (!newParent)
700 newParent->addChild(layer);
705 child.moveLayers(oldParent, newParent);
H A DRenderElement.h77 void moveLayers(RenderLayer* oldParent, RenderLayer* newParent);
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DDOMRange.idl170 - (void)surroundContents:(DOMNode *)newParent;
172 HRESULT surroundContents([in] IDOMNode* newParent);
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DEvolver.java642 Format newParent,
654 (oldParent, newParent,
665 (oldParent, newParent, deleter,
673 (oldParent, newParent, converter,
683 (oldParent, newParent, converter,
691 (oldParent, newParent,
723 (oldParent, newParent,
641 evolveRequiredKeyField(Format oldParent, Format newParent, FieldInfo oldField, FieldInfo newField) argument
/macosx-10.10/WTF-7600.1.24/wtf/
H A DRedBlackTree.h109 void setParent(NodeType* newParent) argument
111 m_parentAndRed = reinterpret_cast<uintptr_t>(newParent) | (m_parentAndRed & 1);
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dtest.c540 Window newParent; variable
544 Tcl_GetLongFromObj (interp, objv[2], (long *) &newParent);
546 XReparentWindow (dis, win, newParent, 0, 20);
/macosx-10.10/objc4-646/runtime/
H A DNSObject.mm538 AutoreleasePoolPage(AutoreleasePoolPage *newParent)
540 parent(newParent), child(nil),
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.cpp5880 HWND newParent;
5882 newParent = findTopLevelParent(m_hostWindow);
5886 newParent = 0;
5889 if (newParent == m_topLevelParent)
5895 m_topLevelParent = newParent;
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DPublicDOMInterfaces.h1164 - (void)surroundContents:(DOMNode *)newParent;

Completed in 172 milliseconds