Home
last modified time | relevance | path

Searched refs:OpenItem (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/
Dplatform_util_mac.mm37 void OpenItem(const FilePath& full_path) {
53 LOG(WARNING) << "Could not create OpenItem() AE target";
66 LOG(WARNING) << "Could not create OpenItem() AE event";
77 LOG(WARNING) << "Could not create OpenItem() AE file list";
92 LOG(WARNING) << "Could not add file path to AE list in OpenItem()";
96 LOG(WARNING) << "Could not get FSRef for path URL in OpenItem()";
105 LOG(WARNING) << "Could not put the AE file list the path in OpenItem()";
119 LOG(WARNING) << "Could not send AE to Finder in OpenItem()";
Dplatform_util.h21 void OpenItem(const FilePath& full_path);
Dplatform_util_linux.cc67 void OpenItem(const FilePath& full_path) { in OpenItem() function
Dplatform_util_chromeos.cc53 void OpenItem(const FilePath& full_path) { in OpenItem() function
Dplatform_util_win.cc116 void OpenItem(const FilePath& full_path) { in OpenItem() function
/external/chromium/chrome/browser/download/
Ddownload_item.cc278 platform_util::OpenItem(full_path()); in OpenDownload()
282 NewRunnableFunction(&platform_util::OpenItem, full_path())); in OpenDownload()