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

  /external/chromium_org/chrome/browser/media_galleries/linux/
mtp_read_file_worker.h 34 void WriteDataIntoSnapshotFile(
39 // Called when WriteDataIntoSnapshotFile() completes.
mtp_device_task_helper.h 81 // Forwards the WriteDataIntoSnapshotFile request to the MTPReadFileWorker
86 void WriteDataIntoSnapshotFile(
mtp_device_delegate_impl_linux.h 91 void WriteDataIntoSnapshotFile(
142 // Called when WriteDataIntoSnapshotFile() succeeds.
152 // Called when WriteDataIntoSnapshotFile() fails.
mtp_device_task_helper.cc 90 void MTPDeviceTaskHelper::WriteDataIntoSnapshotFile(
101 read_file_worker_->WriteDataIntoSnapshotFile(request_info,
mtp_device_delegate_impl_linux.cc 141 task_helper->WriteDataIntoSnapshotFile(request_info, snapshot_file_info);
297 void MTPDeviceDelegateImplLinux::WriteDataIntoSnapshotFile(
406 WriteDataIntoSnapshotFile(snapshot_file_info);
mtp_read_file_worker.cc 48 void MTPReadFileWorker::WriteDataIntoSnapshotFile(

Completed in 291 milliseconds