Home | History | Annotate | Download | only in webdata

Lines Matching refs:entries

123   std::vector<AutofillEntry> entries;
124 if (!LoadAutofillData(&entries)) {
132 for (std::vector<AutofillEntry>::iterator it = entries.begin();
133 it != entries.end(); ++it) {
141 // Go through and check for all the entries that sync already knows about.
142 // CreateOrUpdateEntry() will remove entries that are same with the synced
194 std::vector<AutofillEntry> entries;
195 if (!LoadAutofillData(&entries))
198 for (std::vector<AutofillEntry>::iterator it = entries.begin();
199 it != entries.end(); ++it) {
221 std::vector<AutofillEntry> entries;
234 if (!LoadAutofillData(&entries)) {
240 for (std::vector<AutofillEntry>::iterator it = entries.begin();
241 it != entries.end(); ++it) {
287 // entries when MergeDataAndStartSyncing() is called. If we receive this
299 std::vector<AutofillEntry>* entries) const {
300 return GetAutofillTable()->GetAllAutofillEntries(entries);