Home
last modified time | relevance | path

Searched refs:InitByTagLookup (Results 1 – 23 of 23) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dtheme_model_associator.cc40 if (!root.InitByTagLookup(kThemesTag)) { in AssociateModels()
86 if (!root.InitByTagLookup(kThemesTag)) { in SyncModelHasUserCreatedNodes()
Dextension_sync.cc29 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()
Dpassword_change_processor.cc60 if (!password_root.InitByTagLookup(kPasswordTag)) { in Observe()
135 if (!password_root.InitByTagLookup(kPasswordTag)) { in ApplyChangesFromSyncModel()
Dautofill_profile_model_associator.cc121 if (!sync_node.InitByTagLookup(tag.c_str())) in GetSyncIdForTaggedNode()
163 if (!autofill_root.InitByTagLookup(kAutofillProfileTag)) { in AssociateModels()
225 if (!node.InitByTagLookup(kAutofillProfileTag)) { in SyncModelHasUserCreatedNodes()
Dautofill_profile_change_processor.cc67 if (!autofill_profile_root.InitByTagLookup(kAutofillProfileTag)) { in ApplyChangesFromSyncModel()
115 if (!autofill_root.InitByTagLookup(kAutofillProfileTag)) { in Observe()
Dautofill_model_associator.cc157 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()
Dtyped_url_change_processor.cc84 if (!typed_url_root.InitByTagLookup(kTypedUrlTag)) { in HandleURLsModified()
193 if (!typed_url_root.InitByTagLookup(kTypedUrlTag)) { in ApplyChangesFromSyncModel()
Dpassword_model_associator.cc65 if (!password_root.InitByTagLookup(kPasswordTag)) { in AssociateModels()
259 if (!sync_node.InitByTagLookup(tag.c_str())) in GetSyncIdForTaggedNode()
Dsession_model_associator.cc73 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()
Dautofill_change_processor.cc72 if (!autofill_root.InitByTagLookup(kAutofillTag)) { in Observe()
204 if (!autofill_root.InitByTagLookup(kAutofillTag)) { in ApplyChangesFromSyncModel()
Dpreference_change_processor.cc76 if (!root.InitByTagLookup(browser_sync::kPreferencesTag)) { in Observe()
Dsession_change_processor.cc164 if (!root.InitByTagLookup(kSessionsTag)) { in ApplyChangesFromSyncModel()
Dtyped_url_model_associator.cc63 if (!typed_url_root.InitByTagLookup(kTypedUrlTag)) { in AssociateModels()
277 if (!sync_node.InitByTagLookup(tag.c_str())) in GetSyncIdForTaggedNode()
Dpreference_model_associator.cc214 if (!sync_node.InitByTagLookup(tag.c_str())) in GetSyncIdForTaggedNode()
Dbookmark_model_associator.cc296 if (!sync_node.InitByTagLookup(tag.c_str())) in GetSyncIdForTaggedNode()
Dsync_backend_host.cc318 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/
Dsyncapi.cc729 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()
Dsyncapi.h341 bool InitByTagLookup(const std::string& tag);
496 bool InitByTagLookup(const std::string& tag);
/external/chromium/chrome/browser/sync/
Dprofile_sync_service_autofill_unittest.cc344 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()
Dprofile_sync_service_typed_url_unittest.cc204 ASSERT_TRUE(typed_url_root.InitByTagLookup(browser_sync::kTypedUrlTag)); in AddTypedUrlSyncNode()
217 if (!typed_url_root.InitByTagLookup(browser_sync::kTypedUrlTag)) in GetTypedUrlsFromSyncDB()
Dprofile_sync_service_password_unittest.cc250 ASSERT_TRUE(password_root.InitByTagLookup(browser_sync::kPasswordTag)); in AddPasswordSyncNode()
263 ASSERT_TRUE(password_root.InitByTagLookup(browser_sync::kPasswordTag)); in GetPasswordEntriesFromSyncDB()
Dprofile_sync_service_bookmark_unittest.cc70 root_exists = root.InitByTagLookup( in GetSyncIdForTaggedNode()
85 EXPECT_TRUE(root.InitByTagLookup( in GetSyncIdForTaggedNode()
Dprofile_sync_service_preference_unittest.cc138 if (!root.InitByTagLookup(browser_sync::kPreferencesTag)) in SetSyncedValue()