OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shell_folder
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc
745
base::win::ScopedComPtr<IShellFolder>
shell_folder
;
local
746
if (SHGetDesktopFolder(
shell_folder
.Receive()) == NOERROR) {
747
HRESULT hr =
shell_folder
->GetDisplayNameOf(list, SHGDN_FORPARSING,
[
all
...]
Completed in 78 milliseconds