Searched refs:oldParent (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTreeNode.h140 void takeChildrenFrom(NodeType* oldParent) argument
142 ASSERT(oldParent != this);
143 while (oldParent->hasChildren()) {
144 NodeType* child = oldParent->firstChild();
145 oldParent->removeChild(child);
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_controller.h375 parent:(const BookmarkNode*)oldParent index:(int)index;
379 oldParent:(const BookmarkNode*)oldParent oldIndex:(int)oldIndex
382 parent:(const BookmarkNode*)oldParent index:(int)index;
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DScopedStyleTree.h78 void reparentNodes(const ScopedStyleResolver* oldParent, ScopedStyleResolver* newParent);
H A DScopedStyleTree.cpp198 inline void ScopedStyleTree::reparentNodes(const ScopedStyleResolver* oldParent, ScopedStyleResolver* newParent) argument
202 if (it->value->parent() == oldParent)
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DBookmarksBridge.java66 * @param oldParent The parent before the move.
72 BookmarkItem oldParent, int oldIndex, BookmarkItem newParent, int newIndex);
235 BookmarkItem oldParent, int oldIndex, BookmarkItem newParent, int newIndex) {
237 observer.bookmarkNodeMoved(oldParent, oldIndex, newParent, newIndex);
71 bookmarkNodeMoved( BookmarkItem oldParent, int oldIndex, BookmarkItem newParent, int newIndex) argument
234 bookmarkNodeMoved( BookmarkItem oldParent, int oldIndex, BookmarkItem newParent, int newIndex) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DCounterNode.cpp52 CounterNode* oldParent = 0; local
60 oldParent = m_parent;
79 child->m_parent = oldParent;
H A DRenderObject.cpp483 void RenderObject::moveLayers(RenderLayer* oldParent, RenderLayer* newParent) argument
490 ASSERT(oldParent == layer->parent());
491 if (oldParent)
492 oldParent->removeChild(layer);
498 curr->moveLayers(oldParent, newParent);
H A DRenderObject.h199 void moveLayers(RenderLayer* oldParent, RenderLayer* newParent);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.h66 ContainerNode* oldParent() function in struct:WebCore::HTMLConstructionSiteTask
68 // It's sort of ugly, but we store the |oldParent| in the |child| field
161 void takeAllChildren(HTMLStackItem* newParent, HTMLElementStack::ElementRecord* oldParent);
H A DHTMLConstructionSite.cpp167 task.parent->parserTakeAllChildrenFrom(*task.oldParent());
723 void HTMLConstructionSite::takeAllChildren(HTMLStackItem* newParent, HTMLElementStack::ElementRecord* oldParent) argument
727 task.child = oldParent->node();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContainerNode.cpp70 if (ContainerNode* oldParent = node.parentNode())
71 oldParent->removeChild(&node, exceptionState);
87 void ContainerNode::parserTakeAllChildrenFrom(ContainerNode& oldParent) argument
89 while (RefPtrWillBeRawPtr<Node> child = oldParent.firstChild()) {
90 oldParent.parserRemoveChild(*child);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py130 oldParent = self.parent
142 oldParent.insert(myIndex, replaceWith)
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/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.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.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 392 milliseconds