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

  /external/chromium_org/ui/base/win/
shell.h 24 UI_BASE_EXPORT bool OpenItemViaShell(const base::FilePath& full_path);
29 // registered for the item, it behaves the same as OpenItemViaShell.
shell.cc 59 bool OpenItemViaShell(const base::FilePath& full_path) {
  /external/chromium_org/chrome/utility/
shell_handler_win.cc 34 ui::win::OpenItemViaShell(full_path);
  /external/chromium_org/chrome/browser/
platform_util_win.cc 199 base::Bind(base::IgnoreResult(&ui::win::OpenItemViaShell), full_path));

Completed in 572 milliseconds