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

  /external/chromium_org/chrome/browser/sync_file_system/
sync_action.cc 19 case SYNC_ACTION_DELETED:
sync_action.h 21 SYNC_ACTION_DELETED,
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api_helpers.cc 52 case sync_file_system::SYNC_ACTION_DELETED:
53 return api::sync_file_system::SYNC_ACTION_DELETED;
sync_file_system_apitest.cc 159 sync_file_system::SYNC_ACTION_DELETED,
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
local_sync_delegate.cc 286 SYNC_ACTION_DELETED,
299 SYNC_ACTION_DELETED,
remote_sync_delegate.cc 102 sync_action_ = SYNC_ACTION_DELETED;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_to_remote_syncer.cc 348 sync_action_ = SYNC_ACTION_DELETED;
sync_worker.cc 573 if (syncer->sync_action() == SYNC_ACTION_DELETED &&
remote_to_local_syncer.cc 492 sync_action_ = SYNC_ACTION_DELETED;

Completed in 226 milliseconds