HomeSort by relevance Sort by last modified time
    Searched refs:oldParent (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
TreeNode.h 140 void takeChildrenFrom(NodeType* oldParent)
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/
bookmark_bar_controller.h 375 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/rendering/
CounterNode.cpp 52 CounterNode* oldParent = 0;
60 oldParent = m_parent;
79 child->m_parent = oldParent;
RenderObject.cpp 520 void RenderObject::moveLayers(RenderLayer* oldParent, RenderLayer* newParent)
527 ASSERT(oldParent == layer->parent());
528 if (oldParent)
529 oldParent->removeChild(layer);
535 curr->moveLayers(oldParent, newParent);
    [all...]
RenderObject.h 199 void moveLayers(RenderLayer* oldParent, RenderLayer* newParent);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 66 ContainerNode* oldParent()
68 // It's sort of ugly, but we store the |oldParent| in the |child| field
169 void takeAllChildren(HTMLStackItem* newParent, HTMLElementStack::ElementRecord* oldParent);
HTMLConstructionSite.cpp 169 task.parent->parserTakeAllChildrenFrom(*task.oldParent());
729 void HTMLConstructionSite::takeAllChildren(HTMLStackItem* newParent, HTMLElementStack::ElementRecord* oldParent)
733 task.child = oldParent->node();
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
BookmarksBridge.java 63 * @param oldParent The parent before the move.
69 BookmarkItem oldParent, int oldIndex, BookmarkItem newParent, int newIndex) {
514 BookmarkItem oldParent, int oldIndex, BookmarkItem newParent, int newIndex) {
518 observer.bookmarkNodeMoved(oldParent, oldIndex, newParent, newIndex);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ContainerNode.cpp 75 if (ContainerNode* oldParent = node.parentNode())
76 oldParent->removeChild(&node, exceptionState);
88 void ContainerNode::parserTakeAllChildrenFrom(ContainerNode& oldParent)
90 while (RefPtrWillBeRawPtr<Node> child = oldParent.firstChild()) {
91 oldParent.parserRemoveChild(*child);
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py 130 oldParent = self.parent
142 oldParent.insert(myIndex, replaceWith)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 

Completed in 975 milliseconds