Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/
Dprofile_sync_service_bookmark_unittest.cc1213 int remove_index = 2; in TEST_F() local
1214 ASSERT_GT(bookmark_bar_node->child_count(), remove_index); in TEST_F()
1215 const BookmarkNode* child_node = bookmark_bar_node->GetChild(remove_index); in TEST_F()
1218 model_->Remove(bookmark_bar_node, remove_index); in TEST_F()
1219 ASSERT_GT(bookmark_bar_node->child_count(), remove_index); in TEST_F()
1220 child_node = bookmark_bar_node->GetChild(remove_index); in TEST_F()
1223 model_->Remove(bookmark_bar_node, remove_index); in TEST_F()
1230 remove_index = 2; in TEST_F()
1231 ASSERT_GT(f3_node->child_count(), remove_index); in TEST_F()
1232 model_->Remove(f3_node, remove_index); in TEST_F()
[all …]