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 27 // |storage_object_id| specifies the string ID that uniquely identifies the
30 const string16& storage_object_id) {
34 if (storage_object_id == kStorageObjectIdA)
36 return (storage_object_id == kStorageObjectIdB) ?
64 const string16& storage_object_id) {
65 if (storage_object_id == kStorageObjectIdA)
67 return (storage_object_id == kStorageObjectIdB) ?
85 const string16& storage_object_id,
90 storage_object_id);
98 *name = GetMTPStorageName(pnp_device_id, storage_object_id);
    [all...]
test_portable_device_watcher_win.h 33 // |pnp_device_id|. |storage_object_id| specifies the string ID that uniquely
36 const string16& storage_object_id);
44 // |pnp_device_id| and |storage_object_id|.
46 const string16& storage_object_id,
68 string16* storage_object_id) const OVERRIDE;
test_storage_monitor.h 51 string16* storage_object_id) const OVERRIDE;
portable_device_watcher_win.h 82 // interface details and |storage_object_id| with storage object temporary
87 string16* storage_object_id) const;
storage_monitor_win.h 39 base::string16* storage_object_id) const OVERRIDE;
storage_monitor_win.cc 118 base::string16* storage_object_id) const {
123 storage_device_id, device_location, storage_object_id));
storage_monitor.h 109 // interface details and |storage_object_id| with the string ID that
115 string16* storage_object_id) const = 0;
storage_monitor_win_unittest.cc 63 // |storage_object_id|.
66 base::string16* storage_object_id);
268 base::string16* storage_object_id) {
271 storage_object_id);
550 base::string16 storage_object_id; local
552 &storage_object_id));
558 pnp_device_id, storage_object_id));
test_storage_monitor.cc 112 string16* storage_object_id) const {
portable_device_watcher_win.cc 515 string16* storage_object_id) const {
518 DCHECK(storage_object_id);
534 *storage_object_id = storage_object_iter->object_temporary_id;
  /external/chromium_org/chrome/browser/media_galleries/win/
mtp_device_delegate_impl_win.h 45 const string16& storage_object_id);
58 const string16 storage_object_id; member in struct:chrome::MTPDeviceDelegateImplWin::StorageDeviceInfo
66 string16* storage_object_id,
90 const string16& storage_object_id);
mtp_device_delegate_impl_win.cc 43 string16* storage_object_id) {
47 DCHECK(storage_object_id);
55 UTF16ToUTF8(storage_device_id), pnp_device_id, storage_object_id);
78 return device_info.storage_object_id;
88 string16 parent_id(device_info.storage_object_id);
305 string16* storage_object_id,
309 DCHECK(storage_object_id);
314 *storage_object_id));
323 string16* storage_object_id = new string16; local
330 base::Unretained(storage_object_id)),
    [all...]

Completed in 98 milliseconds