Searched defs:PortableDeviceMapService (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/win/
H A Dportable_device_map_service.cc16 base::LazyInstance<PortableDeviceMapService> g_portable_device_map_service =
22 PortableDeviceMapService* PortableDeviceMapService::GetInstance() {
26 void PortableDeviceMapService::AddPortableDevice(
36 void PortableDeviceMapService::MarkPortableDeviceForDeletion(
46 void PortableDeviceMapService::RemovePortableDevice(
56 IPortableDevice* PortableDeviceMapService::GetPortableDevice(
66 PortableDeviceMapService::PortableDeviceInfo::PortableDeviceInfo()
70 PortableDeviceMapService::PortableDeviceInfo::PortableDeviceInfo(
76 PortableDeviceMapService function in class:chrome::PortableDeviceMapService
[all...]
H A Dportable_device_map_service.h18 // PortableDeviceMapService keeps track of initialized portable device
19 // interfaces. PortableDeviceMapService owns the portable device interfaces.
20 class PortableDeviceMapService { class in namespace:chrome
22 static PortableDeviceMapService* GetInstance();
52 friend struct base::DefaultLazyInstanceTraits<PortableDeviceMapService>;
68 PortableDeviceMapService();
69 ~PortableDeviceMapService();
75 DISALLOW_COPY_AND_ASSIGN(PortableDeviceMapService);

Completed in 242 milliseconds