Package-level declarations
Types
Link copied to clipboard
interface CefAuthCallback
Callback interface used for asynchronous continuation of authentication requests.
Link copied to clipboard
interface CefBeforeDownloadCallback
Callback interface used to asynchronously continue a download.
Link copied to clipboard
interface CefCallback
Generic callback interface used for asynchronous continuation.
Link copied to clipboard
interface CefCommandLine
Class used to create and/or parse command line arguments.
Link copied to clipboard
interface CefCompletionCallback
Generic callback interface used for asynchronous completion.
Link copied to clipboard
interface CefContextMenuParams
Provides information about the context menu state.
Link copied to clipboard
interface CefCookieVisitor
Interface to implement for visiting cookie values.
Link copied to clipboard
interface CefDownloadItem
Class used to represent a download item.
Link copied to clipboard
interface CefDownloadItemCallback
Callback interface used to asynchronously modify download status.
Link copied to clipboard
Class used to represent drag data.
Link copied to clipboard
interface CefFileDialogCallback
Callback interface for asynchronous continuation of file dialog requests.
Link copied to clipboard
interface CefJSDialogCallback
Callback interface used for asynchronous continuation of JavaScript dialog requests.
Link copied to clipboard
interface CefMediaAccessCallback
Callback interface used for asynchronous continuation of media access permission requests.
Link copied to clipboard
interface CefMenuModel
Supports creation and modification of menus.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface CefPdfPrintCallback
Callback interface for CefBrowser.PrintToPDF().
Link copied to clipboard
interface CefPrintDialogCallback
Callback interface for asynchronous continuation of print dialog requests.
Link copied to clipboard
interface CefPrintJobCallback
Callback interface for asynchronous continuation of print job requests.
Link copied to clipboard
interface CefQueryCallback
Interface representing a query callback.
Link copied to clipboard
interface CefRunFileDialogCallback
Callback interface for CefBrowserHost::RunFileDialog.
Link copied to clipboard
interface CefSchemeHandlerFactory
Class that creates CefResourceHandler instances for handling scheme requests.
Link copied to clipboard
interface CefSchemeRegistrar
Class that manages custom scheme registrations.
Link copied to clipboard
interface CefStringVisitor
Public interface to receive string values asynchronously.
Link copied to clipboard
Interface that should be implemented by the CefURLRequest client.