Home
last modified time | relevance | path

Searched refs:download_path (Results 1 – 9 of 9) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dbefore_download_callback_ctocpp.cc21 void CefBeforeDownloadCallbackCToCpp::Continue(const CefString& download_path, in Continue() argument
34 _struct->cont(_struct, download_path.GetStruct(), show_dialog); in Continue()
Dbefore_download_callback_ctocpp.h38 void Continue(const CefString& download_path, bool show_dialog) override;
/third_party/cef/libcef_dll/cpptoc/
Dbefore_download_callback_cpptoc.cc24 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/
Dresource_util.cc118 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/
Ddownload_manager_delegate.cc59 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/
Dcef_download_handler_capi.h67 const cef_string_t* download_path,
/third_party/cef/include/
Dcef_download_handler.h58 virtual void Continue(const CefString& download_path, bool show_dialog) = 0;
/third_party/node/
Dconfigure.py1449 if not os.access(options.download_path, os.W_OK):
1462 targetfile = os.path.join(options.download_path, local)
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch23563 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) {