| Chromium Embedded Framework (CEF)
    128.0.1+gc234e7f+chromium-128.0.6613.7
    | 
Callback interface for CefBrowserHost::RunFileDialog. More...
#include "include/cef_browser.h"
 
  
| Public Member Functions | |
| virtual void | OnFileDialogDismissed (const std::vector< CefString > &file_paths)=0 | 
| Called asynchronously after the file dialog is dismissed.  More... | |
|  Public Member Functions inherited from CefBaseRefCounted | |
| virtual void | AddRef () const =0 | 
| Called to increment the reference count for the object.  More... | |
| virtual bool | Release () const =0 | 
| Called to decrement the reference count for the object.  More... | |
| virtual bool | HasOneRef () const =0 | 
| Returns true if the reference count is 1.  More... | |
| virtual bool | HasAtLeastOneRef () const =0 | 
| Returns true if the reference count is at least 1.  More... | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from CefBaseRefCounted | |
| virtual | ~CefBaseRefCounted () | 
Callback interface for CefBrowserHost::RunFileDialog.
The methods of this class will be called on the browser process UI thread.
| 
 | pure virtual | 
Called asynchronously after the file dialog is dismissed.
|file_paths| will be a single value or a list of values depending on the dialog mode. If the selection was cancelled |file_paths| will be empty.