HomeSort by relevance Sort by last modified time
    Searched full:remote_service_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service.cc 200 remote_service_(remote_service),
205 remote_service_->ProcessRemoteChange(
251 RemoteFileSyncService* remote_service_; member in class:sync_file_system::RemoteSyncRunner
266 remote_service_.reset();
287 DCHECK(remote_service_);
301 return RemoteStateToSyncServiceState(remote_service_->GetCurrentState());
308 remote_service_->GetOriginStatusMap(status_map);
328 scoped_ptr<base::ListValue> list = remote_service_->DumpDatabase();
386 return remote_service_->GetConflictResolutionPolicy();
391 return remote_service_->SetConflictResolutionPolicy(policy)
    [all...]
sync_file_system_service_unittest.cc 131 remote_service_ = new StrictMock<MockRemoteFileSyncService>;
146 scoped_ptr<RemoteFileSyncService>(remote_service_));
239 return remote_service_;
259 StrictMock<MockRemoteFileSyncService>* remote_service_; member in class:sync_file_system::SyncFileSystemServiceTest
sync_file_system_service.h 154 scoped_ptr<RemoteFileSyncService> remote_service_; member in class:sync_file_system::SyncFileSystemService

Completed in 580 milliseconds