Searched refs:sync_mode (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_context_unittest.cc81 LocalFileSyncContext::SyncMode sync_mode,
92 sync_mode,
99 LocalFileSyncContext::SyncMode sync_mode,
103 StartPrepareForSync(file_system_context, url, sync_mode,
112 LocalFileSyncContext::SyncMode sync_mode,
119 url, sync_mode, metadata, changes, snapshot);
217 LocalFileSyncContext::SyncMode sync_mode) {
218 if (sync_mode == LocalFileSyncContext::SYNC_SNAPSHOT) {
230 void PrepareForSync_Basic(LocalFileSyncContext::SyncMode sync_mode, argument
252 sync_mode,
79 StartPrepareForSync(FileSystemContext* file_system_context, const FileSystemURL& url, LocalFileSyncContext::SyncMode sync_mode, SyncFileMetadata* metadata, FileChangeList* changes, storage::ScopedFile* snapshot) argument
97 PrepareForSync(FileSystemContext* file_system_context, const FileSystemURL& url, LocalFileSyncContext::SyncMode sync_mode, SyncFileMetadata* metadata, FileChangeList* changes, storage::ScopedFile* snapshot) argument
109 GetPrepareForSyncClosure( FileSystemContext* file_system_context, const FileSystemURL& url, LocalFileSyncContext::SyncMode sync_mode, SyncFileMetadata* metadata, FileChangeList* changes, storage::ScopedFile* snapshot) argument
214 SimulateFinishSync(FileSystemContext* file_system_context, const FileSystemURL& url, SyncStatusCode status, LocalFileSyncContext::SyncMode sync_mode) argument
282 PrepareForSync_WriteDuringSync( LocalFileSyncContext::SyncMode sync_mode) argument
[all...]
H A Dlocal_file_sync_context.cc222 SyncMode sync_mode,
231 sync_mode, callback));
245 url, sync_mode, callback));
896 SyncMode sync_mode,
912 status, url, sync_mode, callback));
937 if (file_error == base::File::FILE_OK && sync_mode == SYNC_SNAPSHOT) {
972 if (status == SYNC_STATUS_OK && sync_mode == SYNC_SNAPSHOT) {
219 PrepareForSync( FileSystemContext* file_system_context, const FileSystemURL& url, SyncMode sync_mode, const LocalFileSyncInfoCallback& callback) argument
892 DidGetWritingStatusForSync( FileSystemContext* file_system_context, SyncStatusCode status, const FileSystemURL& url, SyncMode sync_mode, const LocalFileSyncInfoCallback& callback) argument
H A Dlocal_file_sync_context.h132 // If |sync_mode| is SYNC_EXCLUSIVE this leaves the target file locked.
133 // If |sync_mode| is SYNC_SNAPSHOT this creates a snapshot (if the
144 SyncMode sync_mode,
280 SyncMode sync_mode,
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h672 UINT8 sync_mode; /* sync mode: 0: slave; 1: master */ member in struct:__anon1406

Completed in 139 milliseconds