Searched refs:cc_guid (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.h207 int PackGUIDs(const PersonalDataManager::GUIDPair& cc_guid,
210 PersonalDataManager::GUIDPair* cc_guid,
H A Dautofill_manager.cc1204 int AutofillManager::PackGUIDs(const GUIDPair& cc_guid, argument
1206 int cc_id = GUIDToID(cc_guid);
1219 GUIDPair* cc_guid,
1225 *cc_guid = IDToGUID(cc_id);
1218 UnpackGUIDs(int id, GUIDPair* cc_guid, GUIDPair* profile_guid) const argument
H A Dautofill_manager_unittest.cc666 int PackGUIDs(const GUIDPair& cc_guid, const GUIDPair& profile_guid) const { argument
667 return autofill_manager_->PackGUIDs(cc_guid, profile_guid);

Completed in 86 milliseconds