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

  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 797 bool existed_before, bool exists_now) {
800 if (!exists_now && existed_before) {
841 bool exists_now = !it->second.mutated.ref(syncable::IS_DEL); local
850 if (exists_now && !existed_before)
852 else if (!exists_now && existed_before)
854 else if (exists_now && existed_before &&
860 it->second.original, existed_before, exists_now);
    [all...]
sync_manager_impl.h 268 bool exists_now);

Completed in 2471 milliseconds