OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:storage_item
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/win8/metro_driver/
file_picker_ash.cc
134
mswr::ComPtr<winstorage::IStorageItem>
storage_item
;
local
136
hr = file.As(&
storage_item
);
140
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());
529
mswr::ComPtr<winstorage::IStorageItem>
storage_item
;
local
531
hr = file.As(&
storage_item
);
535
hr =
storage_item
->get_Path(file_path.GetAddressOf());
598
mswr::ComPtr<winstorage::IStorageItem>
storage_item
;
local
[
all
...]
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());
403
mswr::ComPtr<winstorage::IStorageItem>
storage_item
;
404
hr = file.As(&
storage_item
);
409
hr =
storage_item
->get_Path(file_path_str.GetAddressOf());
577
mswr::ComPtr<winstorage::IStorageItem>
storage_item
;
local
579
hr = file.As(&
storage_item
);
583
hr =
storage_item
->get_Path(file_path.GetAddressOf());
Completed in 40 milliseconds