Searched refs:OpenItem (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/chrome/browser/ |
D | platform_util_mac.mm | 38 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()";
|
D | platform_util_chromeos.cc | 28 void OpenItem(Profile* profile, const base::FilePath& full_path) { in OpenItem() function 30 file_manager::util::OpenItem(profile, full_path); in OpenItem()
|
D | platform_util_android.cc | 17 void OpenItem(Profile* profile, const base::FilePath& full_path) { in OpenItem() function
|
D | platform_util.h | 30 void OpenItem(Profile* profile, const base::FilePath& full_path);
|
D | platform_util_linux.cc | 74 void OpenItem(Profile* profile, const base::FilePath& full_path) { in OpenItem() function
|
D | platform_util_win.cc | 172 void OpenItem(Profile* profile, const base::FilePath& full_path) { in OpenItem() function
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
D | open_util.h | 30 void OpenItem(Profile* profile, const base::FilePath& file_path);
|
D | open_util.cc | 181 void OpenItem(Profile* profile, const base::FilePath& file_path) { in OpenItem() function
|
/external/chromium_org/chrome/common/importer/ |
D | pstore_declarations.h | 158 virtual HRESULT STDMETHODCALLTYPE OpenItem(
|
/external/chromium_org/chrome/browser/media_galleries/ |
D | media_galleries_scan_result_controller.cc | 189 platform_util::OpenItem(GetProfile(), entry->second.pref_info.AbsolutePath()); in DidClickOpenFolderViewer()
|
/external/chromium_org/chrome/browser/ui/webui/ |
D | downloads_dom_handler.cc | 473 platform_util::OpenItem( in HandleOpenDownloadsFolder()
|
/external/chromium_org/chrome/browser/download/ |
D | chrome_download_manager_delegate.cc | 422 platform_util::OpenItem(profile_, platform_path); in OpenDownloadUsingPlatformHandler()
|
/external/chromium_org/chrome/browser/extensions/api/downloads/ |
D | downloads_api.cc | 1368 platform_util::OpenItem( in RunAsync()
|