HomeSort by relevance Sort by last modified time
    Searched refs:exists_now (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/sync/internal_api/
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);
    [all...]
sync_manager_impl.h 254 bool exists_now);
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 2424 bool exists_now = e.good() && !e.Get(syncable::IS_DEL); local
    [all...]

Completed in 732 milliseconds