Searched defs:new_entries (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dautofill_change_processor.cc261 std::vector<AutofillEntry> new_entries; local
280 autofill_changes_[i].autofill_, &new_entries,
293 if (!web_database_->GetAutofillTable()->UpdateAutofillEntries(new_entries)) {
317 std::vector<AutofillEntry>* new_entries,
330 new_entries->push_back(new_entry);
314 ApplySyncAutofillEntryChange( sync_api::SyncManager::ChangeRecord::Action action, const sync_pb::AutofillSpecifics& autofill, std::vector<AutofillEntry>* new_entries, int64 sync_id) argument
H A Dautofill_model_associator.cc36 std::vector<AutofillEntry> new_entries; member in struct:browser_sync::AutofillModelAssociator::DataBundle
68 std::vector<AutofillEntry>* new_entries) {
90 new_entries->push_back(new_entry);
164 entries, &bundle.current_entries, &bundle.new_entries)) {
208 if (bundle.new_entries.size() &&
210 bundle.new_entries)) {
340 bundle->new_entries.push_back(AutofillEntry(key, timestamps));
63 TraverseAndAssociateChromeAutofillEntries( sync_api::WriteTransaction* write_trans, const sync_api::ReadNode& autofill_root, const std::vector<AutofillEntry>& all_entries_from_db, std::set<AutofillKey>* current_entries, std::vector<AutofillEntry>* new_entries) argument
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbvideo.c1833 __u16 new_entries[3*256]; local
1844 new_entries[(0*256)+i] =
1845 new_entries[(1*256)+i] =
1846 new_entries[(2*256)+i] = (i<<8)|i;
1848 FB_RestorePaletteFrom(this, 256, new_entries);
/external/v8/src/
H A Dprofile-generator.cc1375 List<EntryInfo>* new_entries = new List<EntryInfo>(); local
1384 entry->value = reinterpret_cast<void*>(new_entries->length());
1385 new_entries->Add(EntryInfo(entry_info.id, false));
1396 entries_ = new_entries;

Completed in 111 milliseconds