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

  /external/chromium_org/net/disk_cache/blockfile/
file.h 25 virtual void OnFileIOComplete(int bytes_copied) = 0;
mapped_file_unittest.cc 26 virtual void OnFileIOComplete(int bytes_copied) OVERRIDE;
34 void FileCallbackTest::OnFileIOComplete(int bytes_copied) {
file_posix.cc 184 callback->OnFileIOComplete(result);
file_ios.cc 144 callback->OnFileIOComplete(bytes);
file_win.cc 54 data->callback_->OnFileIOComplete(static_cast<int>(actual_bytes));
sparse_control.cc 59 virtual void OnFileIOComplete(int bytes_copied) OVERRIDE;
81 void ChildrenDeleter::OnFileIOComplete(int bytes_copied) {
123 OnFileIOComplete(len);
125 // And wait until OnFileIOComplete gets called.
sparse_control_v3.cc 59 virtual void OnFileIOComplete(int bytes_copied) OVERRIDE;
81 void ChildrenDeleter::OnFileIOComplete(int bytes_copied) {
123 OnFileIOComplete(len);
125 // And wait until OnFileIOComplete gets called.
entry_impl.cc 49 virtual void OnFileIOComplete(int bytes_copied) OVERRIDE;
62 void SyncCallback::OnFileIOComplete(int bytes_copied) {
81 OnFileIOComplete(0);
    [all...]

Completed in 220 milliseconds