Searched refs:storage_id (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/ui/views/focus/
H A Dview_storage.cc32 void ViewStorage::StoreView(int storage_id, View* view) { argument
34 std::map<int, View*>::iterator iter = id_to_view_.find(storage_id);
38 RemoveView(storage_id);
41 id_to_view_[storage_id] = view;
52 ids->push_back(storage_id);
55 View* ViewStorage::RetrieveView(int storage_id) { argument
56 std::map<int, View*>::iterator iter = id_to_view_.find(storage_id);
62 void ViewStorage::RemoveView(int storage_id) { argument
63 EraseView(storage_id, false);
81 void ViewStorage::EraseView(int storage_id, boo argument
[all...]
H A Dview_storage.h37 // Associates |view| with the specified |storage_id|.
38 void StoreView(int storage_id, View* view);
40 // Returns the view associated with |storage_id| if any, NULL otherwise.
41 View* RetrieveView(int storage_id);
43 // Removes the view associated with |storage_id| if any.
44 void RemoveView(int storage_id);
57 // Removes the view associated with |storage_id|. If |remove_all_ids| is true,
59 void EraseView(int storage_id, bool remove_all_ids);
/external/chromium_org/chrome/browser/storage_monitor/
H A Dportable_device_watcher_win.cc243 // |storage_id|. On success, returns true and fills in |device_storage_id|.
245 const base::string16& storage_id,
247 if (device_serial_num.empty() && storage_id.empty())
253 UTF16ToUTF8(storage_id + L':' + device_serial_num));
622 const std::string& storage_id = storage_iter->object_persistent_id; local
623 DCHECK(!ContainsKey(storage_map_, storage_id));
627 MediaStorageUtil::RecordDeviceInfoHistogram(false, storage_id, name);
628 if (storage_id.empty() || name.empty())
635 StorageInfo info(storage_id, storage_name, location,
637 storage_map_[storage_id]
244 ConstructDeviceStorageUniqueId(const base::string16& device_serial_num, const base::string16& storage_id, std::string* device_storage_id) argument
657 std::string storage_id = storage_object_iter->object_persistent_id; local
[all...]
H A Dmedia_transfer_protocol_device_observer_linux.cc44 const std::string storage_id = local
46 if (storage_id.empty())
56 storage_info.volume_identifier() + ":" + storage_id);
/external/libmtp/examples/
H A Dfiles.c45 printf(" Storage ID: 0x%08X\n", file->storage_id);
H A Dnewplaylist.c94 playlist->storage_id = 0;
H A Dsendfile.c78 genfile->storage_id = 0;
H A Dalbumart.c137 album->storage_id = 0;
H A Dsendtr.c60 fprintf(stderr, " -d <duration in seconds> -s <storage_id> <local path> <remote path>\n");
147 albuminfo->storage_id = trackmeta->storage_id;
346 trackmeta->storage_id = storageid;
/external/libmtp/src/
H A Dlibmtp.h614 uint32_t storage_id; /**< ID of storage holding this file */ member in struct:LIBMTP_file_struct
628 uint32_t storage_id; /**< ID of storage holding this track */ member in struct:LIBMTP_track_struct
657 uint32_t storage_id; /**< ID of storage holding this playlist */ member in struct:LIBMTP_playlist_struct
670 uint32_t storage_id; /**< ID of storage holding this album */ member in struct:LIBMTP_album_struct
686 uint32_t storage_id; /**< ID of storage holding this folder */ member in struct:LIBMTP_folder_struct
H A Dlibmtp.h.in612 uint32_t storage_id; /**< ID of storage holding this file */
626 uint32_t storage_id; /**< ID of storage holding this track */
655 uint32_t storage_id; /**< ID of storage holding this playlist */
668 uint32_t storage_id; /**< ID of storage holding this album */
684 uint32_t storage_id; /**< ID of storage holding this folder */
H A Dlibmtp.c2333 file->storage_id = ob->oi.StorageID;
3827 new->storage_id = 0;
3885 * arrange files into folders, you must dereference the <code>storage_id</code>
3941 file->storage_id = ob->oi.StorageID;
4081 file->storage_id = ob->oi.StorageID;
4171 new->storage_id = 0;
4437 * arrange tracks into folders, you must dereference the <code>storage_id</code>
4505 track->storage_id = ob->oi.StorageID;
4613 track->storage_id = ob->oi.StorageID;
4998 * or <code>metadata-&gt;storage_id</cod
6764 LIBMTP_Create_Folder(LIBMTP_mtpdevice_t *device, char *name, uint32_t parent_id, uint32_t storage_id) argument
[all...]
H A Dplaylist-spl.c128 pl->storage_id = oi->StorageID;
223 f->storage_id = pl->storage_id;

Completed in 1602 milliseconds