Home
last modified time | relevance | path

Searched refs:storage_item (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/win8/metro_driver/
Dfile_picker_ash.cc134 mswr::ComPtr<winstorage::IStorageItem> storage_item; in SinglePickerDone() local
136 hr = file.As(&storage_item); in SinglePickerDone()
140 hr = storage_item->get_Path(file_path.GetAddressOf()); in SinglePickerDone()
340 mswr::ComPtr<winstorage::IStorageItem> storage_item; in ComposeMultiFileResult() local
341 hr = file.As(&storage_item); in ComposeMultiFileResult()
346 hr = storage_item->get_Path(file_path_str.GetAddressOf()); in ComposeMultiFileResult()
529 mswr::ComPtr<winstorage::IStorageItem> storage_item; in FilePickerDone() local
531 hr = file.As(&storage_item); in FilePickerDone()
535 hr = storage_item->get_Path(file_path.GetAddressOf()); in FilePickerDone()
598 mswr::ComPtr<winstorage::IStorageItem> storage_item; in FolderPickerDone() local
[all …]
Dfile_picker.cc205 mswr::ComPtr<winstorage::IStorageItem> storage_item; in SinglePickerDone() local
207 hr = file.As(&storage_item); in SinglePickerDone()
211 hr = storage_item->get_Path(file_path.GetAddressOf()); in SinglePickerDone()
403 mswr::ComPtr<winstorage::IStorageItem> storage_item; in ComposeMultiFileResult() local
404 hr = file.As(&storage_item); in ComposeMultiFileResult()
409 hr = storage_item->get_Path(file_path_str.GetAddressOf()); in ComposeMultiFileResult()
577 mswr::ComPtr<winstorage::IStorageItem> storage_item; in FilePickerDone() local
579 hr = file.As(&storage_item); in FilePickerDone()
583 hr = storage_item->get_Path(file_path.GetAddressOf()); in FilePickerDone()