/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
sync_worker_interface.h | 12 #include "chrome/browser/sync_file_system/sync_action.h" 52 SyncAction sync_action,
|
local_to_remote_syncer.h | 15 #include "chrome/browser/sync_file_system/sync_action.h" 55 SyncAction sync_action() const { return sync_action_; } function in class:sync_file_system::drive_backend::LocalToRemoteSyncer
|
remote_to_local_syncer.h | 17 #include "chrome/browser/sync_file_system/sync_action.h" 56 SyncAction sync_action() const { return sync_action_; } function in class:sync_file_system::drive_backend::RemoteToLocalSyncer
|
sync_engine.cc | 113 SyncAction sync_action, 118 url, file_status, sync_action, direction); 127 url, file_status, sync_action, direction)); 785 SyncAction sync_action, 790 url, file_status, sync_action, direction));
|
sync_worker.cc | 511 if (syncer->sync_action() != SYNC_ACTION_NONE && 518 syncer->sync_action(), 522 if (syncer->sync_action() == SYNC_ACTION_DELETED && 539 syncer->sync_action() != SYNC_ACTION_NONE) { 548 syncer->sync_action(),
|
sync_engine.h | 19 #include "chrome/browser/sync_file_system/sync_action.h" 182 SyncAction sync_action,
|