Searched defs:PackGUIDs (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.cc1082 unique_ids->push_back(PackGUIDs(GUIDPair(std::string(), 0),
1099 unique_ids->push_back(PackGUIDs(guid_pairs[i], GUIDPair(std::string(), 0)));
1173 int AutofillManager::PackGUIDs(const GUIDPair& cc_guid, function in class:autofill::AutofillManager
H A Dautofill_manager_unittest.cc475 return PackGUIDs(GUIDPair(credit_card_guid, 0), GUIDPair(std::string(), 0));
670 int PackGUIDs(const GUIDPair& cc_guid, const GUIDPair& profile_guid) const { function in class:autofill::AutofillManagerTest
671 return autofill_manager_->PackGUIDs(cc_guid, profile_guid);
1546 PackGUIDs(empty, guid), &response_page_id, &response_data);
1575 PackGUIDs(empty, guid), &response_page_id, &response_data);
1593 PackGUIDs(guid, empty), &response_page_id, &response_data);
1615 PackGUIDs(guid, empty), &response_page_id, &response_data);
1638 PackGUIDs(guid, empty), &response_page_id, &response_data);
1660 PackGUIDs(guid, empty), &response_page_id, &response_data);
1683 PackGUIDs(gui
[all...]

Completed in 112 milliseconds