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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_sync_delegate.cc 25 RemoteSyncDelegate::RemoteSyncDelegate(
35 RemoteSyncDelegate::~RemoteSyncDelegate() {}
37 void RemoteSyncDelegate::Run(const SyncStatusCallback& callback) {
45 base::Bind(&RemoteSyncDelegate::DidPrepareForProcessRemoteChange,
49 void RemoteSyncDelegate::DidPrepareForProcessRemoteChange(
148 void RemoteSyncDelegate::ApplyRemoteChange(const SyncStatusCallback& callback) {
151 base::Bind(&RemoteSyncDelegate::DidApplyRemoteChange, AsWeakPtr(),
155 void RemoteSyncDelegate::DidApplyRemoteChange
    [all...]
remote_sync_delegate.h 36 class RemoteSyncDelegate : public base::SupportsWeakPtr<RemoteSyncDelegate> {
40 RemoteSyncDelegate(
43 virtual ~RemoteSyncDelegate();
115 DISALLOW_COPY_AND_ASSIGN(RemoteSyncDelegate);
drive_file_sync_service.h 49 class RemoteSyncDelegate;
148 friend class drive_backend::RemoteSyncDelegate;
336 scoped_ptr<drive_backend::RemoteSyncDelegate> running_remote_sync_task_;
drive_file_sync_service.cc 567 running_remote_sync_task_.reset(new drive_backend::RemoteSyncDelegate(
    [all...]

Completed in 2097 milliseconds