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_v1/
remote_sync_delegate.cc 24 RemoteSyncDelegate::RemoteSyncDelegate(
34 RemoteSyncDelegate::~RemoteSyncDelegate() {}
36 void RemoteSyncDelegate::Run(const SyncStatusCallback& callback) {
44 base::Bind(&RemoteSyncDelegate::DidPrepareForProcessRemoteChange,
48 void RemoteSyncDelegate::DidPrepareForProcessRemoteChange(
147 void RemoteSyncDelegate::ApplyRemoteChange(const SyncStatusCallback& callback) {
150 base::Bind(&RemoteSyncDelegate::DidApplyRemoteChange, AsWeakPtr(),
154 void RemoteSyncDelegate::DidApplyRemoteChange
    [all...]
remote_sync_delegate.h 36 class RemoteSyncDelegate : public base::SupportsWeakPtr<RemoteSyncDelegate> {
40 RemoteSyncDelegate(
43 virtual ~RemoteSyncDelegate();
117 DISALLOW_COPY_AND_ASSIGN(RemoteSyncDelegate);
drive_file_sync_service.h 51 class RemoteSyncDelegate;
141 friend class drive_backend::RemoteSyncDelegate;
317 scoped_ptr<drive_backend::RemoteSyncDelegate> running_remote_sync_task_;
drive_file_sync_service.cc 592 running_remote_sync_task_.reset(new drive_backend::RemoteSyncDelegate(
    [all...]

Completed in 398 milliseconds