Home
last modified time | relevance | path

Searched refs:kAutofillProfileTag (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dautofill_profile_model_associator.cc17 const char kAutofillProfileTag[] = "google_chrome_autofill_profiles"; variable
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_profile_model_associator.h34 extern const char kAutofillProfileTag[];
Dautofill_model_associator.cc559 browser_sync::kAutofillProfileTag) || in HasNotMigratedYet()
Dsync_backend_host.cc333 browser_sync::kAutofillProfileTag)) { in ConfigureAutofillMigration()
/external/chromium/chrome/browser/sync/
Dabstract_profile_sync_service_test.cc47 return browser_sync::kAutofillProfileTag; in GetTagForType()
Dprofile_sync_service_autofill_unittest.cc360 if (!autofill_root.InitByTagLookup(browser_sync::kAutofillProfileTag)) in AddAutofillSyncNode()
412 if (!autofill_root.InitByTagLookup(browser_sync::kAutofillProfileTag)) in GetAutofillProfilesFromSyncDBUnderProfileNode()