summaryrefslogtreecommitdiffstats
path: root/net/base/mock_file_stream.h
Commit message (Expand)AuthorAgeFilesLines
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-081-3/+3
* Flush at the end of local file writing in FileWriter API.kinaba@chromium.org2012-10-011-1/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Make FileStream::Seek async and add FileStream::SeekSync for sync operationkinuko@chromium.org2012-04-111-1/+3
* net: FileStream::Read/Write() to take IOBuffer* instead of char*satorux@chromium.org2012-02-161-2/+4
* net: Split FileStream::Read/Write() into sync and async versions.satorux@chromium.org2012-02-151-0/+2
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-091-1/+1
* Back out r121064 from the trunk due to a compile failure.mark@chromium.org2012-02-081-1/+1
* net: Rename FileStream::Open/Close with OpenSync/CloseSync.satorux@chromium.org2012-02-081-1/+1
* Added Net logging to FileStream.ahendrickson@chromium.org2012-02-021-4/+5
* Switch FileStream to use new CompletionCallback.willchan@chromium.org2011-10-121-2/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-2/+2
* Fix potential issue with BaseFile::AppendDataToFile().ahendrickson@chromium.org2011-09-231-0/+1
* fix up permsdmaclach@chromium.org2011-08-291-0/+0
* Detect file system errors during downloads.ahendrickson@chromium.org2011-08-291-0/+75