Searched refs:sync_context (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/
H A Dsyncable_file_system_util_unittest.cc126 scoped_refptr<LocalFileSyncContext> sync_context = local
136 file_system.MaybeInitializeFileSystemContext(sync_context.get()));
146 sync_context->ShutdownOnUIThread();
147 sync_context = NULL;
H A Dsync_file_system_service_unittest.cc304 file_system_->backend()->sync_context()->
362 file_system_->backend()->sync_context()->
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsync_file_system_backend.h106 sync_file_system::LocalFileSyncContext* sync_context() { function in class:sync_file_system::SyncFileSystemBackend
109 void set_sync_context(sync_file_system::LocalFileSyncContext* sync_context);
H A Dcanned_syncable_file_system.cc276 if (backend()->sync_context()) {
298 LocalFileSyncContext* sync_context) {
299 DCHECK(sync_context);
302 sync_context->io_task_runner_.get());
303 sync_context->MaybeInitializeFileSystemContext(
675 backend()->sync_context()->sync_status()->AddObserver(this);
297 MaybeInitializeFileSystemContext( LocalFileSyncContext* sync_context) argument
H A Dsync_file_system_backend.cc273 LocalFileSyncContext* sync_context) {
275 sync_context_ = sync_context;
272 set_sync_context( LocalFileSyncContext* sync_context) argument
H A Dsyncable_file_system_operation.cc325 if (!backend->sync_context()) {
331 operation_runner_ = backend->sync_context()->operation_runner();
H A Dcanned_syncable_file_system.h74 // Initialize this with given |sync_context| if it hasn't
77 LocalFileSyncContext* sync_context);
H A Dlocal_file_sync_context_unittest.cc231 EXPECT_TRUE(file_system.backend()->sync_context() != NULL);
233 EXPECT_EQ(sync_context_.get(), file_system.backend()->sync_context());
238 EXPECT_EQ(sync_context_.get(), file_system.backend()->sync_context());
H A Dsyncable_file_operation_runner_unittest.cc89 return file_system_.backend()->sync_context()->sync_status();
H A Dlocal_file_sync_service_unittest.cc131 file_system_->backend()->sync_context()->
297 file_system2.backend()->sync_context()->
/external/chromium_org/ipc/
H A Dipc_sync_channel.cc433 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(),
H A Dipc_sync_channel.h199 SyncContext* sync_context() { function in class:IPC::SyncChannel
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_file_sync_service_sync_unittest.cc173 file_system->backend()->sync_context()->

Completed in 95 milliseconds