Searched defs:newParent (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/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...]
/external/webkit/Source/WebCore/rendering/
H A DRenderCounter.cpp409 CounterNode* newParent = 0;
412 if (findPlaceForCounter(object, identifier, isReset, newParent, newPreviousSibling))
413 newParent->insertAfter(newNode.get(), newPreviousSibling, identifier);
611 CounterNode* newParent = 0; local
614 findPlaceForCounter(renderer, AtomicString(it->first.get()), node->hasResetType(), newParent, newPreviousSibling);
618 if (newParent == parent && newPreviousSibling == node->previousSibling())
622 if (newParent)
623 newParent->insertAfter(node.get(), newPreviousSibling, it->first.get());
H A DRenderWidget.cpp74 FrameView* newParent = it->second; local
75 if (newParent != currentParent) {
78 if (newParent)
79 newParent->addChild(child);
H A DRenderObject.cpp480 void RenderObject::moveLayers(RenderLayer* oldParent, RenderLayer* newParent) argument
482 if (!newParent)
490 newParent->addChild(layer);
495 curr->moveLayers(oldParent, newParent);
/external/webkit/Source/WebCore/page/
H A DFrame.cpp731 Frame* newParent = m_ownerElement->document()->frame(); local
732 ASSERT(newParent);
736 Page* newPage = newParent->page();
762 didTransfer = newParent->tree()->transferChild(this) || didTransfer;
/external/webkit/Source/WebCore/dom/
H A DRange.cpp1399 RefPtr<Node> newParent = passNewParent; local
1406 if (!newParent) {
1413 switch (newParent->nodeType()) {
1439 // Raise a HIERARCHY_REQUEST_ERR if m_start.container() doesn't accept children like newParent.
1443 // need to accept newParent (or in the case of a comment, it logically "would" be inserted into the parent,
1447 if (!parentOfNewParent || !parentOfNewParent->childTypeAllowed(newParent->nodeType())) {
1452 if (m_start.container() == newParent || m_start.container()->isDescendantOf(newParent.get())) {
1473 while (Node* n = newParent->firstChild()) {
1474 toContainerNode(newParent
[all...]
H A DNode.cpp1222 static bool isChildTypeAllowed(Node* newParent, Node* child) argument
1225 if (!newParent->childTypeAllowed(child->nodeType()))
1231 if (!newParent->childTypeAllowed(n->nodeType()))
1242 static void checkAcceptChild(Node* newParent, Node* newChild, ExceptionCode& ec) argument
1250 if (newParent->isReadOnlyNode()) {
1263 if (newChild == newParent || newParent->isDescendantOf(newChild)) {
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp1414 WebFrameImpl* newParent = static_cast<WebFrameImpl*>(m_webFrame->parent()); local
1415 if (!newParent || !newParent->client())
1420 m_webFrame->setClient(newParent->client());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 268 milliseconds