/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
list_changes_task.h | 32 explicit ListChangesTask(SyncEngineContext* sync_context);
|
register_app_task.h | 34 RegisterAppTask(SyncEngineContext* sync_context, const std::string& app_id);
|
uninstall_app_task.h | 35 UninstallAppTask(SyncEngineContext* sync_context,
|
uninstall_app_task.cc | 24 UninstallAppTask::UninstallAppTask(SyncEngineContext* sync_context, 27 : sync_context_(sync_context),
|
list_changes_task.cc | 39 ListChangesTask::ListChangesTask(SyncEngineContext* sync_context) 40 : sync_context_(sync_context),
|
register_app_task.cc | 34 RegisterAppTask::RegisterAppTask(SyncEngineContext* sync_context, 36 : sync_context_(sync_context),
|
conflict_resolver.h | 40 explicit ConflictResolver(SyncEngineContext* sync_context);
|
sync_engine_initializer.h | 63 SyncEngineInitializer(SyncEngineContext* sync_context,
|
local_to_remote_syncer.h | 41 LocalToRemoteSyncer(SyncEngineContext* sync_context,
|
remote_to_local_syncer.h | 46 explicit RemoteToLocalSyncer(SyncEngineContext* sync_context);
|
conflict_resolver.cc | 23 ConflictResolver::ConflictResolver(SyncEngineContext* sync_context) 24 : sync_context_(sync_context),
|
sync_engine_initializer.cc | 93 SyncEngineContext* sync_context, 97 : sync_context_(sync_context),
|
local_to_remote_syncer.cc | 55 LocalToRemoteSyncer::LocalToRemoteSyncer(SyncEngineContext* sync_context, 60 : sync_context_(sync_context),
|
remote_to_local_syncer.cc | 79 RemoteToLocalSyncer::RemoteToLocalSyncer(SyncEngineContext* sync_context) 80 : sync_context_(sync_context),
|
/external/chromium_org/chrome/browser/sync_file_system/local/ |
sync_file_system_backend.h | 65 LocalFileSyncContext* sync_context() { return sync_context_.get(); } function in class:sync_file_system::SyncFileSystemBackend 66 void set_sync_context(LocalFileSyncContext* sync_context);
|
sync_file_system_backend.cc | 221 LocalFileSyncContext* sync_context) { 223 sync_context_ = sync_context;
|
canned_syncable_file_system.cc | 285 if (backend()->sync_context()) { 307 LocalFileSyncContext* sync_context) { 308 DCHECK(sync_context); 311 sync_context->io_task_runner_.get()); 312 sync_context->MaybeInitializeFileSystemContext( 745 backend()->sync_context()->sync_status()->AddObserver(this);
|
syncable_file_system_operation.cc | 364 if (!backend->sync_context()) { 372 operation_runner_ = backend->sync_context()->operation_runner();
|
canned_syncable_file_system.h | 80 // Initialize this with given |sync_context| if it hasn't 83 LocalFileSyncContext* sync_context);
|
local_file_sync_context_unittest.cc | 382 EXPECT_TRUE(file_system.backend()->sync_context() != NULL); 384 EXPECT_EQ(sync_context_.get(), file_system.backend()->sync_context()); 389 EXPECT_EQ(sync_context_.get(), file_system.backend()->sync_context()); [all...] |
syncable_file_operation_runner_unittest.cc | 90 return file_system_.backend()->sync_context()->sync_status();
|
local_file_sync_service_unittest.cc | 133 file_system_->backend()->sync_context()-> 309 file_system2.backend()->sync_context()->
|
/external/chromium_org/ipc/ |
ipc_sync_channel.cc | 433 sync_context()->set_restrict_dispatch_group(group); 458 scoped_refptr<SyncContext> context(sync_context()); 557 DCHECK(event == sync_context()->GetDispatchEvent()); 562 sync_context()->DispatchMessages(); 575 dispatch_watcher_.StartWatching(sync_context()->GetDispatchEvent(),
|
ipc_sync_channel.h | 199 SyncContext* sync_context() { function in class:IPC::SyncChannel
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_file_system_service_unittest.cc | 313 file_system_->backend()->sync_context()-> 375 file_system_->backend()->sync_context()->
|