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

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
mtp_device_map_service.cc 17 base::LazyInstance<MTPDeviceMapService> g_mtp_device_map_service =
23 MTPDeviceMapService* MTPDeviceMapService::GetInstance() {
27 void MTPDeviceMapService::RegisterMTPFileSystem(
37 base::Bind(&MTPDeviceMapService::AddAsyncDelegate,
46 void MTPDeviceMapService::RevokeMTPFileSystem(const std::string& fsid) {
64 void MTPDeviceMapService::AddAsyncDelegate(
75 void MTPDeviceMapService::RemoveAsyncDelegate(
84 MTPDeviceAsyncDelegate* MTPDeviceMapService::GetMTPDeviceAsyncDelegate(
100 MTPDeviceMapService::MTPDeviceMapService()
    [all...]
mtp_device_map_service.h 20 class MTPDeviceMapService {
22 static MTPDeviceMapService* GetInstance();
37 // |device_location|. Signals the MTPDeviceMapService to destroy the
42 friend struct base::DefaultLazyInstanceTraits<MTPDeviceMapService>;
71 MTPDeviceMapService();
72 ~MTPDeviceMapService();
81 DISALLOW_COPY_AND_ASSIGN(MTPDeviceMapService);

Completed in 889 milliseconds