Home | History | Annotate | Download | only in sync

Lines Matching defs:other_node

363         bnode != model_->other_node()) {
461 other_node()), 1);
486 model_associator_->GetSyncIdFromChromeId(model_->other_node()->id());
527 model_->AddFolder(model_->other_node(), 0, ASCIIToUTF16("foobar"));
665 // Stress the immediate children of other_node because that's where
669 int64 f0 = other_bookmarks_id(); // + other_node
721 EXPECT_TRUE(model_->other_node()->child_count() == 1);
731 EXPECT_TRUE(model_->other_node()->child_count() == 1);
755 child_count = model_->other_node()->child_count();
766 EXPECT_EQ(model_->other_node()->child_count(), child_count);
797 model_->AddFolder(model_->other_node(), 0, ASCIIToUTF16(names[i]));
798 model_->AddURL(model_->other_node(), 0, ASCIIToUTF16(names[i]), url);
802 EXPECT_TRUE(model_->other_node()->child_count() == 2*arraysize(names));
817 model_->AddFolder(model_->other_node(), 0, ASCIIToUTF16("Alpha"));
818 model_->AddFolder(model_->other_node(), 1, ASCIIToUTF16("Omega"));
825 model_->AddFolder(model_->other_node(), 1, title);
833 model_->AddFolder(model_->other_node(), count - 1, title);
838 EXPECT_EQ(model_->other_node()->child_count(), count);
853 model_->AddFolder(model_->other_node(), 0, ASCIIToUTF16("node"));
881 model_->AddURL(model_->other_node(), 0, ASCIIToUTF16("Dup"),
883 model_->AddURL(model_->other_node(), 0, ASCIIToUTF16("Dup"),
886 EXPECT_EQ(2, model_->other_node()->child_count());
892 EXPECT_EQ(2, model_->other_node()->child_count());
1053 const BookmarkNode* other_bookmarks_node = model_->other_node();
1084 const BookmarkNode* other_bookmarks_node = model_->other_node();
1163 EXPECT_EQ(model_->other_node()->child_count(), 0);
1225 const BookmarkNode* other_node = model_->other_node();
1226 ASSERT_GE(other_node->child_count(), 1);
1227 const BookmarkNode* f3_node = other_node->GetChild(0);
1261 other_node = model_->other_node();
1262 ASSERT_GE(other_node->child_count(), 1);
1263 f3_node = other_node->GetChild(0);
1272 ASSERT_GE(other_node->child_count(), 4);
1273 model_->Move(other_node->GetChild(0), other_node, 1);
1274 model_->Move(other_node->GetChild(2), other_node, 3);
1325 const BookmarkNode* folder_added = model_->other_node()->GetChild(0);