Searched refs:GetAllAutofillEntries (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
H A Dautofill_helper.cc106 wds->GetDatabase())->GetAllAutofillEntries(entries);
109 std::vector<AutofillEntry> GetAllAutofillEntries(AutofillWebDataService* wds) { function in namespace:__anon4805
227 std::vector<AutofillEntry> all_entries = GetAllAutofillEntries(wds.get());
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_autofill_unittest.cc128 MOCK_METHOD1(GetAllAutofillEntries,
927 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)).WillOnce(Return(true));
943 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)).
990 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)).
1010 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)).
1046 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)).
1199 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)).WillOnce(Return(true));
1256 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)).
1289 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(_)).
1346 EXPECT_CALL(autofill_table_, GetAllAutofillEntries(
[all...]
/external/chromium_org/components/autofill/core/browser/webdata/
H A Dautofill_table.h186 virtual bool GetAllAutofillEntries(std::vector<AutofillEntry>* entries);
H A Dautofill_table_unittest.cc339 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
354 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
402 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
424 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
469 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
1496 ASSERT_TRUE(table_->GetAllAutofillEntries(&entries));
1524 ASSERT_TRUE(table_->GetAllAutofillEntries(&entries));
1568 ASSERT_TRUE(table_->GetAllAutofillEntries(&entries));
1601 ASSERT_TRUE(table_->GetAllAutofillEntries(&entries));
H A Dautofill_table.cc746 bool AutofillTable::GetAllAutofillEntries(std::vector<AutofillEntry>* entries) { function in class:autofill::AutofillTable
/external/chromium_org/chrome/browser/webdata/
H A Dautocomplete_syncable_service.cc300 return GetAutofillTable()->GetAllAutofillEntries(entries);

Completed in 133 milliseconds