OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sync_context_
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_service.cc
99
sync_context_
(new LocalFileSyncContext(
105
sync_context_
->AddOriginChangeObserver(this);
113
sync_context_
->RemoveOriginChangeObserver(this);
114
sync_context_
->ShutdownOnUIThread();
122
sync_context_
->MaybeInitializeFileSystemContext(
136
sync_context_
->RegisterURLForWaitingSync(url, on_syncable_callback);
156
sync_context_
->GetFileForLocalSync(
176
sync_context_
->HasPendingLocalChanges(
183
sync_context_
->ClearSyncFlagForURL(url);
189
sync_context_
->GetFileMetadata(origin_to_contexts_[url.origin()]
[
all
...]
local_file_sync_context_unittest.cc
85
sync_context_
->PrepareForSync(
139
sync_context_
->ApplyRemoteChange(
202
scoped_refptr<LocalFileSyncContext>
sync_context_
;
member in class:sync_file_system::LocalFileSyncContextTest
211
sync_context_
=
213
sync_context_
->ShutdownOnUIThread();
222
sync_context_
=
225
// Initializes file_system using |
sync_context_
|.
227
file_system.MaybeInitializeFileSystemContext(
sync_context_
.get()));
233
EXPECT_EQ(
sync_context_
.get(), file_system.backend()->sync_context());
237
file_system.MaybeInitializeFileSystemContext(
sync_context_
.get()))
[
all
...]
syncable_file_system_unittest.cc
43
sync_context_
=
48
file_system_.MaybeInitializeFileSystemContext(
sync_context_
.get()));
52
if (
sync_context_
.get())
53
sync_context_
->ShutdownOnUIThread();
54
sync_context_
= NULL;
99
scoped_refptr<LocalFileSyncContext>
sync_context_
;
member in class:sync_file_system::SyncableFileSystemTest
syncable_file_operation_runner_unittest.cc
62
sync_context_
=
67
file_system_.MaybeInitializeFileSystemContext(
sync_context_
.get()));
75
if (
sync_context_
.get())
76
sync_context_
->ShutdownOnUIThread();
77
sync_context_
= NULL;
136
scoped_refptr<LocalFileSyncContext>
sync_context_
;
member in class:sync_file_system::SyncableFileOperationRunnerTest
330
sync_context_
->ShutdownOnUIThread();
331
sync_context_
= NULL;
sync_file_system_backend.h
107
return
sync_context_
.get();
123
scoped_refptr<sync_file_system::LocalFileSyncContext>
sync_context_
;
member in class:sync_file_system::SyncFileSystemBackend
local_file_change_tracker_unittest.cc
45
sync_context_
=
50
file_system_.MaybeInitializeFileSystemContext(
sync_context_
.get()));
54
if (
sync_context_
.get())
55
sync_context_
->ShutdownOnUIThread();
56
sync_context_
= NULL;
107
scoped_refptr<LocalFileSyncContext>
sync_context_
;
member in class:sync_file_system::LocalFileChangeTrackerTest
local_file_sync_service.h
193
scoped_refptr<LocalFileSyncContext>
sync_context_
;
member in class:sync_file_system::LocalFileSyncService
sync_file_system_backend.cc
274
DCHECK(!
sync_context_
);
275
sync_context_
= sync_context;
Completed in 2261 milliseconds