Searched refs:MTPDeviceAsyncDelegate (Results 1 – 17 of 17) sorted by relevance
21 const MTPDeviceAsyncDelegate::CreateSnapshotFileSuccessCallback&23 const MTPDeviceAsyncDelegate::ErrorCallback& error_callback);33 const MTPDeviceAsyncDelegate::CreateSnapshotFileSuccessCallback37 const MTPDeviceAsyncDelegate::ErrorCallback error_callback;66 const MTPDeviceAsyncDelegate::CreateSnapshotFileSuccessCallback71 const MTPDeviceAsyncDelegate::ErrorCallback error_callback() const { in error_callback()
31 typedef MTPDeviceAsyncDelegate::GetFileInfoSuccessCallback39 typedef MTPDeviceAsyncDelegate::ErrorCallback ErrorCallback;96 void ReadBytes(const MTPDeviceAsyncDelegate::ReadBytesRequest& request);143 const MTPDeviceAsyncDelegate::ReadBytesRequest& request,157 const MTPDeviceAsyncDelegate::ReadBytesRequest& request,
16 const MTPDeviceAsyncDelegate::CreateSnapshotFileSuccessCallback& in SnapshotRequestInfo()18 const MTPDeviceAsyncDelegate::ErrorCallback& error_callback) in SnapshotRequestInfo()
126 const MTPDeviceAsyncDelegate::ReadBytesRequest& request) { in ReadBytes()208 const MTPDeviceAsyncDelegate::ReadBytesRequest& request, in OnGetFileInfoToReadBytes()250 const MTPDeviceAsyncDelegate::ReadBytesRequest& request, in OnDidReadBytes()
31 class MTPDeviceDelegateImplLinux : public MTPDeviceAsyncDelegate {
163 const MTPDeviceAsyncDelegate::ReadBytesRequest& request) { in ReadBytesOnUIThread()
14 class MTPDeviceAsyncDelegate; variable28 MTPDeviceAsyncDelegate* GetMTPDeviceAsyncDelegate(48 MTPDeviceAsyncDelegate* delegate);57 typedef std::map<base::FilePath::StringType, MTPDeviceAsyncDelegate*>
24 MTPDeviceAsyncDelegate* GetMTPDeviceDelegate( in GetMTPDeviceDelegate()48 const MTPDeviceAsyncDelegate::ReadBytesSuccessCallback& success_callback, in ReadBytes()50 MTPDeviceAsyncDelegate* delegate = GetMTPDeviceDelegate(url); in ReadBytes()88 MTPDeviceAsyncDelegate* delegate = GetMTPDeviceDelegate(url_); in Read()133 MTPDeviceAsyncDelegate* delegate = GetMTPDeviceDelegate(url_); in GetLength()
26 class MTPDeviceAsyncDelegate {114 virtual ~MTPDeviceAsyncDelegate() {} in ~MTPDeviceAsyncDelegate()117 typedef base::Callback<void(MTPDeviceAsyncDelegate*)>
9 MTPDeviceAsyncDelegate::ReadBytesRequest::ReadBytesRequest( in ReadBytesRequest()21 MTPDeviceAsyncDelegate::ReadBytesRequest::~ReadBytesRequest() {} in ~ReadBytesRequest()
34 MTPDeviceAsyncDelegate* GetMTPDeviceDelegate(const FileSystemURL& url) { in GetMTPDeviceDelegate()174 MTPDeviceAsyncDelegate* delegate = GetMTPDeviceDelegate(url); in OnSnapshotFileCreatedRunTask()255 MTPDeviceAsyncDelegate* delegate = GetMTPDeviceDelegate(url); in SupportsStreaming()308 MTPDeviceAsyncDelegate* delegate = GetMTPDeviceDelegate(url); in GetFileInfo()328 MTPDeviceAsyncDelegate* delegate = GetMTPDeviceDelegate(url); in ReadDirectory()427 MTPDeviceAsyncDelegate* delegate = GetMTPDeviceDelegate(url); in CreateSnapshotFile()451 MTPDeviceAsyncDelegate* delegate = GetMTPDeviceDelegate(url); in GetFileStreamReader()
66 MTPDeviceAsyncDelegate* delegate) { in AddAsyncDelegate()84 MTPDeviceAsyncDelegate* MTPDeviceMapService::GetMTPDeviceAsyncDelegate( in GetMTPDeviceAsyncDelegate()
18 const MTPDeviceAsyncDelegate::CreateSnapshotFileSuccessCallback&20 const MTPDeviceAsyncDelegate::ErrorCallback& error_callback);29 MTPDeviceAsyncDelegate::CreateSnapshotFileSuccessCallback33 MTPDeviceAsyncDelegate::ErrorCallback error_callback;
36 class MTPDeviceDelegateImplWin : public MTPDeviceAsyncDelegate {
20 typedef MTPDeviceAsyncDelegate::CreateSnapshotFileSuccessCallback22 typedef MTPDeviceAsyncDelegate::ErrorCallback ErrorCallback;23 typedef MTPDeviceAsyncDelegate::GetFileInfoSuccessCallback25 typedef MTPDeviceAsyncDelegate::ReadDirectorySuccessCallback
27 class MTPDeviceDelegateImplMac : public MTPDeviceAsyncDelegate {