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

  /external/chromium_org/chrome/browser/sync_file_system/
sync_action.cc 13 case SYNC_ACTION_NONE:
sync_action.h 12 SYNC_ACTION_NONE,
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api_helpers.cc 54 case sync_file_system::SYNC_ACTION_NONE:
55 return api::sync_file_system::SYNC_ACTION_NONE;
58 return api::sync_file_system::SYNC_ACTION_NONE;
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_worker.cc 511 if (syncer->sync_action() != SYNC_ACTION_NONE &&
539 syncer->sync_action() != SYNC_ACTION_NONE) {
local_to_remote_syncer.cc 84 sync_action_(SYNC_ACTION_NONE),
remote_to_local_syncer.cc 97 sync_action_(SYNC_ACTION_NONE),

Completed in 926 milliseconds