AutofillChange 71 chrome/browser/sync/profile_sync_service_autofill_unittest.cc using autofill::AutofillChange; AutofillChange 1239 chrome/browser/sync/profile_sync_service_autofill_unittest.cc changes.push_back(AutofillChange(AutofillChange::ADD, added_entry.key())); AutofillChange 1296 chrome/browser/sync/profile_sync_service_autofill_unittest.cc changes.push_back(AutofillChange(AutofillChange::UPDATE, AutofillChange 1322 chrome/browser/sync/profile_sync_service_autofill_unittest.cc changes.push_back(AutofillChange(AutofillChange::REMOVE, AutofillChange 20 chrome/browser/webdata/autocomplete_syncable_service.cc using autofill::AutofillChange; AutofillChange 396 chrome/browser/webdata/autocomplete_syncable_service.cc case AutofillChange::ADD: AutofillChange 397 chrome/browser/webdata/autocomplete_syncable_service.cc case AutofillChange::UPDATE: { AutofillChange 408 chrome/browser/webdata/autocomplete_syncable_service.cc (change->type() == AutofillChange::ADD) ? AutofillChange 417 chrome/browser/webdata/autocomplete_syncable_service.cc case AutofillChange::REMOVE: { AutofillChange 13 components/autofill/core/browser/webdata/autofill_change.cc AutofillChange::AutofillChange(Type type, const AutofillKey& key) AutofillChange 17 components/autofill/core/browser/webdata/autofill_change.cc AutofillChange::~AutofillChange() { AutofillChange 42 components/autofill/core/browser/webdata/autofill_change.h class AutofillChange : public GenericAutofillChange<AutofillKey> { AutofillChange 44 components/autofill/core/browser/webdata/autofill_change.h AutofillChange(Type type, const AutofillKey& key); AutofillChange 45 components/autofill/core/browser/webdata/autofill_change.h virtual ~AutofillChange(); AutofillChange 46 components/autofill/core/browser/webdata/autofill_change.h bool operator==(const AutofillChange& change) const { AutofillChange 51 components/autofill/core/browser/webdata/autofill_change.h typedef std::vector<AutofillChange> AutofillChangeList; AutofillChange 451 components/autofill/core/browser/webdata/autofill_table.cc std::vector<AutofillChange>* changes) { AutofillChange 456 components/autofill/core/browser/webdata/autofill_table.cc std::vector<AutofillChange>* changes) { AutofillChange 512 components/autofill/core/browser/webdata/autofill_table.cc std::vector<AutofillChange>* changes) { AutofillChange 528 components/autofill/core/browser/webdata/autofill_table.cc std::vector<AutofillChange> tentative_changes; AutofillChange 539 components/autofill/core/browser/webdata/autofill_table.cc AutofillChange::Type change_type; AutofillChange 542 components/autofill/core/browser/webdata/autofill_table.cc change_type = AutofillChange::REMOVE; AutofillChange 544 components/autofill/core/browser/webdata/autofill_table.cc change_type = AutofillChange::UPDATE; AutofillChange 582 components/autofill/core/browser/webdata/autofill_table.cc AutofillChange(change_type, AutofillKey(name, value))); AutofillChange 617 components/autofill/core/browser/webdata/autofill_table.cc std::vector<AutofillChange>* changes) { AutofillChange 626 components/autofill/core/browser/webdata/autofill_table.cc std::vector<AutofillChange> tentative_changes; AutofillChange 631 components/autofill/core/browser/webdata/autofill_table.cc AutofillChange(AutofillChange::REMOVE, AutofillKey(name, value))); AutofillChange 649 components/autofill/core/browser/webdata/autofill_table.cc std::vector<AutofillChange>* changes, AutofillChange 747 components/autofill/core/browser/webdata/autofill_table.cc std::vector<AutofillChange>* changes, AutofillChange 782 components/autofill/core/browser/webdata/autofill_table.cc AutofillChange::Type change_type = AutofillChange 783 components/autofill/core/browser/webdata/autofill_table.cc already_exists ? AutofillChange::UPDATE : AutofillChange::ADD; AutofillChange 785 components/autofill/core/browser/webdata/autofill_table.cc AutofillChange(change_type, AutofillKey(element.name, element.value))); AutofillChange 24 components/autofill/core/browser/webdata/autofill_table.h class AutofillChange; AutofillChange 140 components/autofill/core/browser/webdata/autofill_table.h std::vector<AutofillChange>* changes); AutofillChange 146 components/autofill/core/browser/webdata/autofill_table.h std::vector<AutofillChange>* changes); AutofillChange 169 components/autofill/core/browser/webdata/autofill_table.h std::vector<AutofillChange>* changes); AutofillChange 173 components/autofill/core/browser/webdata/autofill_table.h bool RemoveExpiredFormElements(std::vector<AutofillChange>* changes); AutofillChange 325 components/autofill/core/browser/webdata/autofill_table.h std::vector<AutofillChange>* changes, AutofillChange 328 components/autofill/core/browser/webdata/autofill_table.h std::vector<AutofillChange>* changes, AutofillChange 40 components/autofill/core/browser/webdata/autofill_table_unittest.cc std::ostream& operator<<(std::ostream& os, const AutofillChange& change) { AutofillChange 42 components/autofill/core/browser/webdata/autofill_table_unittest.cc case AutofillChange::ADD: { AutofillChange 46 components/autofill/core/browser/webdata/autofill_table_unittest.cc case AutofillChange::UPDATE: { AutofillChange 50 components/autofill/core/browser/webdata/autofill_table_unittest.cc case AutofillChange::REMOVE: { AutofillChange 224 components/autofill/core/browser/webdata/autofill_table_unittest.cc const AutofillChange kExpectedChanges[] = { AutofillChange 225 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillChange(AutofillChange::REMOVE, AutofillChange 228 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillChange(AutofillChange::REMOVE, AutofillChange 231 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillChange(AutofillChange::REMOVE, AutofillChange 234 components/autofill/core/browser/webdata/autofill_table_unittest.cc AutofillChange(AutofillChange::REMOVE, AutofillChange 288 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_EQ(AutofillChange(AutofillChange::UPDATE, AutofillChange 297 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_EQ(AutofillChange(AutofillChange::REMOVE, AutofillChange 314 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_EQ(AutofillChange(AutofillChange::ADD, AutofillChange 323 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_EQ(AutofillChange(AutofillChange::UPDATE, AutofillChange 457 components/autofill/core/browser/webdata/autofill_table_unittest.cc std::vector<AutofillChange> changes; AutofillChange 461 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_EQ(changes[0], AutofillChange(AutofillChange::ADD, AutofillChange 464 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_EQ(changes[1], AutofillChange(AutofillChange::ADD, AutofillChange 554 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_EQ(AutofillChange(AutofillChange::REMOVE, AutofillChange 585 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_EQ(AutofillChange(AutofillChange::UPDATE, AutofillChange 622 components/autofill/core/browser/webdata/autofill_table_unittest.cc EXPECT_EQ(AutofillChange(AutofillChange::UPDATE, AutofillChange 153 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc AutofillChange(AutofillChange::REMOVE, AutofillKey(name, value))); AutofillChange 29 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h class AutofillChange; AutofillChange 29 components/autofill/core/browser/webdata/autofill_webdata_service.h class AutofillChange; AutofillChange 204 components/autofill/core/browser/webdata/web_data_service_unittest.cc const AutofillChange expected_changes[] = { AutofillChange 205 components/autofill/core/browser/webdata/web_data_service_unittest.cc AutofillChange(AutofillChange::ADD, AutofillKey(name1_, value1_)), AutofillChange 206 components/autofill/core/browser/webdata/web_data_service_unittest.cc AutofillChange(AutofillChange::ADD, AutofillKey(name2_, value2_)) AutofillChange 250 components/autofill/core/browser/webdata/web_data_service_unittest.cc const AutofillChange expected_changes[] = { AutofillChange 251 components/autofill/core/browser/webdata/web_data_service_unittest.cc AutofillChange(AutofillChange::REMOVE, AutofillKey(name1_, value1_)) AutofillChange 279 components/autofill/core/browser/webdata/web_data_service_unittest.cc const AutofillChange expected_changes[] = { AutofillChange 280 components/autofill/core/browser/webdata/web_data_service_unittest.cc AutofillChange(AutofillChange::REMOVE, AutofillKey(name1_, value1_)), AutofillChange 281 components/autofill/core/browser/webdata/web_data_service_unittest.cc AutofillChange(AutofillChange::REMOVE, AutofillKey(name2_, value2_))