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

  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 803 base::win::ScopedComPtr<IShellFolder> shell_folder; local
804 if (SHGetDesktopFolder(shell_folder.Receive()) == NOERROR) {
805 HRESULT hr = shell_folder->GetDisplayNameOf(list, SHGDN_FORPARSING,
    [all...]
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc 754 base::win::ScopedComPtr<IShellFolder> shell_folder; local
755 if (SHGetDesktopFolder(shell_folder.Receive()) == NOERROR) {
756 HRESULT hr = shell_folder->GetDisplayNameOf(list, SHGDN_FORPARSING,
    [all...]

Completed in 164 milliseconds