Home | History | Annotate | Download | only in engine

Lines Matching full:child2

1474     MutableEntry child2(&wtrans, CREATE, BOOKMARKS, parent_id_, "2");
1475 ASSERT_TRUE(child2.good());
1476 child2.Put(syncable::IS_UNSYNCED, true);
1477 child2.Put(syncable::SPECIFICS, DefaultBookmarkSpecifics());
1478 child2.Put(syncable::ID, child2_id);
1482 child2.Put(syncable::BASE_VERSION, 1);