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

  /external/chromium/chrome/browser/
platform_util.h 21 void OpenItem(const FilePath& full_path);
platform_util_chromeos.cc 53 void OpenItem(const FilePath& full_path) {
platform_util_linux.cc 67 void OpenItem(const FilePath& full_path) {
platform_util_win.cc 116 void OpenItem(const FilePath& full_path) {
  /external/chromium/chrome/browser/download/
download_item.cc 278 platform_util::OpenItem(full_path());
282 NewRunnableFunction(&platform_util::OpenItem, full_path()));

Completed in 281 milliseconds