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

  /external/chromium_org/components/storage_monitor/
test_portable_device_watcher_win.cc 27 // |storage_object_id| specifies the string ID that uniquely identifies the
30 const base::string16& storage_object_id) {
34 if (storage_object_id == kStorageObjectIdA)
36 return (storage_object_id == kStorageObjectIdB) ?
65 const base::string16& storage_object_id) {
66 if (storage_object_id == kStorageObjectIdA)
68 return (storage_object_id == kStorageObjectIdB) ?
86 const base::string16& storage_object_id,
91 storage_object_id);
99 *name = GetMTPStorageName(pnp_device_id, storage_object_id);
    [all...]
test_portable_device_watcher_win.h 32 // |pnp_device_id|. |storage_object_id| specifies the string ID that uniquely
36 const base::string16& storage_object_id);
44 // |pnp_device_id| and |storage_object_id|.
46 const base::string16& storage_object_id,
69 base::string16* storage_object_id) const OVERRIDE;
test_storage_monitor.h 45 base::string16* storage_object_id) const OVERRIDE;
storage_monitor_win.h 43 base::string16* storage_object_id) const OVERRIDE;
portable_device_watcher_win.h 80 // interface details and |storage_object_id| with storage object temporary
85 base::string16* storage_object_id) const;
storage_monitor.h 113 // interface details and |storage_object_id| with the string ID that
119 base::string16* storage_object_id) const = 0;
test_storage_monitor.cc 99 base::string16* storage_object_id) const {
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));
storage_monitor_win.cc 124 base::string16* storage_object_id) const {
129 storage_device_id, device_location, 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)) {
  /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...]

Completed in 1239 milliseconds