Lines Matching full:child2
1000 MutableEntry child2(&wtrans, syncable::CREATE, parent_id_, "2");1001 ASSERT_TRUE(child2.good());1002 child2.Put(syncable::IS_UNSYNCED, true);1003 child2.Put(syncable::SPECIFICS, DefaultBookmarkSpecifics());1004 child2.Put(syncable::ID, child2_id);1008 child2.Put(syncable::BASE_VERSION, 1);