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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_to_local_syncer.h 42 class RemoteToLocalSyncer : public ExclusiveTask {
44 // Conflicting trackers will have low priority for RemoteToLocalSyncer so that
46 explicit RemoteToLocalSyncer(SyncEngineContext* sync_context);
47 virtual ~RemoteToLocalSyncer();
209 base::WeakPtrFactory<RemoteToLocalSyncer> weak_ptr_factory_;
211 DISALLOW_COPY_AND_ASSIGN(RemoteToLocalSyncer);
remote_to_local_syncer.cc 79 RemoteToLocalSyncer::RemoteToLocalSyncer(SyncEngineContext* sync_context)
87 RemoteToLocalSyncer::~RemoteToLocalSyncer() {
90 void RemoteToLocalSyncer::RunExclusive(const SyncStatusCallback& callback) {
100 &RemoteToLocalSyncer::SyncCompleted, weak_ptr_factory_.GetWeakPtr(),
101 base::Bind(&RemoteToLocalSyncer::FinalizeSync,
122 void RemoteToLocalSyncer::ResolveRemoteChange(
230 Prepare(base::Bind(&RemoteToLocalSyncer::DidPrepareForDeletion,
250 Prepare(base::Bind(&RemoteToLocalSyncer::DidPrepareForDeletion
    [all...]

Completed in 128 milliseconds