OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:existing_profile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/autofill/core/browser/
personal_data_manager.cc
403
AutofillProfile*
existing_profile
= GetProfileByGUID(profile.guid());
404
if (!
existing_profile
)
408
if (
existing_profile
->Compare(profile) == 0)
744
AutofillProfile*
existing_profile
= *iter;
local
747
StringToLowerASCII(
existing_profile
->PrimaryValue()) ==
754
if (!
existing_profile
->IsVerified() || new_profile.IsVerified())
755
existing_profile
->OverwriteWithOrAddTo(new_profile, app_locale);
757
merged_profiles->push_back(*
existing_profile
);
[
all
...]
/external/chromium_org/chrome/browser/webdata/
autofill_profile_syncable_service.cc
451
GUIDToProfileMap::iterator
existing_profile
= profile_map->find(
local
453
if (
existing_profile
!= profile_map->end()) {
456
autofill_specifics,
existing_profile
->second, app_locale_)) {
457
bundle->profiles_to_update.push_back(
existing_profile
->second);
459
return
existing_profile
;
Completed in 49 milliseconds