OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_context
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/
syncable_file_system_util_unittest.cc
126
scoped_refptr<LocalFileSyncContext>
sync_context
=
local
136
file_system.MaybeInitializeFileSystemContext(
sync_context
.get()));
146
sync_context
->ShutdownOnUIThread();
147
sync_context
= NULL;
sync_file_system_service_unittest.cc
304
file_system_->backend()->
sync_context
()->
362
file_system_->backend()->
sync_context
()->
/external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.h
106
sync_file_system::LocalFileSyncContext*
sync_context
() {
function in class:sync_file_system::SyncFileSystemBackend
109
void set_sync_context(sync_file_system::LocalFileSyncContext*
sync_context
);
canned_syncable_file_system.cc
276
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);
sync_file_system_backend.cc
273
LocalFileSyncContext*
sync_context
) {
275
sync_context_ =
sync_context
;
syncable_file_system_operation.cc
325
if (!backend->
sync_context
()) {
331
operation_runner_ = backend->
sync_context
()->operation_runner();
canned_syncable_file_system.h
74
// Initialize this with given |
sync_context
| if it hasn't
77
LocalFileSyncContext*
sync_context
);
local_file_sync_context_unittest.cc
231
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
());
syncable_file_operation_runner_unittest.cc
89
return file_system_.backend()->
sync_context
()->sync_status();
local_file_sync_service_unittest.cc
131
file_system_->backend()->
sync_context
()->
297
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/drive_backend/
drive_file_sync_service_sync_unittest.cc
173
file_system->backend()->
sync_context
()->
Completed in 177 milliseconds