Searched refs:PackGUIDs (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/autofill/ |
D | autofill_manager_unittest.cc | 437 return PackGUIDs(IDToGUID(credit_card_id), GUIDPair(std::string(), 0)); in GetPackedCreditCardID() 1507 autofill_manager_->PackGUIDs(empty, guid)); in TEST_F() 1527 autofill_manager_->PackGUIDs(guid, empty)); in TEST_F() 1551 autofill_manager_->PackGUIDs(guid, empty)); in TEST_F() 1577 autofill_manager_->PackGUIDs(guid, empty)); in TEST_F() 1602 autofill_manager_->PackGUIDs(guid, empty)); in TEST_F() 1628 autofill_manager_->PackGUIDs(guid, empty)); in TEST_F() 1650 autofill_manager_->PackGUIDs(empty, guid)); in TEST_F() 1665 autofill_manager_->PackGUIDs(guid2, empty)); in TEST_F() 1694 autofill_manager_->PackGUIDs(empty, guid)); in TEST_F() [all …]
|
D | autofill_manager.cc | 861 unique_ids->push_back(PackGUIDs(GUIDPair(std::string(), 0), 900 unique_ids->push_back(PackGUIDs(GUIDPair(std::string(), 0), 949 unique_ids->push_back(PackGUIDs(GUIDPair(credit_card->guid(), 0), 1092 int AutofillManager::PackGUIDs(const GUIDPair& cc_guid, function in AutofillManager
|
D | autofill_manager.h | 143 int PackGUIDs(const GUIDPair& cc_guid, const GUIDPair& profile_guid);
|