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 824 bool existed_before, bool exists_now) {
827 if (!exists_now && existed_before) {
868 bool exists_now = !it->second.mutated.ref(syncable::IS_DEL); local
877 if (exists_now && !existed_before)
879 else if (!exists_now && existed_before)
881 else if (exists_now && existed_before &&
887 it->second.original, existed_before, exists_now);
    [all...]
sync_manager_impl.h 250 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 5445 milliseconds