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

  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.h 42 const base::string16& storage_object_id);
55 const base::string16 storage_object_id; member in struct:MTPDeviceDelegateImplWin::StorageDeviceInfo
63 base::string16* storage_object_id,
87 const base::string16& storage_object_id);
mtp_device_delegate_impl_win.cc 41 base::string16* storage_object_id) {
45 DCHECK(storage_object_id);
54 base::UTF16ToUTF8(storage_device_id), pnp_device_id, storage_object_id);
77 return device_info.storage_object_id;
87 base::string16 parent_id(device_info.storage_object_id);
304 base::string16* storage_object_id,
308 DCHECK(storage_object_id);
313 *storage_object_id));
322 base::string16* storage_object_id = new base::string16; local
329 base::Unretained(storage_object_id)),
    [all...]
  /external/chromium_org/components/storage_monitor/
storage_monitor_win_unittest.cc 63 // |storage_object_id|.
66 base::string16* storage_object_id);
255 base::string16* storage_object_id) {
258 storage_object_id);
536 base::string16 storage_object_id; local
538 &storage_object_id));
544 pnp_device_id, storage_object_id));
portable_device_watcher_win.cc 516 base::string16* storage_object_id) const {
519 DCHECK(storage_object_id);
535 *storage_object_id = storage_object_iter->object_temporary_id;
563 base::string16 storage_object_id; local
565 &device_location, &storage_object_id)) {

Completed in 61 milliseconds