Searched refs:storage_object_id (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/storage_monitor/
H A Dtest_portable_device_watcher_win.cc27 // |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);
29 GetMTPStorageName(const base::string16& pnp_device_id, const base::string16& storage_object_id) argument
63 GetMTPStorageUniqueId( const base::string16& pnp_device_id, const base::string16& storage_object_id) argument
84 GetMTPStorageDetails( const base::string16& pnp_device_id, const base::string16& storage_object_id, base::string16* device_location, std::string* unique_id, base::string16* name) argument
[all...]
H A Dtest_portable_device_watcher_win.h32 // |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;
H A Dtest_storage_monitor.h45 base::string16* storage_object_id) const OVERRIDE;
H A Dstorage_monitor_win.h43 base::string16* storage_object_id) const OVERRIDE;
H A Dportable_device_watcher_win.h80 // interface details and |storage_object_id| with storage object temporary
85 base::string16* storage_object_id) const;
H A Dtest_storage_monitor.cc99 base::string16* storage_object_id) const {
H A Dstorage_monitor_win_unittest.cc63 // |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));
252 GetMTPStorageInfo( const std::string& storage_device_id, base::string16* pnp_device_id, base::string16* storage_object_id) argument
H A Dstorage_monitor.h113 // interface details and |storage_object_id| with the string ID that
119 base::string16* storage_object_id) const = 0;
H A Dstorage_monitor_win.cc124 base::string16* storage_object_id) const {
129 storage_device_id, device_location, storage_object_id));
H A Dportable_device_watcher_win.cc516 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/
H A Dmtp_device_delegate_impl_win.h42 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);
H A Dmtp_device_delegate_impl_win.cc41 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)),
39 GetStorageInfoOnUIThread(const base::string16& storage_path, base::string16* pnp_device_id, base::string16* storage_object_id) argument
300 OnGetStorageInfoCreateDelegate( const base::string16& device_location, const CreateMTPDeviceAsyncDelegateCallback& callback, base::string16* pnp_device_id, base::string16* storage_object_id, bool succeeded) argument
339 StorageDeviceInfo( const base::string16& pnp_device_id, const base::string16& registered_device_path, const base::string16& storage_object_id) argument
358 MTPDeviceDelegateImplWin( const base::string16& registered_device_path, const base::string16& pnp_device_id, const base::string16& storage_object_id) argument
[all...]

Completed in 118 milliseconds