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

  /external/chromium_org/chrome/browser/storage_monitor/
test_portable_device_watcher_win.cc 25 // |storage_object_id| specifies the string ID that uniquely identifies the
28 const base::string16& storage_object_id) {
32 if (storage_object_id == kStorageObjectIdA)
34 return (storage_object_id == kStorageObjectIdB) ?
62 const base::string16& storage_object_id) {
63 if (storage_object_id == kStorageObjectIdA)
65 return (storage_object_id == kStorageObjectIdB) ?
83 const base::string16& storage_object_id,
88 storage_object_id);
96 *name = GetMTPStorageName(pnp_device_id, storage_object_id);
    [all...]
test_portable_device_watcher_win.h 30 // |pnp_device_id|. |storage_object_id| specifies the string ID that uniquely
34 const base::string16& storage_object_id);
42 // |pnp_device_id| and |storage_object_id|.
44 const base::string16& storage_object_id,
67 base::string16* storage_object_id) const OVERRIDE;
test_storage_monitor.h 48 base::string16* storage_object_id) const OVERRIDE;
storage_monitor_win.h 34 base::string16* storage_object_id) const OVERRIDE;
storage_monitor_win.cc 115 base::string16* storage_object_id) const {
120 storage_device_id, device_location, storage_object_id));
portable_device_watcher_win.h 78 // interface details and |storage_object_id| with storage object temporary
83 base::string16* storage_object_id) const;
storage_monitor.h 103 // interface details and |storage_object_id| with the string ID that
109 base::string16* storage_object_id) const = 0;
storage_monitor_win_unittest.cc 61 // |storage_object_id|.
64 base::string16* storage_object_id);
263 base::string16* storage_object_id) {
266 storage_object_id);
545 base::string16 storage_object_id; local
547 &storage_object_id));
553 pnp_device_id, storage_object_id));
test_storage_monitor.cc 109 base::string16* storage_object_id) const {
portable_device_watcher_win.cc 513 base::string16* storage_object_id) const {
516 DCHECK(storage_object_id);
532 *storage_object_id = storage_object_iter->object_temporary_id;
560 base::string16 storage_object_id; local
562 &device_location, &storage_object_id)) {
  /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);
53 UTF16ToUTF8(storage_device_id), pnp_device_id, storage_object_id);
76 return device_info.storage_object_id;
86 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...]

Completed in 298 milliseconds