HomeSort by relevance Sort by last modified time
    Searched refs:kAutofillTag (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.cc 45 return browser_sync::kAutofillTag;
profile_sync_service_autofill_unittest.cc 62 using browser_sync::kAutofillTag;
344 if (!autofill_root.InitByTagLookup(browser_sync::kAutofillTag))
375 if (!autofill_root.InitByTagLookup(browser_sync::kAutofillTag))
568 MutableEntry parent(&trans, GET_BY_SERVER_TAG, kAutofillTag);
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_model_associator.h 37 extern const char kAutofillTag[];
autofill_model_associator.cc 31 const char kAutofillTag[] = "google_chrome_autofill";
157 if (!autofill_root.InitByTagLookup(kAutofillTag)) {
387 if (!GetSyncIdForTaggedNode(kAutofillTag, &autofill_sync_id)) {
autofill_change_processor.cc 72 if (!autofill_root.InitByTagLookup(kAutofillTag)) {
204 if (!autofill_root.InitByTagLookup(kAutofillTag)) {
sync_backend_host.cc 318 if (!autofil_root_node.InitByTagLookup(browser_sync::kAutofillTag)) {
    [all...]

Completed in 198 milliseconds