Home
last modified time | relevance | path

Searched refs:cef_params (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/browser/alloy/
Dalloy_dialog_util.cc28 CefFileDialogRunner::FileChooserParams cef_params; in RunFileChooser() local
29 cef_params.mode = params.mode; in RunFileChooser()
30 cef_params.default_file_name = params.default_file_name; in RunFileChooser()
31 cef_params.accept_types = params.accept_types; in RunFileChooser()
33 browser->RunFileChooser(cef_params, std::move(callback)); in RunFileChooser()
/third_party/cef/libcef/browser/chrome/
Dbrowser_delegate.h34 scoped_refptr<CreateParams> cef_params);
Dchrome_browser_delegate.cc289 scoped_refptr<CreateParams> cef_params) { in Create() argument
295 cef_params.get()); in Create()
Dchrome_browser_host_impl.cc429 chrome_params.cef_params = base::MakeRefCounted<DelegateCreateParams>(params); in CreateBrowser()
/third_party/cef/libcef/browser/
Dfile_dialog_manager.cc209 CefFileDialogRunner::FileChooserParams cef_params; in RunFileChooser() local
210 static_cast<blink::mojom::FileChooserParams&>(cef_params) = params; in RunFileChooser()
223 RunFileChooserInternal(cef_params, std::move(callback)); in RunFileChooser()
/third_party/cef/patch/patches/
Dchrome_browser_browser.patch47 + cef::BrowserDelegate::Create(this, params.cef_params);
231 + scoped_refptr<cef::BrowserDelegate::CreateParams> cef_params;
/third_party/chromium/patch/
D0004-3.2-Beta5.patch28568 cef::BrowserDelegate::Create(this, params.cef_params);
D0003-3.2-Beta3-1115.patch16014 CefFileDialogRunner::FileChooserParams cef_params;
16015 static_cast<blink::mojom::FileChooserParams&>(cef_params) = params;