Home | History | Annotate | Download | only in sync

Lines Matching refs:other_node

616     EXPECT_EQ(root->GetIndexOf(model_->other_node()), 1);
648 model_associator_->GetSyncIdFromChromeId(model_->other_node()->id());
728 model_->AddFolder(model_->other_node(), 0, ASCIIToUTF16("foobar"));
883 // Stress the immediate children of other_node because that's where
887 int64 f0 = other_bookmarks_id(); // + other_node
939 EXPECT_EQ(1, model_->other_node()->child_count());
949 EXPECT_EQ(1, model_->other_node()->child_count());
973 child_count = model_->other_node()->child_count();
984 EXPECT_EQ(model_->other_node()->child_count(), child_count);
1015 model_->AddFolder(model_->other_node(), 0, ASCIIToUTF16(names[i]));
1016 model_->AddURL(model_->other_node(), 0, ASCIIToUTF16(names[i]), url);
1020 EXPECT_TRUE(model_->other_node()->child_count() == 2*arraysize(names));
1035 model_->AddFolder(model_->other_node(), 0, ASCIIToUTF16("Alpha"));
1036 model_->AddFolder(model_->other_node(), 1, ASCIIToUTF16("Omega"));
1043 model_->AddFolder(model_->other_node(), 1, title);
1051 model_->AddFolder(model_->other_node(), count - 1, title);
1056 EXPECT_EQ(model_->other_node()->child_count(), count);
1071 model_->AddFolder(model_->other_node(), 0, ASCIIToUTF16("node"));
1099 model_->AddURL(model_->other_node(), 0, ASCIIToUTF16("Dup"),
1101 model_->AddURL(model_->other_node(), 0, ASCIIToUTF16("Dup"),
1104 EXPECT_EQ(2, model_->other_node()->child_count());
1110 EXPECT_EQ(2, model_->other_node()->child_count());
1423 const BookmarkNode* other_bookmarks_node = model_->other_node();
1471 const BookmarkNode* other_bookmarks_node = model_->other_node();
1565 EXPECT_EQ(model_->other_node()->child_count(), 0);
1628 const BookmarkNode* other_node = model_->other_node();
1629 ASSERT_GE(other_node->child_count(), 1);
1630 const BookmarkNode* f3_node = other_node->GetChild(0);
1664 other_node = model_->other_node();
1665 ASSERT_GE(other_node->child_count(), 1);
1666 f3_node = other_node->GetChild(0);
1675 ASSERT_GE(other_node->child_count(), 4);
1676 model_->Move(other_node->GetChild(0), other_node, 1);
1677 model_->Move(other_node->GetChild(2), other_node, 3);
1728 const BookmarkNode* folder_added = model_->other_node()->GetChild(0);
1901 ExpectTransactionVersionMatch(model_->other_node(),
1916 ExpectTransactionVersionMatch(model_->other_node(), initial_versions);
1932 ExpectTransactionVersionMatch(model_->other_node(), initial_versions);
1958 ExpectTransactionVersionMatch(model_->other_node(),