HomeSort by relevance Sort by last modified time
    Searched refs:cc_guid (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/autofill/
autofill_manager.cc 499 GUIDPair cc_guid; local
501 UnpackGUIDs(unique_id, &cc_guid, &profile_guid);
502 DCHECK(!guid::IsValidGUID(cc_guid.first) ||
520 if (guid::IsValidGUID(cc_guid.first)) {
523 if ((*iter)->guid() == cc_guid.first) {
    [all...]
autofill_manager.h 150 int PackGUIDs(const GUIDPair& cc_guid, const GUIDPair& profile_guid);
151 void UnpackGUIDs(int id, GUIDPair* cc_guid, GUIDPair* profile_guid);
  /external/chromium_org/components/autofill/core/browser/
autofill_manager.h 214 int PackGUIDs(const PersonalDataManager::GUIDPair& cc_guid,
217 PersonalDataManager::GUIDPair* cc_guid,
autofill_manager.cc     [all...]
autofill_manager_unittest.cc     [all...]

Completed in 215 milliseconds