Searched defs:exists_now (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/sync/internal_api/ |
H A D | sync_manager_impl.cc | 826 bool existed_before, bool exists_now) { 829 if (!exists_now && existed_before) { 870 bool exists_now = !it->second.mutated.ref(syncable::IS_DEL); local 879 if (exists_now && !existed_before) 881 else if (!exists_now && existed_before) 883 else if (exists_now && existed_before && 889 it->second.original, existed_before, exists_now); 823 SetExtraChangeRecordData(int64 id, ModelType type, ChangeReorderBuffer* buffer, Cryptographer* cryptographer, const syncable::EntryKernel& original, bool existed_before, bool exists_now) argument
|
/external/chromium/chrome/browser/sync/engine/ |
H A D | syncapi.cc | 1317 bool exists_now); 2380 bool existed_before, bool exists_now) { 2383 if (!exists_now && existed_before) { 2424 bool exists_now = e.good() && !e.Get(syncable::IS_DEL); local 2432 if (exists_now && !existed_before) 2434 else if (!exists_now && existed_before) 2436 else if (exists_now && existed_before && 2442 existed_before, exists_now); 2377 SetExtraChangeRecordData(int64 id, syncable::ModelType type, ChangeReorderBuffer* buffer, Cryptographer* cryptographer, const syncable::EntryKernel& original, bool existed_before, bool exists_now) argument
|
Completed in 38 milliseconds