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

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
remote_change_processor_wrapper.h 46 RemoteChangeProcessor* remote_change_processor_; member in class:sync_file_system::drive_backend::RemoteChangeProcessorWrapper
sync_engine_context.h 67 RemoteChangeProcessor* remote_change_processor_; // Not owned. member in class:sync_file_system::drive_backend::SyncEngineContext
sync_engine.h 197 RemoteChangeProcessor* remote_change_processor_; // Not owned. member in class:sync_file_system::drive_backend::SyncEngine
conflict_resolver_unittest.cc 69 remote_change_processor_.reset(new FakeRemoteChangeProcessor);
78 context_->SetRemoteChangeProcessor(remote_change_processor_.get());
159 remote_change_processor_->UpdateLocalFileMetadata(
206 remote_change_processor_->ClearLocalChanges(url);
261 remote_change_processor_->VerifyConsistency(expected_changes);
271 scoped_ptr<FakeRemoteChangeProcessor> remote_change_processor_; member in class:sync_file_system::drive_backend::ConflictResolverTest
local_to_remote_syncer_unittest.cc 70 remote_change_processor_.reset(new FakeRemoteChangeProcessor);
79 context_->SetRemoteChangeProcessor(remote_change_processor_.get());
249 scoped_ptr<FakeRemoteChangeProcessor> remote_change_processor_; member in class:sync_file_system::drive_backend::LocalToRemoteSyncerTest
remote_to_local_syncer_unittest.cc 69 remote_change_processor_.reset(new FakeRemoteChangeProcessor);
78 context_->SetRemoteChangeProcessor(remote_change_processor_.get());
170 remote_change_processor_->UpdateLocalFileMetadata(
176 remote_change_processor_->UpdateLocalFileMetadata(
214 remote_change_processor_->VerifyConsistency(expected_changes_);
224 scoped_ptr<FakeRemoteChangeProcessor> remote_change_processor_; member in class:sync_file_system::drive_backend::RemoteToLocalSyncerTest
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
drive_file_sync_service.h 351 RemoteChangeProcessor* remote_change_processor_; member in class:sync_file_system::DriveFileSyncService

Completed in 364 milliseconds