HomeSort by relevance Sort by last modified time
    Searched refs:sync_context (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/sync/internal_api/
sync_context_proxy_impl.cc 12 #include "sync/internal_api/public/sync_context.h"
18 const base::WeakPtr<SyncContext>& sync_context)
19 : sync_task_runner_(sync_task_runner), sync_context_(sync_context) {
sync_context_proxy_impl.h 30 const base::WeakPtr<SyncContext>& sync_context);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
list_changes_task.h 31 explicit ListChangesTask(SyncEngineContext* sync_context);
register_app_task.h 36 RegisterAppTask(SyncEngineContext* sync_context, const std::string& app_id);
uninstall_app_task.h 37 UninstallAppTask(SyncEngineContext* sync_context,
uninstall_app_task.cc 24 UninstallAppTask::UninstallAppTask(SyncEngineContext* sync_context,
27 : sync_context_(sync_context),
conflict_resolver.h 43 explicit ConflictResolver(SyncEngineContext* sync_context);
list_changes_task.cc 28 ListChangesTask::ListChangesTask(SyncEngineContext* sync_context)
29 : sync_context_(sync_context),
register_app_task.cc 34 RegisterAppTask::RegisterAppTask(SyncEngineContext* sync_context,
36 : sync_context_(sync_context),
sync_engine_initializer.h 69 SyncEngineInitializer(SyncEngineContext* sync_context,
sync_engine_initializer.cc 58 SyncEngineContext* sync_context,
61 : sync_context_(sync_context),
67 DCHECK(sync_context);
local_to_remote_syncer.h 45 LocalToRemoteSyncer(SyncEngineContext* sync_context,
remote_to_local_syncer.h 49 explicit RemoteToLocalSyncer(SyncEngineContext* sync_context);
conflict_resolver.cc 27 ConflictResolver::ConflictResolver(SyncEngineContext* sync_context)
28 : sync_context_(sync_context),
local_to_remote_syncer.cc 74 LocalToRemoteSyncer::LocalToRemoteSyncer(SyncEngineContext* sync_context,
79 : sync_context_(sync_context),
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.h 75 LocalFileSyncContext* sync_context() { return sync_context_.get(); } function in class:sync_file_system::SyncFileSystemBackend
76 void set_sync_context(LocalFileSyncContext* sync_context);
sync_file_system_backend.cc 255 LocalFileSyncContext* sync_context) {
257 sync_context_ = sync_context;
canned_syncable_file_system.cc 298 if (backend()->sync_context()) {
320 LocalFileSyncContext* sync_context) {
321 DCHECK(sync_context);
325 sync_context->io_task_runner_.get());
326 sync_context->MaybeInitializeFileSystemContext(
763 backend()->sync_context()->sync_status()->AddObserver(this);
syncable_file_system_operation.cc 359 if (!backend->sync_context()) {
367 operation_runner_ = backend->sync_context()->operation_runner();
canned_syncable_file_system.h 89 // Initialize this with given |sync_context| if it hasn't
92 LocalFileSyncContext* sync_context);
local_file_sync_context_unittest.cc 390 EXPECT_TRUE(file_system.backend()->sync_context() != NULL);
392 EXPECT_EQ(sync_context_.get(), file_system.backend()->sync_context());
397 EXPECT_EQ(sync_context_.get(), file_system.backend()->sync_context());
    [all...]
  /external/chromium_org/ipc/
ipc_sync_channel.cc 459 sync_context()->set_restrict_dispatch_group(group);
479 scoped_refptr<SyncContext> context(sync_context());
565 DCHECK(event == sync_context()->GetDispatchEvent());
570 sync_context()->DispatchMessages();
583 dispatch_watcher_.StartWatching(sync_context()->GetDispatchEvent(),
ipc_sync_channel.h 210 SyncContext* sync_context() { function in class:IPC::SyncChannel
  /external/chromium_org/components/sync_driver/
non_blocking_data_type_controller_unittest.cc 77 MockSyncContext* sync_context,
80 : mock_sync_context_(sync_context),
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_unittest.cc 323 file_system_->backend()->sync_context()->
391 file_system_->backend()->sync_context()->

Completed in 183 milliseconds

1 2