Searched refs:PortableDeviceMapService (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/win/
H A Dportable_device_map_service.cc14 base::LazyInstance<PortableDeviceMapService> g_portable_device_map_service =
20 PortableDeviceMapService* PortableDeviceMapService::GetInstance() {
24 void PortableDeviceMapService::AddPortableDevice(
34 void PortableDeviceMapService::MarkPortableDeviceForDeletion(
44 void PortableDeviceMapService::RemovePortableDevice(
54 IPortableDevice* PortableDeviceMapService::GetPortableDevice(
64 PortableDeviceMapService::PortableDeviceInfo::PortableDeviceInfo()
68 PortableDeviceMapService::PortableDeviceInfo::PortableDeviceInfo(
74 PortableDeviceMapService function in class:PortableDeviceMapService
[all...]
H A Dportable_device_map_service.h16 // PortableDeviceMapService keeps track of initialized portable device
17 // interfaces. PortableDeviceMapService owns the portable device interfaces.
18 class PortableDeviceMapService { class
20 static PortableDeviceMapService* GetInstance();
50 friend struct base::DefaultLazyInstanceTraits<PortableDeviceMapService>;
66 PortableDeviceMapService();
67 ~PortableDeviceMapService();
73 DISALLOW_COPY_AND_ASSIGN(PortableDeviceMapService);
H A Dmtp_device_delegate_impl_win.cc71 PortableDeviceMapService::GetInstance()->GetPortableDevice(
110 PortableDeviceMapService::GetInstance()->GetPortableDevice(
144 PortableDeviceMapService::GetInstance()->AddPortableDevice(
163 PortableDeviceMapService::GetInstance()->GetPortableDevice(
226 PortableDeviceMapService::GetInstance()->GetPortableDevice(
292 PortableDeviceMapService::GetInstance()->RemovePortableDevice(
461 PortableDeviceMapService::GetInstance()->MarkPortableDeviceForDeletion(

Completed in 75 milliseconds