AutofillKey 75 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::AutofillKey; AutofillKey 675 chrome/browser/sync/profile_sync_service_autofill_unittest.cc AutofillKey key(base::UTF8ToUTF16(autofill.name()), AutofillKey 743 chrome/browser/sync/profile_sync_service_autofill_unittest.cc AutofillKey(base::ASCIIToUTF16(name), base::ASCIIToUTF16(value)), AutofillKey 28 chrome/browser/sync/test/integration/autofill_helper.cc using autofill::AutofillKey; AutofillKey 77 chrome/browser/sync/test/integration/autofill_helper.cc void RemoveKeyDontBlockForSync(int profile, const AutofillKey& key) { AutofillKey 177 chrome/browser/sync/test/integration/autofill_helper.cc void AddKeys(int profile, const std::set<AutofillKey>& keys) { AutofillKey 179 chrome/browser/sync/test/integration/autofill_helper.cc for (std::set<AutofillKey>::const_iterator i = keys.begin(); AutofillKey 210 chrome/browser/sync/test/integration/autofill_helper.cc void RemoveKey(int profile, const AutofillKey& key) { AutofillKey 19 chrome/browser/sync/test/integration/autofill_helper.h class AutofillKey; AutofillKey 46 chrome/browser/sync/test/integration/autofill_helper.h void AddKeys(int profile, const std::set<autofill::AutofillKey>& keys); AutofillKey 50 chrome/browser/sync/test/integration/autofill_helper.h void RemoveKey(int profile, const autofill::AutofillKey& key); AutofillKey 17 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc using autofill::AutofillKey; AutofillKey 61 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc const AutofillKey NextAutofillKey(); AutofillKey 118 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc std::set<AutofillKey> keys; AutofillKey 133 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc const AutofillKey AutofillSyncPerfTest::NextAutofillKey() { AutofillKey 134 chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc return AutofillKey(NextName().c_str(), NextName().c_str()); AutofillKey 17 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc using autofill::AutofillKey; AutofillKey 66 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc std::set<AutofillKey> keys; AutofillKey 67 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc keys.insert(AutofillKey("name0", "value0")); AutofillKey 76 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc keys.insert(AutofillKey("name1", "value1-0")); AutofillKey 85 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc keys.insert(AutofillKey("name1", "value1-1")); AutofillKey 93 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc RemoveKey(1, AutofillKey("name1", "value1-0")); AutofillKey 100 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc RemoveKey(0, AutofillKey("name0", "value0")); AutofillKey 101 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc RemoveKey(0, AutofillKey("name1", "value1-1")); AutofillKey 112 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc std::set<AutofillKey> keys; AutofillKey 113 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc keys.insert(AutofillKey(base::WideToUTF16(L"Sigur R\u00F3s"), AutofillKey 125 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc std::set<AutofillKey> keys; AutofillKey 126 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc keys.insert(AutofillKey("name0", "value0-0")); AutofillKey 127 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc keys.insert(AutofillKey("name0", "value0-1")); AutofillKey 128 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc keys.insert(AutofillKey("name1", "value1")); AutofillKey 140 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc std::set<AutofillKey> keys0; AutofillKey 141 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc keys0.insert(AutofillKey("name0", "value0-0")); AutofillKey 142 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc keys0.insert(AutofillKey("name1", "value1")); AutofillKey 145 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc std::set<AutofillKey> keys1; AutofillKey 146 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc keys1.insert(AutofillKey("name0", "value0-1")); AutofillKey 147 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc keys1.insert(AutofillKey("name2", "value2")); AutofillKey 148 chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc keys1.insert(AutofillKey("name3", "value3")); AutofillKey 23 chrome/browser/webdata/autocomplete_syncable_service.cc using autofill::AutofillKey; AutofillKey 333 chrome/browser/webdata/autocomplete_syncable_service.cc AutofillKey key(autofill_specifics.name().c_str(), AutofillKey 13 components/autofill/core/browser/webdata/autofill_change.cc AutofillChange::AutofillChange(Type type, const AutofillKey& key) AutofillKey 14 components/autofill/core/browser/webdata/autofill_change.cc : GenericAutofillChange<AutofillKey>(type, key) { AutofillKey 42 components/autofill/core/browser/webdata/autofill_change.h class AutofillChange : public GenericAutofillChange<AutofillKey> { AutofillKey 44 components/autofill/core/browser/webdata/autofill_change.h AutofillChange(Type type, const AutofillKey& key); AutofillKey 11 components/autofill/core/browser/webdata/autofill_entry.cc AutofillKey::AutofillKey() {} AutofillKey 13 components/autofill/core/browser/webdata/autofill_entry.cc AutofillKey::AutofillKey(const base::string16& name, AutofillKey 19 components/autofill/core/browser/webdata/autofill_entry.cc AutofillKey::AutofillKey(const char* name, const char* value) AutofillKey 24 components/autofill/core/browser/webdata/autofill_entry.cc AutofillKey::AutofillKey(const AutofillKey& key) AutofillKey 29 components/autofill/core/browser/webdata/autofill_entry.cc AutofillKey::~AutofillKey() {} AutofillKey 31 components/autofill/core/browser/webdata/autofill_entry.cc bool AutofillKey::operator==(const AutofillKey& key) const { AutofillKey 35 components/autofill/core/browser/webdata/autofill_entry.cc bool AutofillKey::operator<(const AutofillKey& key) const { AutofillKey 46 components/autofill/core/browser/webdata/autofill_entry.cc AutofillEntry::AutofillEntry(const AutofillKey& key, AutofillKey 13 components/autofill/core/browser/webdata/autofill_entry.h class AutofillKey { AutofillKey 15 components/autofill/core/browser/webdata/autofill_entry.h AutofillKey(); AutofillKey 16 components/autofill/core/browser/webdata/autofill_entry.h AutofillKey(const base::string16& name, const base::string16& value); AutofillKey 17 components/autofill/core/browser/webdata/autofill_entry.h AutofillKey(const char* name, const char* value); AutofillKey 18 components/autofill/core/browser/webdata/autofill_entry.h AutofillKey(const AutofillKey& key); AutofillKey 19 components/autofill/core/browser/webdata/autofill_entry.h virtual ~AutofillKey(); AutofillKey 24 components/autofill/core/browser/webdata/autofill_entry.h bool operator==(const AutofillKey& key) const; AutofillKey 25 components/autofill/core/browser/webdata/autofill_entry.h bool operator<(const AutofillKey& key) const; AutofillKey 34 components/autofill/core/browser/webdata/autofill_entry.h AutofillEntry(const AutofillKey& key, AutofillKey 39 components/autofill/core/browser/webdata/autofill_entry.h const AutofillKey& key() const { return key_; } AutofillKey 47 components/autofill/core/browser/webdata/autofill_entry.h AutofillKey key_; AutofillKey 582 components/autofill/core/browser/webdata/autofill_table.cc AutofillChange(change_type, AutofillKey(name, value))); AutofillKey 631 components/autofill/core/browser/webdata/autofill_table.cc AutofillChange(AutofillChange::REMOVE, AutofillKey(name, value))); AutofillKey 678 components/autofill/core/browser/webdata/autofill_table.cc AutofillEntry(AutofillKey(name, value), date_created, date_last_used)); AutofillKey 785 components/autofill/core/browser/webdata/autofill_table.cc AutofillChange(change_type, AutofillKey(element.name, element.value))); AutofillKey 34 components/autofill/core/browser/webdata/autofill_table_unittest.cc std::ostream& operator<<(std::ostream& os, const AutofillKey& key) { AutofillKey 85 components/autofill/core/browser/webdata/autofill_table_unittest.cc return AutofillEntry(AutofillKey(ASCIIToUTF16(name), ASCIIToUTF16(value)), AutofillKey 226 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey(ASCIIToUTF16("Name"), AutofillKey 229 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey(ASCIIToUTF16("Name"), AutofillKey 232 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey(ASCIIToUTF16("Name"), AutofillKey 235 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey(ASCIIToUTF16("Favorite Color"), AutofillKey 289 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey(ASCIIToUTF16("Name"), AutofillKey 298 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey(ASCIIToUTF16("Name"), AutofillKey 315 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey(ASCIIToUTF16("Name"), AutofillKey 324 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey(ASCIIToUTF16("Name"), AutofillKey 462 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey(ASCIIToUTF16("firstname"), AutofillKey 465 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey(ASCIIToUTF16("lastname"), AutofillKey 555 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey(field.name, field.value)), AutofillKey 586 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey(field.name, field.value)), AutofillKey 623 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey(field.name, field.value)), AutofillKey 1516 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey ak1(ASCIIToUTF16("Name"), ASCIIToUTF16("Superman")); AutofillKey 1557 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey ak1(ASCIIToUTF16("Name"), ASCIIToUTF16("Superman")); AutofillKey 1558 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey ak2(ASCIIToUTF16("Name"), ASCIIToUTF16("Clark Kent")); AutofillKey 1593 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillKey ak1(ASCIIToUTF16("Name"), ASCIIToUTF16("Superman")); AutofillKey 153 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc AutofillChange(AutofillChange::REMOVE, AutofillKey(name, value))); AutofillKey 205 components/autofill/core/browser/webdata/web_data_service_unittest.cc AutofillChange(AutofillChange::ADD, AutofillKey(name1_, value1_)), AutofillKey 206 components/autofill/core/browser/webdata/web_data_service_unittest.cc AutofillChange(AutofillChange::ADD, AutofillKey(name2_, value2_)) AutofillKey 251 components/autofill/core/browser/webdata/web_data_service_unittest.cc AutofillChange(AutofillChange::REMOVE, AutofillKey(name1_, value1_)) AutofillKey 280 components/autofill/core/browser/webdata/web_data_service_unittest.cc AutofillChange(AutofillChange::REMOVE, AutofillKey(name1_, value1_)), AutofillKey 281 components/autofill/core/browser/webdata/web_data_service_unittest.cc AutofillChange(AutofillChange::REMOVE, AutofillKey(name2_, value2_))