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

  /external/chromium_org/chrome/browser/media_galleries/win/
portable_device_map_service.cc 14 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::PortableDeviceMapService()
    [all...]
portable_device_map_service.h 16 // PortableDeviceMapService keeps track of initialized portable device
17 // interfaces. PortableDeviceMapService owns the portable device interfaces.
18 class PortableDeviceMapService {
20 static PortableDeviceMapService* GetInstance();
50 friend struct base::DefaultLazyInstanceTraits<PortableDeviceMapService>;
66 PortableDeviceMapService();
67 ~PortableDeviceMapService();
73 DISALLOW_COPY_AND_ASSIGN(PortableDeviceMapService);

Completed in 84 milliseconds