Searched defs:AsyncWrite (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dfile_ios.cc242 return AsyncWrite(buffer, buffer_len, offset, callback, completed);
284 bool File::AsyncWrite(const void* buffer, size_t buffer_len, size_t offset, function in class:disk_cache::File
H A Dfile_win.cc177 return AsyncWrite(buffer, buffer_len, offset, callback, completed);
189 bool File::AsyncWrite(const void* buffer, size_t buffer_len, size_t offset, function in class:disk_cache::File
/external/chromium_org/components/visitedlink/browser/
H A Dvisitedlink_master.cc96 void AsyncWrite(FILE** file, int32 offset, const std::string& data) { function in namespace:visitedlink::__anon6926
900 base::Bind(&AsyncWrite, file, offset,
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c37 typedef struct AsyncWrite AsyncWrite; typedef in typeref:struct:AsyncWrite
386 AsyncWrite *pQueueFirst; /* Next write operation to be processed */
387 AsyncWrite *pQueueLast; /* Last write operation on the list */
396 /* Possible values of AsyncWrite.op */
414 ** Entries on the write-op queue are instances of the AsyncWrite
418 ** on the value of AsyncWrite.op:
451 ** This space is sqlite3_malloc()d along with the AsyncWrite structure in a
455 struct AsyncWrite { struct
461 AsyncWrite *pNex
[all...]

Completed in 243 milliseconds