Lines Matching refs:AutofillChange
35 std::ostream& operator<<(std::ostream& os, const AutofillChange& change) { in operator <<()
37 case AutofillChange::ADD: { in operator <<()
41 case AutofillChange::UPDATE: { in operator <<()
45 case AutofillChange::REMOVE: { in operator <<()
89 typedef std::vector<AutofillChange> AutofillChangeList;
256 const AutofillChange expected_changes[] = { in TEST_F()
257 AutofillChange(AutofillChange::REMOVE, in TEST_F()
260 AutofillChange(AutofillChange::REMOVE, in TEST_F()
263 AutofillChange(AutofillChange::REMOVE, in TEST_F()
266 AutofillChange(AutofillChange::REMOVE, in TEST_F()
374 EXPECT_EQ(AutofillChange(AutofillChange::UPDATE, in TEST_F()
383 EXPECT_EQ(AutofillChange(AutofillChange::REMOVE, in TEST_F()
408 EXPECT_EQ(AutofillChange(AutofillChange::ADD, in TEST_F()
424 EXPECT_EQ(AutofillChange(AutofillChange::UPDATE, in TEST_F()
635 std::vector<AutofillChange> changes; in TEST_F()
639 EXPECT_EQ(changes[0], AutofillChange(AutofillChange::ADD, in TEST_F()
642 EXPECT_EQ(changes[1], AutofillChange(AutofillChange::ADD, in TEST_F()