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

  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 721 bool existed_before, bool exists_now) {
724 if (!exists_now && existed_before) {
764 bool existed_before = !it->second.original.ref(syncable::IS_DEL); local
774 if (exists_now && !existed_before)
776 else if (!exists_now && existed_before)
778 else if (exists_now && existed_before &&
784 it->second.original, existed_before, exists_now);
    [all...]
sync_manager_impl.h 250 bool existed_before,

Completed in 37 milliseconds