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

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.cc1113 unique_ids->push_back(PackGUIDs(GUIDPair(std::string(), 0),
1130 unique_ids->push_back(PackGUIDs(guid_pairs[i], GUIDPair(std::string(), 0)));
1204 int AutofillManager::PackGUIDs(const GUIDPair& cc_guid, function in class:autofill::AutofillManager
H A Dautofill_manager_unittest.cc471 return PackGUIDs(GUIDPair(credit_card_guid, 0), GUIDPair(std::string(), 0));
666 int PackGUIDs(const GUIDPair& cc_guid, const GUIDPair& profile_guid) const { function in class:autofill::AutofillManagerTest
667 return autofill_manager_->PackGUIDs(cc_guid, profile_guid);
1564 PackGUIDs(empty, guid), &response_page_id, &response_data);
1593 PackGUIDs(empty, guid), &response_page_id, &response_data);
1611 PackGUIDs(guid, empty), &response_page_id, &response_data);
1633 PackGUIDs(guid, empty), &response_page_id, &response_data);
1656 PackGUIDs(guid, empty), &response_page_id, &response_data);
1678 PackGUIDs(guid, empty), &response_page_id, &response_data);
1701 PackGUIDs(gui
[all...]

Completed in 73 milliseconds