GUIDPair 2280 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc const PersonalDataManager::GUIDPair& pair = popup_guids_[identifier]; GUIDPair 724 chrome/browser/ui/autofill/autofill_dialog_controller_impl.h std::vector<PersonalDataManager::GUIDPair> popup_guids_; GUIDPair 53 components/autofill/core/browser/autofill_manager.cc typedef PersonalDataManager::GUIDPair GUIDPair; GUIDPair 877 components/autofill/core/browser/autofill_manager.cc GUIDPair credit_card_guid; GUIDPair 878 components/autofill/core/browser/autofill_manager.cc GUIDPair profile_guid; GUIDPair 1030 components/autofill/core/browser/autofill_manager.cc std::vector<GUIDPair> guid_pairs; GUIDPair 1038 components/autofill/core/browser/autofill_manager.cc unique_ids->push_back(PackGUIDs(GUIDPair(std::string(), 0), GUIDPair 1050 components/autofill/core/browser/autofill_manager.cc std::vector<GUIDPair> guid_pairs; GUIDPair 1055 components/autofill/core/browser/autofill_manager.cc unique_ids->push_back(PackGUIDs(guid_pairs[i], GUIDPair(std::string(), 0))); GUIDPair 1098 components/autofill/core/browser/autofill_manager.cc int AutofillManager::GUIDToID(const GUIDPair& guid) const { GUIDPair 1102 components/autofill/core/browser/autofill_manager.cc std::map<GUIDPair, int>::const_iterator iter = guid_id_map_.find(guid); GUIDPair 1113 components/autofill/core/browser/autofill_manager.cc const GUIDPair AutofillManager::IDToGUID(int id) const { GUIDPair 1115 components/autofill/core/browser/autofill_manager.cc return GUIDPair(std::string(), 0); GUIDPair 1117 components/autofill/core/browser/autofill_manager.cc std::map<int, GUIDPair>::const_iterator iter = id_guid_map_.find(id); GUIDPair 1120 components/autofill/core/browser/autofill_manager.cc return GUIDPair(std::string(), 0); GUIDPair 1129 components/autofill/core/browser/autofill_manager.cc int AutofillManager::PackGUIDs(const GUIDPair& cc_guid, GUIDPair 1130 components/autofill/core/browser/autofill_manager.cc const GUIDPair& profile_guid) const { GUIDPair 1144 components/autofill/core/browser/autofill_manager.cc GUIDPair* cc_guid, GUIDPair 1145 components/autofill/core/browser/autofill_manager.cc GUIDPair* profile_guid) const { GUIDPair 189 components/autofill/core/browser/autofill_manager.h virtual int GUIDToID(const PersonalDataManager::GUIDPair& guid) const; GUIDPair 190 components/autofill/core/browser/autofill_manager.h virtual const PersonalDataManager::GUIDPair IDToGUID(int id) const; GUIDPair 194 components/autofill/core/browser/autofill_manager.h int PackGUIDs(const PersonalDataManager::GUIDPair& cc_guid, GUIDPair 195 components/autofill/core/browser/autofill_manager.h const PersonalDataManager::GUIDPair& profile_guid) const; GUIDPair 197 components/autofill/core/browser/autofill_manager.h PersonalDataManager::GUIDPair* cc_guid, GUIDPair 198 components/autofill/core/browser/autofill_manager.h PersonalDataManager::GUIDPair* profile_guid) const; GUIDPair 333 components/autofill/core/browser/autofill_manager.h mutable std::map<PersonalDataManager::GUIDPair, int> guid_id_map_; GUIDPair 334 components/autofill/core/browser/autofill_manager.h mutable std::map<int, PersonalDataManager::GUIDPair> id_guid_map_; GUIDPair 51 components/autofill/core/browser/autofill_manager_unittest.cc typedef PersonalDataManager::GUIDPair GUIDPair; GUIDPair 477 components/autofill/core/browser/autofill_manager_unittest.cc return PackGUIDs(GUIDPair(credit_card_guid, 0), GUIDPair(std::string(), 0)); GUIDPair 683 components/autofill/core/browser/autofill_manager_unittest.cc int PackGUIDs(const GUIDPair& cc_guid, const GUIDPair& profile_guid) const { GUIDPair 1554 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); GUIDPair 1555 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 1577 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); GUIDPair 1578 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 1595 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000004", 0); GUIDPair 1596 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 1617 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000007", 0); GUIDPair 1618 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 1640 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000007", 0); GUIDPair 1641 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 1662 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000007", 0); GUIDPair 1663 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 1685 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000007", 0); GUIDPair 1686 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 1705 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); GUIDPair 1706 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 1719 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid2("00000000-0000-0000-0000-000000000004", 0); GUIDPair 1746 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); GUIDPair 1747 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 1769 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid2("00000000-0000-0000-0000-000000000001", 0); GUIDPair 1862 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); GUIDPair 1863 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 1896 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid2("00000000-0000-0000-0000-000000000001", 0); GUIDPair 1928 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid3("00000000-0000-0000-0000-000000000004", 0); GUIDPair 1973 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); GUIDPair 1974 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 2002 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); GUIDPair 2003 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 2017 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid2("00000000-0000-0000-0000-000000000004", 0); GUIDPair 2066 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid(profile->guid(), 1); GUIDPair 2067 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 2081 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid2(profile->guid(), 2); GUIDPair 2147 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid(work_profile->guid(), 0); GUIDPair 2148 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 2224 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair variant_guid(work_profile->guid(), 1); GUIDPair 2255 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); GUIDPair 2256 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 2286 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); GUIDPair 2287 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 2305 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); GUIDPair 2306 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 2409 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); GUIDPair 2410 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 2467 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid("00000000-0000-0000-0000-000000000001", 0); GUIDPair 2468 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 2805 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid_pair(guid, 0); GUIDPair 2806 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 2821 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid_pair(guid, 0); GUIDPair 2822 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 2837 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair guid_pair(guid, 1); GUIDPair 2838 components/autofill/core/browser/autofill_manager_unittest.cc GUIDPair empty(std::string(), 0); GUIDPair 908 components/autofill/core/browser/autofill_metrics_unittest.cc PersonalDataManager::GUIDPair guid( GUIDPair 910 components/autofill/core/browser/autofill_metrics_unittest.cc PersonalDataManager::GUIDPair empty(std::string(), 0); GUIDPair 565 components/autofill/core/browser/personal_data_manager.cc std::vector<GUIDPair>* guid_pairs) { GUIDPair 589 components/autofill/core/browser/personal_data_manager.cc guid_pairs->push_back(GUIDPair(profile->guid(), i)); GUIDPair 615 components/autofill/core/browser/personal_data_manager.cc guid_pairs->push_back(GUIDPair(profile->guid(), j)); GUIDPair 646 components/autofill/core/browser/personal_data_manager.cc std::vector<GUIDPair>* guid_pairs) { GUIDPair 678 components/autofill/core/browser/personal_data_manager.cc guid_pairs->push_back(GUIDPair(credit_card->guid(), 0)); GUIDPair 153 components/autofill/core/browser/personal_data_manager.h std::vector<GUIDPair>* guid_pairs); GUIDPair 164 components/autofill/core/browser/personal_data_manager.h std::vector<GUIDPair>* guid_pairs);