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

  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.cc 5 // MTPDeviceDelegateImplWin implementation.
66 const MTPDeviceDelegateImplWin::StorageDeviceInfo& device_info,
104 const MTPDeviceDelegateImplWin::StorageDeviceInfo& device_info,
155 const MTPDeviceDelegateImplWin::StorageDeviceInfo& device_info,
181 const MTPDeviceDelegateImplWin::StorageDeviceInfo& device_info,
219 const MTPDeviceDelegateImplWin::StorageDeviceInfo& device_info,
311 callback.Run(new MTPDeviceDelegateImplWin(device_location,
337 // MTPDeviceDelegateImplWin ---------------------------------------------------
339 MTPDeviceDelegateImplWin::StorageDeviceInfo::StorageDeviceInfo(
349 MTPDeviceDelegateImplWin::PendingTaskInfo::PendingTaskInfo
    [all...]
mtp_device_delegate_impl_win.h 28 // MTPDeviceDelegateImplWin is used to communicate with the media transfer
32 // device can have multiple data storage partitions. MTPDeviceDelegateImplWin
34 // CreateMTPDeviceAsyncDelegate(). MTPDeviceDelegateImplWin lives on the IO
36 class MTPDeviceDelegateImplWin : public MTPDeviceAsyncDelegate {
85 MTPDeviceDelegateImplWin(const base::string16& registered_device_path,
90 virtual ~MTPDeviceDelegateImplWin();
217 base::WeakPtrFactory<MTPDeviceDelegateImplWin> weak_ptr_factory_;
219 DISALLOW_COPY_AND_ASSIGN(MTPDeviceDelegateImplWin);

Completed in 448 milliseconds