Home
last modified time | relevance | path

Searched refs:existing_entry (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc811 scoped_ptr<syncable::MutableEntry> existing_entry( in InitUniqueByCreation() local
815 if (existing_entry->good()) { in InitUniqueByCreation()
816 if (existing_entry->Get(syncable::IS_DEL)) { in InitUniqueByCreation()
832 existing_entry->Put(syncable::IS_DEL, false); in InitUniqueByCreation()
840 existing_entry->Put(syncable::NON_UNIQUE_NAME, dummy); in InitUniqueByCreation()
841 existing_entry->Put(syncable::PARENT_ID, parent_id); in InitUniqueByCreation()
842 entry_ = existing_entry.release(); in InitUniqueByCreation()