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

/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_context_unittest.cc79 LocalFileSyncContext::SyncMode sync_mode,
90 sync_mode,
97 LocalFileSyncContext::SyncMode sync_mode,
101 StartPrepareForSync(file_system_context, url, sync_mode,
110 LocalFileSyncContext::SyncMode sync_mode,
117 url, sync_mode, metadata, changes, snapshot);
215 LocalFileSyncContext::SyncMode sync_mode) {
216 if (sync_mode == LocalFileSyncContext::SYNC_SNAPSHOT) {
228 void PrepareForSync_Basic(LocalFileSyncContext::SyncMode sync_mode, argument
248 sync_mode,
77 StartPrepareForSync(FileSystemContext* file_system_context, const FileSystemURL& url, LocalFileSyncContext::SyncMode sync_mode, SyncFileMetadata* metadata, FileChangeList* changes, webkit_blob::ScopedFile* snapshot) argument
95 PrepareForSync(FileSystemContext* file_system_context, const FileSystemURL& url, LocalFileSyncContext::SyncMode sync_mode, SyncFileMetadata* metadata, FileChangeList* changes, webkit_blob::ScopedFile* snapshot) argument
107 GetPrepareForSyncClosure( FileSystemContext* file_system_context, const FileSystemURL& url, LocalFileSyncContext::SyncMode sync_mode, SyncFileMetadata* metadata, FileChangeList* changes, webkit_blob::ScopedFile* snapshot) argument
212 SimulateFinishSync(FileSystemContext* file_system_context, const FileSystemURL& url, SyncStatusCode status, LocalFileSyncContext::SyncMode sync_mode) argument
278 PrepareForSync_WriteDuringSync( LocalFileSyncContext::SyncMode sync_mode) argument
[all...]
H A Dlocal_file_sync_context.h129 // If |sync_mode| is SYNC_EXCLUSIVE this leaves the target file locked.
130 // If |sync_mode| is SYNC_SNAPSHOT this creates a snapshot (if the
141 SyncMode sync_mode,
270 SyncMode sync_mode,
H A Dlocal_file_sync_context.cc218 SyncMode sync_mode,
227 sync_mode, callback));
241 url, sync_mode, callback));
791 SyncMode sync_mode,
807 status, url, sync_mode, callback));
832 if (file_error == base::PLATFORM_FILE_OK && sync_mode == SYNC_SNAPSHOT) {
866 if (status == SYNC_STATUS_OK && sync_mode == SYNC_SNAPSHOT) {
215 PrepareForSync( FileSystemContext* file_system_context, const FileSystemURL& url, SyncMode sync_mode, const LocalFileSyncInfoCallback& callback) argument
787 DidGetWritingStatusForSync( FileSystemContext* file_system_context, SyncStatusCode status, const FileSystemURL& url, SyncMode sync_mode, const LocalFileSyncInfoCallback& callback) argument
/external/kernel-headers/original/asm-arm/arch/
H A Ddma.h358 int sync_mode; /* sycn on element, frame , block or packet */ member in struct:omap_dma_channel_params
376 int sync_mode,
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h671 UINT8 sync_mode; /* sync mode: 0: slave; 1: master */ member in struct:__anon1281
/external/kernel-headers/original/linux/
H A Dfs.h2200 loff_t start, loff_t end, int sync_mode);

Completed in 234 milliseconds