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

  /external/chromium_org/chrome/browser/printing/
printer_manager_dialog_win.cc 30 ShellExecute(NULL, L"open", rundll32.value().c_str(), args.c_str(), NULL,
  /external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils_win.cc 47 ShellExecute(NULL, L"open", rundll32.value().c_str(), args.c_str(), NULL,
  /external/chromium_org/base/win/
shortcut.cc 318 int result = reinterpret_cast<int>(ShellExecute(NULL, L"taskbarpin", shortcut,
330 int result = reinterpret_cast<int>(ShellExecute(NULL, L"taskbarunpin",
  /external/chromium_org/chrome/browser/
platform_util_win.cc 53 // from shell32 and if it does not exist, we just invoke ShellExecute to
66 ShellExecute(NULL, L"open", dir.value().c_str(), NULL, NULL, SW_SHOW);
96 // found" even though the file is there. In these cases, ShellExecute()
99 ShellExecute(NULL, L"open", dir.value().c_str(), NULL, NULL, SW_SHOW);
109 // Old ShellExecute crashes the process when the command for a given scheme
135 // ShellExecute on long URLs (bug 161357 on bugzilla.mozilla.org). IE 5 and 6
chrome_browser_main_win.cc 352 ShellExecute(NULL, NULL, L"appwiz.cpl", NULL, NULL, SW_SHOWNORMAL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shellapi.h 50 #define ShellExecute __MINGW_NAME_AW(ShellExecute)
shldisp.h     [all...]

Completed in 134 milliseconds