OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:existing_profile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc
405
AutofillProfile*
existing_profile
= GetProfileByGUID(profile.guid());
406
if (!
existing_profile
)
410
if (
existing_profile
->EqualsSansOrigin(profile))
758
AutofillProfile*
existing_profile
= *iter;
local
761
base::StringToLowerASCII(
existing_profile
->PrimaryValue()) ==
768
guid =
existing_profile
->guid();
769
if (!
existing_profile
->IsVerified() || new_profile.IsVerified())
770
existing_profile
->OverwriteWithOrAddTo(new_profile, app_locale);
772
merged_profiles->push_back(*
existing_profile
);
[
all
...]
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_profile_syncable_service.cc
494
GUIDToProfileMap::iterator
existing_profile
= profile_map->find(
local
496
if (
existing_profile
!= profile_map->end()) {
499
autofill_specifics,
existing_profile
->second, app_locale_)) {
500
bundle->profiles_to_update.push_back(
existing_profile
->second);
502
return
existing_profile
;
Completed in 77 milliseconds