Home
last modified time | relevance | path

Searched refs:InitUniqueByCreation (Results 1 – 20 of 20) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dtheme_model_associator.cc62 if (!node.InitUniqueByCreation(syncable::THEMES, root, in AssociateModels()
Dpassword_change_processor.cc75 if (!sync_node.InitUniqueByCreation(syncable::PASSWORDS, in Observe()
Dextension_sync.cc223 if (!create_node.InitUniqueByCreation(traits.model_type, root, id)) { in UpdateServer()
Dpreference_model_associator.cc99 if (!write_node.InitUniqueByCreation(syncable::PREFERENCES, root, tag)) { in InitPrefNodeAndAssociate()
Dautofill_profile_change_processor.cc293 if (!node.InitUniqueByCreation(syncable::AUTOFILL_PROFILE, in AddAutofillProfileSyncNode()
Dtyped_url_change_processor.cc112 if (!create_node.InitUniqueByCreation(syncable::TYPED_URLS, in HandleURLsModified()
Dpassword_model_associator.cc100 if (!node.InitUniqueByCreation(syncable::PASSWORDS, in AssociateModels()
Dsession_model_associator.cc413 if (!write_node.InitUniqueByCreation(syncable::SESSIONS, root, in AssociateModels()
748 if (!tab_node.InitUniqueByCreation(syncable::SESSIONS, root, in GetFreeTabNode()
Dautofill_change_processor.cc103 if (!sync_node.InitUniqueByCreation(syncable::AUTOFILL, in ObserveAutofillEntriesChanged()
Dautofill_profile_model_associator.cc337 if (!node.InitUniqueByCreation( in MakeNewAutofillProfileSyncNodeIfNeeded()
Dautofill_model_associator.cc103 if (!node.InitUniqueByCreation(syncable::AUTOFILL, in TraverseAndAssociateChromeAutofillEntries()
Dtyped_url_model_associator.cc117 if (!node.InitUniqueByCreation(syncable::TYPED_URLS, in AssociateModels()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi_unittest.cc87 EXPECT_TRUE(node.InitUniqueByCreation(model_type, root_node, client_tag)); in MakeNode()
101 EXPECT_TRUE(node.InitUniqueByCreation(model_type, root_node, client_tag)); in MakeFolder()
116 EXPECT_TRUE(node.InitUniqueByCreation(model_type, parent_node, client_tag)); in MakeNodeWithParent()
310 EXPECT_TRUE(wnode.InitUniqueByCreation(syncable::BOOKMARKS, in TEST_F()
349 EXPECT_TRUE(wnode.InitUniqueByCreation(syncable::BOOKMARKS, in TEST_F()
381 EXPECT_TRUE(password_node.InitUniqueByCreation(syncable::PASSWORDS, in TEST_F()
Dsyncapi.h334 bool InitUniqueByCreation(syncable::ModelType model_type,
Dsyncapi.cc797 bool WriteNode::InitUniqueByCreation(syncable::ModelType model_type, in InitUniqueByCreation() function in sync_api::WriteNode
/external/chromium/chrome/browser/sync/
Djs_sync_manager_observer_unittest.cc200 EXPECT_TRUE(node.InitUniqueByCreation( in MakeNode()
Dprofile_sync_service_autofill_unittest.cc350 if (!node.InitUniqueByCreation(syncable::AUTOFILL, autofill_root, tag)) in AddAutofillSyncNode()
364 if (!node.InitUniqueByCreation(syncable::AUTOFILL_PROFILE, in AddAutofillSyncNode()
Dprofile_sync_service_typed_url_unittest.cc208 ASSERT_TRUE(node.InitUniqueByCreation(syncable::TYPED_URLS, in AddTypedUrlSyncNode()
Dprofile_sync_service_preference_unittest.cc148 if (node.InitUniqueByCreation(syncable::PREFERENCES, root, name)) in SetSyncedValue()
Dprofile_sync_service_password_unittest.cc254 ASSERT_TRUE(node.InitUniqueByCreation(syncable::PASSWORDS, in AddPasswordSyncNode()