HomeSort by relevance Sort by last modified time
    Searched refs:PrepareForSync (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context_unittest.cc 89 sync_context_->PrepareForSync(
97 SyncStatusCode PrepareForSync(FileSystemContext* file_system_context,
146 // First we should call PrepareForSync to disable writing.
150 PrepareForSync(file_system_context, url,
251 PrepareForSync(file_system.file_system_context(), kFile,
304 PrepareForSync(file_system.file_system_context(), kFile,
476 PrepareForSync(file_system1.file_system_context(), kURL1,
487 PrepareForSync(file_system2.file_system_context(), kURL2,
557 // Until the operation finishes PrepareForSync should return BUSY error.
562 PrepareForSync(file_system.file_system_context(), kURL1
    [all...]
local_file_sync_context.h 110 // PrepareForSync with SYNC_SNAPSHOT.
121 // PrepareForSync with SYNC_EXCLUSIVE.
142 void PrepareForSync(storage::FileSystemContext* file_system_context,
275 // Callback routine for PrepareForSync and GetFileForLocalSync.
local_file_sync_context.cc 219 void LocalFileSyncContext::PrepareForSync(
229 base::Bind(&LocalFileSyncContext::PrepareForSync, this,
819 PrepareForSync(
    [all...]
local_file_sync_service.cc 265 sync_context_->PrepareForSync(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mobsync.h 138 virtual HRESULT WINAPI PrepareForSync(ULONG cbNumItems,SYNCMGRITEMID *pItemIDs,HWND hWndParent,DWORD dwReserved) = 0;
155 HRESULT (WINAPI *PrepareForSync)(ISyncMgrSynchronize *This,ULONG cbNumItems,SYNCMGRITEMID *pItemIDs,HWND hWndParent,DWORD dwReserved);
174 #define ISyncMgrSynchronize_PrepareForSync(This,cbNumItems,pItemIDs,hWndParent,dwReserved) (This)->lpVtbl->PrepareForSync(This,cbNumItems,pItemIDs,hWndParent,dwReserved)

Completed in 81 milliseconds