HomeSort by relevance Sort by last modified time
    Searched full:storage_item (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/win8/metro_driver/
file_picker.cc 205 mswr::ComPtr<winstorage::IStorageItem> storage_item; local
207 hr = file.As(&storage_item);
211 hr = storage_item->get_Path(file_path.GetAddressOf());
402 mswr::ComPtr<winstorage::IStorageItem> storage_item;
403 hr = file.As(&storage_item);
408 hr = storage_item->get_Path(file_path_str.GetAddressOf());
575 mswr::ComPtr<winstorage::IStorageItem> storage_item; local
577 hr = file.As(&storage_item);
581 hr = storage_item->get_Path(file_path.GetAddressOf());
file_picker_ash.cc 135 mswr::ComPtr<winstorage::IStorageItem> storage_item; local
137 hr = file.As(&storage_item);
141 hr = storage_item->get_Path(file_path.GetAddressOf());
340 mswr::ComPtr<winstorage::IStorageItem> storage_item;
341 hr = file.As(&storage_item);
346 hr = storage_item->get_Path(file_path_str.GetAddressOf());
528 mswr::ComPtr<winstorage::IStorageItem> storage_item; local
530 hr = file.As(&storage_item);
534 hr = storage_item->get_Path(file_path.GetAddressOf());
597 mswr::ComPtr<winstorage::IStorageItem> storage_item; local
    [all...]

Completed in 196 milliseconds