Home | History | Annotate | Download | only in syncable

Lines Matching refs:item3

547     MutableEntry item3(&trans, CREATE, trans.root_id(), "Item");
548 ASSERT_TRUE(item3.good());
549 item3.Put(SPECIFICS, preference_specs);
550 item3.Put(SERVER_SPECIFICS, preference_specs);
551 item3.Put(IS_UNSYNCED, true);