Searched refs:oldParent (Results 1 – 12 of 12) sorted by relevance
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_bridge_unittest.mm | 55 oldParent:(const BookmarkNode*)oldParent oldIndex:(int)oldIndex 61 parent:(const BookmarkNode*)oldParent index:(int)index { 81 parent:(const BookmarkNode*)oldParent index:(int)index {
|
D | bookmark_bar_controller.h | 361 parent:(const BookmarkNode*)oldParent index:(int)index; 365 oldParent:(const BookmarkNode*)oldParent oldIndex:(int)oldIndex 368 parent:(const BookmarkNode*)oldParent index:(int)index;
|
D | bookmark_editor_controller_unittest.mm | 351 const BookmarkNode* oldParent = bookmark_bb_3_->parent(); 356 ASSERT_EQ(newParent, oldParent); 362 const BookmarkNode* oldParent = bookmark_bb_3_->parent(); 367 ASSERT_EQ(newParent, oldParent);
|
D | bookmark_bar_bridge.mm | 41 oldParent:old_parent oldIndex:old_index
|
D | bookmark_bubble_controller.mm | 335 const BookmarkNode* oldParent = node_->parent(); 345 if (oldParent != newParent) {
|
D | bookmark_bar_controller.mm | 2080 oldParent:(const BookmarkNode*)oldParent oldIndex:(int)oldIndex 2084 [self controllerForNode:oldParent]; 2102 parent:(const BookmarkNode*)oldParent index:(int)index { 2109 [self controllerForNode:oldParent];
|
/external/webkit/Source/WebCore/page/ |
D | FrameTree.cpp | 68 Frame* oldParent = child->tree()->parent(); in transferChild() local 69 if (oldParent == m_thisFrame) in transferChild() 72 if (oldParent) in transferChild() 73 oldParent->tree()->removeChild(child.get()); in transferChild()
|
/external/webkit/Source/WebCore/dom/ |
D | ContainerNode.cpp | 79 void ContainerNode::takeAllChildrenFrom(ContainerNode* oldParent) in takeAllChildrenFrom() argument 82 collectNodes(oldParent, children); in takeAllChildrenFrom() 83 oldParent->removeAllChildren(); in takeAllChildrenFrom() 141 if (ContainerNode* oldParent = child->parentNode()) in insertBefore() local 142 oldParent->removeChild(child, ec); in insertBefore() 293 if (ContainerNode* oldParent = child->parentNode()) in replaceChild() local 294 oldParent->removeChild(child.get(), ec); in replaceChild() 597 if (ContainerNode* oldParent = child->parentNode()) { in appendChild() local 598 oldParent->removeChild(child, ec); in appendChild()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderObject.cpp | 480 void RenderObject::moveLayers(RenderLayer* oldParent, RenderLayer* newParent) in moveLayers() argument 487 ASSERT(oldParent == layer->parent()); in moveLayers() 488 if (oldParent) in moveLayers() 489 oldParent->removeChild(layer); in moveLayers() 495 curr->moveLayers(oldParent, newParent); in moveLayers()
|
D | RenderObject.h | 176 void moveLayers(RenderLayer* oldParent, RenderLayer* newParent);
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/ |
D | BeautifulSoup.py | 131 oldParent = self.parent 142 oldParent.insert(myIndex, replaceWith)
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 18989 Assert if moveLayers() is called with an oldParent that is not the
|