OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MTPDeviceAsyncDelegate
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_map_service.h
14
class
MTPDeviceAsyncDelegate
;
28
MTPDeviceAsyncDelegate
* GetMTPDeviceAsyncDelegate(
48
MTPDeviceAsyncDelegate
* delegate);
55
// Mapping of device_location and
MTPDeviceAsyncDelegate
* object. It is safe
57
typedef std::map<base::FilePath::StringType,
MTPDeviceAsyncDelegate
*>
mtp_device_async_delegate.h
22
class
MTPDeviceAsyncDelegate
{
70
// Ownership of |
MTPDeviceAsyncDelegate
| is handed off to the delegate
77
virtual ~
MTPDeviceAsyncDelegate
() {}
80
typedef base::Callback<void(
MTPDeviceAsyncDelegate
*)>
mtp_device_map_service.cc
66
MTPDeviceAsyncDelegate
* delegate) {
84
MTPDeviceAsyncDelegate
* MTPDeviceMapService::GetMTPDeviceAsyncDelegate(
device_media_async_file_util.cc
29
MTPDeviceAsyncDelegate
* GetMTPDeviceDelegate(const FileSystemURL& url) {
107
MTPDeviceAsyncDelegate
* delegate = GetMTPDeviceDelegate(url);
127
MTPDeviceAsyncDelegate
* delegate = GetMTPDeviceDelegate(url);
227
MTPDeviceAsyncDelegate
* delegate = GetMTPDeviceDelegate(url);
327
MTPDeviceAsyncDelegate
* delegate = GetMTPDeviceDelegate(url);
/external/chromium_org/chrome/browser/media_galleries/win/
snapshot_file_details.h
18
const
MTPDeviceAsyncDelegate
::CreateSnapshotFileSuccessCallback&
20
const
MTPDeviceAsyncDelegate
::ErrorCallback& error_callback);
29
MTPDeviceAsyncDelegate
::CreateSnapshotFileSuccessCallback
33
MTPDeviceAsyncDelegate
::ErrorCallback error_callback;
snapshot_file_details.cc
16
const
MTPDeviceAsyncDelegate
::CreateSnapshotFileSuccessCallback&
18
const
MTPDeviceAsyncDelegate
::ErrorCallback& error_callback)
mtp_device_delegate_impl_win.h
36
class MTPDeviceDelegateImplWin : public
MTPDeviceAsyncDelegate
{
92
//
MTPDeviceAsyncDelegate
:
/external/chromium_org/chrome/browser/media_galleries/linux/
snapshot_file_details.h
21
const
MTPDeviceAsyncDelegate
::CreateSnapshotFileSuccessCallback&
23
const
MTPDeviceAsyncDelegate
::ErrorCallback& error_callback);
33
const
MTPDeviceAsyncDelegate
::CreateSnapshotFileSuccessCallback
37
const
MTPDeviceAsyncDelegate
::ErrorCallback error_callback;
66
const
MTPDeviceAsyncDelegate
::CreateSnapshotFileSuccessCallback
71
const
MTPDeviceAsyncDelegate
::ErrorCallback error_callback() const {
snapshot_file_details.cc
16
const
MTPDeviceAsyncDelegate
::CreateSnapshotFileSuccessCallback&
18
const
MTPDeviceAsyncDelegate
::ErrorCallback& error_callback)
mtp_device_task_helper.h
32
typedef
MTPDeviceAsyncDelegate
::GetFileInfoSuccessCallback
38
typedef
MTPDeviceAsyncDelegate
::ErrorCallback ErrorCallback;
mtp_device_delegate_impl_linux.h
30
class MTPDeviceDelegateImplLinux : public
MTPDeviceAsyncDelegate
{
60
//
MTPDeviceAsyncDelegate
:
/external/chromium_org/chrome/browser/media_galleries/mac/
mtp_device_delegate_impl_mac.h
27
class MTPDeviceDelegateImplMac : public
MTPDeviceAsyncDelegate
{
32
//
MTPDeviceAsyncDelegate
implementation. These functions are called on the
Completed in 5001 milliseconds