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 170 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 103 sync_action_ = SYNC_ACTION_DELETED;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
local_to_remote_syncer.cc 311 sync_action_ = SYNC_ACTION_DELETED;
remote_to_local_syncer.cc 490 sync_action_ = SYNC_ACTION_DELETED;
sync_engine.cc 496 if (syncer->sync_action() == SYNC_ACTION_DELETED &&

Completed in 873 milliseconds