Searched refs:download_path (Results 1 – 9 of 9) sorted by relevance
/third_party/cef/libcef_dll/ctocpp/ |
D | before_download_callback_ctocpp.cc | 21 void CefBeforeDownloadCallbackCToCpp::Continue(const CefString& download_path, in Continue() argument 34 _struct->cont(_struct, download_path.GetStruct(), show_dialog); in Continue()
|
D | before_download_callback_ctocpp.h | 38 void Continue(const CefString& download_path, bool show_dialog) override;
|
/third_party/cef/libcef_dll/cpptoc/ |
D | before_download_callback_cpptoc.cc | 24 const cef_string_t* download_path, in before_download_callback_cont() argument 37 CefString(download_path), show_dialog ? true : false); in before_download_callback_cont()
|
/third_party/cef/libcef/common/ |
D | resource_util.cc | 118 bool DownloadPathIsDangerous(const base::FilePath& download_path) { in DownloadPathIsDangerous() argument 121 if (download_path == home_dir) { in DownloadPathIsDangerous() 131 return (download_path == desktop_dir); in DownloadPathIsDangerous()
|
/third_party/cef/libcef/browser/ |
D | download_manager_delegate.cc | 59 void Continue(const CefString& download_path, bool show_dialog) override { in Continue() argument 65 base::FilePath path = base::FilePath(download_path); in Continue() 76 this, download_path, show_dialog)); in Continue() 84 const base::FilePath& download_path, in GenerateFilename() argument 89 base::FilePath suggested_path = download_path; in GenerateFilename()
|
/third_party/cef/include/capi/ |
D | cef_download_handler_capi.h | 67 const cef_string_t* download_path,
|
/third_party/cef/include/ |
D | cef_download_handler.h | 58 virtual void Continue(const CefString& download_path, bool show_dialog) = 0;
|
/third_party/node/ |
D | configure.py | 1449 if not os.access(options.download_path, os.W_OK): 1462 targetfile = os.path.join(options.download_path, local)
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 23563 bool DownloadPathIsDangerous(const base::FilePath& download_path) { 23567 if (download_path == home_dir) { 23568 @@ -129,6 +141,11 @@ bool DownloadPathIsDangerous(const base::FilePath& download_path) { 23571 return (download_path == desktop_dir); 37454 bool DownloadPathIsDangerous(const base::FilePath& download_path) { 37458 if (download_path == home_dir) {
|