HomeSort by relevance Sort by last modified time
    Searched defs:profile_guid (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_manager.cc 500 GUIDPair profile_guid; local
501 UnpackGUIDs(unique_id, &cc_guid, &profile_guid);
503 !guid::IsValidGUID(profile_guid.first));
507 if (guid::IsValidGUID(profile_guid.first)) {
510 if ((*iter)->guid() == profile_guid.first) {
551 FillFormField(profile, field_type, profile_guid.second, &(*iter));
600 FillFormField(profile, field_type, profile_guid.second,
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.cc 819 GUIDPair profile_guid; local
820 UnpackGUIDs(unique_id, &credit_card_guid, &profile_guid);
822 !base::IsValidGUID(profile_guid.first));
824 // Find the profile that matches the |profile_guid|, if one is specified.
827 if (base::IsValidGUID(profile_guid.first)) {
828 *data_model = personal_data_->GetProfileByGUID(profile_guid.first);
829 *variant = profile_guid.second;
    [all...]

Completed in 41 milliseconds