OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
27
using autofill_helper::
CreateAutofillProfile
;
158
AddProfile(0,
CreateAutofillProfile
(PROFILE_HOMER));
164
AddProfile(1,
CreateAutofillProfile
(PROFILE_MARION));
170
AddProfile(0,
CreateAutofillProfile
(PROFILE_MARION));
201
AddProfile(0,
CreateAutofillProfile
(PROFILE_HOMER));
202
AddProfile(0,
CreateAutofillProfile
(PROFILE_HOMER));
212
AutofillProfile profile0 =
CreateAutofillProfile
(PROFILE_HOMER);
213
AutofillProfile profile1 =
CreateAutofillProfile
(PROFILE_HOMER);
228
AddProfile(0,
CreateAutofillProfile
(PROFILE_NULL));
237
AddProfile(0,
CreateAutofillProfile
(PROFILE_HOMER))
[
all
...]
autofill_helper.h
113
autofill::AutofillProfile
CreateAutofillProfile
(ProfileType type);
autofill_helper.cc
133
AutofillProfile
CreateAutofillProfile
(ProfileType type) {
Completed in 85 milliseconds