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

1 2 3 4

  /external/chromium_org/chrome/browser/ui/autofill/
mock_new_credit_card_bubble_controller.cc 8 #include "components/autofill/core/browser/autofill_profile.h"
new_credit_card_bubble_controller.cc 19 #include "components/autofill/core/browser/autofill_profile.h"
  /external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc 48 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
53 if (it.Get() == syncer::AUTOFILL_PROFILE || it.Get() == syncer::SESSIONS) {
62 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
65 syncer::AUTOFILL_PROFILE));
104 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
110 if (it.Get() == syncer::AUTOFILL_PROFILE ||
126 // AUTOFILL_PROFILE is lumped together with AUTOFILL.
127 ASSERT_FALSE(DoesTopLevelNodeExist(user_share, syncer::AUTOFILL_PROFILE));
autofill_helper.h 75 // Adds the autofill profile |autofill_profile| to sync profile |profile|.
76 void AddProfile(int profile, const autofill::AutofillProfile& autofill_profile);
autofill_helper.cc 16 #include "components/autofill/core/browser/autofill_profile.h"
303 void AddProfile(int profile, const AutofillProfile& autofill_profile) {
308 autofill_profiles.push_back(autofill_profile);
  /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)
profile_sync_service_autofill_unittest.cc 87 using syncer::AUTOFILL_PROFILE;
197 return syncer::AUTOFILL_PROFILE;
423 GetSyncableServiceForType(syncer::AUTOFILL_PROFILE)).
469 } else if (type == syncer::AUTOFILL_PROFILE) {
610 if (autofill_root.InitTypeRoot(AUTOFILL_PROFILE) != BaseNode::INIT_OK) {
616 node.InitUniqueByCreation(syncer::AUTOFILL_PROFILE,
672 if (autofill_root.InitTypeRoot(AUTOFILL_PROFILE) != BaseNode::INIT_OK) {
    [all...]
profile_sync_components_factory_impl_unittest.cc 53 datatypes.push_back(syncer::AUTOFILL_PROFILE);
164 syncer::ModelTypeSet(syncer::AUTOFILL_PROFILE, syncer::BOOKMARKS));
  /external/chromium_org/components/autofill/core/browser/
test_personal_data_manager.h 10 #include "components/autofill/core/browser/autofill_profile.h"
address_i18n.cc 12 #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"
autofill_profile_syncable_service_unittest.cc 8 #include "components/autofill/core/browser/autofill_profile.h"
250 syncer::AUTOFILL_PROFILE, data_list,
310 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
364 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
427 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
466 autofill_syncable_service_.StopSyncing(syncer::AUTOFILL_PROFILE);
499 autofill_syncable_service_.GetAllSyncData(syncer::AUTOFILL_PROFILE);
502 EXPECT_EQ(guid_present1, data[0].GetSpecifics().autofill_profile().guid());
503 EXPECT_EQ(guid_present2, data[1].GetSpecifics().autofill_profile().guid());
504 EXPECT_EQ(kHttpOrigin, data[0].GetSpecifics().autofill_profile().origin())
    [all...]
autofill_profile_syncable_service.cc 12 #include "components/autofill/core/browser/autofill_profile.h"
198 DCHECK_EQ(type, syncer::AUTOFILL_PROFILE);
210 DCHECK_EQ(type, syncer::AUTOFILL_PROFILE);
229 syncer::AUTOFILL_PROFILE);
245 autofill_profile().guid();
279 flare_.Run(syncer::AUTOFILL_PROFILE);
488 DCHECK_EQ(syncer::AUTOFILL_PROFILE, data.GetDataType());
492 specifics.autofill_profile());
616 AutofillProfile* autofill_profile) {
617 if (UTF16ToUTF8(autofill_profile->GetRawInfo(field_type)) == new_value
    [all...]
autofill_profile_syncable_service.h 69 static syncer::ModelType model_type() { return syncer::AUTOFILL_PROFILE; }
170 AutofillProfile* autofill_profile);
175 AutofillProfile* autofill_profile);
  /external/chromium_org/chrome/browser/webdata/
DEPS 23 r"((autocomplete|autofill_profile)_syncable_service|web_data_service(_win)?(_factory)?)(_unittest)?\.(cc|h)": [
  /external/chromium_org/components/sync_driver/
user_selectable_sync_type.h 41 // AUTOFILL_PROFILE,
pref_names.cc 37 const char kSyncAutofillProfile[] = "sync.autofill_profile";
non_ui_data_type_controller_unittest.cc 31 using syncer::AUTOFILL_PROFILE;
112 return AUTOFILL_PROFILE;
422 AUTOFILL_PROFILE)));