Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/
Dplatform_util_mac.mm38 void OpenItem(Profile* profile, const base::FilePath& full_path) {
52 OSSTATUS_LOG(WARNING, status) << "Could not create OpenItem() AE target";
65 OSSTATUS_LOG(WARNING, status) << "Could not create OpenItem() AE event";
76 OSSTATUS_LOG(WARNING, status) << "Could not create OpenItem() AE file list";
92 << "Could not add file path to AE list in OpenItem()";
96 LOG(WARNING) << "Could not get FSRef for path URL in OpenItem()";
106 << "Could not put the AE file list the path in OpenItem()";
121 << "Could not send AE to Finder in OpenItem()";
Dplatform_util_chromeos.cc28 void OpenItem(Profile* profile, const base::FilePath& full_path) { in OpenItem() function
30 file_manager::util::OpenItem(profile, full_path); in OpenItem()
Dplatform_util_android.cc17 void OpenItem(Profile* profile, const base::FilePath& full_path) { in OpenItem() function
Dplatform_util.h30 void OpenItem(Profile* profile, const base::FilePath& full_path);
Dplatform_util_linux.cc74 void OpenItem(Profile* profile, const base::FilePath& full_path) { in OpenItem() function
Dplatform_util_win.cc172 void OpenItem(Profile* profile, const base::FilePath& full_path) { in OpenItem() function
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dopen_util.h30 void OpenItem(Profile* profile, const base::FilePath& file_path);
Dopen_util.cc181 void OpenItem(Profile* profile, const base::FilePath& file_path) { in OpenItem() function
/external/chromium_org/chrome/common/importer/
Dpstore_declarations.h158 virtual HRESULT STDMETHODCALLTYPE OpenItem(
/external/chromium_org/chrome/browser/media_galleries/
Dmedia_galleries_scan_result_controller.cc189 platform_util::OpenItem(GetProfile(), entry->second.pref_info.AbsolutePath()); in DidClickOpenFolderViewer()
/external/chromium_org/chrome/browser/ui/webui/
Ddownloads_dom_handler.cc473 platform_util::OpenItem( in HandleOpenDownloadsFolder()
/external/chromium_org/chrome/browser/download/
Dchrome_download_manager_delegate.cc422 platform_util::OpenItem(profile_, platform_path); in OpenDownloadUsingPlatformHandler()
/external/chromium_org/chrome/browser/extensions/api/downloads/
Ddownloads_api.cc1368 platform_util::OpenItem( in RunAsync()