Chromium Embedded Framework (CEF)
114.2.1+gd70a0a8+chromium-114.0.5735.45
|
Callback interface used for asynchronous continuation of JavaScript dialog requests. More...
#include "include/cef_jsdialog_handler.h"
Public Member Functions | |
virtual void | Continue (bool success, const CefString &user_input)=0 |
Continue the JS dialog request. 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 used for asynchronous continuation of JavaScript dialog requests.
|
pure virtual |
Continue the JS dialog request.
Set |success| to true if the OK button was pressed. The |user_input| value should be specified for prompt dialogs.