OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetAllAutofillEntries
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc
105
wds->GetDatabase())->
GetAllAutofillEntries
(entries);
108
std::vector<AutofillEntry>
GetAllAutofillEntries
(AutofillWebDataService* wds) {
226
std::vector<AutofillEntry> all_entries =
GetAllAutofillEntries
(wds.get());
/external/chromium/chrome/browser/webdata/
autofill_table.cc
705
bool AutofillTable::
GetAllAutofillEntries
(std::vector<AutofillEntry>* entries) {
[
all
...]
/external/chromium_org/components/autofill/core/browser/webdata/
autofill_table.cc
583
if (!
GetAllAutofillEntries
(&entries))
796
bool AutofillTable::
GetAllAutofillEntries
(std::vector<AutofillEntry>* entries) {
[
all
...]
Completed in 189 milliseconds