/external/chromium/chrome/browser/sync/glue/ |
D | theme_model_associator.cc | 40 if (!root.InitByTagLookup(kThemesTag)) { in AssociateModels() 86 if (!root.InitByTagLookup(kThemesTag)) { in SyncModelHasUserCreatedNodes()
|
D | extension_sync.cc | 29 if (!node.InitByTagLookup(tag)) { in RootNodeHasChildren() 139 if (!root.InitByTagLookup(root_node_tag)) { in SlurpServerData() 218 if (!root.InitByTagLookup(traits.root_node_tag)) { in UpdateServer() 246 if (!root.InitByTagLookup(traits.root_node_tag)) { in FlushExtensionData()
|
D | password_change_processor.cc | 60 if (!password_root.InitByTagLookup(kPasswordTag)) { in Observe() 135 if (!password_root.InitByTagLookup(kPasswordTag)) { in ApplyChangesFromSyncModel()
|
D | autofill_profile_model_associator.cc | 121 if (!sync_node.InitByTagLookup(tag.c_str())) in GetSyncIdForTaggedNode() 163 if (!autofill_root.InitByTagLookup(kAutofillProfileTag)) { in AssociateModels() 225 if (!node.InitByTagLookup(kAutofillProfileTag)) { in SyncModelHasUserCreatedNodes()
|
D | autofill_profile_change_processor.cc | 67 if (!autofill_profile_root.InitByTagLookup(kAutofillProfileTag)) { in ApplyChangesFromSyncModel() 115 if (!autofill_root.InitByTagLookup(kAutofillProfileTag)) { in Observe()
|
D | autofill_model_associator.cc | 157 if (!autofill_root.InitByTagLookup(kAutofillTag)) { in AssociateModels() 454 if (!sync_node.InitByTagLookup(tag.c_str())) in GetSyncIdForTaggedNode() 558 if (!autofill_profile_root_node.InitByTagLookup( in HasNotMigratedYet()
|
D | typed_url_change_processor.cc | 84 if (!typed_url_root.InitByTagLookup(kTypedUrlTag)) { in HandleURLsModified() 193 if (!typed_url_root.InitByTagLookup(kTypedUrlTag)) { in ApplyChangesFromSyncModel()
|
D | password_model_associator.cc | 65 if (!password_root.InitByTagLookup(kPasswordTag)) { in AssociateModels() 259 if (!sync_node.InitByTagLookup(tag.c_str())) in GetSyncIdForTaggedNode()
|
D | session_model_associator.cc | 73 if (!root.InitByTagLookup(kSessionsTag)) { in SyncModelHasUserCreatedNodes() 399 if (!root.InitByTagLookup(kSessionsTag)) { in AssociateModels() 741 if (!root.InitByTagLookup(kSessionsTag)) { in GetFreeTabNode() 872 if (!root.InitByTagLookup(kSessionsTag)) { in OnGotSession()
|
D | autofill_change_processor.cc | 72 if (!autofill_root.InitByTagLookup(kAutofillTag)) { in Observe() 204 if (!autofill_root.InitByTagLookup(kAutofillTag)) { in ApplyChangesFromSyncModel()
|
D | preference_change_processor.cc | 76 if (!root.InitByTagLookup(browser_sync::kPreferencesTag)) { in Observe()
|
D | session_change_processor.cc | 164 if (!root.InitByTagLookup(kSessionsTag)) { in ApplyChangesFromSyncModel()
|
D | typed_url_model_associator.cc | 63 if (!typed_url_root.InitByTagLookup(kTypedUrlTag)) { in AssociateModels() 277 if (!sync_node.InitByTagLookup(tag.c_str())) in GetSyncIdForTaggedNode()
|
D | preference_model_associator.cc | 214 if (!sync_node.InitByTagLookup(tag.c_str())) in GetSyncIdForTaggedNode()
|
D | bookmark_model_associator.cc | 296 if (!sync_node.InitByTagLookup(tag.c_str())) in GetSyncIdForTaggedNode()
|
D | sync_backend_host.cc | 318 if (!autofil_root_node.InitByTagLookup(browser_sync::kAutofillTag)) { in ConfigureAutofillMigration() 332 if (!autofill_profile_root_node.InitByTagLookup( in ConfigureAutofillMigration()
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncapi.cc | 729 bool WriteNode::InitByTagLookup(const std::string& tag) { in InitByTagLookup() function in sync_api::WriteNode 992 bool ReadNode::InitByTagLookup(const std::string& tag) { in InitByTagLookup() function in sync_api::ReadNode 1782 if (!node.InitByTagLookup(kNigoriTag)) { in BootstrapEncryption() 1935 if (!node.InitByTagLookup(kNigoriTag)) { in SetUsingExplicitPassphrasePrefForMigration() 1972 if (!node.InitByTagLookup(kNigoriTag)) { in SetPassphrase() 2006 if (!node.InitByTagLookup(kNigoriTag)) { in IsUsingExplicitPassphrase() 2022 if (!node.InitByTagLookup(kNigoriTag)) { in EncryptDataTypes() 2109 if (!type_root.InitByTagLookup(tag)) { in ReEncryptEverything() 2145 if (!passwords_root.InitByTagLookup(passwords_tag)) { in ReEncryptEverything() 2486 if (!node.InitByTagLookup(kNigoriTag)) { in OnSyncEngineEvent()
|
D | syncapi.h | 341 bool InitByTagLookup(const std::string& tag); 496 bool InitByTagLookup(const std::string& tag);
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_service_autofill_unittest.cc | 344 if (!autofill_root.InitByTagLookup(browser_sync::kAutofillTag)) in AddAutofillSyncNode() 360 if (!autofill_root.InitByTagLookup(browser_sync::kAutofillProfileTag)) in AddAutofillSyncNode() 375 if (!autofill_root.InitByTagLookup(browser_sync::kAutofillTag)) in GetAutofillEntriesFromSyncDB() 412 if (!autofill_root.InitByTagLookup(browser_sync::kAutofillProfileTag)) in GetAutofillProfilesFromSyncDBUnderProfileNode()
|
D | profile_sync_service_typed_url_unittest.cc | 204 ASSERT_TRUE(typed_url_root.InitByTagLookup(browser_sync::kTypedUrlTag)); in AddTypedUrlSyncNode() 217 if (!typed_url_root.InitByTagLookup(browser_sync::kTypedUrlTag)) in GetTypedUrlsFromSyncDB()
|
D | profile_sync_service_password_unittest.cc | 250 ASSERT_TRUE(password_root.InitByTagLookup(browser_sync::kPasswordTag)); in AddPasswordSyncNode() 263 ASSERT_TRUE(password_root.InitByTagLookup(browser_sync::kPasswordTag)); in GetPasswordEntriesFromSyncDB()
|
D | profile_sync_service_bookmark_unittest.cc | 70 root_exists = root.InitByTagLookup( in GetSyncIdForTaggedNode() 85 EXPECT_TRUE(root.InitByTagLookup( in GetSyncIdForTaggedNode()
|
D | profile_sync_service_preference_unittest.cc | 138 if (!root.InitByTagLookup(browser_sync::kPreferencesTag)) in SetSyncedValue()
|