Searched refs:RemoveAndReturnLastChild (Results 1 – 3 of 3) sorted by relevance
54 virtual scoped_ptr<NodeBase> RemoveAndReturnLastChild() = 0;101 virtual scoped_ptr<NodeBase> RemoveAndReturnLastChild() OVERRIDE;119 virtual scoped_ptr<NodeBase> RemoveAndReturnLastChild() OVERRIDE;
66 RTreeBase::RecordBase::RemoveAndReturnLastChild() { in RemoveAndReturnLastChild() function in gfx::RTreeBase::RecordBase134 scoped_ptr<NodeBase> orphan(child_node->RemoveAndReturnLastChild()); in RemoveChild()137 orphan = child_node->RemoveAndReturnLastChild(); in RemoveChild()147 scoped_ptr<RTreeBase::NodeBase> RTreeBase::Node::RemoveAndReturnLastChild() { in RemoveAndReturnLastChild() function in gfx::RTreeBase::Node650 static_cast<Node*>(root_->RemoveAndReturnLastChild().release())); in PruneRootIfNecessary()
619 TEST_F(RTreeNodeTest, RemoveAndReturnLastChild) { in TEST_F() argument630 scoped_ptr<RTreeNodeBase> last_child(test_parent->RemoveAndReturnLastChild()); in TEST_F()638 test_parent->RemoveAndReturnLastChild()); in TEST_F()646 test_parent->RemoveAndReturnLastChild()); in TEST_F()