Searched refs:PortableDeviceInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/win/
H A Dportable_device_map_service.h52 struct PortableDeviceInfo { struct in class:PortableDeviceMapService
53 PortableDeviceInfo(); // Necessary for STL.
54 explicit PortableDeviceInfo(IPortableDevice* device);
63 typedef std::map<const base::string16, PortableDeviceInfo> PortableDeviceMap;
H A Dportable_device_map_service.cc31 device_map_[device_location] = PortableDeviceInfo(device);
64 PortableDeviceMapService::PortableDeviceInfo::PortableDeviceInfo() function in class:PortableDeviceMapService::PortableDeviceInfo
68 PortableDeviceMapService::PortableDeviceInfo::PortableDeviceInfo( function in class:PortableDeviceMapService::PortableDeviceInfo

Completed in 284 milliseconds