Searched defs:guid_pairs (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dpersonal_data_manager_unittest.cc2623 std::vector<PersonalDataManager::GUIDPair> guid_pairs; local
2633 &guid_pairs); local
2666 std::vector<PersonalDataManager::GUIDPair> guid_pairs; local
2673 &guid_pairs); local
2687 guid_pairs.clear();
2694 &guid_pairs); local
H A Dautofill_manager.cc1097 std::vector<GUIDPair> guid_pairs; local
1102 values, labels, icons, &guid_pairs);
1112 for (size_t i = 0; i < guid_pairs.size(); ++i) {
1114 guid_pairs[i]));
1125 std::vector<GUIDPair> guid_pairs; local
1127 type, field.value, values, labels, icons, &guid_pairs);
1129 for (size_t i = 0; i < guid_pairs.size(); ++i) {
1130 unique_ids->push_back(PackGUIDs(guid_pairs[i], GUIDPair(std::string(), 0)));
H A Dpersonal_data_manager.cc560 std::vector<GUIDPair>* guid_pairs) {
564 guid_pairs->clear();
598 guid_pairs->push_back(GUIDPair(profile->guid(), i));
624 guid_pairs->push_back(GUIDPair(profile->guid(), j));
655 std::vector<GUIDPair>* guid_pairs) {
659 guid_pairs->clear();
694 guid_pairs->push_back(GUIDPair(credit_card->guid(), 0));
551 GetProfileSuggestions( const AutofillType& type, const base::string16& field_contents, bool field_is_autofilled, const std::vector<ServerFieldType>& other_field_types, const base::Callback<bool(const AutofillProfile&)>& filter, std::vector<base::string16>* values, std::vector<base::string16>* labels, std::vector<base::string16>* icons, std::vector<GUIDPair>* guid_pairs) argument
649 GetCreditCardSuggestions( const AutofillType& type, const base::string16& field_contents, std::vector<base::string16>* values, std::vector<base::string16>* labels, std::vector<base::string16>* icons, std::vector<GUIDPair>* guid_pairs) argument

Completed in 1084 milliseconds