Searched refs:GUIDToID (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.h202 virtual int GUIDToID(const PersonalDataManager::GUIDPair& guid) const;
H A Dautofill_manager.cc1173 int AutofillManager::GUIDToID(const GUIDPair& guid) const { function in class:autofill::AutofillManager
1206 int cc_id = GUIDToID(cc_guid);
1207 int profile_id = GUIDToID(profile_guid);

Completed in 98 milliseconds