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

  /external/chromium_org/chrome/browser/sync/test/integration/
two_client_autofill_sync_test.cc 24 using autofill_helper::CreateAutofillProfile;
160 AddProfile(0, CreateAutofillProfile(PROFILE_HOMER));
167 AddProfile(1, CreateAutofillProfile(PROFILE_MARION));
174 AddProfile(0, CreateAutofillProfile(PROFILE_MARION));
209 AddProfile(0, CreateAutofillProfile(PROFILE_HOMER));
210 AddProfile(0, CreateAutofillProfile(PROFILE_HOMER));
221 AutofillProfile profile0 = CreateAutofillProfile(PROFILE_HOMER);
222 AutofillProfile profile1 = CreateAutofillProfile(PROFILE_HOMER);
238 AddProfile(0, CreateAutofillProfile(PROFILE_NULL));
248 AddProfile(0, CreateAutofillProfile(PROFILE_HOMER))
    [all...]
autofill_helper.h 107 autofill::AutofillProfile CreateAutofillProfile(ProfileType type);
autofill_helper.cc 132 AutofillProfile CreateAutofillProfile(ProfileType type) {

Completed in 137 milliseconds