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

/external/chromium_org/net/disk_cache/blockfile/
H A Dmapped_file_unittest.cc26 virtual void OnFileIOComplete(int bytes_copied) OVERRIDE;
34 void FileCallbackTest::OnFileIOComplete(int bytes_copied) { function in class:__anon9156::FileCallbackTest
H A Dsparse_control.cc59 virtual void OnFileIOComplete(int bytes_copied) OVERRIDE;
81 void ChildrenDeleter::OnFileIOComplete(int bytes_copied) { function in class:__anon9158::ChildrenDeleter
123 OnFileIOComplete(len);
125 // And wait until OnFileIOComplete gets called.
H A Dsparse_control_v3.cc59 virtual void OnFileIOComplete(int bytes_copied) OVERRIDE;
81 void ChildrenDeleter::OnFileIOComplete(int bytes_copied) { function in class:__anon9159::ChildrenDeleter
123 OnFileIOComplete(len);
125 // And wait until OnFileIOComplete gets called.
H A Dentry_impl.cc49 virtual void OnFileIOComplete(int bytes_copied) OVERRIDE;
62 void SyncCallback::OnFileIOComplete(int bytes_copied) { function in class:__anon9142::SyncCallback
81 OnFileIOComplete(0);

Completed in 102 milliseconds