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

  /external/chromium_org/ui/base/win/
shell.h 24 UI_BASE_EXPORT bool OpenItemViaShell(const base::FilePath& full_path);
27 // zone on all downloads. This function is equivalent to OpenItemViaShell
35 // registered for the item, it behaves the same as OpenItemViaShell.
shell.cc 55 bool OpenItemViaShell(const base::FilePath& full_path) {
  /external/chromium_org/chrome/browser/
platform_util_win.cc 180 base::Bind(base::IgnoreResult(&ui::win::OpenItemViaShell), full_path));

Completed in 68 milliseconds