OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sync_context_
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/sync/internal_api/
sync_context_proxy_impl.h
56
base::WeakPtr<SyncContext>
sync_context_
;
member in class:syncer::SyncContextProxyImpl
sync_manager_impl.h
294
scoped_ptr<SyncContext>
sync_context_
;
member in class:syncer::SyncManagerImpl
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
conflict_resolver.h
78
SyncEngineContext*
sync_context_
; // Not owned.
member in class:sync_file_system::drive_backend::ConflictResolver
list_changes_task.h
48
SyncEngineContext*
sync_context_
;
member in class:sync_file_system::drive_backend::ListChangesTask
register_app_task.h
55
SyncEngineContext*
sync_context_
; // Not owned.
member in class:sync_file_system::drive_backend::RegisterAppTask
uninstall_app_task.h
53
SyncEngineContext*
sync_context_
; // Not owned.
member in class:sync_file_system::drive_backend::UninstallAppTask
sync_engine_initializer.h
103
SyncEngineContext*
sync_context_
; // Not owned.
member in class:sync_file_system::drive_backend::SyncEngineInitializer
local_to_remote_syncer.h
108
SyncEngineContext*
sync_context_
; // Not owned.
member in class:sync_file_system::drive_backend::LocalToRemoteSyncer
remote_to_local_syncer.h
200
SyncEngineContext*
sync_context_
; // Not owned.
member in class:sync_file_system::drive_backend::RemoteToLocalSyncer
sync_engine_initializer_unittest.cc
55
sync_context_
.reset(new SyncEngineContext(
72
sync_context_
.reset();
82
new SyncEngineInitializer(
sync_context_
.get(),
135
sync_context_
->GetDriveService()->AddNewDirectory(
151
sync_context_
->GetDriveService()->RemoveResourceFromDirectory(
185
sync_context_
->GetDriveService()->GetFileResource(
205
sync_context_
->GetDriveService()->AddResourceToDirectory(
219
scoped_ptr<SyncEngineContext>
sync_context_
;
member in class:sync_file_system::drive_backend::SyncEngineInitializerTest
/external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.h
75
LocalFileSyncContext* sync_context() { return
sync_context_
.get(); }
99
scoped_refptr<LocalFileSyncContext>
sync_context_
;
member in class:sync_file_system::SyncFileSystemBackend
local_file_sync_service.h
227
scoped_refptr<LocalFileSyncContext>
sync_context_
;
member in class:sync_file_system::LocalFileSyncService
syncable_file_system_unittest.cc
49
sync_context_
=
56
file_system_.MaybeInitializeFileSystemContext(
sync_context_
.get()));
60
if (
sync_context_
.get())
61
sync_context_
->ShutdownOnUIThread();
62
sync_context_
= NULL;
107
scoped_refptr<LocalFileSyncContext>
sync_context_
;
member in class:sync_file_system::SyncableFileSystemTest
local_file_change_tracker_unittest.cc
49
sync_context_
=
56
file_system_.MaybeInitializeFileSystemContext(
sync_context_
.get()));
60
if (
sync_context_
.get())
61
sync_context_
->ShutdownOnUIThread();
62
sync_context_
= NULL;
119
scoped_refptr<LocalFileSyncContext>
sync_context_
;
member in class:sync_file_system::LocalFileChangeTrackerTest
syncable_file_operation_runner_unittest.cc
70
sync_context_
= new LocalFileSyncContext(
77
file_system_.MaybeInitializeFileSystemContext(
sync_context_
.get()));
85
if (
sync_context_
.get())
86
sync_context_
->ShutdownOnUIThread();
87
sync_context_
= NULL;
146
scoped_refptr<LocalFileSyncContext>
sync_context_
;
member in class:sync_file_system::SyncableFileOperationRunnerTest
348
sync_context_
->ShutdownOnUIThread();
349
sync_context_
= NULL;
local_file_sync_context_unittest.cc
89
sync_context_
->PrepareForSync(
156
sync_context_
->ApplyRemoteChange(
169
sync_context_
->FinalizeExclusiveSync(
219
sync_context_
->FinalizeSnapshotSync(
223
sync_context_
->FinalizeExclusiveSync(
237
sync_context_
= new LocalFileSyncContext(
242
sync_context_
.get()));
276
sync_context_
->ShutdownOnUIThread();
277
sync_context_
= NULL;
289
sync_context_
= new LocalFileSyncContext
357
scoped_refptr<LocalFileSyncContext>
sync_context_
;
member in class:sync_file_system::LocalFileSyncContextTest
[
all
...]
Completed in 905 milliseconds