sync_base_file_    93 net/disk_cache/blockfile/file.h   base::File sync_base_file_;  // Synchronous IO handle.
sync_base_file_    96 net/disk_cache/blockfile/file_win.cc   sync_base_file_  =
sync_base_file_   100 net/disk_cache/blockfile/file_win.cc   if (!sync_base_file_.IsValid())
sync_base_file_   109 net/disk_cache/blockfile/file_win.cc   return base_file_.IsValid() || sync_base_file_.IsValid();
sync_base_file_   117 net/disk_cache/blockfile/file_win.cc   int ret = sync_base_file_.Read(offset, static_cast<char*>(buffer),
sync_base_file_   127 net/disk_cache/blockfile/file_win.cc   int ret = sync_base_file_.Write(offset, static_cast<const char*>(buffer),
sync_base_file_   186 net/disk_cache/blockfile/file_win.cc                                 sync_base_file_.GetPlatformFile();