HomeSort by relevance Sort by last modified time
    Searched full: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...]
autofill_manager.h 143 int PackGUIDs(const GUIDPair& cc_guid, const GUIDPair& profile_guid);
144 void UnpackGUIDs(int id, GUIDPair* cc_guid, GUIDPair* profile_guid);

Completed in 173 milliseconds