HomeSort by relevance Sort by last modified time
    Searched refs:PortableDeviceMapService (Results 1 - 3 of 3) 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);
mtp_device_delegate_impl_win.cc 71 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 281 milliseconds