cef_jsdialog_callback_t.base

Base structure.

More...
struct cef_jsdialog_callback_t
cef_base_ref_counted_t base;

Detailed Description

Continue the JS dialog request. Set |success| to true (1) if the OK button was pressed. The |user_input| value should be specified for prompt dialogs.

Implement this structure to handle events related to JavaScript dialogs. The functions of this structure will be called on the UI thread.

Base structure.

Called to run a JavaScript dialog. If |origin_url| is non-NULL it can be

Meta