HomeSort by relevance Sort by last modified time
    Searched full:autofill_profile (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/chromium/chrome/browser/sync/glue/
autofill_profile_data_type_controller.cc 23 return syncable::AUTOFILL_PROFILE;
28 return "autofill_profile";
autofill_profile_change_processor.cc 12 #include "chrome/browser/autofill/autofill_profile.h"
77 sync_pb::autofill_profile));
80 changes[i].specifics.GetExtension(sync_pb::autofill_profile);
293 if (!node.InitUniqueByCreation(syncable::AUTOFILL_PROFILE,
autofill_profile_change_processor.h 11 #include "chrome/browser/autofill/autofill_profile.h"
autofill_profile_model_associator_unittest.cc 103 specifics.MutableExtension(sync_pb::autofill_profile);
184 specifics.MutableExtension(sync_pb::autofill_profile);
  /external/chromium_org/chrome/browser/ui/autofill/
mock_new_credit_card_bubble_controller.cc 8 #include "components/autofill/core/browser/autofill_profile.h"
  /external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc 59 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
64 if (it.Get() == syncer::AUTOFILL_PROFILE || it.Get() == syncer::SESSIONS) {
73 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
76 syncer::AUTOFILL_PROFILE));
120 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
126 if (it.Get() == syncer::AUTOFILL_PROFILE ||
142 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
143 ASSERT_FALSE(DoesTopLevelNodeExist(user_share, syncer::AUTOFILL_PROFILE));
autofill_helper.h 72 // Adds the autofill profile |autofill_profile| to sync profile |profile|.
73 void AddProfile(int profile, const autofill::AutofillProfile& autofill_profile);
  /external/chromium/chrome/browser/sync/syncable/
model_type.cc 39 case AUTOFILL_PROFILE:
40 specifics->MutableExtension(sync_pb::autofill_profile);
89 case AUTOFILL_PROFILE:
163 if (specifics.HasExtension(sync_pb::autofill_profile))
164 return AUTOFILL_PROFILE;
209 case AUTOFILL_PROFILE:
251 return AUTOFILL_PROFILE;
335 case AUTOFILL_PROFILE:
368 case AUTOFILL_PROFILE: {
416 const char kAutofillProfileNotificationType[] = "AUTOFILL_PROFILE";
    [all...]
nigori_util.cc 44 encrypted_types.insert(AUTOFILL_PROFILE);
65 nigori->set_encrypt_autofill_profile(types.count(AUTOFILL_PROFILE) > 0);
  /external/chromium_org/sync/internal_api/
js_mutation_event_observer_unittest.cc 50 for (int i = AUTOFILL_PROFILE; i < MODEL_TYPE_COUNT; ++i) {
70 for (int i = AUTOFILL_PROFILE; i < MODEL_TYPE_COUNT; ++i) {
87 for (int i = AUTOFILL_PROFILE; i < MODEL_TYPE_COUNT; ++i) {
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_model_type_selection_android.h 21 DEFINE_MODEL_TYPE_SELECTION(AUTOFILL_PROFILE, 1<<5)
user_selectable_sync_type.h 39 // AUTOFILL_PROFILE,
  /external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service_unittest.cc 9 #include "components/autofill/core/browser/autofill_profile.h"
66 if (passed->sync_data().GetSpecifics().autofill_profile().guid() !=
67 expected->sync_data().GetSpecifics().autofill_profile().guid()) {
155 syncer::AUTOFILL_PROFILE, data_list,
219 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
275 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
340 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
386 syncer::AUTOFILL_PROFILE, data_list,
390 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
425 autofill_syncable_service_.GetAllSyncData(syncer::AUTOFILL_PROFILE);
    [all...]
autofill_profile_syncable_service.cc 12 #include "components/autofill/core/browser/autofill_profile.h"
203 DCHECK_EQ(type, syncer::AUTOFILL_PROFILE);
215 DCHECK_EQ(type, syncer::AUTOFILL_PROFILE);
234 syncer::AUTOFILL_PROFILE);
250 autofill_profile().guid();
284 flare_.Run(syncer::AUTOFILL_PROFILE);
445 DCHECK_EQ(syncer::AUTOFILL_PROFILE, data.GetDataType());
449 specifics.autofill_profile());
571 AutofillProfile* autofill_profile) {
572 if (UTF16ToUTF8(autofill_profile->GetRawInfo(field_type)) == new_value
    [all...]
DEPS 24 r"((autocomplete|autofill_profile)_syncable_service|web_data_service(_win)?(_factory)?)(_unittest)?\.(cc|h)": [
autofill_profile_syncable_service.h 63 static syncer::ModelType model_type() { return syncer::AUTOFILL_PROFILE; }
167 autofill::AutofillProfile* autofill_profile);
172 autofill::AutofillProfile* autofill_profile);
  /external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.h 10 #include "components/autofill/core/browser/autofill_profile.h"
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_change.cc 8 #include "components/autofill/core/browser/autofill_profile.h"
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl_unittest.cc 44 datatypes.push_back(syncable::AUTOFILL_PROFILE);
133 syncable::AUTOFILL_PROFILE);
js_sync_manager_observer_unittest.cc 219 for (int i = syncable::AUTOFILL_PROFILE;
250 for (int i = syncable::AUTOFILL_PROFILE;
268 for (int i = syncable::AUTOFILL_PROFILE;
  /external/chromium/chrome/browser/autofill/
autofill_dialog.h 11 #include "chrome/browser/autofill/autofill_profile.h"
autofill_common_test.cc 8 #include "chrome/browser/autofill/autofill_profile.h"
  /external/chromium/chrome/browser/webdata/
autofill_change.cc 7 #include "chrome/browser/autofill/autofill_profile.h"
  /external/chromium_org/sync/syncable/
model_type.cc 47 case AUTOFILL_PROFILE:
143 case AUTOFILL_PROFILE:
260 return AUTOFILL_PROFILE;
459 case AUTOFILL_PROFILE:
512 case AUTOFILL_PROFILE:
602 return AUTOFILL_PROFILE;
707 case AUTOFILL_PROFILE:
761 const char kAutofillProfileNotificationType[] = "AUTOFILL_PROFILE";
815 case AUTOFILL_PROFILE:
897 *model_type = AUTOFILL_PROFILE;
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
autofill_profile_data_type_controller.cc 35 return syncer::AUTOFILL_PROFILE;

Completed in 2451 milliseconds

1 2 3 4 5 6