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

  /external/chromium/net/disk_cache/
mapped_file_unittest.cc 25 virtual void OnFileIOComplete(int bytes_copied);
30 void FileCallbackTest::OnFileIOComplete(int bytes_copied) {
sparse_control.cc 58 virtual void OnFileIOComplete(int bytes_copied);
80 void ChildrenDeleter::OnFileIOComplete(int bytes_copied) {
122 OnFileIOComplete(len);
124 // And wait until OnFileIOComplete gets called.
entry_impl.cc 45 virtual void OnFileIOComplete(int bytes_copied);
58 void SyncCallback::OnFileIOComplete(int bytes_copied) {
77 OnFileIOComplete(0);
    [all...]
  /external/chromium_org/net/disk_cache/
mapped_file_unittest.cc 25 virtual void OnFileIOComplete(int bytes_copied) OVERRIDE;
33 void FileCallbackTest::OnFileIOComplete(int bytes_copied) {
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.
entry_impl.cc 46 virtual void OnFileIOComplete(int bytes_copied) OVERRIDE;
59 void SyncCallback::OnFileIOComplete(int bytes_copied) {
78 OnFileIOComplete(0);
    [all...]
  /external/chromium_org/net/disk_cache/v3/
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.

Completed in 522 milliseconds