Searched refs:cef_params (Results 1 – 8 of 8) sorted by relevance
28 CefFileDialogRunner::FileChooserParams cef_params; in RunFileChooser() local29 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()
34 scoped_refptr<CreateParams> cef_params);
289 scoped_refptr<CreateParams> cef_params) { in Create() argument295 cef_params.get()); in Create()
429 chrome_params.cef_params = base::MakeRefCounted<DelegateCreateParams>(params); in CreateBrowser()
209 CefFileDialogRunner::FileChooserParams cef_params; in RunFileChooser() local210 static_cast<blink::mojom::FileChooserParams&>(cef_params) = params; in RunFileChooser()223 RunFileChooserInternal(cef_params, std::move(callback)); in RunFileChooser()
47 + cef::BrowserDelegate::Create(this, params.cef_params);231 + scoped_refptr<cef::BrowserDelegate::CreateParams> cef_params;
28568 cef::BrowserDelegate::Create(this, params.cef_params);
16014 CefFileDialogRunner::FileChooserParams cef_params;16015 static_cast<blink::mojom::FileChooserParams&>(cef_params) = params;