Home
last modified time | relevance | path

Searched refs:AddAll (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dbookmark_model_associator.cc124 void AddAll(const BookmarkNode* node);
141 void BookmarkNodeIdIndex::AddAll(const BookmarkNode* node) { in AddAll() function in browser_sync::BookmarkNodeIdIndex
151 AddAll(node->GetChild(i)); in AddAll()
493 id_index.AddAll(bookmark_model_->GetBookmarkBarNode()); in LoadAssociations()
494 id_index.AddAll(bookmark_model_->other_node()); in LoadAssociations()
/external/v8/test/cctest/
Dtest-list.cc84 list.AddAll(other_list); in TEST()
96 list.AddAll(other_list); in TEST()
Dtest-cpu-profiler.cc204 bottom_up_root_children.AddAll(*bottom_up_root_children_unsorted); in TEST()
/external/v8/src/
Dzone.h187 AddAll(other); in ZoneList()
Dlist.h92 void AddAll(const List<T, P>& other);
Dlist-inl.h48 void List<T, P>::AddAll(const List<T, P>& other) { in AddAll() function
Dheap-profiler.cc556 refs.AddAll(src.refs); in ClusterBackRefs()
566 refs.AddAll(src.refs); in operator =()
Dhydrogen.cc734 worklist.AddAll(*blocks_[i]->phis()); in EliminateRedundantPhis()
5632 values_.AddAll(other->values_); in Initialize()
5633 assigned_variables_.AddAll(other->assigned_variables_); in Initialize()
Djsregexp.cc4573 second_set_only_out->AddAll(*second_set); in Merge()
4577 first_set_only_out->AddAll(*first_set); in Merge()
Dspaces.cc199 free_list_.AddAll(allocation_list_); in GetNextAllocationBlock()