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

  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_object_entry.cc 5 // MTPDeviceObjectEntry implementation.
9 MTPDeviceObjectEntry::MTPDeviceObjectEntry() : is_directory(false), size(0) {
12 MTPDeviceObjectEntry::MTPDeviceObjectEntry(const base::string16& object_id,
mtp_device_object_entry.h 14 // MTPDeviceObjectEntry contains the media transfer protocol device object
17 struct MTPDeviceObjectEntry {
18 MTPDeviceObjectEntry(); // Necessary for STL.
19 MTPDeviceObjectEntry(const base::string16& object_id,
42 typedef std::vector<MTPDeviceObjectEntry> MTPDeviceObjectEntries;

Completed in 43 milliseconds