Searched refs:GetAllAutofillEntries (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/sync/ |
D | profile_sync_service_autofill_unittest.cc | 99 MOCK_METHOD1(GetAllAutofillEntries, 638 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)).WillOnce(Return(true)); in TEST_F() 655 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)). in TEST_F() 704 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)). in TEST_F() 725 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)). in TEST_F() 763 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)). in TEST_F() 864 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)).WillOnce(Return(true)); in TEST_F() 926 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)). in TEST_F() 962 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)). in TEST_F() 1023 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)).WillOnce(Return(true)); in TEST_F() [all …]
|
/external/chromium/chrome/browser/webdata/ |
D | autofill_table_unittest.cc | 453 ASSERT_TRUE(db.GetAutofillTable()->GetAllAutofillEntries(&all_entries)); in TEST_F() 481 ASSERT_TRUE(db.GetAutofillTable()->GetAllAutofillEntries(&all_entries)); in TEST_F() 561 ASSERT_TRUE(db.GetAutofillTable()->GetAllAutofillEntries(&all_entries)); in TEST_F() 591 ASSERT_TRUE(db.GetAutofillTable()->GetAllAutofillEntries(&all_entries)); in TEST_F() 647 ASSERT_TRUE(db.GetAutofillTable()->GetAllAutofillEntries(&all_entries)); in TEST_F() 1448 ASSERT_TRUE(db.GetAutofillTable()->GetAllAutofillEntries(&entries)); in TEST_F() 1484 ASSERT_TRUE(db.GetAutofillTable()->GetAllAutofillEntries(&entries)); in TEST_F() 1548 ASSERT_TRUE(db.GetAutofillTable()->GetAllAutofillEntries(&entries)); in TEST_F() 1597 ASSERT_TRUE(db.GetAutofillTable()->GetAllAutofillEntries(&entries)); in TEST_F()
|
D | autofill_table.h | 188 virtual bool GetAllAutofillEntries(std::vector<AutofillEntry>* entries);
|
D | autofill_table.cc | 705 bool AutofillTable::GetAllAutofillEntries(std::vector<AutofillEntry>* entries) { in GetAllAutofillEntries() function in AutofillTable
|
/external/chromium/chrome/browser/sync/glue/ |
D | autofill_model_associator.cc | 124 if (!web_database_->GetAutofillTable()->GetAllAutofillEntries(entries)) in LoadAutofillData()
|