OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetAllAutofillEntries
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc
106
wds->GetDatabase())->
GetAllAutofillEntries
(entries);
109
std::vector<AutofillEntry>
GetAllAutofillEntries
(AutofillWebDataService* wds) {
227
std::vector<AutofillEntry> all_entries =
GetAllAutofillEntries
(wds.get());
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.h
186
virtual bool
GetAllAutofillEntries
(std::vector<AutofillEntry>* entries);
autofill_table_unittest.cc
339
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));
[
all
...]
autofill_table.cc
746
bool AutofillTable::
GetAllAutofillEntries
(std::vector<AutofillEntry>* entries) {
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service_autofill_unittest.cc
128
MOCK_METHOD1(
GetAllAutofillEntries
,
[
all
...]
/external/chromium_org/chrome/browser/webdata/
autocomplete_syncable_service.cc
300
return GetAutofillTable()->
GetAllAutofillEntries
(entries);
Completed in 947 milliseconds