Home
last modified time | relevance | path

Searched refs:type_root (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
Dnigori_util.cc158 Entry type_root(trans, GET_BY_SERVER_TAG, type_tag); in VerifyDataTypeEncryption() local
159 if (!type_root.good()) { in VerifyDataTypeEncryption()
166 trans->directory()->GetFirstChildId(trans, type_root.Get(ID)); in VerifyDataTypeEncryption()
/external/chromium_org/chrome/browser/sync/glue/
Dsynced_device_tracker.cc184 syncer::ReadNode type_root(&trans); in WriteDeviceInfo() local
186 type_root.InitByTagLookup(ModelTypeToRootTag(syncer::DEVICE_INFO)); in WriteDeviceInfo()
192 type_root, in WriteDeviceInfo()
/external/chromium_org/sync/syncable/
Dnigori_util.cc104 Entry type_root(trans, GET_BY_SERVER_TAG, type_tag); in VerifyDataTypeEncryptionForTest() local
105 if (!type_root.good()) { in VerifyDataTypeEncryptionForTest()
111 Id id_string = type_root.GetFirstChildId(); in VerifyDataTypeEncryptionForTest()
/external/chromium_org/sync/internal_api/
Dsync_manager_impl_unittest.cc629 int64 type_root = MakeServerNodeForType(test_user_share_.user_share(), in TEST_F() local
635 type_root_node.InitByIdLookup(type_root)); in TEST_F()
642 int64 type_root = MakeServerNodeForType(test_user_share_.user_share(), in TEST_F() local
646 type_root, in TEST_F()
652 type_root_node.InitByIdLookup(type_root)); in TEST_F()
664 int64 type_root = MakeServerNodeForType(test_user_share_.user_share(), in TEST_F() local
668 type_root, in TEST_F()
672 type_root, in TEST_F()
692 type_root_node.InitByIdLookup(type_root)); in TEST_F()
3267 int64 type_root = GetIdForDataType(BOOKMARKS); in TEST_F() local
[all …]
Dsync_encryption_handler_impl.cc796 ReadNode type_root(trans); in ReEncryptEverything() local
798 if (type_root.InitByTagLookup(tag) != BaseNode::INIT_OK) in ReEncryptEverything()
803 int64 child_id = type_root.GetFirstChildId(); in ReEncryptEverything()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc2107 ReadNode type_root(trans); in ReEncryptEverything() local
2109 if (!type_root.InitByTagLookup(tag)) { in ReEncryptEverything()
2116 int64 child_id = type_root.GetFirstChildId(); in ReEncryptEverything()