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

/macosx-10.9.5/WebCore-7537.78.1/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.cpp423 RefPtr<Element> newParent = prpNewParent; local
430 appendNode(nodesToRemove[i], newParent);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DContainerNode.cpp145 static inline bool isChildTypeAllowed(ContainerNode* newParent, Node* child) argument
148 return newParent->childTypeAllowed(child->nodeType());
151 if (!newParent->childTypeAllowed(node->nodeType()))
168 static inline bool containsConsideringHostElements(const Node* newChild, const Node* newParent) argument
170 return (newParent->isInShadowTree() || isInTemplateContent(newParent))
171 ? newChild->containsIncludingHostElements(newParent)
172 : newChild->contains(newParent);
175 static inline ExceptionCode checkAcceptChild(ContainerNode* newParent, Node* newChild, Node* oldChild) argument
182 if ((newChild->isElementNode() || newChild->isTextNode()) && newParent
212 checkAcceptChildGuaranteedNodeTypes(ContainerNode* newParent, Node* newChild, ExceptionCode& ec) argument
225 checkAddChild(ContainerNode* newParent, Node* newChild, ExceptionCode& ec) argument
234 checkReplaceChild(ContainerNode* newParent, Node* newChild, Node* oldChild, ExceptionCode& ec) argument
[all...]
H A DRange.idl58 [RaisesException] void surroundContents([Default=Undefined] optional Node newParent);
H A DRange.cpp1396 RefPtr<Node> newParent = passNewParent; local
1403 if (!newParent) {
1410 switch (newParent->nodeType()) {
1436 // Raise a HIERARCHY_REQUEST_ERR if m_start.container() doesn't accept children like newParent.
1440 // need to accept newParent (or in the case of a comment, it logically "would" be inserted into the parent,
1444 if (!parentOfNewParent || !parentOfNewParent->childTypeAllowed(newParent->nodeType())) {
1449 if (newParent->contains(m_start.container())) {
1470 while (Node* n = newParent->firstChild()) {
1471 toContainerNode(newParent.get())->removeChild(n, ec);
1478 insertNode(newParent, e
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLConstructionSite.h120 void reparent(HTMLElementStack::ElementRecord& newParent, HTMLElementStack::ElementRecord& child);
121 void reparent(HTMLElementStack::ElementRecord& newParent, HTMLStackItem& child);
125 void insertAlreadyParsedChild(HTMLStackItem& newParent, HTMLElementStack::ElementRecord& child);
126 void takeAllChildren(HTMLStackItem& newParent, HTMLElementStack::ElementRecord& oldParent);
H A DHTMLConstructionSite.cpp594 void HTMLConstructionSite::reparent(HTMLElementStack::ElementRecord& newParent, HTMLElementStack::ElementRecord& child) argument
597 task.parent = newParent.node();
602 void HTMLConstructionSite::reparent(HTMLElementStack::ElementRecord& newParent, HTMLStackItem& child) argument
605 task.parent = newParent.node();
610 void HTMLConstructionSite::insertAlreadyParsedChild(HTMLStackItem& newParent, HTMLElementStack::ElementRecord& child) argument
612 if (newParent.causesFosterParenting()) {
618 task.parent = newParent.node();
623 void HTMLConstructionSite::takeAllChildren(HTMLStackItem& newParent, HTMLElementStack::ElementRecord& oldParent) argument
626 task.parent = newParent.node();
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderCounter.cpp311 RefPtr<CounterNode> newParent = 0;
314 if (findPlaceForCounter(object, identifier, isReset, newParent, newPreviousSibling))
315 newParent->insertAfter(newNode.get(), newPreviousSibling.get(), identifier);
535 RefPtr<CounterNode> newParent = 0; local
538 findPlaceForCounter(renderer, it->key, node->hasResetType(), newParent, newPreviousSibling);
542 if (newParent == parent && newPreviousSibling == node->previousSibling())
546 if (newParent)
547 newParent->insertAfter(node.get(), newPreviousSibling.get(), it->key);
H A DRenderWidget.cpp67 FrameView* newParent = it->value; local
68 if (newParent != currentParent) {
71 if (newParent)
72 newParent->addChild(child);
H A DInlineFlowBox.cpp1021 RenderObject* newParent = 0; local
1024 newParent = curr->renderer()->parent();
1025 if (newParent == renderer())
1026 newParent = 0;
1030 if (newParent != culledParent) {
1031 if (!newParent || !newParent->isDescendantOf(culledParent)) {
1032 while (culledParent && culledParent != renderer() && culledParent != newParent) {
1038 culledParent = newParent;
H A DRenderObject.cpp521 void RenderObject::moveLayers(RenderLayer* oldParent, RenderLayer* newParent) argument
523 if (!newParent)
531 newParent->addChild(layer);
536 curr->moveLayers(oldParent, newParent);
H A DRenderObject.h204 void moveLayers(RenderLayer* oldParent, RenderLayer* newParent);
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMRange.idl170 - (void)surroundContents:(DOMNode *)newParent;
172 HRESULT surroundContents([in] IDOMNode* newParent);
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A Ddom.h194 domSetParentNode( xmlNodePtr self, xmlNodePtr newParent );
/macosx-10.9.5/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.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_frame_private.h42 void ewk_frame_view_set(Evas_Object* ewkFrame, Evas_Object* newParent);
H A Dewk_frame.cpp1186 * @param newParent The new view that will be set as the parent of the frame.
1188 void ewk_frame_view_set(Evas_Object* ewkFrame, Evas_Object* newParent) argument
1193 evas_object_smart_member_add(ewkFrame, newParent);
1195 smartData->view = newParent;
/macosx-10.9.5/tcl-102/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.9.5/WebCore-7537.78.1/inspector/front-end/
H A DTimelinePresentationModel.js780 WebInspector.TimelinePresentationModel.adoptRecord = function(newParent, record)
783 WebInspector.TimelinePresentationModel.insertRetrospectiveRecord(newParent, record);
784 record.parent = newParent;
/macosx-10.9.5/objc4-551.1/runtime/
H A DNSObject.mm533 AutoreleasePoolPage(AutoreleasePoolPage *newParent)
535 parent(newParent), child(nil),
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.cpp5877 HWND newParent;
5879 newParent = findTopLevelParent(m_hostWindow);
5883 newParent = 0;
5886 if (newParent == m_topLevelParent)
5892 m_topLevelParent = newParent;
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h1154 - (void)surroundContents:(DOMNode *)newParent;

Completed in 319 milliseconds