diff --git a/README.md b/README.md index a8782b76..65ee5c22 100644 --- a/README.md +++ b/README.md @@ -3,17 +3,17 @@ CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chro CEF4Delphi is based on DCEF3 and fpCEF3. The original license of those projects still applies to CEF4Delphi. Read the license terms in the LICENSE.md file. -CEF4Delphi uses CEF 146.0.7 which includes Chromium 146.0.7680.165. +CEF4Delphi uses CEF 146.0.9 which includes Chromium 146.0.7680.165. The CEF binaries used by CEF4Delphi are available for download at Spotify : -* [Windows 32 bits](https://cef-builds.spotifycdn.com/cef_binary_146.0.7%2Bga6b143f%2Bchromium-146.0.7680.165_windows32.tar.bz2) -* [Windows 64 bits](https://cef-builds.spotifycdn.com/cef_binary_146.0.7%2Bga6b143f%2Bchromium-146.0.7680.165_windows64.tar.bz2) -* [Linux x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_146.0.7%2Bga6b143f%2Bchromium-146.0.7680.165_linux64.tar.bz2) -* [Linux ARM 32 bits](https://cef-builds.spotifycdn.com/cef_binary_146.0.7%2Bga6b143f%2Bchromium-146.0.7680.165_linuxarm.tar.bz2) -* [Linux ARM 64 bits](https://cef-builds.spotifycdn.com/cef_binary_146.0.7%2Bga6b143f%2Bchromium-146.0.7680.165_linuxarm64.tar.bz2) -* [MacOS x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_146.0.7%2Bga6b143f%2Bchromium-146.0.7680.165_macosx64.tar.bz2) +* [Windows 32 bits](https://cef-builds.spotifycdn.com/cef_binary_146.0.9%2Bg3ca6a87%2Bchromium-146.0.7680.165_windows32.tar.bz2) +* [Windows 64 bits](https://cef-builds.spotifycdn.com/cef_binary_146.0.9%2Bg3ca6a87%2Bchromium-146.0.7680.165_windows64.tar.bz2) +* [Linux x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_146.0.9%2Bg3ca6a87%2Bchromium-146.0.7680.165_linux64.tar.bz2) +* [Linux ARM 32 bits](https://cef-builds.spotifycdn.com/cef_binary_146.0.9%2Bg3ca6a87%2Bchromium-146.0.7680.165_linuxarm.tar.bz2) +* [Linux ARM 64 bits](https://cef-builds.spotifycdn.com/cef_binary_146.0.9%2Bg3ca6a87%2Bchromium-146.0.7680.165_linuxarm64.tar.bz2) +* [MacOS x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_146.0.9%2Bg3ca6a87%2Bchromium-146.0.7680.165_macosx64.tar.bz2) -CEF4Delphi was developed and tested on Delphi 13 and it has been tested in Delphi 6, Delphi XE, Delphi 10, Delphi 11 and Lazarus 4.6/FPC 3.2.2. CEF4Delphi includes VCL, FireMonkey (FMX) and Lazarus components. +CEF4Delphi was developed and tested on Delphi 13.1 and it has been tested in Delphi 6, Delphi XE, Delphi 10, Delphi 11 and Lazarus 4.6/FPC 3.2.2. CEF4Delphi includes VCL, FireMonkey (FMX) and Lazarus components. CEF4Delphi demos have been tested in Windows 10, Windows 11, Linux Mint 22.3 and Raspberry Pi OS. diff --git a/docs/cef4delphi.chm b/docs/cef4delphi.chm index c4371574..8105cc44 100644 Binary files a/docs/cef4delphi.chm and b/docs/cef4delphi.chm differ diff --git a/docs/html/AllClasses.html b/docs/html/AllClasses.html index aaefe74e..c3db69fa 100644 --- a/docs/html/AllClasses.html +++ b/docs/html/AllClasses.html @@ -3,7 +3,7 @@ cef4delphi: All Classes, Interfaces, Objects and Records - + @@ -1372,15 +1372,35 @@

Class used to keep a list of valid custom component IDs for any component that handles a CEF Task event.

+TCefComponentRef +uCEFComponent +

Structure representing a snapshot of a component's state at the time of retrieval. To get updated information, retrieve a new cef_component_t object via ICefComponentUpdater.GetComponentById or GetComponents. The functions of this structure may be called on any thread.

+ + TCefComponentUpdateCallback uCEFTypes

Callback structure for component update results.

+ +TCefComponentUpdateCallbackOwn +uCEFComponentUpdateCallback +

 

+ +TCefComponentUpdateCallbackRef +uCEFComponentUpdateCallback +

 

+ + TCefComponentUpdater uCEFTypes

This structure provides access to Chromium's component updater service, allowing clients to discover registered components and trigger on-demand updates. The functions of this structure may only be called on the browser process UI thread. If the CEF context is not initialized or the component updater service is not available, functions will return safe defaults (0, nullptr, or NULL).

+ +TCefComponentUpdaterRef +uCEFComponentUpdater +

This structure provides access to Chromium's component updater service, allowing clients to discover registered components and trigger on-demand updates. The functions of this structure may only be called on the browser process UI thread. If the CEF context is not initialized or the component updater service is not available, functions will return safe defaults (0, nullptr, or NULL).

+ TCefCompositionUnderline uCEFTypes @@ -1477,134 +1497,139 @@

 

+TCefCustomComponentUpdateCallback +uCEFComponentUpdateCallback +

 

+ + TCefCustomCookieVisitor uCEFCookieVisitor

 

- + TCefCustomDeleteCookiesCallback uCEFDeleteCookiesCallback

 

- + TCefCustomDownloadImageCallback uCEFDownloadImageCallBack

 

- + TCefCustomMediaRouteCreateCallback uCEFMediaRouteCreateCallback

 

- + TCefCustomMediaSinkDeviceInfoCallback uCEFMediaSinkDeviceInfoCallback

 

- + TCefCustomPDFPrintCallBack uCEFPDFPrintCallback

 

- + TCefCustomRenderProcessHandler uCEFRenderProcessHandler

 

- + TCefCustomResolveCallback uCEFResolveCallback

 

- + TCefCustomResourceBundleHandler uCEFResourceBundleHandler

 

- + TCefCustomSetCookieCallback uCEFSetCookieCallback

 

- + TCefCustomStreamReader uCEFCustomStreamReader

 

- + TCefCustomStringList uCEFStringList

CEF string maps are a set of key/value string pairs.

- + TCefCustomStringMap uCEFStringMap

CEF string maps are a set of key/value string pairs.

- + TCefCustomStringMultimap uCEFStringMultimap

CEF string multimaps are a set of key/value string pairs. More than one value can be assigned to a single key.

- + TCefCustomUserData uCEFv8Handler

 

- + TCefDeleteCookiesCallback uCEFTypes

Structure to implement to be notified of asynchronous completion via ICefCookieManager.DeleteCookies().

NOTE: This struct is allocated client-side.

- + TCefDeleteCookiesCallbackOwn uCEFDeleteCookiesCallback

 

- + TCefDevToolsMessageObserver uCEFTypes

Callback structure for ICefBrowserHost.AddDevToolsMessageObserver. The functions of this structure will be called on the browser process UI thread.

NOTE: This struct is allocated client-side.

- + TCEFDevToolsMessageObserverOwn uCEFDevToolsMessageObserver

 

- + TCefDialogHandler uCEFTypes

Implement this structure to handle dialog events. The functions of this structure will be called on the browser process UI thread.

NOTE: This struct is allocated client-side.

- + TCefDialogHandlerOwn uCEFDialogHandler

 

- + TCefDictionaryValue uCEFTypes

Structure representing a dictionary value. Can be used on any process and thread.

NOTE: This struct is allocated DLL-side.

- + TCefDictionaryValueRef uCEFDictionaryValue

 

- + TCEFDirectoryDeleterThread uCEFApplicationCore

 

- + TCefDisplay uCEFTypes

This structure typically, but not always, corresponds to a physical display connected to the system. A fake Display may exist on a headless system, or a Display may correspond to a remote, virtual display. All size and position values are in density independent pixel (DIP) coordinates unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated. @@ -1613,19 +1638,19 @@

NOTE: This struct is allocated DLL-side.

- + TCefDisplayHandler uCEFTypes

Implement this structure to handle events related to browser display state. The functions of this structure will be called on the UI thread.

NOTE: This struct is allocated client-side.

- + TCefDisplayHandlerOwn uCEFDisplayHandler

Event handler related to browser display state. The functions of this interface will be called on the UI thread.

- + TCefDisplayRef uCEFDisplay

@@ -1636,307 +1661,307 @@

- + TCefDomDocument uCEFTypes

Structure used to represent a DOM document. The functions of this structure should only be called on the render process main thread thread.

NOTE: This struct is allocated DLL-side.

- + TCefDomDocumentRef uCEFDomDocument

 

- + TCefDomNode uCEFTypes

Structure used to represent a DOM node. The functions of this structure should only be called on the render process main thread.

NOTE: This struct is allocated DLL-side.

- + TCefDomNodeRef uCEFDomNode

 

- + TCefDomVisitor uCEFTypes

Structure to implement for visiting the DOM. The functions of this structure will be called on the render process main thread.

NOTE: This struct is allocated client-side.

- + TCefDomVisitorOwn uCEFDomVisitor

 

- + TCefDownloadHandler uCEFTypes

Structure used to handle file downloads. The functions of this structure will called on the browser process UI thread.

NOTE: This struct is allocated client-side.

- + TCefDownloadHandlerOwn uCEFDownloadHandler

 

- + TCefDownloadImageCallback uCEFTypes

Callback structure for ICefBrowserHost.DownloadImage. The functions of this structure will be called on the browser process UI thread.

NOTE: This struct is allocated client-side.

- + TCefDownloadImageCallbackOwn uCEFDownloadImageCallBack

 

- + TCefDownloadItem uCEFTypes

Structure used to represent a download item.

NOTE: This struct is allocated DLL-side.

- + TCefDownloadItemCallback uCEFTypes

Callback structure used to asynchronously cancel a download.

NOTE: This struct is allocated DLL-side.

- + TCefDownloadItemCallbackRef uCEFDownloadItemCallback

 

- + TCefDownloadItemRef uCEFDownloadItem

 

- + TCEFDragAndDropMgr uCEFDragAndDropMgr

 

- + TCefDragData uCEFTypes

Structure used to represent drag data. The functions of this structure may be called on any thread.

NOTE: This struct is allocated DLL-side.

- + TCefDragDataRef uCEFDragData

 

- + TCefDraggableRegion uCEFTypes

Structure representing a draggable region.

- + TCefDragHandler uCEFTypes

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

NOTE: This struct is allocated client-side.

- + TCefDragHandlerOwn uCEFDragHandler

 

- + TCefEnableFocusTask uCEFTask

 

- + TCefEndTracingCallback uCEFTypes

Implement this structure to receive notification when tracing has completed. The functions of this structure will be called on the browser process UI thread.

NOTE: This struct is allocated client-side.

- + TCefEndTracingCallbackOwn uCEFEndTracingCallback

 

- + TCefEventCompletionCallback uCEFCompletionCallback

 

- + TCefFastCompletionCallback uCEFCompletionCallback

 

- + TCefFastCookieVisitor uCEFCookieVisitor

 

- + TCefFastDeleteCookiesCallback uCEFDeleteCookiesCallback

 

- + TCefFastDomVisitor uCEFDomVisitor

 

- + TCefFastDomVisitor2 uCEFDomVisitor

 

- + TCefFastDomVisitor3 uCEFDomVisitor

 

- + TCefFastDownloadImageCallback uCEFDownloadImageCallBack

 

- + TCefFastEndTracingCallback uCEFEndTracingCallback

 

- + TCefFastMediaRouteCreateCallback uCEFMediaRouteCreateCallback

 

- + TCefFastMediaSinkDeviceInfoCallback uCEFMediaSinkDeviceInfoCallback

 

- + TCefFastNavigationEntryVisitor uCEFNavigationEntryVisitor

 

- + TCefFastPdfPrintCallback uCEFPDFPrintCallback

 

- + TCefFastRunFileDialogCallback uCEFRunFileDialogCallback

 

- + TCefFastSetCookieCallback uCEFSetCookieCallback

 

- + TCefFastStringVisitor uCEFStringVisitor

 

- + TCefFastTask uCEFTask

 

- + TCefFastV8Accessor uCEFv8Accessor

 

- + TCefFastv8ArrayBufferReleaseCallback uCEFv8ArrayBufferReleaseCallback

 

- + TCefFastV8Interceptor uCEFv8Interceptor

 

- + TCefFileDialogCallback uCEFTypes

Callback structure for asynchronous continuation of file dialog requests.

NOTE: This struct is allocated DLL-side.

- + TCefFileDialogCallbackRef uCEFFileDialogCallback

 

- + TCEFFileDialogInfo uCEFFileDialogInfo

 

- + TCefFillLayout uCEFTypes

A simple Layout that causes the associated Panel's one child to be sized to match the bounds of its parent. Methods must be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCefFillLayoutRef uCEFFillLayout

A simple Layout that causes the associated Panel's one child to be sized to match the bounds of its parent. Methods must be called on the browser process UI thread unless otherwise indicated.

- + TCefFindHandler uCEFTypes

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

NOTE: This struct is allocated client-side.

- + TCefFindHandlerOwn uCEFFindHandler

 

- + TCefFlushStoreCompletionCallback uCEFCookieManager

 

- + TCefFocusHandler uCEFTypes

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

NOTE: This struct is allocated client-side.

- + TCefFocusHandlerOwn uCEFFocusHandler

 

- + TCefFrame uCEFTypes

Structure used to represent a frame in the browser window. When used in the browser process the functions of this structure may be called on any thread unless otherwise indicated in the comments. When used in the render process the functions of this structure may only be called on the main thread.

NOTE: This struct is allocated DLL-side.

- + TCefFrameHandler uCEFTypes

Implement this STRUCTURE to handle events related to ICefFrame life span. The order of callbacks is: @@ -1961,135 +1986,140 @@

NOTE: This struct is allocated client-side.

- + TCefFrameHandlerOwn uCEFFrameHandler

 

- + TCefFrameRef uCEFFrame

 

- + TCefGenericTask uCEFTask

 

- + TCefImage uCEFTypes

Container for a single image represented at different scale factors. All image representations should be the same size in density independent pixel (DIP) units. For example, if the image at scale factor 1.0 is 100x100 pixels then the image at scale factor 2.0 should be 200x200 pixels – both images will display with a DIP size of 100x100 units. The functions of this structure can be called on any browser process thread.

NOTE: This struct is allocated DLL-side.

- + TCefImageRef uCEFImage

 

- + TCefInsets uCEFTypes

Structure representing insets.

- + TCefJsDialogCallback uCEFTypes

Callback structure used for asynchronous continuation of JavaScript dialog requests.

NOTE: This struct is allocated DLL-side.

- + TCefJsDialogCallbackRef uCEFJsDialogCallback

 

- + TCefJsDialogHandler uCEFTypes

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

NOTE: This struct is allocated client-side.

- + TCefJsDialogHandlerOwn uCEFJsDialogHandler

 

- + TCEFJson uCEFJson

 

- + TCefKeyboardHandler uCEFTypes

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

NOTE: This struct is allocated client-side.

- + TCefKeyboardHandlerOwn uCEFKeyboardHandler

 

- + TCefKeyEvent uCEFTypes

Structure representing keyboard event information.

- + TCefLabelButton uCEFTypes

LabelButton is a button with optional text and/or icon. Methods must be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCEFLabelButtonComponent uCEFLabelButtonComponent

 

- + TCefLabelButtonRef uCEFLabelButton

LabelButton is a button with optional text and/or icon. Methods must be called on the browser process UI thread unless otherwise indicated.

- + TCefLayout uCEFTypes

A Layout handles the sizing of the children of a Panel according to implementation-specific heuristics. Methods must be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCefLayoutRef uCEFLayout

A Layout handles the sizing of the children of a Panel according to implementation-specific heuristics. Methods must be called on the browser process UI thread unless otherwise indicated.

- + TCefLifeSpanHandler uCEFTypes

Implement this structure to handle events related to browser life span. The functions of this structure will be called on the UI thread unless otherwise indicated.

NOTE: This struct is allocated client-side.

- + TCefLifeSpanHandlerOwn uCEFLifeSpanHandler

 

- + TCEFLinkedWinControlBase uCEFLinkedWinControlBase

TCEFLinkedWinControlBase is a custom TWinControl to host the child controls created by the web browser to show the web contents and it's linked to the TChromium instance that handles that web browser. TCEFLinkedWinControlBase is the parent class of TChromiumWindow, TBrowserWindow and TCEFLinkedWindowParent.

- + TCEFLinkedWindowParent uCEFLinkedWindowParent

This component can be used by VCL and LCL applications. It has the same purpose as TCEFWindowParent but it has a Chromium property to link it directly to a TChromium component. TCEFLinkedWindowParent resizes the child controls created by CEF for browsers in normal mode and sets the browser focus using the linked TChromium component. TCEFWindowParent and TCEFLinkedWindowParent work fine in Windows and you can used any of them but you can't use TCEFWindowParent in Linux or MacOS.

+ +TCEFLinuxOSRIMEHandler +uCEFLinuxOSRIMEHandler +

 

+ TCefLinuxWindowProperties uCEFTypes @@ -2498,476 +2528,486 @@

* CEF_API_ADDED(13401) *

+TCefPreferenceObserverOwn +uCEFPreferenceObserver +

 

+ + TCefPreferenceRegistrar uCEFTypes

Structure that manages custom preference registrations.

NOTE: This struct is allocated DLL-side.

- + TCefPreferenceRegistrarRef uCEFPreferenceRegistrar

Class that manages custom preference registrations.

- + TCefPrintDialogCallback uCEFTypes

Callback structure for asynchronous continuation of print dialog requests.

NOTE: This struct is allocated DLL-side.

- + TCefPrintDialogCallbackRef uCEFPrintDialogCallback

 

- + TCefPrintHandler uCEFTypes

Implement this structure to handle printing on Linux. Each browser will have only one print job in progress at a time. The functions of this structure will be called on the browser process UI thread.

NOTE: This struct is allocated client-side.

- + TCefPrintHandlerOwn uCEFPrintHandler

 

- + TCefPrintJobCallback uCEFTypes

Callback structure for asynchronous continuation of print job requests.

NOTE: This struct is allocated DLL-side.

- + TCefPrintJobCallbackRef uCEFPrintJobCallback

 

- + TCefPrintSettings uCEFTypes

Structure representing print settings.

NOTE: This struct is allocated DLL-side.

- + TCefPrintSettingsRef uCEFPrintSettings

 

- + TCefProcessMessage uCEFTypes

Structure representing a message. Can be used on any process and thread.

NOTE: This struct is allocated DLL-side.

- + TCefProcessMessageRef uCEFProcessMessage

 

- + TCEFProxySettings uCEFApplicationCore

Class used by the TWVLoader.ProxySettigns property to configure a custom proxy server using the following command line switches: –no-proxy-server, –proxy-auto-detect, –proxy-bypass-list, –proxy-pac-url and –proxy-server.

- + TCefRange uCEFTypes

Structure representing a range.

- + TCefReadHandler uCEFTypes

Structure the client can implement to provide a custom stream reader. The functions of this structure may be called on any thread.

NOTE: This struct is allocated client-side.

- + TCefReadZoomTask uCEFTask

 

- + TCefRect uCEFTypes

Structure representing a rectangle.

- + TCefRegistration uCEFTypes

Generic callback structure used for managing the lifespan of a registration.

NOTE: This struct is allocated DLL-side.

- + TCefRegistrationRef uCEFRegistration

 

- + TCefRenderHandler uCEFTypes

Implement this structure to handle events when window rendering is disabled. The functions of this structure will be called on the UI thread.

NOTE: This struct is allocated client-side.

- + TCefRenderHandlerOwn uCEFRenderHandler

 

- + TCefRenderProcessHandler uCEFTypes

Structure used to implement render process callbacks. The functions of this structure will be called on the render process main thread (TID_RENDERER) unless otherwise indicated.

NOTE: This struct is allocated client-side.

- + TCefRenderProcessHandlerOwn uCEFRenderProcessHandler

 

- + TCefRequest uCEFTypes

Structure used to represent a web request. The functions of this structure may be called on any thread.

NOTE: This struct is allocated DLL-side.

- + TCefRequestContext uCEFTypes

A request context provides request handling for a set of related browser or URL request objects. A request context can be specified when creating a new browser via the ICefBrowserHost static factory functions or when creating a new URL request via the ICefUrlRequest static factory functions. Browser objects with different request contexts will never be hosted in the same render process. Browser objects with the same request context may or may not be hosted in the same render process depending on the process model. Browser objects created indirectly via the JavaScript window.open function or targeted links will share the same render process and the same request context as the source browser. When running in single-process mode there is only a single render process (the main process) and so all browsers created in single-process mode will share the same request context. This will be the first request context passed into a ICefBrowserHost static factory function and all other request context objects will be ignored.

NOTE: This struct is allocated DLL-side.

- + TCefRequestContextHandler uCEFTypes

Implement this structure to provide handler implementations. The handler instance will not be released until all objects related to the context have been destroyed.

NOTE: This struct is allocated client-side.

- + TCefRequestContextHandlerOwn uCEFRequestContextHandler

 

- + TCefRequestContextHandlerRef uCEFRequestContextHandler

 

- + TCefRequestContextRef uCEFRequestContext

A request context provides request handling for a set of related browser or URL request objects. A request context can be specified when creating a new browser via the cef_browser_host_t static factory functions or when creating a new URL request via the cef_urlrequest_t static factory functions. Browser objects with different request contexts will never be hosted in the same render process. Browser objects with the same request context may or may not be hosted in the same render process depending on the process model. Browser objects created indirectly via the JavaScript window.open function or targeted links will share the same render process and the same request context as the source browser. When running in single-process mode there is only a single render process (the main process) and so all browsers created in single-process mode will share the same request context. This will be the first request context passed into a cef_browser_host_t static factory function and all other request context objects will be ignored.

- + TCefRequestContextSettings uCEFTypes

Request context initialization settings. Specify NULL or 0 to get the recommended default values.

- + TCefRequestHandler uCEFTypes

Implement this structure to handle events related to browser requests. The functions of this structure will be called on the thread indicated.

NOTE: This struct is allocated client-side.

- + TCefRequestHandlerOwn uCEFRequestHandler

 

- + TCefRequestRef uCEFRequest

 

- + TCefResolveCallback uCEFTypes

Callback structure for ICefRequestContext.ResolveHost.

NOTE: This struct is allocated client-side.

- + TCefResolveCallbackOwn uCEFResolveCallback

 

- + TCefResourceBundle uCEFTypes

Structure used for retrieving resources from the resource bundle (*.pak) files loaded by CEF during startup or via the ICefResourceBundleHandler returned from ICefApp.GetResourceBundleHandler. See TCefSettings for additional options related to resource bundle loading. The functions of this structure may be called on any thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCefResourceBundleHandler uCEFTypes

Structure used to implement a custom resource bundle structure. See TCefSettings for additional options related to resource bundle loading. The functions of this structure may be called on multiple threads.

NOTE: This struct is allocated client-side.

- + TCefResourceBundleHandlerOwn uCEFResourceBundleHandler

 

- + TCefResourceBundleRef uCEFResourceBundle

 

- + TCefResourceHandler uCEFTypes

Structure used to implement a custom request handler structure. The functions of this structure will be called on the IO thread unless otherwise indicated.

NOTE: This struct is allocated client-side.

- + TCefResourceHandlerOwn uCEFResourceHandler

 

- + TCefResourceHandlerRef uCEFResourceHandler

 

- + TCefResourceReadCallback uCEFTypes

Callback for asynchronous continuation of ICefResourceHandler.read().

NOTE: This struct is allocated DLL-side.

- + TCefResourceReadCallbackRef uCEFResourceReadCallback

 

- + TCefResourceRequestHandler uCEFTypes

Implement this structure to handle events related to browser requests. The functions of this structure will be called on the IO thread unless otherwise indicated.

NOTE: This struct is allocated client-side.

- + TCefResourceRequestHandlerOwn uCEFResourceRequestHandler

 

- + TCefResourceRequestHandlerRef uCEFResourceRequestHandler

 

- + TCefResourceSkipCallback uCEFTypes

Callback for asynchronous continuation of ICefResourceHandler.skip().

NOTE: This struct is allocated DLL-side.

- + TCefResourceSkipCallbackRef uCEFResourceSkipCallback

 

- + TCefResponse uCEFTypes

Structure used to represent a web response. The functions of this structure may be called on any thread.

NOTE: This struct is allocated DLL-side.

- + TCefResponseFilter uCEFTypes

Implement this structure to filter resource response content. The functions of this structure will be called on the browser process IO thread.

NOTE: This struct is allocated client-side.

- + TCefResponseFilterOwn uCEFResponseFilter

Owned class implementing a resource filter.

- + TCefResponseFilterRef uCEFResponseFilter

Reference class implementing a resource filter.

- + TCefResponseRef uCEFResponse

 

- + TCefRunContextMenuCallback uCEFTypes

Callback structure used for continuation of custom context menu display.

NOTE: This struct is allocated DLL-side.

- + TCefRunContextMenuCallbackRef uCEFRunContextMenuCallback

 

- + TCefRunFileDialogCallback uCEFTypes

Callback structure for ICefBrowserHost.RunFileDialog. The functions of this structure will be called on the browser process UI thread.

NOTE: This struct is allocated client-side.

- + TCefRunFileDialogCallbackOwn uCEFRunFileDialogCallback

 

- + TCefRunQuickMenuCallback uCEFTypes

Callback structure used for continuation of custom quick menu display.

NOTE: This struct is allocated DLL-side.

- + TCefRunQuickMenuCallbackRef uCEFRunQuickMenuCallback

 

- + TCefSavePrefsTask uCEFTask

 

- + TCefSchemeHandlerFactory uCEFTypes

Structure that creates ICefResourceHandler instances for handling scheme requests. The functions of this structure will always be called on the IO thread.

NOTE: This struct is allocated client-side.

- + TCefSchemeHandlerFactoryOwn uCEFSchemeHandlerFactory

Class that creates ICefResourceHandler instances for handling scheme requests.

- + TCefSchemeRegistrar uCEFTypes

Structure that manages custom scheme registrations.

NOTE: This struct is allocated DLL-side.

- + TCefSchemeRegistrarRef uCEFSchemeRegistrar

Class that manages custom scheme registrations.

- + TCefScreenInfo uCEFTypes

Screen information used when window rendering is disabled. This structure is passed as a parameter to ICefRenderHandler.GetScreenInfo and should be filled in by the client.

- + TCefScrollView uCEFTypes

A ScrollView will show horizontal and/or vertical scrollbars when necessary based on the size of the attached content view. Methods must be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCEFScrollViewComponent uCEFScrollViewComponent

 

- + TCefScrollViewRef uCEFScrollView

A ScrollView will show horizontal and/or vertical scrollbars when necessary based on the size of the attached content view. Methods must be called on the browser process UI thread unless otherwise indicated.

- + TCefSelectClientCertificateCallback uCEFTypes

Callback structure used to select a client certificate for authentication.

NOTE: This struct is allocated DLL-side.

- + TCefSelectClientCertificateCallbackRef uCEFSelectClientCertificateCallback

 

- + TCEFSentinel uCEFSentinel

TCEFSentinel is used as a timer that checks the number of running CEF processes when you close all browsers before shutdown. This component is only used as a last resort when there's an unresolved shutdown issue in CEF or CEF4Delphi that generates exceptions when the application is closed.

- + TCefServer uCEFTypes

Structure representing a server that supports HTTP and WebSocket requests. Server capacity is limited and is intended to handle only a small number of simultaneous connections (e.g. for communicating between applications on localhost). The functions of this structure are safe to call from any thread in the brower process unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCEFServerComponent uCEFServerComponent

The TCEFServerComponent class puts together all CEF server procedures, functions, properties and events in one place.

- + TCefServerHandler uCEFTypes

Implement this structure to handle HTTP server requests. A new thread will be created for each ICefServer.CreateServer call (the "dedicated server thread"), and the functions of this structure will be called on that thread. It is therefore recommended to use a different ICefServerHandler instance for each ICefServer.CreateServer call to avoid thread safety issues in the ICefServerHandler implementation.

NOTE: This struct is allocated client-side.

- + TCEFServerHandlerOwn uCEFServerHandler

 

- + TCEFServerRef uCEFServer

 

- + TCefSetAudioMutedTask uCEFTask

 

- + TCefSetCookieCallback uCEFTypes

Structure to implement to be notified of asynchronous completion via ICefCookieManager.SetCookie().

NOTE: This struct is allocated client-side.

- + TCefSetCookieCallbackOwn uCEFSetCookieCallback

 

- + TCefSettingObserver uCEFTypes

* CEF_API_ADDED(13401) *

+ +TCefSettingObserverOwn +uCEFSettingObserver +

 

+ TCefSettings uCEFTypes @@ -3366,222 +3406,233 @@

NOTE: This struct is allocated DLL-side.

+TCefv8BackingStoreRef +uCEFv8BackingStore +

+ +

Structure representing a V8 ArrayBuffer backing store. The backing store holds the memory that backs an ArrayBuffer. It must be created on a thread with a valid V8 isolate (renderer main thread or WebWorker thread). Once created, the data() pointer can be safely read/written from any thread. This allows expensive operations like memcpy to be performed on a background thread before creating the ArrayBuffer on the V8 thread. + +

The backing store is consumed when passed to TCefv8ValueRef.NewArrayBufferFromBackingStore(), after which IsValid() returns false (0). + +

+ + TCefV8Context uCEFTypes

Structure representing a V8 context handle. V8 handles can only be accessed from the thread on which they are created. Valid threads for creating a V8 handle include the render process main thread (TID_RENDERER) and WebWorker threads. A task runner for posting tasks on the associated thread can be retrieved via the ICefv8context.GetTaskRunner() function.

NOTE: This struct is allocated DLL-side.

- + TCefv8ContextRef uCEFv8Context

 

- + TCefV8Exception uCEFTypes

Structure representing a V8 exception. The functions of this structure may be called on any render process thread.

NOTE: This struct is allocated DLL-side.

- + TCefV8ExceptionRef uCEFv8Exception

 

- + TCefv8Handler uCEFTypes

Structure that should be implemented to handle V8 function calls. The functions of this structure will be called on the thread associated with the V8 function.

NOTE: This struct is allocated client-side.

- + TCefv8HandlerOwn uCEFv8Handler

 

- + TCefv8HandlerRef uCEFv8Handler

 

- + TCefV8Interceptor uCEFTypes

Structure that should be implemented to handle V8 interceptor calls. The functions of this structure will be called on the thread associated with the V8 interceptor. Interceptor's named property handlers (with first argument of type CefString) are called when object is indexed by string. Indexed property handlers (with first argument of type int) are called when object is indexed by integer.

NOTE: This struct is allocated client-side.

- + TCefV8InterceptorOwn uCEFv8Interceptor

 

- + TCefV8StackFrame uCEFTypes

Structure representing a V8 stack frame handle. V8 handles can only be accessed from the thread on which they are created. Valid threads for creating a V8 handle include the render process main thread (TID_RENDERER) and WebWorker threads. A task runner for posting tasks on the associated thread can be retrieved via the ICefv8context.GetTaskRunner() function.

NOTE: This struct is allocated DLL-side.

- + TCefV8StackFrameRef uCEFv8StackFrame

 

- + TCefV8StackTrace uCEFTypes

Structure representing a V8 stack trace handle. V8 handles can only be accessed from the thread on which they are created. Valid threads for creating a V8 handle include the render process main thread (TID_RENDERER) and WebWorker threads. A task runner for posting tasks on the associated thread can be retrieved via the ICefv8context.GetTaskRunner() function.

NOTE: This struct is allocated DLL-side.

- + TCefV8StackTraceRef uCEFv8StackTrace

 

- + TCefv8Value uCEFTypes

Structure representing a V8 value handle. V8 handles can only be accessed from the thread on which they are created. Valid threads for creating a V8 handle include the render process main thread (TID_RENDERER) and WebWorker threads. A task runner for posting tasks on the associated thread can be retrieved via the ICefv8context.GetTaskRunner() function.

NOTE: This struct is allocated DLL-side.

- + TCefv8ValueRef uCEFv8Value

 

- + TCefValue uCEFTypes

Structure that wraps other data value types. Complex types (binary, dictionary and list) will be referenced but not owned by this object. Can be used on any process and thread.

NOTE: This struct is allocated DLL-side.

- + TCefValueRef uCEFValue

 

- + TCefVersionInfo uCEFTypes

Record used by cef_version_info to get the CEF version information

- + TCefVersionInfoEx uCEFTypes

Structure representing all CEF version information.

- + TCefView uCEFTypes

A View is a rectangle within the views View hierarchy. It is the base structure for all Views. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCEFViewComponent uCEFViewComponent

 

- + TCefViewDelegate uCEFTypes

Implement this structure to handle view events. All size and position values are in density independent pixels (DIP) unless otherwise indicated. The functions of this structure will be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated client-side.

- + TCefViewDelegateOwn uCEFViewDelegate

Implement this interface to handle view events. All size and position values are in density independent pixels (DIP) unless otherwise indicated. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.

- + TCefViewDelegateRef uCEFViewDelegate

 

- + TCefViewDelegateTask uCEFTask

Custom class used to execute CEF tasks with a TCEFViewComponent component.

- + TCefViewRef uCEFView

A View is a rectangle within the views View hierarchy. It is the base interface for all Views. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.

- + TCefWaitableEvent uCEFTypes

WaitableEvent is a thread synchronization tool that allows one thread to wait for another thread to finish some work. This is equivalent to using a Lock+ConditionVariable to protect a simple boolean value. However, using WaitableEvent in conjunction with a Lock to wait for a more complex state change (e.g., for an item to be added to a queue) is not recommended. In that case consider using a ConditionVariable instead of a WaitableEvent. It is safe to create and/or signal a WaitableEvent from any thread. Blocking on a WaitableEvent by calling the *wait() functions is not allowed on the browser process UI or IO threads.

NOTE: This struct is allocated DLL-side.

- + TCefWaitableEventRef uCEFWaitableEvent

 

- + TCEFWinControl uCEFWinControl

Custom TWinControl used by CEF browsers.

- + TCefWindow uCEFTypes

A Window is a top-level Window/widget in the Views hierarchy. By default it will have a non-client area with title bar, icon and buttons that supports moving and resizing. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCEFWindowComponent uCEFWindowComponent

 

- + TCefWindowDelegate uCEFTypes

Implement this structure to handle window events. The functions of this structure will be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated client-side.

- + TCefWindowDelegateOwn uCEFWindowDelegate

Implement this interface to handle window events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.

- + TCefWindowDelegateRef uCEFWindowDelegate

 

- + TCefWindowInfo uCEFTypes

Structure representing window information.

- + TCEFWindowInfoWrapper uCEFWindowInfoWrapper

Wrapper class used to initialize a TCEFWindowInfo record.

- + TCEFWindowParent uCEFWindowParent

 

- + TCefWindowRef uCEFWindow

A Window is a top-level Window/widget in the Views hierarchy. By default it will have a non-client area with title bar, icon and buttons that supports moving and resizing. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.

- + TCEFWorkScheduler uCEFWorkScheduler

@@ -3592,102 +3643,102 @@

- + TCEFWorkSchedulerQueueThread uCEFWorkSchedulerQueueThread

 

- + TCEFWorkSchedulerThread uCEFWorkSchedulerThread

 

- + TCefWriteHandler uCEFTypes

Structure the client can implement to provide a custom stream writer. The functions of this structure may be called on any thread.

NOTE: This struct is allocated client-side.

- + TCefWriteHandlerOwn uCEFWriteHandler

 

- + TCefX509Certificate uCEFTypes

Structure representing a X.509 certificate.

NOTE: This struct is allocated DLL-side.

- + TCEFX509CertificateRef uCEFX509Certificate

 

- + TCefX509CertPrincipal uCEFTypes

Structure representing the issuer or subject field of an X.509 certificate.

NOTE: This struct is allocated DLL-side.

- + TCefX509CertPrincipalRef uCEFX509CertPrincipal

 

- + TCefXmlReader uCEFTypes

Structure that supports the reading of XML data via the libxml streaming API. The functions of this structure should only be called on the thread that creates the object.

NOTE: This struct is allocated DLL-side.

- + TCefXmlReaderRef uCEFXmlReader

 

- + TCefZipReader uCEFTypes

Structure that supports the reading of zip archives via the zlib unzip API. The functions of this structure should only be called on the thread that creates the object.

NOTE: This struct is allocated DLL-side.

- + TCefZipReaderRef uCEFZipReader

Class that supports the reading of zip archives via the zlib unzip API. The functions of this interface should only be called on the thread that creates the object.

- + TChromium uCEFChromium

VCL and LCL version of TChromiumCore that puts together all browser procedures, functions, properties and events in one place. It has all you need to create, modify and destroy a web browser.

- + TChromiumCore uCEFChromiumCore

Parent class of TChromium and TFMXChromium that puts together all browser procedures, functions, properties and events in one place. It has all you need to create, modify and destroy a web browser.

- + TChromiumFontOptions uCEFChromiumFontOptions

The TChromiumFontOptions properties are used to fill the TCefBrowserSettings record which is used during the browser creation.

- + TChromiumOptions uCEFChromiumOptions

The TChromiumOptions properties used to fill the TCefBrowserSettings record which is used during the browser creation.

- + TChromiumVersionInfo uCEFTypes

Record used by cef_version_info to get the Chromium version information

- + TChromiumWindow uCEFChromiumWindow

@@ -3698,156 +3749,161 @@

- + TChromiumWrapper uCEFBrowserWindow

TChromiumWrapper

- + TCookie uCEFTypes

Cookie information.

- + TCustomAccessibilityHandler uCEFAccessibilityHandler

 

- + TCustomAudioHandler uCEFAudioHandler

 

- + TCustomBrowserViewDelegate uCEFBrowserViewDelegate

This class handles all the ICefBrowserViewDelegate methods which call the ICefBrowserViewDelegateEvents methods. ICefBrowserViewDelegateEvents will be implemented by the control receiving the ICefBrowserViewDelegate events.

- + TCustomButtonDelegate uCEFButtonDelegate

This class handles all the ICefButtonDelegate methods which call the ICefButtonDelegateEvents methods. ICefButtonDelegateEvents will be implemented by the control receiving the ICefButtonDelegate events.

- + TCustomCefApp uCEFApp

 

- + TCustomCefNavigationEntryVisitor uCEFNavigationEntryVisitor

 

- + TCustomCefStringVisitor uCEFStringVisitor

 

- + TCustomCefUrlrequestClient uCEFUrlrequestClient

 

- + TCustomClientHandler uCEFClient

 

- + TCustomCommandHandler uCEFCommandHandler

 

- + TCustomContextMenuHandler uCEFContextMenuHandler

 

- + TCustomCookieAccessFilter uCEFCookieAccessFilter

 

- + TCustomDevToolsMessageObserver uCEFDevToolsMessageObserver

 

- + TCustomDialogHandler uCEFDialogHandler

 

- + TCustomDisplayHandler uCEFDisplayHandler

 

- + TCustomDownloadHandler uCEFDownloadHandler

 

- + TCustomDragHandler uCEFDragHandler

 

- + TCustomFindHandler uCEFFindHandler

 

- + TCustomFocusHandler uCEFFocusHandler

 

- + TCustomFrameHandler uCEFFrameHandler

 

- + TCustomJsDialogHandler uCEFJsDialogHandler

 

- + TCustomKeyboardHandler uCEFKeyboardHandler

 

- + TCustomLifeSpanHandler uCEFLifeSpanHandler

 

- + TCustomLoadHandler uCEFLoadHandler

 

- + TCustomMediaObserver uCEFMediaObserver

 

- + TCustomMenuButtonDelegate uCEFMenuButtonDelegate

This class handles all the ICefMenuButtonDelegate methods which call the ICefMenuButtonDelegateEvents methods. ICefMenuButtonDelegateEvents will be implemented by the control receiving the ICefMenuButtonDelegate events.

- + TCustomPanelDelegate uCEFPanelDelegate

This class handles all the ICefPanelDelegate methods which call the ICefPanelDelegateEvents methods. ICefPanelDelegateEvents will be implemented by the control receiving the ICefPanelDelegate events.

- + TCustomPermissionHandler uCEFPermissionHandler

 

+ +TCustomPreferenceObserver +uCEFPreferenceObserver +

 

+ TCustomPrintHandler uCEFPrintHandler @@ -3889,26 +3945,31 @@

 

+TCustomSettingObserver +uCEFSettingObserver +

 

+ + TCustomTaskInfo uCEFTypes

Pascal version of TCefTaskInfo.

- + TCustomTextfieldDelegate uCEFTextfieldDelegate

This class handles all the ICefTextfieldDelegate and ICefViewDelegate methods which call the ICefTextfieldDelegateEvents methods. ICefTextfieldDelegateEvents will be implemented by the control receiving the ICefTextfieldDelegate events.

- + TCustomViewDelegate uCEFViewDelegate

This class handles all the ICefViewDelegate methods which call the ICefViewDelegateEvents methods. ICefViewDelegateEvents will be implemented by the control receiving the ICefViewDelegate events.

- + TCustomWindowDelegate uCEFWindowDelegate

This class handles all the TCustomWindowDelegate methods which call the ICefWindowDelegateEvents methods. ICefWindowDelegateEvents will be implemented by the control receiving the TCustomWindowDelegate events.

- + TEmbeddedChromium uCEFBrowserWindow

TEmbeddedChromium @@ -3917,34 +3978,34 @@

2) TEmbeddedChromium adds InternalEvents that can be hooked by the component that owns the TEmbeddedChromium. This means the default published events are available to the end user. Published events that should not be available are hidden via THiddenPropertyEditor * Hidden event properties must not be assigned by any end user code. *

- + TEmbeddedOsrChromium uCEFOsrBrowserWindow

TEmbeddedOsrChromium

Hides (THiddenPropertyEditor) any published event that is used by TOsrBrowserWindow * Hidden events must also not be used by user code *

- + TFileVersionInfo uCEFTypes

Record used by GetDLLVersion to get the DLL version information

- + TFMXBufferPanel uCEFFMXBufferPanel

TBufferPanel is used by FMX applications with browsers in OSR mode to draw the browser contents. See the FMXExternalPumpBrowser demo for more details.

- + TFMXChromium uCEFFMXChromium

FMX version of TChromiumCore that puts together all browser procedures, functions, properties and events in one place. It has all you need to create, modify and destroy a web browser.

- + TFMXWindowParent uCEFFMXWindowParent

 

- + TFMXWorkScheduler uCEFFMXWorkScheduler

@@ -3955,47 +4016,47 @@

- + TLinuxWindowProperties uCEFTypes

String version of TCefLinuxWindowProperties

- + TLoggingInterfacedObject uCEFBaseRefCounted

 

- + TMyMemoryStatusEx uCEFTypes

Record used with GetGlobalMemoryStatusEx to get the memory status.

- + TOLEDataObject uCEFOLEDragAndDrop

 

- + TOLEDragAndDropMgr uCEFOLEDragAndDrop

 

- + TOLEDropSource uCEFOLEDragAndDrop

 

- + TOLEDropTarget uCEFOLEDragAndDrop

 

- + TOLEEnumFormatEtc uCEFOLEDragAndDrop

 

- + TOsrBrowserWindow uCEFOsrBrowserWindow

TOsrBrowserWindow - Off-Screen-Rendering @@ -4006,22 +4067,32 @@

This component is still experimental. - On MacOS Keyboard support is not complete

- + TOSVersionInfoEx uCEFTypes

Record used with RtlGetVersion to get the Windows version information.

- + TPDFPrintOptions uCEFPDFPrintOptions

The TPDFPrintOptions properties are used to fill the TCefPdfPrintSettings record which is used in the TChromiumCore.PrintToPDF call.

+ +TPreferenceInfo +uCEFPreferenceObserver +

 

+ +TPreferenceInfoList +uCEFPreferenceObserver +

 

+ + TUrlParts uCEFTypes

String version of TCefUrlParts

-
Generated by PasDoc 0.17.0.snapshot. +
Generated by PasDoc 1.0.0. diff --git a/docs/html/AllConstants.html b/docs/html/AllConstants.html index f58bde7f..027700ad 100644 --- a/docs/html/AllConstants.html +++ b/docs/html/AllConstants.html @@ -3,7 +3,7 @@ cef4delphi: All Constants - + @@ -422,806 +422,811 @@

The user shut down the browser. Internal use only: resume pending downloads if possible.

+CEF_EXPERIMENTAL +uCEFApplicationCore +

 

+ + CEF_EXTENSIONS_URL uCEFConstants

 

- + CEF_FLAGS_URL uCEFConstants

 

- + CEF_FOCUSENABLED uCEFConstants

 

- + CEF_GPU_URL uCEFConstants

 

- + CEF_IMAGE_FILE_MACHINE_AMD64 uCEFConstants

 

- + CEF_IMAGE_FILE_MACHINE_I386 uCEFConstants

These contants are declared in the "Windows" unit but some old Delphi versions don't have them. We have to add "CEF_" to be compatible with C++ Builder.

- + CEF_IMERANGECHANGED uCEFConstants

 

- + CEF_INSPECT_URL uCEFConstants

 

- + CEF_INVALIDATE uCEFConstants

 

- + CEF_LOG_SEVERITY_ERROR uCEFConstants

 

- + CEF_LOG_SEVERITY_FATAL uCEFConstants

This severity log level causes a crash.

- + CEF_LOG_SEVERITY_INFO uCEFConstants

 

- + CEF_LOG_SEVERITY_VERBOSE uCEFConstants

Used in the severity parameter in the 'cef_log' function, also known as 'CefLog' in CEF4Delphi. The log severities are used to index into the array of names, see log_severity_names. /base/allocator/partition_allocator/partition_alloc_base/logging.h /base/logging.cc

- + CEF_LOG_SEVERITY_WARNING uCEFConstants

 

- + CEF_MAX_CONNECTIONS_PER_PROXY_DEFAULT_VALUE uCEFConstants

 

- + CEF_MAX_CONNECTIONS_PER_PROXY_MAX_VALUE uCEFConstants

 

- + CEF_MAX_CONNECTIONS_PER_PROXY_MIN_VALUE uCEFConstants

 

- + CEF_MEDIA_PERMISSION_DESKTOP_AUDIO_CAPTURE uCEFConstants

Desktop audio capture permission.

- + CEF_MEDIA_PERMISSION_DESKTOP_VIDEO_CAPTURE uCEFConstants

Desktop video capture permission.

- + CEF_MEDIA_PERMISSION_DEVICE_AUDIO_CAPTURE uCEFConstants

Device audio capture permission.

- + CEF_MEDIA_PERMISSION_DEVICE_VIDEO_CAPTURE uCEFConstants

Device video capture permission.

- + CEF_MEDIA_PERMISSION_NONE uCEFConstants

No permission.

- + CEF_MEMORY_URL uCEFConstants

 

- + CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT uCEFConstants

 

- + CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL uCEFConstants

 

- + CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD uCEFConstants

 

- + CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE uCEFConstants

Modifier values used in the Input.dispatchTouchEvent and Input.dispatchMouseEvent DevTools methods. Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8 (default: 0). https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchTouchEvent

- + CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT uCEFConstants

 

- + CEF_MRCR_CANCELLED uCEFConstants

 

- + CEF_MRCR_DESKTOP_PICKER_FAILED uCEFConstants

 

- + CEF_MRCR_INVALID_ORIGIN uCEFConstants

 

- + CEF_MRCR_NOTIFICATION_DISABLED uCEFConstants

 

- + CEF_MRCR_NO_SUPPORTED_PROVIDER uCEFConstants

 

- + CEF_MRCR_NUM_VALUES uCEFConstants

 

- + CEF_MRCR_OFF_THE_RECORD_MISMATCH_DEPRECATED uCEFConstants

 

- + CEF_MRCR_OK uCEFConstants

 

- + CEF_MRCR_REDUNDANT_REQUEST uCEFConstants

 

- + CEF_MRCR_ROUTE_ALREADY_EXISTS uCEFConstants

 

- + CEF_MRCR_ROUTE_ALREADY_TERMINATED uCEFConstants

 

- + CEF_MRCR_ROUTE_NOT_FOUND uCEFConstants

 

- + CEF_MRCR_SINK_NOT_FOUND uCEFConstants

 

- + CEF_MRCR_TIMED_OUT uCEFConstants

 

- + CEF_MRCR_UNKNOWN_ERROR uCEFConstants

Result codes for ICefMediaRouter.CreateRoute. Should be kept in sync with Chromium's media_router::mojom::RouteRequestResultCode type.

- + CEF_MRCR_USER_NOT_ALLOWED uCEFConstants

 

- + CEF_MRCS_CLOSED uCEFConstants

 

- + CEF_MRCS_CONNECTED uCEFConstants

 

- + CEF_MRCS_CONNECTING uCEFConstants

 

- + CEF_MRCS_NUM_VALUES uCEFConstants

 

- + CEF_MRCS_TERMINATED uCEFConstants

 

- + CEF_MRCS_UNKNOWN uCEFConstants

Connection state for a MediaRoute object. Should be kept in sync with Chromium's blink::mojom::PresentationConnectionState type.

- + CEF_ONEDAYINMILLISECONDS uCEFConstants

This value may be used with the mseconds_between_dumps parameter in GlobalCEFApp.DumpWithoutCrashing.

- + CEF_OSR_FRAMERATE_DEFAULT uCEFConstants

Default values for the Windowsless framerate setting in TChromiumOptions The values are frames per second.

- + CEF_OSR_SHARED_TEXTURES_FRAMERATE_DEFAULT uCEFConstants

Used when the shared textures are disabled.

- + CEF_PENDINGINVALIDATE uCEFConstants

 

- + CEF_PENDINGRESIZE uCEFConstants

 

- + CEF_PERMISSION_TYPE_AR_SESSION uCEFConstants

 

- + CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM uCEFConstants

 

- + CEF_PERMISSION_TYPE_CAMERA_STREAM uCEFConstants

 

- + CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL uCEFConstants

 

- + CEF_PERMISSION_TYPE_CLIPBOARD uCEFConstants

 

- + CEF_PERMISSION_TYPE_DISK_QUOTA uCEFConstants

 

- + CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS uCEFConstants

 

- + CEF_PERMISSION_TYPE_GEOLOCATION uCEFConstants

 

- + CEF_PERMISSION_TYPE_HAND_TRACKING uCEFConstants

 

- + CEF_PERMISSION_TYPE_IDENTITY_PROVIDER uCEFConstants

 

- + CEF_PERMISSION_TYPE_IDLE_DETECTION uCEFConstants

 

- + CEF_PERMISSION_TYPE_KEYBOARD_LOCK uCEFConstants

 

- + CEF_PERMISSION_TYPE_LOCAL_FONTS uCEFConstants

 

- + CEF_PERMISSION_TYPE_LOCAL_NETWORK uCEFConstants

* CEF_API_ADDED(13600) *

- + CEF_PERMISSION_TYPE_LOCAL_NETWORK_ACCESS uCEFConstants

 

- + CEF_PERMISSION_TYPE_LOOPBACK_NETWORK uCEFConstants

* CEF_API_ADDED(14500) *

- + CEF_PERMISSION_TYPE_MIC_STREAM uCEFConstants

 

- + CEF_PERMISSION_TYPE_MIDI_SYSEX uCEFConstants

 

- + CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS uCEFConstants

 

- + CEF_PERMISSION_TYPE_NONE uCEFConstants

Permission types used with OnShowPermissionPrompt. Some types are platform-specific or only supported with Chrome style. Should be kept in sync with Chromium's permissions::RequestType type.

- + CEF_PERMISSION_TYPE_NOTIFICATIONS uCEFConstants

 

- + CEF_PERMISSION_TYPE_POINTER_LOCK uCEFConstants

 

- + CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER uCEFConstants

 

- + CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER uCEFConstants

 

- + CEF_PERMISSION_TYPE_STORAGE_ACCESS uCEFConstants

 

- + CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS uCEFConstants

 

- + CEF_PERMISSION_TYPE_VR_SESSION uCEFConstants

 

- + CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION uCEFConstants

 

- + CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT uCEFConstants

 

- + CEF_PREFERENCES_SAVED uCEFConstants

 

- + CEF_PREFS_URL uCEFConstants

 

- + CEF_PRESSED_MOUSE_BUTTONS_BACK uCEFConstants

 

- + CEF_PRESSED_MOUSE_BUTTONS_FORWARD uCEFConstants

 

- + CEF_PRESSED_MOUSE_BUTTONS_LEFT uCEFConstants

 

- + CEF_PRESSED_MOUSE_BUTTONS_MIDDLE uCEFConstants

 

- + CEF_PRESSED_MOUSE_BUTTONS_NONE uCEFConstants

Modifier values used in the Input.dispatchMouseEvent DevTools method. A number indicating which buttons are pressed on the mouse when a mouse event is triggered. Left=1, Right=2, Middle=4, Back=8, Forward=16, None=0. https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchMouseEvent

- + CEF_PRESSED_MOUSE_BUTTONS_RIGHT uCEFConstants

 

- + CEF_PROXYTYPE_AUTODETECT uCEFConstants

Auto_detect proxy type: Auto detect proxy settings.

- + CEF_PROXYTYPE_DIRECT uCEFConstants

Direct proxy type: Never use a proxy.

- + CEF_PROXYTYPE_FIXED_SERVERS uCEFConstants

Fixed_servers proxy type: Use fixed proxy servers.

- + CEF_PROXYTYPE_PAC_SCRIPT uCEFConstants

Pac_script proxy type: Use a .pac proxy script.

- + CEF_PROXYTYPE_SYSTEM uCEFConstants

System proxy type: Use system proxy settings.

- + CEF_PUMPHAVEWORK uCEFConstants

 

- + CEF_RESULT_CODE_ACTION_DISALLOWED_BY_POLICY uCEFConstants

The action is not allowed by a policy.

- + CEF_RESULT_CODE_BAD_PROCESS_TYPE uCEFConstants

The process is of an unknown type.

- + CEF_RESULT_CODE_CHROME_FIRST uCEFConstants

First Chrome result code.

- + CEF_RESULT_CODE_CHROME_LAST uCEFConstants

Last Chrome result code.

- + CEF_RESULT_CODE_CLOUD_POLICY_ENROLLMENT_FAILED uCEFConstants

Cloud policy enrollment is failed or given up by user.

- + CEF_RESULT_CODE_DOWNGRADE_AND_RELAUNCH uCEFConstants

Chrome was downgraded since the last launch. Perform downgrade processing and relaunch.

- + CEF_RESULT_CODE_EULA_REFUSED uCEFConstants

Returned when the user has not yet accepted the EULA.

- + CEF_RESULT_CODE_GPU_DEAD_ON_ARRIVAL uCEFConstants

The GPU process exited because initialization failed.

- + CEF_RESULT_CODE_GPU_EXIT_ON_CONTEXT_LOST uCEFConstants

The GPU process was terminated due to context lost.

- + CEF_RESULT_CODE_HUNG uCEFConstants

Process hung.

- + CEF_RESULT_CODE_IMPORTER_HUNG uCEFConstants

Browser import hung and was killed.

- + CEF_RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR_2 uCEFConstants

Failed to install an item from the webstore when the kInstallEphemeralAppFromWebstore command line flag was present. As this flag is no longer supported, this return code should never be returned.

- + CEF_RESULT_CODE_INVALID_CMDLINE_URL uCEFConstants

An invalid command line url was given.

- + CEF_RESULT_CODE_INVALID_SANDBOX_STATE uCEFConstants

A browser process was sandboxed. This should never happen.

- + CEF_RESULT_CODE_KILLED uCEFConstants

Process was killed by user or system.

- + CEF_RESULT_CODE_KILLED_BAD_MESSAGE uCEFConstants

A bad message caused the process termination.

- + CEF_RESULT_CODE_MACHINE_LEVEL_INSTALL_EXISTS uCEFConstants

Machine level install exists.

- + CEF_RESULT_CODE_MISSING_DATA uCEFConstants

A critical chrome file is missing.

- + CEF_RESULT_CODE_NORMAL_EXIT uCEFConstants

Normal exit code.

- + CEF_RESULT_CODE_NORMAL_EXIT_AUTO_DE_ELEVATED uCEFConstants

The browser process exited because it was re-launched without elevation.

- + CEF_RESULT_CODE_NORMAL_EXIT_CANCEL uCEFConstants

For experiments this return code means that the user canceled causes the did_run "dr" signal to be reset soi this chrome run does not count as active chrome usage.

- + CEF_RESULT_CODE_NORMAL_EXIT_EXP1 uCEFConstants

Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment.

- + CEF_RESULT_CODE_NORMAL_EXIT_EXP2 uCEFConstants

Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment.

- + CEF_RESULT_CODE_NORMAL_EXIT_EXP3 uCEFConstants

Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment.

- + CEF_RESULT_CODE_NORMAL_EXIT_EXP4 uCEFConstants

Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment.

- + CEF_RESULT_CODE_NORMAL_EXIT_PACK_EXTENSION_SUCCESS uCEFConstants

An early startup command was executed and the browser must exit.

- + CEF_RESULT_CODE_NORMAL_EXIT_PROCESS_NOTIFIED uCEFConstants

The browser process exited early by passing the command line to another running browser.

- + CEF_RESULT_CODE_NORMAL_EXIT_UPGRADE_RELAUNCHED uCEFConstants

Chrome detected that there was a new version waiting to launch and renamed the files and launched the new version. This result code is never returned from the main process, but is instead used as a signal for early termination of browser. See `IsNormalResultCode` below.

- + CEF_RESULT_CODE_NOTUSED_1 uCEFConstants

A dummy value we should not use. See crbug.com/152285.

- + CEF_RESULT_CODE_NOTUSED_2 uCEFConstants

A dummy value we should not use. See crbug.com/152285.

- + CEF_RESULT_CODE_NUM_VALUES uCEFConstants

Last TCefResultCode value.

- + CEF_RESULT_CODE_PACK_EXTENSION_ERROR uCEFConstants

Failed to pack an extension via the cmd line.

- + CEF_RESULT_CODE_PROFILE_IN_USE uCEFConstants

The profile was in use on another host.

- + CEF_RESULT_CODE_RESPAWN_FAILED uCEFConstants

Trying to restart the browser we crashed.

- + CEF_RESULT_CODE_SANDBOX_FATAL_BROKER_SHUTDOWN_HUNG uCEFConstants

Windows sandbox broker terminated in shutdown.

- + CEF_RESULT_CODE_SANDBOX_FATAL_CACHEDISABLE uCEFConstants

Windows sandbox failed to forbid HCKU caching.

- + CEF_RESULT_CODE_SANDBOX_FATAL_CLOSEHANDLES uCEFConstants

Windows sandbox failed to close pending handles.

- + CEF_RESULT_CODE_SANDBOX_FATAL_DROPTOKEN uCEFConstants

Windows sandbox could not lower the token.

- + CEF_RESULT_CODE_SANDBOX_FATAL_FIRST uCEFConstants

First Sandbox result code.

- + CEF_RESULT_CODE_SANDBOX_FATAL_FLUSHANDLES uCEFConstants

Windows sandbox failed to flush registry handles.

- + CEF_RESULT_CODE_SANDBOX_FATAL_INTEGRITY uCEFConstants

Windows sandbox could not set the integrity level.

- + CEF_RESULT_CODE_SANDBOX_FATAL_LAST uCEFConstants

Last Sandbox result code.

- + CEF_RESULT_CODE_SANDBOX_FATAL_MEMORY_EXCEEDED uCEFConstants

Windows sandbox exceeded the job memory limit.

- + CEF_RESULT_CODE_SANDBOX_FATAL_MITIGATION uCEFConstants

Windows sandbox could not set the mitigation policy.

- + CEF_RESULT_CODE_SANDBOX_FATAL_WARMUP uCEFConstants

Windows sandbox failed to warmup.

- + CEF_RESULT_CODE_SHELL_INTEGRATION_FAILED uCEFConstants

Failed to make Chrome default browser (not used?).

- + CEF_RESULT_CODE_SXS_MIGRATION_FAILED_NOT_USED uCEFConstants

Failed to migrate user data directory for side-by-side package support (Linux-only).

- + CEF_RESULT_CODE_SYSTEM_RESOURCE_EXHAUSTED uCEFConstants

The browser process exited because system resource are exhausted. The system state can't be recovered and will be unstable.

- + CEF_RESULT_CODE_TERMINATED_BY_OTHER_PROCESS_ON_COMMIT_FAILURE uCEFConstants

Upon encountering a commit failure in a process, PartitionAlloc terminated another process deemed less important.

- + CEF_RESULT_CODE_UNINSTALL_CHROME_ALIVE uCEFConstants

Uninstall detected another chrome instance.

- + CEF_RESULT_CODE_UNINSTALL_DELETE_PROFILE uCEFConstants

Delete profile as well during uninstall.

- + CEF_RESULT_CODE_UNINSTALL_EXTENSION_ERROR uCEFConstants

Failed to silently uninstall an extension.

- + CEF_RESULT_CODE_UNINSTALL_USER_CANCEL uCEFConstants

The user changed their mind.

- + CEF_RESULT_CODE_UNSUPPORTED_PARAM uCEFConstants

Command line parameter is not supported.

- + CEF_SANDBOX_COMPAT_HASH uCEFConstants

Sandbox hash.

- + CEF_SCHEME_OPTION_CORS_ENABLED uCEFConstants

If CEF_SCHEME_OPTION_CORS_ENABLED is set the scheme can be sent CORS requests. This value should be set in most cases where CEF_SCHEME_OPTION_STANDARD is set.

- + CEF_SCHEME_OPTION_CSP_BYPASSING uCEFConstants

If CEF_SCHEME_OPTION_CSP_BYPASSING is set the scheme can bypass Content- Security-Policy (CSP) checks. This value should not be set in most cases where CEF_SCHEME_OPTION_STANDARD is set.

- + CEF_SCHEME_OPTION_DISPLAY_ISOLATED uCEFConstants

If CEF_SCHEME_OPTION_DISPLAY_ISOLATED is set the scheme can only be displayed from other content hosted with the same scheme. For example, pages in other origins cannot create iframes or hyperlinks to URLs with the scheme. For schemes that must be accessible from other schemes don't set this, set CEF_SCHEME_OPTION_CORS_ENABLED, and use CORS "Access-Control-Allow-Origin" headers to further restrict access.

- + CEF_SCHEME_OPTION_FETCH_ENABLED uCEFConstants

If CEF_SCHEME_OPTION_FETCH_ENABLED is set the scheme can perform Fetch API requests.

- + CEF_SCHEME_OPTION_LOCAL uCEFConstants

If CEF_SCHEME_OPTION_LOCAL is set the scheme will be treated with the same security rules as those applied to "file" URLs. Normal pages cannot link to or access local URLs. Also, by default, local URLs can only perform XMLHttpRequest calls to the same URL (origin + path) that originated the request. To allow XMLHttpRequest calls from a local URL to other URLs with the same origin set the CefSettings.file_access_from_file_urls_allowed value to true (1). To allow XMLHttpRequest calls from a local URL to all origins set the CefSettings.universal_access_from_file_urls_allowed value to true (1).

- + CEF_SCHEME_OPTION_NONE uCEFConstants

No options.

- + CEF_SCHEME_OPTION_SECURE uCEFConstants

If CEF_SCHEME_OPTION_SECURE is set the scheme will be treated with the same security rules as those applied to "https" URLs. For example, loading this scheme from other secure schemes will not trigger mixed content warnings.

- + CEF_SCHEME_OPTION_STANDARD uCEFConstants

If CEF_SCHEME_OPTION_STANDARD is set the scheme will be treated as a standard scheme. Standard schemes are subject to URL canonicalization and parsing rules as defined in the Common Internet Scheme Syntax RFC 1738 Section 3.1 available at http://www.ietf.org/rfc/rfc1738.txt @@ -1230,882 +1235,882 @@

For non-standard scheme URLs only the "scheme:" component is parsed and canonicalized. The remainder of the URL will be passed to the handler as- is. For example, "scheme:///some%20text" will remain the same. Non-standard scheme URLs cannot be used as a target for form submission.

- + CEF_SENTINEL_DOCLOSE uCEFConstants

 

- + CEF_SENTINEL_START uCEFConstants

 

- + CEF_SETTINGS_URL uCEFConstants

 

- + CEF_SHOW_STATE_FULLSCREEN uCEFConstants

Show the window as fullscreen.

- + CEF_SHOW_STATE_HIDDEN uCEFConstants

Show the window as hidden (no dock thumbnail). Only supported on MacOS..

- + CEF_SHOW_STATE_MAXIMIZED uCEFConstants

Show the window as maximized.

- + CEF_SHOW_STATE_MINIMIZED uCEFConstants

Show the window as minimized.

- + CEF_SHOW_STATE_NORMAL uCEFConstants

Show the window as normal.

- + CEF_SHOW_STATE_NUM_VALUES uCEFConstants

Number of TCefShowState values

- + CEF_STARTDRAGGING uCEFConstants

 

- + CEF_SUPPORTED_VERSION_BUILD uCEFApplication

 

- + CEF_SUPPORTED_VERSION_BUILD uCEFApplicationCore

 

- + CEF_SUPPORTED_VERSION_MAJOR uCEFApplication

 

- + CEF_SUPPORTED_VERSION_MAJOR uCEFApplicationCore

 

- + CEF_SUPPORTED_VERSION_MINOR uCEFApplication

 

- + CEF_SUPPORTED_VERSION_MINOR uCEFApplicationCore

 

- + CEF_SUPPORTED_VERSION_RELEASE uCEFApplication

 

- + CEF_SUPPORTED_VERSION_RELEASE uCEFApplicationCore

 

- + CEF_TFC_COPY uCEFConstants

 

- + CEF_TFC_CUT uCEFConstants

 

- + CEF_TFC_DELETE uCEFConstants

 

- + CEF_TFC_NUM_VALUES uCEFConstants

 

- + CEF_TFC_PASTE uCEFConstants

 

- + CEF_TFC_SELECT_ALL uCEFConstants

 

- + CEF_TFC_SELECT_WORD uCEFConstants

 

- + CEF_TFC_UNDO uCEFConstants

 

- + CEF_TFC_UNKNOWN uCEFConstants

Represents commands available to TextField. Should be kept in sync with Chromium's views::TextField::MenuCommands type.

- + CEF_THS_FLAG_ALPHA uCEFConstants

 

- + CEF_THS_FLAG_ENABLED uCEFConstants

 

- + CEF_THS_FLAG_NONE uCEFConstants

Values indicating what state of the touch handle is set.

- + CEF_THS_FLAG_ORIENTATION uCEFConstants

 

- + CEF_THS_FLAG_ORIGIN uCEFConstants

 

- + CEF_TIMER_DEPLETEWORK_CYCLES uCEFConstants

 

- + CEF_TIMER_DEPLETEWORK_DELAY uCEFConstants

 

- + CEF_TIMER_MAXDELAY uCEFConstants

 

- + CEF_TIMER_MAXIMUM uCEFConstants

 

- + CEF_TIMER_MINIMUM uCEFConstants

Used when the shared textures are enabled.

- + CEF_URLS_URL uCEFConstants

 

- + CEF_VERSION_URL uCEFConstants

 

- + CERT_STATUS_AUTHORITY_INVALID uCEFConstants

 

- + CERT_STATUS_COMMON_NAME_INVALID uCEFConstants

 

- + CERT_STATUS_CT_COMPLIANCE_FAILED uCEFConstants

 

- + CERT_STATUS_DATE_INVALID uCEFConstants

 

- + CERT_STATUS_FIRST_ERROR uCEFConstants

 

- + CERT_STATUS_INVALID uCEFConstants

 

- + CERT_STATUS_IS_EV uCEFConstants

 

- + CERT_STATUS_LAST_ERROR uCEFConstants

 

- + CERT_STATUS_NAME_CONSTRAINT_VIOLATION uCEFConstants

 

- + CERT_STATUS_NONE uCEFConstants

Supported certificate status code values. See net\cert\cert_status_flags.h for more information. CERT_STATUS_NONE is new in CEF because we use an enum while cert_status_flags.h uses a typedef and static const variables.

- + CERT_STATUS_NON_UNIQUE_NAME uCEFConstants

 

- + CERT_STATUS_NO_REVOCATION_MECHANISM uCEFConstants

 

- + CERT_STATUS_PINNED_KEY_MISSING uCEFConstants

 

- + CERT_STATUS_REVOKED uCEFConstants

 

- + CERT_STATUS_REV_CHECKING_ENABLED uCEFConstants

 

- + CERT_STATUS_SHA1_SIGNATURE_PRESENT uCEFConstants

 

- + CERT_STATUS_UNABLE_TO_CHECK_REVOCATION uCEFConstants

 

- + CERT_STATUS_VALIDITY_TOO_LONG uCEFConstants

 

- + CERT_STATUS_WEAK_KEY uCEFConstants

 

- + CERT_STATUS_WEAK_SIGNATURE_ALGORITHM uCEFConstants

 

- + CHROMEELF_DLL uCEFApplication

 

- + CHROMEELF_DLL uCEFApplicationCore

 

- + CHROMIUM_NONBROWSERSHUTDOWNPRIORITY uCEFConstants

This constant is defined by Chromium in chrome/app/main_dll_loader_win.cc It's used with SetProcessShutdownParameters to set a shutdown priority for the subprocesses. $280 is the default value for applications.

- + CM_EDITFLAG_CAN_COPY uCEFConstants

 

- + CM_EDITFLAG_CAN_CUT uCEFConstants

 

- + CM_EDITFLAG_CAN_DELETE uCEFConstants

 

- + CM_EDITFLAG_CAN_EDIT_RICHLY uCEFConstants

 

- + CM_EDITFLAG_CAN_PASTE uCEFConstants

 

- + CM_EDITFLAG_CAN_REDO uCEFConstants

 

- + CM_EDITFLAG_CAN_SELECT_ALL uCEFConstants

 

- + CM_EDITFLAG_CAN_TRANSLATE uCEFConstants

 

- + CM_EDITFLAG_CAN_UNDO uCEFConstants

 

- + CM_EDITFLAG_NONE uCEFConstants

Supported context menu edit state bit flags. These constants match their equivalents in Chromium's ContextMenuDataEditFlags and should not be renumbered.

- + CM_MEDIAFLAG_CAN_LOOP uCEFConstants

 

- + CM_MEDIAFLAG_CAN_PICTURE_IN_PICTURE uCEFConstants

 

- + CM_MEDIAFLAG_CAN_PRINT uCEFConstants

 

- + CM_MEDIAFLAG_CAN_ROTATE uCEFConstants

 

- + CM_MEDIAFLAG_CAN_SAVE uCEFConstants

 

- + CM_MEDIAFLAG_CAN_TOGGLE_CONTROLS uCEFConstants

 

- + CM_MEDIAFLAG_CONTROLS uCEFConstants

 

- + CM_MEDIAFLAG_HAS_AUDIO uCEFConstants

 

- + CM_MEDIAFLAG_IN_ERROR uCEFConstants

 

- + CM_MEDIAFLAG_LOOP uCEFConstants

 

- + CM_MEDIAFLAG_MUTED uCEFConstants

 

- + CM_MEDIAFLAG_NONE uCEFConstants

Supported context menu media state bit flags. These constants match their equivalents in Chromium's ContextMenuData::MediaFlags and should not be renumbered.

- + CM_MEDIAFLAG_PAUSED uCEFConstants

 

- + CM_MEDIAFLAG_PICTURE_IN_PICTURE uCEFConstants

 

- + CM_TYPEFLAG_EDITABLE uCEFConstants

An editable element is selected.

- + CM_TYPEFLAG_FRAME uCEFConstants

A subframe page is selected.

- + CM_TYPEFLAG_LINK uCEFConstants

A link is selected.

- + CM_TYPEFLAG_MEDIA uCEFConstants

A media node is selected.

- + CM_TYPEFLAG_NONE uCEFConstants

No node is selected.

- + CM_TYPEFLAG_PAGE uCEFConstants

The top page is selected.

- + CM_TYPEFLAG_SELECTION uCEFConstants

There is a textual or mixed selection that is selected.

- + COMMAND_ID_FIRST_UNBOUNDED uCEFConstants

command_id constants declared in cef_command_ids.h and used by some callbacks in ICefCommandHandler cef_command_ids.h is generated in /include/cef_command_ids.h

- + CRLF uCEFConstants

 

- + CUSTOM_ARRAY_LENGTH uCEFOLEDragAndDrop

 

- + DEFAULT_BLINK_BACKGROUND_COLOR uCEFOSRIMEHandler

Black SkColor

- + DEFAULT_BLINK_UNDERLINE_COLOR uCEFOSRIMEHandler

 

- + DEFAULT_BLINK_UNDERLINE_STYLE uCEFOSRIMEHandler

White SkColor

- + DEFAULT_CEFSERVER_ADDRESS uCEFServerComponent

 

- + DEFAULT_CEFSERVER_BACKLOG uCEFServerComponent

 

- + DEFAULT_CEFSERVER_PORT uCEFServerComponent

 

- + DEFAULT_REDIRECT_IPV4_HOST uCEFOAuth2Helper

REFERENCES : ============ https://tools.ietf.org/html/rfc6749 https://tools.ietf.org/html/rfc6750 https://tools.ietf.org/html/rfc8252 https://tools.ietf.org/html/rfc6819 https://tools.ietf.org/html/rfc7636 https://tools.ietf.org/html/draft-ietf-oauth-native-apps-12 https://tools.ietf.org/html/draft-ietf-oauth-security-topics-13 https://developers.google.com/identity/protocols/OAuth2 https://developers.google.com/identity/protocols/OAuth2InstalledApp https://developers.google.com/identity/protocols/googlescopes https://developers.google.com/identity/protocols/OpenIDConnect https://aaronparecki.com/oauth-2-simplified/ https://example-app.com/pkce

- + DEFAULT_REDIRECT_IPV6_HOST uCEFOAuth2Helper

 

- + DEFAULT_REDIRECT_PORT uCEFOAuth2Helper

 

- + DEVTOOLS_WINDOWNAME uCEFConstants

 

- + DOM_EVENT_CATEGORY_BEFORE_TEXT_INSERTED uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_CLIPBOARD uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_COMPOSITION uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_DRAG uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_KEYBOARD uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_MESSAGE uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_MOUSE uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_MUTATION uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_OVERFLOW uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_PAGE_TRANSITION uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_POPSTATE uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_PROGRESS uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_TEXT uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_UI uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_UNKNOWN uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_WHEEL uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_XMLHTTPREQUEST_PROGRESS uCEFConstants

DOM event category flag.

- + DRAG_OPERATION_COPY uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DRAG_OPERATION_DELETE uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DRAG_OPERATION_EVERY uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DRAG_OPERATION_GENERIC uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DRAG_OPERATION_LINK uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DRAG_OPERATION_MOVE uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DRAG_OPERATION_NONE uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DRAG_OPERATION_PRIVATE uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DUPLEX_MODE_LONG_EDGE uCEFConstants

 

- + DUPLEX_MODE_NUM_VALUES uCEFConstants

 

- + DUPLEX_MODE_SHORT_EDGE uCEFConstants

 

- + DUPLEX_MODE_SIMPLEX uCEFConstants

 

- + DUPLEX_MODE_UNKNOWN uCEFConstants

Print job duplex mode values.

- + ERR_ABORTED uCEFConstants

An operation was aborted (due to user action).

- + ERR_ACCESS_DENIED uCEFConstants

Permission to access a resource, other than the network, was denied.

- + ERR_ADDRESS_INVALID uCEFConstants

The IP address or port number is invalid (e.g., cannot connect to the IP address 0 or the port 0).

- + ERR_ADDRESS_IN_USE uCEFConstants

Returned when attempting to bind an address that is already in use.

- + ERR_ADDRESS_UNREACHABLE uCEFConstants

The IP address is unreachable. This usually means that there is no route to the specified host or network.

- + ERR_ADD_USER_CERT_FAILED uCEFConstants

An error adding a certificate to the OS certificate database.

- + ERR_ALPN_NEGOTIATION_FAILED uCEFConstants

The request to negotiate an alternate protocol failed.

- + ERR_BAD_SSL_CLIENT_AUTH_CERT uCEFConstants

The SSL handshake failed because of a bad or missing client certificate.

- + ERR_BLOB_DEREFERENCED_WHILE_BUILDING uCEFConstants

The renderer destructed the blob before it was done transferring, and there were no outstanding references (no one is waiting to read) to keep the blob alive.

- + ERR_BLOB_FILE_WRITE_FAILED uCEFConstants

We couldn't create or write to a file. File system error, like a full disk.

- + ERR_BLOB_INVALID_CONSTRUCTION_ARGUMENTS uCEFConstants

The following errors are for mapped from a subset of invalid storage::BlobStatus. The construction arguments are invalid. This is considered a bad IPC.

- + ERR_BLOB_OUT_OF_MEMORY uCEFConstants

We don't have enough memory for the blob.

- + ERR_BLOB_REFERENCED_BLOB_BROKEN uCEFConstants

A blob that we referenced during construction is broken, or a browser-side builder tries to build a blob with a blob reference that isn't finished constructing.

- + ERR_BLOB_REFERENCED_FILE_UNAVAILABLE uCEFConstants

A file that we referenced during construction is not accessible to the renderer trying to create the blob.

- + ERR_BLOB_SOURCE_DIED_IN_TRANSIT uCEFConstants

The renderer was destroyed while data was in transit.

- + ERR_BLOCKED_BY_ADMINISTRATOR uCEFConstants

The request was blocked by the URL block list configured by the domain administrator.

- + ERR_BLOCKED_BY_CLIENT uCEFConstants

The client chose to block the request.

- + ERR_BLOCKED_BY_CSP uCEFConstants

The request was blocked by a Content Security Policy

- + ERR_BLOCKED_BY_FINGERPRINTING_PROTECTION uCEFConstants

The request was blocked by fingerprinting protections.

- + ERR_BLOCKED_BY_LOCAL_NETWORK_ACCESS_CHECKS uCEFConstants

The connection is blocked by private network access checks.

- + ERR_BLOCKED_BY_ORB uCEFConstants

The request was blocked by CORB or ORB.

- + ERR_BLOCKED_BY_RESPONSE uCEFConstants

The request failed because the response was delivered along with requirements which are not met ('X-Frame-Options' and 'Content-Security-Policy' ancestor checks and 'Cross-Origin-Resource-Policy' for instance).

- + ERR_BLOCKED_IN_INCOGNITO_BY_ADMINISTRATOR uCEFConstants

The request was blocked by the Incognito Mode URL block list configured by the domain administrator.

- + ERR_CACHED_IP_ADDRESS_SPACE_BLOCKED_BY_LOCAL_NETWORK_ACCESS_POLICY uCEFConstants

The IP address space of the cached remote endpoint is blocked by private network access check.

- + ERR_CACHE_AUTH_FAILURE_AFTER_READ uCEFConstants

Received a challenge after the transaction has read some data, and the credentials aren't available. There isn't a way to get them at that point.

- + ERR_CACHE_CHECKSUM_MISMATCH uCEFConstants

The cache found an entry with an invalid checksum. This can be returned from attempts to read from the cache. It is an internal error, returned by the SimpleCache backend, but not by any URLRequest methods or members.

- + ERR_CACHE_CHECKSUM_READ_FAILURE uCEFConstants

The cache was unable to read a checksum record on an entry. This can be returned from attempts to read from the cache. It is an internal error, returned by the SimpleCache backend, but not by any URLRequest methods or members.

- + ERR_CACHE_CREATE_FAILURE uCEFConstants

The disk cache is unable to create this entry.

- + ERR_CACHE_DOOM_FAILURE uCEFConstants

The disk cache is unable to doom this entry.

- + ERR_CACHE_ENTRY_NOT_SUITABLE uCEFConstants

Internal not-quite error code for the HTTP cache. In-memory hints suggest that the cache entry would not have been usable with the transaction's current configuration (e.g. load flags, mode, etc.)

- + ERR_CACHE_LOCK_TIMEOUT uCEFConstants

Internal error code for the HTTP cache. The cache lock timeout has fired.

- + ERR_CACHE_MISS uCEFConstants

The cache does not have the requested entry.

- + ERR_CACHE_OPEN_FAILURE uCEFConstants

The disk cache is unable to open this entry.

- + ERR_CACHE_OPEN_OR_CREATE_FAILURE uCEFConstants

The disk cache is unable to open or create this entry.

- + ERR_CACHE_OPERATION_NOT_SUPPORTED uCEFConstants

The operation is not supported for this entry.

- + ERR_CACHE_RACE uCEFConstants

Multiple transactions are racing to create disk cache entries. This is an internal error returned from the HttpCache to the HttpCacheTransaction that tells the transaction to restart the entry-creation logic because the state of the cache has changed.

- + ERR_CACHE_READ_FAILURE uCEFConstants

Unable to read from the disk cache.

- + ERR_CACHE_WRITE_FAILURE uCEFConstants

Unable to write to the disk cache.

- + ERR_CERTIFICATE_TRANSPARENCY_REQUIRED uCEFConstants

Certificate Transparency was required for this connection, but the server did not provide CT information that complied with the policy.

- + ERR_CERT_AUTHORITY_INVALID uCEFConstants

The server responded with a certificate that is signed by an authority we don't trust. The could mean: @@ -2116,7 +2121,7 @@

3. The server is presenting a self-signed certificate, providing no defense against active attackers (but foiling passive attackers).

- + ERR_CERT_COMMON_NAME_INVALID uCEFConstants

The server responded with a certificate whose common name did not match the host name. This could mean: @@ -2129,19 +2134,19 @@

4. The OS has used a DNS search suffix and the server doesn't have a certificate for the abbreviated name in the address bar.

- + ERR_CERT_CONTAINS_ERRORS uCEFConstants

The server responded with a certificate that contains errors. This error is not recoverable.

MSDN describes this error as follows: "The SSL certificate contains errors." NOTE: It's unclear how this differs from ERR_CERT_INVALID. For consistency, use that code instead of this one from now on.

- + ERR_CERT_DATABASE_CHANGED uCEFConstants

The certificate database changed in some way.

- + ERR_CERT_DATE_INVALID uCEFConstants

The server responded with a certificate that, by our clock, appears to either not yet be valid or to have expired. This could mean: @@ -2152,49 +2157,49 @@

3. Our clock is wrong.

- + ERR_CERT_END uCEFConstants

The value immediately past the last certificate error code.

- + ERR_CERT_INVALID uCEFConstants

The server responded with a certificate that is invalid. This error is not recoverable.

MSDN describes this error as follows: "The SSL certificate is invalid."

- + ERR_CERT_KNOWN_INTERCEPTION_BLOCKED uCEFConstants

The certificate is known to be used for interception by an entity other the device owner.

- + ERR_CERT_NAME_CONSTRAINT_VIOLATION uCEFConstants

The certificate claimed DNS names that are in violation of name constraints.

- + ERR_CERT_NON_UNIQUE_NAME uCEFConstants

The host name specified in the certificate is not unique.

- + ERR_CERT_NO_REVOCATION_MECHANISM uCEFConstants

The certificate has no mechanism for determining if it is revoked. In effect, this certificate cannot be revoked.

- + ERR_CERT_REVOKED uCEFConstants

The server responded with a certificate has been revoked. We have the capability to ignore this error, but it is probably not the thing to do.

- + ERR_CERT_SELF_SIGNED_LOCAL_NETWORK uCEFConstants

-218 was SSL_OBSOLETE_VERSION which is not longer used. TLS 1.0/1.1 instead cause SSL_VERSION_OR_CIPHER_MISMATCH now. The certificate is self signed and it's being used for either an RFC1918 IP literal URL, or a url ending in .local.

- + ERR_CERT_UNABLE_TO_CHECK_REVOCATION uCEFConstants

Revocation information for the security certificate for this site is not available. This could mean: @@ -2203,142 +2208,142 @@

2. The certificate is unrevoked, but the revocation server is busy or unavailable.

- + ERR_CERT_VALIDITY_TOO_LONG uCEFConstants

The certificate's validity period is too long.

- + ERR_CERT_VERIFIER_CHANGED uCEFConstants

The certificate verifier configuration changed in some way.

- + ERR_CERT_WEAK_KEY uCEFConstants

The server responded with a certificate that contains a weak key (e.g. a too-small RSA key).

- + ERR_CERT_WEAK_SIGNATURE_ALGORITHM uCEFConstants

The server responded with a certificate that is signed using a weak signature algorithm.

- + ERR_CLEARTEXT_NOT_PERMITTED uCEFConstants

The request was blocked by system policy disallowing some or all cleartext requests. Used for NetworkSecurityPolicy on Android.

- + ERR_CLIENT_AUTH_CERT_TYPE_UNSUPPORTED uCEFConstants

Server request for client certificate did not contain any types we support.

- + ERR_CONNECTION_ABORTED uCEFConstants

A connection timed out as a result of not receiving an ACK for data sent. This can include a FIN packet that did not get ACK'd.

- + ERR_CONNECTION_CLOSED uCEFConstants

A connection was closed (corresponding to a TCP FIN).

- + ERR_CONNECTION_FAILED uCEFConstants

A connection attempt failed.

- + ERR_CONNECTION_REFUSED uCEFConstants

A connection attempt was refused.

- + ERR_CONNECTION_RESET uCEFConstants

A connection was reset (corresponding to a TCP RST).

- + ERR_CONNECTION_TIMED_OUT uCEFConstants

A connection attempt timed out.

- + ERR_CONTENT_DECODING_FAILED uCEFConstants

Content decoding of the response body failed.

- + ERR_CONTENT_DECODING_INIT_FAILED uCEFConstants

Initializing content decoding failed.

- + ERR_CONTENT_LENGTH_MISMATCH uCEFConstants

The HTTP response body transferred fewer bytes than were advertised by the Content-Length header when the connection is closed.

- + ERR_CONTEXT_SHUT_DOWN uCEFConstants

The request failed because the URLRequestContext is shutting down, or has been shut down.

- + ERR_CT_CONSISTENCY_PROOF_PARSING_FAILED uCEFConstants

Certificate Transparency: Failed to parse the received consistency proof.

- + ERR_CT_STH_INCOMPLETE uCEFConstants

Certificate Transparency: Received a signed tree head whose JSON parsing was OK but was missing some of the fields.

- + ERR_CT_STH_PARSING_FAILED uCEFConstants

Certificate Transparency: Received a signed tree head that failed to parse.

- + ERR_DICTIONARY_LOAD_FAILED uCEFConstants

The compression dictionary cannot be loaded.

- + ERR_DISALLOWED_URL_SCHEME uCEFConstants

The scheme of the URL is disallowed.

- + ERR_DNS_CACHE_INVALIDATION_IN_PROGRESS uCEFConstants

Returned when DNS cache invalidation is in progress. This is a transient error. Callers may want to retry later.

- + ERR_DNS_FORMAT_ERROR uCEFConstants

The DNS server responded with a format error response code.

- + ERR_DNS_MALFORMED_RESPONSE uCEFConstants

DNS resolver received a malformed response.

- + ERR_DNS_NAME_HTTPS_ONLY uCEFConstants

DNS identified the request as disallowed for insecure connection (http/ws). Error should be handled as if an HTTP redirect was received to redirect to https or wss.

- + ERR_DNS_NOT_IMPLEMENTED uCEFConstants

The DNS server responded that the query type is not implemented.

- + ERR_DNS_NO_MATCHING_SUPPORTED_ALPN uCEFConstants

The hostname resolution of HTTPS record was expected to be resolved with alpn values of supported protocols, but did not.

- + ERR_DNS_OTHER_FAILURE uCEFConstants

@@ -2357,3998 +2362,3998 @@

- + ERR_DNS_REFUSED uCEFConstants

The DNS server responded that the request was refused.

- + ERR_DNS_REQUEST_CANCELLED uCEFConstants

All DNS requests associated with this job have been cancelled.

- + ERR_DNS_SEARCH_EMPTY uCEFConstants

Suffix search list rules prevent resolution of the given host name.

- + ERR_DNS_SECURE_PROBE_RECORD_INVALID uCEFConstants

When checking whether secure DNS can be used, the response returned for the requested probe record either had no answer or was invalid.

- + ERR_DNS_SECURE_RESOLVER_HOSTNAME_RESOLUTION_FAILED uCEFConstants

Failed to resolve the hostname of a DNS-over-HTTPS server.

- + ERR_DNS_SERVER_FAILURE uCEFConstants

The DNS server responded with a server failure response code.

- + ERR_DNS_SERVER_REQUIRES_TCP uCEFConstants

DNS server requires TCP

- + ERR_DNS_SORT_ERROR uCEFConstants

Failed to sort addresses according to RFC3484.

- + ERR_DNS_TIMED_OUT uCEFConstants

DNS transaction timed out.

- + ERR_EARLY_DATA_REJECTED uCEFConstants

TLS 1.3 early data was rejected by the server. This will be received before any data is returned from the socket. The request should be retried with early data disabled.

- + ERR_ECH_FALLBACK_CERTIFICATE_INVALID uCEFConstants

ECH was enabled, the server was unable to decrypt the encrypted ClientHello, and additionally did not present a certificate valid for the public name.

- + ERR_ECH_NOT_NEGOTIATED uCEFConstants

ECH was enabled, but the server was unable to decrypt the encrypted ClientHello.

- + ERR_EMPTY_RESPONSE uCEFConstants

The server closed the connection without sending any data.

- + ERR_ENCODING_DETECTION_FAILED uCEFConstants

Detecting the encoding of the response failed.

- + ERR_FAILED uCEFConstants

A generic failure occurred.

- + ERR_FILE_EXISTS uCEFConstants

The file already exists.

- + ERR_FILE_NOT_FOUND uCEFConstants

The file or directory cannot be found.

- + ERR_FILE_NO_SPACE uCEFConstants

Not enough room left on the disk.

- + ERR_FILE_PATH_TOO_LONG uCEFConstants

The path or file name is too long.

- + ERR_FILE_TOO_BIG uCEFConstants

The file is too large.

- + ERR_FILE_VIRUS_INFECTED uCEFConstants

The file has a virus.

- + ERR_HOST_RESOLVER_QUEUE_TOO_LARGE uCEFConstants

There are too many pending DNS resolves, so a request in the queue was aborted.

- + ERR_HTTPENGINE_PROVIDER_IN_USE uCEFConstants

This is a placeholder value that should never be used within net. When Cronet APIs are being backed by HttpEngine (i.e., HttpEngineProvider is being used), org.chromium.net.NetworkException#getCronetInternalErrorCode is not supported (android.net.http.NetworkException#getCronetInternalErrorCode does not exist). In this scenario, getCronetInternalErrorCode will always return this error. This is a first step towards the deprecation of getCronetInternalErrorCode.

- + ERR_HTTP_1_1_REQUIRED uCEFConstants

HTTP_1_1_REQUIRED error code received on HTTP/2 session.

- + ERR_HTTP_RESPONSE_CODE_FAILURE uCEFConstants

The server returned a non-2xx HTTP response code.

Note that this error is only used by certain APIs that interpret the HTTP response itself. URLRequest for instance just passes most non-2xx response back as success.

- + ERR_ICANN_NAME_COLLISION uCEFConstants

Resolving a hostname to an IP address list included the IPv4 address "127.0.53.53". This is a special IP address which ICANN has recommended to indicate there was a name collision, and alert admins to a potential problem.

- + ERR_IMPORT_CA_CERT_FAILED uCEFConstants

CA import failed due to some other error.

- + ERR_IMPORT_CA_CERT_NOT_CA uCEFConstants

CA import failed - not a CA cert.

- + ERR_IMPORT_CERT_ALREADY_EXISTS uCEFConstants

Import failed - certificate already exists in database. Note it's a little weird this is an error but reimporting a PKCS12 is ok (no-op). That's how Mozilla does it, though.

- + ERR_IMPORT_SERVER_CERT_FAILED uCEFConstants

Server certificate import failed due to some internal error.

- + ERR_INCOMPLETE_CHUNKED_ENCODING uCEFConstants

The HTTP response body is transferred with Chunked-Encoding, but the terminating zero-length chunk was never sent when the connection is closed.

- + ERR_INCOMPLETE_SPDY_HEADERS uCEFConstants

HTTP/2 headers have been received, but not all of them - status or version headers are missing, so we're expecting additional frames to complete them.

- + ERR_INCONSISTENT_IP_ADDRESS_SPACE uCEFConstants

The IP address space of the remote endpoint differed from the previous observed value during the same request. Any cache entry for the affected request should be invalidated.

- + ERR_INSECURE_RESPONSE uCEFConstants

The server's response was insecure (e.g. there was a cert error).

- + ERR_INSUFFICIENT_RESOURCES uCEFConstants

There were not enough resources to complete the operation.

- + ERR_INTERNET_DISCONNECTED uCEFConstants

The Internet connection has been lost.

- + ERR_INVALID_ARGUMENT uCEFConstants

An argument to the function is incorrect.

- + ERR_INVALID_AUTH_CREDENTIALS uCEFConstants

Credentials could not be established during HTTP Authentication.

- + ERR_INVALID_CHUNKED_ENCODING uCEFConstants

Error in chunked transfer encoding.

- + ERR_INVALID_ECH_CONFIG_LIST uCEFConstants

The ECHConfigList fetched over DNS cannot be parsed.

- + ERR_INVALID_HANDLE uCEFConstants

The handle or file descriptor is invalid.

- + ERR_INVALID_HTTP_RESPONSE uCEFConstants

The server was expected to return an HTTP/1.x response, but did not. Rather than treat it as HTTP/0.9, this error is returned.

- + ERR_INVALID_REDIRECT uCEFConstants

Attempting to load an URL resulted in a redirect to an invalid URL.

- + ERR_INVALID_RESPONSE uCEFConstants

The server's response was invalid.

- + ERR_INVALID_SIGNED_EXCHANGE uCEFConstants

An error occurred while handling a signed exchange.

- + ERR_INVALID_URL uCEFConstants

The URL is invalid.

- + ERR_INVALID_WEB_BUNDLE uCEFConstants

An error occurred while handling a Web Bundle source.

- + ERR_IO_PENDING uCEFConstants

An asynchronous IO operation is not yet complete. This usually does not indicate a fatal error. Typically this error will be generated as a notification to wait for some external notification that the IO operation finally completed.

- + ERR_KEY_GENERATION_FAILED uCEFConstants

Key generation failed.

- + ERR_MALFORMED_IDENTITY uCEFConstants

The identity used for authentication is invalid.

- + ERR_MANDATORY_PROXY_CONFIGURATION_FAILED uCEFConstants

A mandatory proxy configuration could not be used. Currently this means that a mandatory PAC script could not be fetched, parsed or executed.

- + ERR_METHOD_NOT_SUPPORTED uCEFConstants

The server did not support the request method.

- + ERR_MISCONFIGURED_AUTH_ENVIRONMENT uCEFConstants

The environment was not set up correctly for authentication. For example, no KDC could be found or the principal is unknown.

- + ERR_MISSING_AUTH_CREDENTIALS uCEFConstants

(GSSAPI) No Kerberos credentials were available during HTTP Authentication.

- + ERR_MSG_TOO_BIG uCEFConstants

The message was too large for the transport. (for example a UDP message which exceeds size threshold).

- + ERR_NAME_NOT_RESOLVED uCEFConstants

The host name could not be resolved.

- + ERR_NAME_RESOLUTION_FAILED uCEFConstants

An error occurred when trying to do a name resolution (DNS).

- + ERR_NETWORK_ACCESS_DENIED uCEFConstants

Permission to access the network was denied. This is used to distinguish errors that were most likely caused by a firewall from other access denied errors. See also ERR_ACCESS_DENIED.

- + ERR_NETWORK_ACCESS_REVOKED uCEFConstants

The request was blocked because it originated from a frame that has disabled network access.

- + ERR_NETWORK_CHANGED uCEFConstants

The network changed.

- + ERR_NETWORK_IO_SUSPENDED uCEFConstants

An operation could not be completed because all network IO is suspended.

- + ERR_NONE uCEFConstants

No error.

- + ERR_NOT_IMPLEMENTED uCEFConstants

The operation failed because of unimplemented functionality.

- + ERR_NO_BUFFER_SPACE uCEFConstants

No socket buffer space is available.

- + ERR_NO_PRIVATE_KEY_FOR_CERT uCEFConstants

An attempt to import a client certificate failed, as the user's key database lacked a corresponding private key.

- + ERR_NO_SUPPORTED_PROXIES uCEFConstants

There are no supported proxies in the provided list.

- + ERR_NS_CACHE_MISS uCEFConstants

The entry was not found in cache or other local sources, for lookups where only local sources were queried. TODO(ericorth): Consider renaming to DNS_LOCAL_MISS or something like that as the cache is not necessarily queried either.

- + ERR_OUT_OF_MEMORY uCEFConstants

Memory allocation failed.

- + ERR_PAC_NOT_IN_DHCP uCEFConstants

No PAC URL configuration could be retrieved from DHCP. This can indicate either a failure to retrieve the DHCP configuration, or that there was no PAC URL configured in DHCP.

- + ERR_PAC_SCRIPT_FAILED uCEFConstants

The evaluation of the PAC script failed.

- + ERR_PAC_SCRIPT_TERMINATED uCEFConstants

The PAC script terminated fatally and must be reloaded.

- + ERR_PKCS12_IMPORT_BAD_PASSWORD uCEFConstants

PKCS #12 import failed due to incorrect password.

- + ERR_PKCS12_IMPORT_FAILED uCEFConstants

PKCS #12 import failed due to other error.

- + ERR_PKCS12_IMPORT_INVALID_FILE uCEFConstants

PKCS #12 import failed due to invalid/corrupt file.

- + ERR_PKCS12_IMPORT_INVALID_MAC uCEFConstants

PKCS #12 import failed due to invalid MAC.

- + ERR_PKCS12_IMPORT_UNSUPPORTED uCEFConstants

PKCS #12 import failed due to unsupported features.

- + ERR_PRECONNECT_MAX_SOCKET_LIMIT uCEFConstants

We've hit the max socket limit for the socket pool while preconnecting. We don't bother trying to preconnect more sockets.

- + ERR_PRIVATE_KEY_EXPORT_FAILED uCEFConstants

Failure to export private key.

- + ERR_PROXY_AUTH_REQUESTED uCEFConstants

The proxy requested authentication (for tunnel establishment).

- + ERR_PROXY_AUTH_REQUESTED_WITH_NO_CONNECTION uCEFConstants

Proxy Auth Requested without a valid Client Socket Handle.

- + ERR_PROXY_AUTH_UNSUPPORTED uCEFConstants

The proxy requested authentication (for tunnel establishment) with an unsupported method.

- + ERR_PROXY_CERTIFICATE_INVALID uCEFConstants

The certificate presented by the HTTPS Proxy was invalid.

- + ERR_PROXY_CONNECTION_FAILED uCEFConstants

Could not create a connection to the proxy server. An error occurred either in resolving its name, or in connecting a socket to it. Note that this does NOT include failures during the actual "CONNECT" method of an HTTP proxy.

- + ERR_PROXY_DELEGATE_CANCELED_CONNECT_REQUEST uCEFConstants

Some implementations of ProxyDelegate query a separate entity to know whether it should cancel tunnel prior to: - The HTTP CONNECT requests being sent out - The HTTP CONNECT response being parsed by //net An example is CronetProxyDelegate: Cronet allows developers to decide whether the tunnel being established should be canceled.

- + ERR_PROXY_DELEGATE_CANCELED_CONNECT_RESPONSE uCEFConstants

Some implementations of ProxyDelegate query a separate entity to know whether it should cancel tunnel prior to: - The HTTP CONNECT requests being sent out - The HTTP CONNECT response being parsed by //net An example is CronetProxyDelegate: Cronet allows developers to decide whether the tunnel being established should be canceled.

- + ERR_PROXY_HTTP_1_1_REQUIRED uCEFConstants

HTTP_1_1_REQUIRED error code received on HTTP/2 session to proxy.

- + ERR_PROXY_UNABLE_TO_CONNECT_TO_DESTINATION uCEFConstants

An attempt to proxy a request failed because the proxy wasn't able to successfully connect to the destination. This likely indicates an issue with the request itself (for instance, the hostname failed to resolve to an IP address or the destination server refused the connection). This error code is used to indicate that the error is outside the control of the proxy server and thus the proxy chain should not be marked as bad. This is in contrast to ERR_TUNNEL_CONNECTION_FAILED which is used for general purpose errors connecting to the proxy and by the proxy request response handling when a proxy delegate doesn't indicate via a different error code whether proxy fallback should occur. Note that for IP Protection proxies this error code causes the proxy to be marked as bad since the preference is to fail open for general purpose errors, but for other proxies this error does not cause the proxy to be marked as bad.

- + ERR_QUIC_CERT_ROOT_NOT_KNOWN uCEFConstants

The certificate presented on a QUIC connection does not chain to a known root and the origin connected to is not on a list of domains where unknown roots are allowed.

- + ERR_QUIC_GOAWAY_REQUEST_CAN_BE_RETRIED uCEFConstants

A GOAWAY frame has been received indicating that the request has not been processed and is therefore safe to retry on a different connection.

- + ERR_QUIC_HANDSHAKE_FAILED uCEFConstants

The QUIC crypto handshake failed. This means that the server was unable to read any requests sent, so they may be resent.

- + ERR_QUIC_PROTOCOL_ERROR uCEFConstants

There is a QUIC protocol error.

- + ERR_READ_IF_READY_NOT_IMPLEMENTED uCEFConstants

Socket ReadIfReady support is not implemented. This error should not be user visible, because the normal Read() method is used as a fallback.

- + ERR_REQUEST_RANGE_NOT_SATISFIABLE uCEFConstants

The response was 416 (Requested range not satisfiable) and the server cannot satisfy the range requested.

- + ERR_RESPONSE_BODY_TOO_BIG_TO_DRAIN uCEFConstants

The HTTP response was too big to drain.

- + ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION uCEFConstants

The HTTP response contained multiple Content-Disposition headers.

- + ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH uCEFConstants

The HTTP response contained multiple distinct Content-Length headers.

- + ERR_RESPONSE_HEADERS_MULTIPLE_LOCATION uCEFConstants

The HTTP response contained multiple Location headers.

- + ERR_RESPONSE_HEADERS_TOO_BIG uCEFConstants

The headers section of the response is too large.

- + ERR_RESPONSE_HEADERS_TRUNCATED uCEFConstants

The HTTP headers were truncated by an EOF.

- + ERR_SELF_SIGNED_CERT_GENERATION_FAILED uCEFConstants

Self-signed certificate generation failed.

- + ERR_SOCKET_IS_CONNECTED uCEFConstants

The socket is already connected.

- + ERR_SOCKET_NOT_CONNECTED uCEFConstants

The socket is not connected.

- + ERR_SOCKET_RECEIVE_BUFFER_SIZE_UNCHANGEABLE uCEFConstants

Failed to set the socket's receive buffer size as requested, despite success return code from setsockopt.

- + ERR_SOCKET_SEND_BUFFER_SIZE_UNCHANGEABLE uCEFConstants

Failed to set the socket's send buffer size as requested, despite success return code from setsockopt.

- + ERR_SOCKET_SET_RECEIVE_BUFFER_SIZE_ERROR uCEFConstants

Failed to set the socket's receive buffer size as requested.

- + ERR_SOCKET_SET_SEND_BUFFER_SIZE_ERROR uCEFConstants

Failed to set the socket's send buffer size as requested.

- + ERR_SOCKS_CONNECTION_FAILED uCEFConstants

Failed establishing a connection to the SOCKS proxy server for a target host.

- + ERR_SOCKS_CONNECTION_HOST_UNREACHABLE uCEFConstants

The SOCKS proxy server failed establishing connection to the target host because that host is unreachable.

- + ERR_SPDY_COMPRESSION_ERROR uCEFConstants

Decoding or encoding of compressed HTTP/2 headers failed.

- + ERR_SPDY_FLOW_CONTROL_ERROR uCEFConstants

The peer violated HTTP/2 flow control.

- + ERR_SPDY_FRAME_SIZE_ERROR uCEFConstants

The peer sent an improperly sized HTTP/2 frame.

- + ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY uCEFConstants

Transport security is inadequate for the HTTP/2 version.

- + ERR_SPDY_PING_FAILED uCEFConstants

HTTP/2 server didn't respond to the PING message.

- + ERR_SPDY_PROTOCOL_ERROR uCEFConstants

There is an HTTP/2 protocol error.

- + ERR_SPDY_RST_STREAM_NO_ERROR_RECEIVED uCEFConstants

Received HTTP/2 RST_STREAM frame with NO_ERROR error code. This error should be handled internally by HTTP/2 code, and should not make it above the SpdyStream layer.

- + ERR_SPDY_SERVER_REFUSED_STREAM uCEFConstants

HTTP/2 server refused the request without processing, and sent either a GOAWAY frame with error code NO_ERROR and Last-Stream-ID lower than the stream id corresponding to the request indicating that this request has not been processed yet, or a RST_STREAM frame with error code REFUSED_STREAM. Client MAY retry (on a different connection). See RFC7540 Section 8.1.4.

- + ERR_SPDY_STREAM_CLOSED uCEFConstants

Received an HTTP/2 frame on a closed stream.

- + ERR_SSL_BAD_RECORD_MAC_ALERT uCEFConstants

An SSL peer sent us a fatal bad_record_mac alert. This has been observed from servers with buggy DEFLATE support.

- + ERR_SSL_CLIENT_AUTH_CERT_BAD_FORMAT uCEFConstants

Failed to import a client certificate from the platform store into the SSL library.

- + ERR_SSL_CLIENT_AUTH_CERT_NEEDED uCEFConstants

The server requested a client certificate for SSL client authentication.

- + ERR_SSL_CLIENT_AUTH_CERT_NO_PRIVATE_KEY uCEFConstants

The SSL client certificate has no private key.

- + ERR_SSL_CLIENT_AUTH_NO_COMMON_ALGORITHMS uCEFConstants

There were no common signature algorithms between our client certificate private key and the server's preferences.

- + ERR_SSL_CLIENT_AUTH_PRIVATE_KEY_ACCESS_DENIED uCEFConstants

The permission to use the SSL client certificate's private key was denied.

- + ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED uCEFConstants

We were unable to sign the CertificateVerify data of an SSL client auth handshake with the client certificate's private key.

Possible causes for this include the user implicitly or explicitly denying access to the private key, the private key may not be valid for signing, the key may be relying on a cached handle which is no longer valid, or the CSP won't allow arbitrary data to be signed.

- + ERR_SSL_DECOMPRESSION_FAILURE_ALERT uCEFConstants

An SSL peer sent us a fatal decompression_failure alert. This typically occurs when a peer selects DEFLATE compression in the mistaken belief that it supports it.

- + ERR_SSL_DECRYPT_ERROR_ALERT uCEFConstants

An SSL peer sent us a fatal decrypt_error alert. This typically occurs when a peer could not correctly verify a signature (in CertificateVerify or ServerKeyExchange) or validate a Finished message.

- + ERR_SSL_KEY_USAGE_INCOMPATIBLE uCEFConstants

The server's certificate has a keyUsage extension incompatible with the negotiated TLS key exchange method.

- + ERR_SSL_NO_RENEGOTIATION uCEFConstants

The peer sent an SSL no_renegotiation alert message.

- + ERR_SSL_OBSOLETE_CIPHER uCEFConstants

The SSL server required an unsupported cipher suite that has since been removed. This error will temporarily be signaled on a fallback for one or two releases immediately following a cipher suite's removal, after which the fallback will be removed.

- + ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN uCEFConstants

The certificate didn't match the built-in public key pins for the host name. The pins are set in net/http/transport_security_state.cc and require that one of a set of public keys exist on the path from the leaf to the root.

- + ERR_SSL_PROTOCOL_ERROR uCEFConstants

An SSL protocol error occurred.

- + ERR_SSL_RENEGOTIATION_REQUESTED uCEFConstants

The server requested a renegotiation (rehandshake).

- + ERR_SSL_SERVER_CERT_BAD_FORMAT uCEFConstants

The SSL server presented a certificate which could not be decoded. This is not a certificate error code as no X509Certificate object is available. This error is fatal.

- + ERR_SSL_SERVER_CERT_CHANGED uCEFConstants

The SSL server certificate changed in a renegotiation.

- + ERR_SSL_UNRECOGNIZED_NAME_ALERT uCEFConstants

The SSL server sent us a fatal unrecognized_name alert.

- + ERR_SSL_VERSION_OR_CIPHER_MISMATCH uCEFConstants

The client and server don't support a common SSL protocol version or cipher suite.

- + ERR_TEMPORARILY_THROTTLED uCEFConstants

The request throttler module cancelled this request to avoid DDOS.

- + ERR_TIMED_OUT uCEFConstants

An operation timed out.

- + ERR_TLS13_DOWNGRADE_DETECTED uCEFConstants

TLS 1.3 was enabled, but a lower version was negotiated and the server returned a value indicating it supported TLS 1.3. This is part of a security check in TLS 1.3, but it may also indicate the user is behind a buggy TLS-terminating proxy which implemented TLS 1.2 incorrectly. (See https://crbug.com/boringssl/226.)

- + ERR_TOO_MANY_ACCEPT_CH_RESTARTS uCEFConstants

The ACCEPT_CH restart has been triggered too many times

- + ERR_TOO_MANY_REDIRECTS uCEFConstants

Attempting to load an URL resulted in too many redirects.

- + ERR_TOO_MANY_RETRIES uCEFConstants

An HTTP transaction was retried too many times due for authentication or invalid certificates. This may be due to a bug in the net stack that would otherwise infinite loop, or if the server or proxy continually requests fresh credentials or presents a fresh invalid certificate.

- + ERR_TRUST_TOKEN_OPERATION_FAILED uCEFConstants

A Trust Tokens protocol operation-executing request failed for one of a number of reasons (precondition failure, internal error, bad response).

- + ERR_TRUST_TOKEN_OPERATION_SUCCESS_WITHOUT_SENDING_REQUEST uCEFConstants

When handling a Trust Tokens protocol operation-executing request, the system was able to execute the request's Trust Tokens operation without sending the request to its destination: for instance, the results could have been present in a local cache (for redemption) or the operation could have been diverted to a local provider (for "platform-provided" issuance).

- + ERR_TUNNEL_CONNECTION_FAILED uCEFConstants

A tunnel connection through the proxy could not be established. For more info see the comment on PROXY_UNABLE_TO_CONNECT_TO_DESTINATION.

- + ERR_UNABLE_TO_REUSE_CONNECTION_FOR_PROXY_AUTH uCEFConstants

The attempt to reuse a connection to send proxy auth credentials failed before the AuthController was used to generate credentials. The caller should reuse the controller with a new connection. This error is only used internally by the network stack.

- + ERR_UNDOCUMENTED_SECURITY_LIBRARY_STATUS uCEFConstants

An undocumented SSPI or GSSAPI status code was returned.

- + ERR_UNEXPECTED uCEFConstants

An unexpected error. This may be caused by a programming mistake or an invalid assumption.

- + ERR_UNEXPECTED_CONTENT_DICTIONARY_HEADER uCEFConstants

The header of dictionary compressed stream does not match the expected value.

- + ERR_UNEXPECTED_PROXY_AUTH uCEFConstants

The response was 407 (Proxy Authentication Required), yet we did not send the request to a proxy.

- + ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS uCEFConstants

An unexpected, but documented, SSPI or GSSAPI status code was returned.

- + ERR_UNKNOWN_URL_SCHEME uCEFConstants

The scheme of the URL is unknown.

- + ERR_UNSAFE_PORT uCEFConstants

Attempting to load an URL with an unsafe port number. These are port numbers that correspond to services, which are not robust to spurious input that may be constructed as a result of an allowed web construct (e.g., HTTP looks a lot like SMTP, so form submission to port 25 is denied).

- + ERR_UNSAFE_REDIRECT uCEFConstants

Attempting to load an URL resulted in an unsafe redirect (e.g., a redirect to file:// is considered unsafe).

- + ERR_UNSUPPORTED_AUTH_SCHEME uCEFConstants

An HTTP Authentication scheme was tried which is not supported on this machine.

- + ERR_UPLOAD_FILE_CHANGED uCEFConstants

The file upload failed because the file's modification time was different from the expectation.

- + ERR_UPLOAD_STREAM_REWIND_NOT_SUPPORTED uCEFConstants

The upload failed because the upload stream needed to be re-read, due to a retry or a redirect, but the upload stream doesn't support that operation.

- + ERR_WINSOCK_UNEXPECTED_WRITTEN_BYTES uCEFConstants

Winsock sometimes reports more data written than passed. This is probably due to a broken LSP.

- + ERR_WRONG_VERSION_ON_EARLY_DATA uCEFConstants

TLS 1.3 early data was offered, but the server responded with TLS 1.2 or earlier. This is an internal error code to account for a backwards-compatibility issue with early data and TLS 1.2. It will be received before any data is returned from the socket. The request should be retried with early data disabled.

See https://tools.ietf.org/html/rfc8446#appendix-D.3 for details.

- + ERR_WS_PROTOCOL_ERROR uCEFConstants

Websocket protocol error. Indicates that we are terminating the connection due to a malformed frame or other protocol violation.

- + ERR_WS_THROTTLE_QUEUE_TOO_LARGE uCEFConstants

There are too many pending WebSocketJob instances, so the new job was not pushed to the queue.

- + ERR_WS_UPGRADE uCEFConstants

When a WebSocket handshake is done successfully and the connection has been upgraded, the URLRequest is cancelled with this error code.

- + ERR_ZSTD_WINDOW_SIZE_TOO_BIG uCEFConstants

Content decoding failed due to the zstd window size being too big (over 8MB).

- + EVENTFLAG_ALTGR_DOWN uCEFConstants

Supported event bit flag.

- + EVENTFLAG_ALT_DOWN uCEFConstants

Supported event bit flag.

- + EVENTFLAG_CAPS_LOCK_ON uCEFConstants

Supported event bit flag.

- + EVENTFLAG_COMMAND_DOWN uCEFConstants

Supported event bit flag. Mac OS-X command key.

- + EVENTFLAG_CONTROL_DOWN uCEFConstants

Supported event bit flag.

- + EVENTFLAG_IS_KEY_PAD uCEFConstants

Supported event bit flag.

- + EVENTFLAG_IS_LEFT uCEFConstants

Supported event bit flag.

- + EVENTFLAG_IS_REPEAT uCEFConstants

Supported event bit flag.

- + EVENTFLAG_IS_RIGHT uCEFConstants

Supported event bit flag.

- + EVENTFLAG_LEFT_MOUSE_BUTTON uCEFConstants

Supported event bit flag.

- + EVENTFLAG_MIDDLE_MOUSE_BUTTON uCEFConstants

Supported event bit flag.

- + EVENTFLAG_NONE uCEFConstants

Supported event bit flag.

- + EVENTFLAG_NUM_LOCK_ON uCEFConstants

Supported event bit flag.

- + EVENTFLAG_PRECISION_SCROLLING_DELTA uCEFConstants

Supported event bit flag.

- + EVENTFLAG_RIGHT_MOUSE_BUTTON uCEFConstants

Supported event bit flag.

- + EVENTFLAG_SCROLL_BY_PAGE uCEFConstants

Supported event bit flag.

- + EVENTFLAG_SHIFT_DOWN uCEFConstants

Supported event bit flag.

- + FILE_DIALOG_NUM_VALUES uCEFConstants

Number of TCefFileDialogMode values

- + FILE_DIALOG_OPEN uCEFConstants

Requires that the file exists before allowing the user to pick it.

- + FILE_DIALOG_OPEN_FOLDER uCEFConstants

Like Open, but selects a folder to open.

- + FILE_DIALOG_OPEN_MULTIPLE uCEFConstants

Like Open, but allows picking multiple files to open.

- + FILE_DIALOG_SAVE uCEFConstants

Allows picking a nonexistent file, and prompts to overwrite if the file already exists.

- + GOOGLE_DISCOVERY_DOCUMENT uCEFOAuth2Helper

 

- + GWLP_HWNDPARENT uCEFMiscFunctions

 

- + GWLP_WNDPROC uCEFMiscFunctions

 

- + IDC_ABOUT uCEFConstants

 

- + IDC_ADD_NEW_PROFILE uCEFConstants

 

- + IDC_ADD_NEW_TAB_RECENT_GROUP uCEFConstants

 

- + IDC_ADD_NEW_TAB_TO_GROUP uCEFConstants

 

- + IDC_ADD_TO_COMPARISON_TABLE_MENU uCEFConstants

 

- + IDC_ALL_WINDOWS_FRONT uCEFConstants

 

- + IDC_ALWAYS_ON_TOP uCEFConstants

 

- + IDC_AUTOFILL_MANDATORY_REAUTH uCEFConstants

 

- + IDC_BACK uCEFConstants

 

- + IDC_BASIC_PRINT uCEFConstants

 

- + IDC_BOOKMARKS_MENU uCEFConstants

 

- + IDC_BOOKMARK_ALL_TABS uCEFConstants

 

- + IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK uCEFConstants

 

- + IDC_BOOKMARK_BAR_ADD_TO_BOOKMARKS_BAR uCEFConstants

 

- + IDC_BOOKMARK_BAR_ALWAYS_SHOW uCEFConstants

 

- + IDC_BOOKMARK_BAR_EDIT uCEFConstants

 

- + IDC_BOOKMARK_BAR_MOVE uCEFConstants

 

- + IDC_BOOKMARK_BAR_NEW_FOLDER uCEFConstants

 

- + IDC_BOOKMARK_BAR_OPEN_ALL uCEFConstants

 

- + IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO uCEFConstants

 

- + IDC_BOOKMARK_BAR_OPEN_ALL_NEW_TAB_GROUP uCEFConstants

 

- + IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW uCEFConstants

 

- + IDC_BOOKMARK_BAR_OPEN_INCOGNITO uCEFConstants

 

- + IDC_BOOKMARK_BAR_OPEN_SPLIT_VIEW uCEFConstants

 

- + IDC_BOOKMARK_BAR_REDO uCEFConstants

 

- + IDC_BOOKMARK_BAR_REMOVE uCEFConstants

 

- + IDC_BOOKMARK_BAR_REMOVE_FROM_BOOKMARKS_BAR uCEFConstants

 

- + IDC_BOOKMARK_BAR_RENAME_FOLDER uCEFConstants

 

- + IDC_BOOKMARK_BAR_SHOW_APPS_SHORTCUT uCEFConstants

 

- + IDC_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS uCEFConstants

 

- + IDC_BOOKMARK_BAR_SHOW_READING_LIST uCEFConstants

 

- + IDC_BOOKMARK_BAR_TOGGLE_SHOW_TAB_GROUPS uCEFConstants

 

- + IDC_BOOKMARK_BAR_TRACK_PRICE_FOR_SHOPPING_BOOKMARK uCEFConstants

 

- + IDC_BOOKMARK_BAR_UNDO uCEFConstants

 

- + IDC_BOOKMARK_BAR_UNTRACK_PRICE_FOR_SHOPPING_BOOKMARK uCEFConstants

 

- + IDC_BOOKMARK_MANAGER uCEFConstants

 

- + IDC_BOOKMARK_THIS_TAB uCEFConstants

 

- + IDC_CARET_BROWSING_TOGGLE uCEFConstants

 

- + IDC_CHECK_SPELLING_WHILE_TYPING uCEFConstants

 

- + IDC_CHROME_MENU uCEFConstants

 

- + IDC_CHROME_TIPS uCEFConstants

 

- + IDC_CHROME_WHATS_NEW uCEFConstants

 

- + IDC_CLEAR_BROWSING_DATA uCEFConstants

 

- + IDC_CLOSE_FIND_OR_STOP uCEFConstants

 

- + IDC_CLOSE_PROFILE uCEFConstants

 

- + IDC_CLOSE_SIGN_IN_PROMO uCEFConstants

 

- + IDC_CLOSE_TAB uCEFConstants

 

- + IDC_CLOSE_TAB_GROUP uCEFConstants

 

- + IDC_CLOSE_WINDOW uCEFConstants

 

- + IDC_COMPARE_MENU uCEFConstants

 

- + IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE_ONCE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_ADD_A_NOTE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_ARCHIVE_GLIC uCEFConstants

 

- + IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_IMPORT_PASSWORDS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SELECT_PASSWORD uCEFConstants

 

- + IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SUGGEST_PASSWORD uCEFConstants

 

- + IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_USE_PASSKEY_FROM_ANOTHER_DEVICE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PLUS_ADDRESS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_AUTOFILL_FEEDBACK uCEFConstants

 

- + IDC_CONTENT_CONTEXT_CLOSE_GLIC uCEFConstants

 

- + IDC_CONTENT_CONTEXT_CONTROLS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPY uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYAVLOCATION uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYEMAILADDRESS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYIMAGE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYIMAGELOCATION uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYLINKLOCATION uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYLINKTEXT uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYLINKTOTEXT uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYVIDEOFRAME uCEFConstants

 

- + IDC_CONTENT_CONTEXT_CUSTOM_FIRST uCEFConstants

 

- + IDC_CONTENT_CONTEXT_CUSTOM_LAST uCEFConstants

 

- + IDC_CONTENT_CONTEXT_CUT uCEFConstants

 

- + IDC_CONTENT_CONTEXT_DELETE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_EMOJI uCEFConstants

 

- + IDC_CONTENT_CONTEXT_EXIT_FULLSCREEN uCEFConstants

 

- + IDC_CONTENT_CONTEXT_GENERATEPASSWORD uCEFConstants

 

- + IDC_CONTENT_CONTEXT_GENERATE_QR_CODE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_GLICSHAREIMAGE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_GOTOURL uCEFConstants

 

- + IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_INSPECTELEMENT uCEFConstants

 

- + IDC_CONTENT_CONTEXT_INSPECTELEMENT_WITH_DEVTOOLS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_INSPECTELEMENT_WITH_GEMINI uCEFConstants

 

- + IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_LENS_OVERLAY uCEFConstants

 

- + IDC_CONTENT_CONTEXT_LENS_REGION_SEARCH uCEFConstants

 

- + IDC_CONTENT_CONTEXT_LOAD_IMAGE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_LOOK_UP uCEFConstants

 

- + IDC_CONTENT_CONTEXT_LOOP uCEFConstants

 

- + IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENAVNEWTAB uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENIMAGENEWTAB uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKBOOKMARKAPP uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKINPROFILE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKNEWTAB uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKNEWWINDOW uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKOFFTHERECORD uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKPREVIEW uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKSPLITVIEW uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKWITH uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_IN_READING_MODE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_ORIGINAL_IMAGE_NEW_TAB uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH1 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH10 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH11 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH12 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH13 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH14 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH2 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH3 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH4 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH5 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH6 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH7 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH8 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH9 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_PARTIAL_TRANSLATE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_PASTE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_PASTE_AND_MATCH_STYLE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_PICTUREINPICTURE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST uCEFConstants

 

- + IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST uCEFConstants

 

- + IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_ANSWER uCEFConstants

 

- + IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_QUERY uCEFConstants

 

- + IDC_CONTENT_CONTEXT_REDO uCEFConstants

 

- + IDC_CONTENT_CONTEXT_RELOADFRAME uCEFConstants

 

- + IDC_CONTENT_CONTEXT_RELOAD_GLIC uCEFConstants

 

- + IDC_CONTENT_CONTEXT_RELOAD_PACKAGED_APP uCEFConstants

 

- + IDC_CONTENT_CONTEXT_REMOVELINKTOTEXT uCEFConstants

 

- + IDC_CONTENT_CONTEXT_RESHARELINKTOTEXT uCEFConstants

 

- + IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP uCEFConstants

 

- + IDC_CONTENT_CONTEXT_ROTATECCW uCEFConstants

 

- + IDC_CONTENT_CONTEXT_ROTATECW uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SAVEAVAS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SAVEIMAGEAS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SAVELINKAS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SAVEPLUGINAS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SAVEVIDEOFRAMEAS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SEARCHLENSFORIMAGE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SEARCHLENSFORVIDEOFRAME uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SEARCHWEBFOR uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SEARCHWEBFORIMAGE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SEARCHWEBFORNEWTAB uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SEARCHWEBFORVIDEOFRAME uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SELECTALL uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_MULTIPLE_DEVICES uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_MULTIPLE_DEVICES uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_SINGLE_DEVICE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SHARING_SUBMENU uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SHOWALLSAVEDPASSWORDS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SPELLING_TOGGLE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION1 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION2 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION3 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION4 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION5 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_TRANSLATE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_UNDO uCEFConstants

 

- + IDC_CONTENT_CONTEXT_USE_PASSKEY_FROM_ANOTHER_DEVICE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_VIEWFRAMEINFO uCEFConstants

 

- + IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_VIEWPAGEINFO uCEFConstants

 

- + IDC_CONTENT_CONTEXT_WEB_REGION_SEARCH uCEFConstants

 

- + IDC_CONTENT_PASTE_FROM_CLIPBOARD uCEFConstants

 

- + IDC_CONTEXT_COMPOSE uCEFConstants

 

- + IDC_COPY uCEFConstants

 

- + IDC_COPY_URL uCEFConstants

 

- + IDC_CREATE_NEW_COMPARISON_TABLE_WITH_TAB uCEFConstants

 

- + IDC_CREATE_NEW_TAB_GROUP uCEFConstants

 

- + IDC_CREATE_NEW_TAB_GROUP_TOP_LEVEL uCEFConstants

 

- + IDC_CREATE_SHORTCUT uCEFConstants

 

- + IDC_CUSTOMIZE_CHROME uCEFConstants

 

- + IDC_CUSTOMIZE_TOUCH_BAR uCEFConstants

 

- + IDC_CUT uCEFConstants

 

- + IDC_DEBUG_PRINT_VIEW_TREE uCEFConstants

 

- + IDC_DEBUG_PRINT_VIEW_TREE_DETAILS uCEFConstants

 

- + IDC_DEBUG_TOGGLE_TABLET_MODE uCEFConstants

 

- + IDC_DECLUTTER_TABS uCEFConstants

 

- + IDC_DEVELOPER_MENU uCEFConstants

 

- + IDC_DEVICE_SYSTEM_TRAY_ICON_FIRST uCEFConstants

 

- + IDC_DEVICE_SYSTEM_TRAY_ICON_LAST uCEFConstants

 

- + IDC_DEV_TOOLS uCEFConstants

 

- + IDC_DEV_TOOLS_CONSOLE uCEFConstants

 

- + IDC_DEV_TOOLS_DEVICES uCEFConstants

 

- + IDC_DEV_TOOLS_INSPECT uCEFConstants

 

- + IDC_DEV_TOOLS_TOGGLE uCEFConstants

 

- + IDC_DISTILL_PAGE uCEFConstants

 

- + IDC_DUPLICATE_TAB uCEFConstants

 

- + IDC_DUPLICATE_TARGET_TAB uCEFConstants

 

- + IDC_EDIT_MENU uCEFConstants

 

- + IDC_EDIT_SEARCH_ENGINES uCEFConstants

 

- + IDC_ELEVATED_RECOVERY_DIALOG uCEFConstants

 

- + IDC_EMAIL_PAGE_LOCATION uCEFConstants

 

- + IDC_EXIT uCEFConstants

 

- + IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST uCEFConstants

 

- + IDC_EXTENSIONS_CONTEXT_CUSTOM_LAST uCEFConstants

 

- + IDC_EXTENSIONS_SUBMENU uCEFConstants

 

- + IDC_EXTENSIONS_SUBMENU_MANAGE_EXTENSIONS uCEFConstants

 

- + IDC_EXTENSIONS_SUBMENU_VISIT_CHROME_WEB_STORE uCEFConstants

 

- + IDC_EXTENSION_ERRORS uCEFConstants

 

- + IDC_EXTENSION_INSTALL_ERROR_FIRST uCEFConstants

 

- + IDC_EXTENSION_INSTALL_ERROR_LAST uCEFConstants

 

- + IDC_FEEDBACK uCEFConstants

 

- + IDC_FILE_MENU uCEFConstants

 

- + IDC_FILLED_CARD_INFORMATION uCEFConstants

 

- + IDC_FIND uCEFConstants

 

- + IDC_FIND_AND_EDIT_MENU uCEFConstants

 

- + IDC_FIND_EXTENSIONS uCEFConstants

 

- + IDC_FIND_MENU uCEFConstants

 

- + IDC_FIND_NEXT uCEFConstants

 

- + IDC_FIND_PREVIOUS uCEFConstants

 

- + IDC_FOCUS_BOOKMARKS uCEFConstants

 

- + IDC_FOCUS_INACTIVE_POPUP_FOR_ACCESSIBILITY uCEFConstants

 

- + IDC_FOCUS_LOCATION uCEFConstants

 

- + IDC_FOCUS_MENU_BAR uCEFConstants

 

- + IDC_FOCUS_NEXT_PANE uCEFConstants

 

- + IDC_FOCUS_NEXT_TAB_GROUP uCEFConstants

 

- + IDC_FOCUS_PREVIOUS_PANE uCEFConstants

 

- + IDC_FOCUS_PREV_TAB_GROUP uCEFConstants

 

- + IDC_FOCUS_SEARCH uCEFConstants

 

- + IDC_FOCUS_THIS_TAB uCEFConstants

 

- + IDC_FOCUS_TOOLBAR uCEFConstants

 

- + IDC_FOCUS_WEB_CONTENTS_PANE uCEFConstants

 

- + IDC_FORWARD uCEFConstants

 

- + IDC_FULLSCREEN uCEFConstants

 

- + IDC_GLIC_STATUS_ICON_MENU_CLOSE uCEFConstants

 

- + IDC_GLIC_STATUS_ICON_MENU_CUSTOMIZE_KEYBOARD_SHORTCUT uCEFConstants

 

- + IDC_GLIC_STATUS_ICON_MENU_EXIT uCEFConstants

 

- + IDC_GLIC_STATUS_ICON_MENU_REMOVE_ICON uCEFConstants

 

- + IDC_GLIC_STATUS_ICON_MENU_SETTINGS uCEFConstants

 

- + IDC_GLIC_STATUS_ICON_MENU_SHOW uCEFConstants

 

- + IDC_GLIC_STATUS_ICON_MENU_TOGGLE uCEFConstants

 

- + IDC_GLIC_TOGGLE_PIN uCEFConstants

 

- + IDC_GROUP_TARGET_TAB uCEFConstants

 

- + IDC_GROUP_UNGROUPED_TABS uCEFConstants

 

- + IDC_HELP_MENU uCEFConstants

 

- + IDC_HELP_PAGE_VIA_KEYBOARD uCEFConstants

 

- + IDC_HELP_PAGE_VIA_MENU uCEFConstants

 

- + IDC_HIDE_APP uCEFConstants

 

- + IDC_HISTORY_MENU uCEFConstants

 

- + IDC_HOME uCEFConstants

 

- + IDC_IMPORT_SETTINGS uCEFConstants

 

- + IDC_INPUT_METHODS_MENU uCEFConstants

 

- + IDC_INSTALL_PWA uCEFConstants

 

- + IDC_LIVE_CAPTION uCEFConstants

 

- + IDC_MANAGE_CHROME_PROFILES uCEFConstants

 

- + IDC_MANAGE_EXTENSIONS uCEFConstants

 

- + IDC_MANAGE_GOOGLE_ACCOUNT uCEFConstants

 

- + IDC_MANAGE_PASSWORDS_FOR_PAGE uCEFConstants

 

- + IDC_MAXIMIZE_WINDOW uCEFConstants

 

- + IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_FIRST uCEFConstants

 

- + IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_LAST uCEFConstants

 

- + IDC_MEDIA_ROUTER_ABOUT uCEFConstants

 

- + IDC_MEDIA_ROUTER_ALWAYS_SHOW_TOOLBAR_ACTION uCEFConstants

 

- + IDC_MEDIA_ROUTER_HELP uCEFConstants

 

- + IDC_MEDIA_ROUTER_LEARN_MORE uCEFConstants

 

- + IDC_MEDIA_ROUTER_SHOWN_BY_POLICY uCEFConstants

 

- + IDC_MEDIA_ROUTER_SHOW_IN_TOOLBAR uCEFConstants

 

- + IDC_MEDIA_ROUTER_TOGGLE_MEDIA_REMOTING uCEFConstants

 

- + IDC_MEDIA_STREAM_DEVICE_ALWAYS_ALLOW uCEFConstants

 

- + IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY uCEFConstants

 

- + IDC_MEDIA_TOOLBAR_CONTEXT_REPORT_CAST_ISSUE uCEFConstants

 

- + IDC_MEDIA_TOOLBAR_CONTEXT_SHOW_OTHER_SESSIONS uCEFConstants

 

- + IDC_MIGRATE_LOCAL_CREDIT_CARD_FOR_PAGE uCEFConstants

 

- + IDC_MINIMIZE_WINDOW uCEFConstants

 

- + IDC_MinimumLabelValue uCEFConstants

 

- + IDC_MORE_TOOLS_MENU uCEFConstants

 

- + IDC_MOVE_TAB_NEXT uCEFConstants

 

- + IDC_MOVE_TAB_PREVIOUS uCEFConstants

 

- + IDC_MOVE_TAB_TO_NEW_WINDOW uCEFConstants

 

- + IDC_MUTE_TARGET_SITE uCEFConstants

 

- + IDC_NAME_WINDOW uCEFConstants

 

- + IDC_NEW_INCOGNITO_WINDOW uCEFConstants

 

- + IDC_NEW_SPLIT_TAB uCEFConstants

 

- + IDC_NEW_TAB uCEFConstants

 

- + IDC_NEW_TAB_TO_RIGHT uCEFConstants

 

- + IDC_NEW_WINDOW uCEFConstants

 

- + IDC_OFFERS_AND_REWARDS_FOR_PAGE uCEFConstants

 

- + IDC_OMNIBOX_CONTEXT_ADD_FILE uCEFConstants

 

- + IDC_OMNIBOX_CONTEXT_ADD_IMAGE uCEFConstants

 

- + IDC_OMNIBOX_CONTEXT_CREATE_IMAGES uCEFConstants

 

- + IDC_OMNIBOX_CONTEXT_DEEP_RESEARCH uCEFConstants

 

- + IDC_OPEN_CURRENT_URL uCEFConstants

 

- + IDC_OPEN_FILE uCEFConstants

 

- + IDC_OPEN_GLIC uCEFConstants

 

- + IDC_OPEN_GUEST_PROFILE uCEFConstants

 

- + IDC_OPEN_IN_CHROME uCEFConstants

 

- + IDC_OPEN_IN_PWA_WINDOW uCEFConstants

 

- + IDC_OPEN_LINK_IN_PROFILE_FIRST uCEFConstants

 

- + IDC_OPEN_LINK_IN_PROFILE_LAST uCEFConstants

 

- + IDC_OPEN_RECENT_TAB uCEFConstants

 

- + IDC_OPEN_SAFETY_HUB uCEFConstants

 

- + IDC_OPTIONS uCEFConstants

 

- + IDC_ORGANIZE_TABS uCEFConstants

 

- + IDC_PASSWORDS_AND_AUTOFILL_MENU uCEFConstants

 

- + IDC_PASTE uCEFConstants

 

- + IDC_PASTE_AND_GO uCEFConstants

 

- + IDC_PERFORMANCE uCEFConstants

 

- + IDC_PIN_TARGET_TAB uCEFConstants

 

- + IDC_PRINT uCEFConstants

 

- + IDC_PROFILE_MAIN_MENU uCEFConstants

 

- + IDC_PROFILE_MENU_IN_APP_MENU uCEFConstants

 

- + IDC_PROFILING_ENABLED uCEFConstants

 

- + IDC_QRCODE_GENERATOR uCEFConstants

 

- + IDC_READING_LIST_MENU uCEFConstants

 

- + IDC_READING_LIST_MENU_ADD_TAB uCEFConstants

 

- + IDC_READING_LIST_MENU_SHOW_UI uCEFConstants

 

- + IDC_RECENT_TABS_LOGIN_FOR_DEVICE_TABS uCEFConstants

 

- + IDC_RECENT_TABS_MENU uCEFConstants

 

- + IDC_RECENT_TABS_NO_DEVICE_TABS uCEFConstants

 

- + IDC_RECENT_TABS_SEE_DEVICE_TABS uCEFConstants

 

- + IDC_RELOAD uCEFConstants

 

- + IDC_RELOAD_BYPASSING_CACHE uCEFConstants

 

- + IDC_RELOAD_CLEARING_CACHE uCEFConstants

 

- + IDC_REPORT_UNSAFE_SITE uCEFConstants

 

- + IDC_RESTORE_TAB uCEFConstants

 

- + IDC_RESTORE_WINDOW uCEFConstants

 

- + IDC_ROUTE_MEDIA uCEFConstants

 

- + IDC_SAFETY_HUB_MANAGE_EXTENSIONS uCEFConstants

 

- + IDC_SAFETY_HUB_SHOW_PASSWORD_CHECKUP uCEFConstants

 

- + IDC_SAVED_TAB_GROUPS_MENU uCEFConstants

 

- + IDC_SAVE_AND_SHARE_MENU uCEFConstants

 

- + IDC_SAVE_AUTOFILL_ADDRESS uCEFConstants

 

- + IDC_SAVE_CREDIT_CARD_FOR_PAGE uCEFConstants

 

- + IDC_SAVE_IBAN_FOR_PAGE uCEFConstants

 

- + IDC_SAVE_PAGE uCEFConstants

 

- + IDC_SEARCH uCEFConstants

 

- + IDC_SELECT_LAST_TAB uCEFConstants

 

- + IDC_SELECT_NEXT_TAB uCEFConstants

 

- + IDC_SELECT_PREVIOUS_TAB uCEFConstants

 

- + IDC_SELECT_TAB_0 uCEFConstants

 

- + IDC_SELECT_TAB_1 uCEFConstants

 

- + IDC_SELECT_TAB_2 uCEFConstants

 

- + IDC_SELECT_TAB_3 uCEFConstants

 

- + IDC_SELECT_TAB_4 uCEFConstants

 

- + IDC_SELECT_TAB_5 uCEFConstants

 

- + IDC_SELECT_TAB_6 uCEFConstants

 

- + IDC_SELECT_TAB_7 uCEFConstants

 

- + IDC_SEND_SHARED_TAB_GROUP_FEEDBACK uCEFConstants

 

- + IDC_SEND_TAB_TO_SELF uCEFConstants

 

- + IDC_SET_BROWSER_AS_DEFAULT uCEFConstants

 

- + IDC_SHARING_HUB uCEFConstants

 

- + IDC_SHARING_HUB_MENU uCEFConstants

 

- + IDC_SHARING_HUB_SCREENSHOT uCEFConstants

 

- + IDC_SHOW_ADDRESSES uCEFConstants

 

- + IDC_SHOW_AI_MODE_OMNIBOX_BUTTON uCEFConstants

 

- + IDC_SHOW_ALL_COMPARISON_TABLES uCEFConstants

 

- + IDC_SHOW_APP_MENU uCEFConstants

 

- + IDC_SHOW_AS_TAB uCEFConstants

 

- + IDC_SHOW_AVATAR_MENU uCEFConstants

 

- + IDC_SHOW_BETA_FORUM uCEFConstants

 

- + IDC_SHOW_BOOKMARK_BAR uCEFConstants

 

- + IDC_SHOW_BOOKMARK_MANAGER uCEFConstants

 

- + IDC_SHOW_BOOKMARK_SIDE_PANEL uCEFConstants

 

- + IDC_SHOW_CHROME_LABS uCEFConstants

 

- + IDC_SHOW_COMMENTS_SIDE_PANEL uCEFConstants

 

- + IDC_SHOW_CONTACT_INFO uCEFConstants

 

- + IDC_SHOW_CONTEXTUAL_TASKS_SIDE_PANEL uCEFConstants

 

- + IDC_SHOW_CUSTOMIZE_CHROME_SIDE_PANEL uCEFConstants

 

- + IDC_SHOW_CUSTOMIZE_CHROME_TOOLBAR uCEFConstants

 

- + IDC_SHOW_DOWNLOADS uCEFConstants

 

- + IDC_SHOW_FULL_URLS uCEFConstants

 

- + IDC_SHOW_GOOGLE_LENS_SHORTCUT uCEFConstants

 

- + IDC_SHOW_HISTORY uCEFConstants

 

- + IDC_SHOW_HISTORY_CLUSTERS_SIDE_PANEL uCEFConstants

 

- + IDC_SHOW_HISTORY_SIDE_PANEL uCEFConstants

 

- + IDC_SHOW_IDENTITY_DOCS uCEFConstants

 

- + IDC_SHOW_MANAGEMENT_PAGE uCEFConstants

 

- + IDC_SHOW_PASSWORD_MANAGER uCEFConstants

 

- + IDC_SHOW_PAYMENT_METHODS uCEFConstants

 

- + IDC_SHOW_READING_MODE_SIDE_PANEL uCEFConstants

 

- + IDC_SHOW_SAVE_LOCAL_CARD_SIGN_IN_PROMO_IF_APPLICABLE uCEFConstants

 

- + IDC_SHOW_SEARCH_TOOLS uCEFConstants

 

- + IDC_SHOW_SETTINGS_CHANGE_FIRST uCEFConstants

 

- + IDC_SHOW_SETTINGS_CHANGE_LAST uCEFConstants

 

- + IDC_SHOW_SETTINGS_RESET_BUBBLE uCEFConstants

 

- + IDC_SHOW_SIGNIN uCEFConstants

 

- + IDC_SHOW_SIGNIN_WHEN_PAUSED uCEFConstants

 

- + IDC_SHOW_SRT_BUBBLE uCEFConstants

 

- + IDC_SHOW_SYNC_PASSPHRASE_DIALOG uCEFConstants

 

- + IDC_SHOW_SYNC_SETTINGS uCEFConstants

 

- + IDC_SHOW_TRANSLATE uCEFConstants

 

- + IDC_SHOW_TRAVEL uCEFConstants

 

- + IDC_SPELLCHECK_ADD_TO_DICTIONARY uCEFConstants

 

- + IDC_SPELLCHECK_LANGUAGES_FIRST uCEFConstants

 

- + IDC_SPELLCHECK_LANGUAGES_LAST uCEFConstants

 

- + IDC_SPELLCHECK_MENU uCEFConstants

 

- + IDC_SPELLCHECK_MULTI_LINGUAL uCEFConstants

 

- + IDC_SPELLCHECK_SUGGESTION_0 uCEFConstants

 

- + IDC_SPELLCHECK_SUGGESTION_1 uCEFConstants

 

- + IDC_SPELLCHECK_SUGGESTION_2 uCEFConstants

 

- + IDC_SPELLCHECK_SUGGESTION_3 uCEFConstants

 

- + IDC_SPELLCHECK_SUGGESTION_4 uCEFConstants

 

- + IDC_SPELLPANEL_TOGGLE uCEFConstants

 

- + IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND uCEFConstants

 

- + IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND_SETTING uCEFConstants

 

- + IDC_STOP uCEFConstants

 

- + IDC_TAB_MENU uCEFConstants

 

- + IDC_TAB_SEARCH uCEFConstants

 

- + IDC_TAB_SEARCH_CLOSE uCEFConstants

 

- + IDC_TAKE_SCREENSHOT uCEFConstants

 

- + IDC_TASK_MANAGER uCEFConstants

 

- + IDC_TASK_MANAGER_APP_MENU uCEFConstants

 

- + IDC_TASK_MANAGER_CONTEXT_MENU uCEFConstants

 

- + IDC_TASK_MANAGER_MAIN_MENU uCEFConstants

 

- + IDC_TASK_MANAGER_SHORTCUT uCEFConstants

 

- + IDC_TOGGLE_FULLSCREEN_TOOLBAR uCEFConstants

 

- + IDC_TOGGLE_JAVASCRIPT_APPLE_EVENTS uCEFConstants

 

- + IDC_TOGGLE_MULTITASK_MENU uCEFConstants

 

- + IDC_TOGGLE_REQUEST_TABLET_SITE uCEFConstants

 

- + IDC_TOGGLE_VERTICAL_TABS uCEFConstants

 

- + IDC_TRANSLATE_ORIGINAL_LANGUAGE_BASE uCEFConstants

 

- + IDC_TRANSLATE_TARGET_LANGUAGE_BASE uCEFConstants

 

- + IDC_TURN_ON_SYNC uCEFConstants

 

- + IDC_UNFOCUS_TAB_GROUP uCEFConstants

 

- + IDC_UPDATE_SIDE_PANEL_PIN_STATE uCEFConstants

 

- + IDC_UPGRADE_DIALOG uCEFConstants

 

- + IDC_USE_SYSTEM_TITLE_BAR uCEFConstants

 

- + IDC_VERTICAL_TABS_SEND_FEEDBACK uCEFConstants

 

- + IDC_VIEW_MENU uCEFConstants

 

- + IDC_VIEW_PASSWORDS uCEFConstants

 

- + IDC_VIEW_SOURCE uCEFConstants

 

- + IDC_VIRTUAL_CARD_ENROLL uCEFConstants

 

- + IDC_VISIT_DESKTOP_OF_LRU_USER_2 uCEFConstants

 

- + IDC_VISIT_DESKTOP_OF_LRU_USER_3 uCEFConstants

 

- + IDC_VISIT_DESKTOP_OF_LRU_USER_4 uCEFConstants

 

- + IDC_VISIT_DESKTOP_OF_LRU_USER_5 uCEFConstants

 

- + IDC_WEBAUTHN uCEFConstants

 

- + IDC_WEB_APP_MENU_APP_INFO uCEFConstants

 

- + IDC_WEB_APP_SETTINGS uCEFConstants

 

- + IDC_WEB_APP_UPGRADE_DIALOG uCEFConstants

 

- + IDC_WINDOW_CLOSE_OTHER_TABS uCEFConstants

 

- + IDC_WINDOW_CLOSE_TABS_TO_RIGHT uCEFConstants

 

- + IDC_WINDOW_GROUP_TAB uCEFConstants

 

- + IDC_WINDOW_MENU uCEFConstants

 

- + IDC_WINDOW_MUTE_SITE uCEFConstants

 

- + IDC_WINDOW_PIN_TAB uCEFConstants

 

- + IDC_WRITING_DIRECTION_DEFAULT uCEFConstants

 

- + IDC_WRITING_DIRECTION_LTR uCEFConstants

 

- + IDC_WRITING_DIRECTION_MENU uCEFConstants

 

- + IDC_WRITING_DIRECTION_RTL uCEFConstants

 

- + IDC_ZOOM_MENU uCEFConstants

 

- + IDC_ZOOM_MINUS uCEFConstants

 

- + IDC_ZOOM_NORMAL uCEFConstants

 

- + IDC_ZOOM_PLUS uCEFConstants

 

- + INFINITE uCEFConstants

 

- + JSON_WRITER_DEFAULT uCEFConstants

Default behavior.

- + JSON_WRITER_OMIT_BINARY_VALUES uCEFConstants

This option instructs the writer that if a Binary value is encountered, the value (and key if within a dictionary) will be omitted from the output, and success will be returned. Otherwise, if a binary value is encountered, failure will be returned.

- + JSON_WRITER_OMIT_DOUBLE_TYPE_PRESERVATION uCEFConstants

This option instructs the writer to write doubles that have no fractional part as a normal integer (i.e., without using exponential notation or appending a '.0') as long as the value is within the range of a 64-bit int.

- + JSON_WRITER_PRETTY_PRINT uCEFConstants

Return a slightly nicer formatted json string (pads with whitespace to help with readability).

- + Kernel32DLL uCEFMiscFunctions

 

- + KEYBOARD_LAYOUT_EN_US uCEFOSRIMEHandler

 

- + LIBCEF_DLL uCEFApplication

 

- + LIBCEF_DLL uCEFApplicationCore

 

- + LIBCEF_LOCALE_DIR uCEFApplicationCore

 

- + LIBCEF_LOCALE_ENUS uCEFApplicationCore

 

- + LIBCEF_PAK uCEFApplicationCore

for InitLibLocationFromArgs

- + LOGSEVERITY_DEBUG uCEFConstants

DEBUG logging.

- + LOGSEVERITY_DEFAULT uCEFConstants

Default logging (currently INFO logging).

- + LOGSEVERITY_DISABLE uCEFConstants

Disable logging to file for all messages, and to stderr for messages with severity less than FATAL.

- + LOGSEVERITY_ERROR uCEFConstants

ERROR logging.

- + LOGSEVERITY_FATAL uCEFConstants

FATAL logging.

- + LOGSEVERITY_INFO uCEFConstants

INFO logging.

- + LOGSEVERITY_VERBOSE uCEFConstants

Verbose logging.

- + LOGSEVERITY_WARNING uCEFConstants

WARNING logging.

- + LOG_ITEMS_DEFAULT uCEFConstants

Prepend the default list of items.

- + LOG_ITEMS_FLAG_PROCESS_ID uCEFConstants

Prepend the process ID.

- + LOG_ITEMS_FLAG_THREAD_ID uCEFConstants

Prepend the thread ID.

- + LOG_ITEMS_FLAG_TICK_COUNT uCEFConstants

Prepend the tickcount.

- + LOG_ITEMS_FLAG_TIME_STAMP uCEFConstants

Prepend the timestamp.

- + LOG_ITEMS_NONE uCEFConstants

Prepend no items.

- + MENU_ID_ADD_TO_DICTIONARY uCEFConstants

 

- + MENU_ID_BACK uCEFConstants

Navigation.

- + MENU_ID_COPY uCEFConstants

 

- + MENU_ID_CUSTOM_FIRST uCEFConstants

Custom menu items originating from the renderer process.

- + MENU_ID_CUSTOM_LAST uCEFConstants

 

- + MENU_ID_CUT uCEFConstants

 

- + MENU_ID_DELETE uCEFConstants

 

- + MENU_ID_FIND uCEFConstants

Miscellaneous.

- + MENU_ID_FORWARD uCEFConstants

 

- + MENU_ID_NO_SPELLING_SUGGESTIONS uCEFConstants

 

- + MENU_ID_PASTE uCEFConstants

 

- + MENU_ID_PASTE_MATCH_STYLE uCEFConstants

 

- + MENU_ID_PRINT uCEFConstants

 

- + MENU_ID_REDO uCEFConstants

 

- + MENU_ID_RELOAD uCEFConstants

 

- + MENU_ID_RELOAD_NOCACHE uCEFConstants

 

- + MENU_ID_SELECT_ALL uCEFConstants

 

- + MENU_ID_SPELLCHECK_SUGGESTION_0 uCEFConstants

Spell checking word correction suggestions.

- + MENU_ID_SPELLCHECK_SUGGESTION_1 uCEFConstants

 

- + MENU_ID_SPELLCHECK_SUGGESTION_2 uCEFConstants

 

- + MENU_ID_SPELLCHECK_SUGGESTION_3 uCEFConstants

 

- + MENU_ID_SPELLCHECK_SUGGESTION_4 uCEFConstants

 

- + MENU_ID_SPELLCHECK_SUGGESTION_LAST uCEFConstants

 

- + MENU_ID_STOPLOAD uCEFConstants

 

- + MENU_ID_UNDO uCEFConstants

Editing.

- + MENU_ID_USER_FIRST uCEFConstants

All user-defined menu IDs should come between MENU_ID_USER_FIRST and MENU_ID_USER_LAST to avoid overlapping the Chromium and CEF ID ranges defined in the tools/gritsettings/resource_ids file.

- + MENU_ID_USER_LAST uCEFConstants

 

- + MENU_ID_VIEW_SOURCE uCEFConstants

 

- + Netapi32DLL uCEFMiscFunctions

 

- + NTDLL uCEFMiscFunctions

 

- + pfidLinux uCEFConstants

 

- + pfidOSX uCEFConstants

 

- + pfidWindows uCEFConstants

 

- + pfidWindows uCEFSentinel

 

- + pidLinux64 uCEFConstants

 

- + pidOSX32 uCEFConstants

 

- + pidOSX64 uCEFConstants

 

- + pidOSXArm64 uCEFConstants

 

- + pidWin32 uCEFConstants

If any of the platform IDs are not defined then we set them as 0 to avoid build errors on older Delphi versions.

- + pidWin64 uCEFConstants

 

- + QM_EDITFLAG_CAN_COPY uCEFConstants

 

- + QM_EDITFLAG_CAN_CUT uCEFConstants

 

- + QM_EDITFLAG_CAN_ELLIPSIS uCEFConstants

 

- + QM_EDITFLAG_CAN_PASTE uCEFConstants

 

- + QM_EDITFLAG_NONE uCEFConstants

Supported quick menu state bit flags.

- + SHLWAPIDLL uCEFMiscFunctions

 

- + SSL_CONNECTION_VERSION_NUM_VALUES uCEFConstants

 

- + SSL_CONNECTION_VERSION_QUIC uCEFConstants

 

- + SSL_CONNECTION_VERSION_SSL2 uCEFConstants

 

- + SSL_CONNECTION_VERSION_SSL3 uCEFConstants

 

- + SSL_CONNECTION_VERSION_TLS1 uCEFConstants

 

- + SSL_CONNECTION_VERSION_TLS1_1 uCEFConstants

 

- + SSL_CONNECTION_VERSION_TLS1_2 uCEFConstants

 

- + SSL_CONNECTION_VERSION_TLS1_3 uCEFConstants

 

- + SSL_CONNECTION_VERSION_UNKNOWN uCEFConstants

Supported SSL version values.

- + SSL_CONTENT_DISPLAYED_INSECURE_CONTENT uCEFConstants

 

- + SSL_CONTENT_NORMAL_CONTENT uCEFConstants

Supported SSL content status flags. See content/public/common/ssl_status.h for more information.

- + SSL_CONTENT_RAN_INSECURE_CONTENT uCEFConstants

 

- + TT_AUTO_BOOKMARK uCEFConstants

User got to this page through a suggestion in the UI (for example, via the destinations page). Chrome style only.

- + TT_AUTO_SUBFRAME uCEFConstants

Source is a subframe navigation. This is any content that is automatically loaded in a non-toplevel frame. For example, if a page consists of several frames containing ads, those ad URLs will have this transition type. The user may not even realize the content in these pages is a separate frame, so may not care about the URL.

- + TT_AUTO_TOPLEVEL uCEFConstants

This is a toplevel navigation. This is any content that is automatically loaded in a toplevel frame. For example, opening a tab to show the ASH screen saver, opening the devtools window, opening the NTP after the safe browsing warning, opening web-based dialog boxes are examples of AUTO_TOPLEVEL navigations. Chrome style only.

- + TT_BLOCKED_FLAG uCEFConstants

Attempted to visit a URL but was blocked.

- + TT_CHAIN_END_FLAG uCEFConstants

The last transition in a redirect chain.

- + TT_CHAIN_START_FLAG uCEFConstants

The beginning of a navigation chain.

- + TT_CLIENT_REDIRECT_FLAG uCEFConstants

Redirects caused by JavaScript or a meta refresh tag on the page.

- + TT_DIRECT_LOAD_FLAG uCEFConstants

Loaded a URL directly via CreateBrowser, LoadURL or LoadRequest.

- + TT_EXPLICIT uCEFConstants

Source is some other "explicit" navigation. This is the default value for navigations where the actual type is unknown. See also TT_DIRECT_LOAD_FLAG.

- + TT_FORM_SUBMIT uCEFConstants

Source is a form submission by the user. NOTE: In some situations submitting a form does not result in this transition type. This can happen if the form uses a script to submit the contents.

- + TT_FORWARD_BACK_FLAG uCEFConstants

Used the Forward or Back function to navigate among browsing history. Will be ORed to the transition type for the original load.

- + TT_FROM_API_FLAG uCEFConstants

The transition originated from an external application; the exact definition of this is embedder dependent. Chrome style only.

- + TT_GENERATED uCEFConstants

User got to this page by typing in the URL bar and selecting an entry that did not look like a URL. For example, a match might have the URL of a Google search result page, but appear like "Search Google for ...". These are not quite the same as EXPLICIT navigations because the user didn't type or see the destination URL. Chrome style only. See also TT_KEYWORD.

- + TT_HOME_PAGE_FLAG uCEFConstants

User is navigating to the home page. Chrome style only.

- + TT_IS_REDIRECT_MASK uCEFConstants

Used to test whether a transition involves a redirect.

- + TT_KEYWORD uCEFConstants

The url was generated from a replaceable keyword other than the default search provider. If the user types a keyword (which also applies to tab-to-search) in the omnibox this qualifier is applied to the transition type of the generated url. TemplateURLModel then may generate an additional visit with a transition type of TT_KEYWORD_GENERATED against the url 'http://' + keyword. For example, if you do a tab-to-search against wikipedia the generated url has a transition qualifer of TT_KEYWORD, and TemplateURLModel generates a visit for 'wikipedia.org' with a transition type of TT_KEYWORD_GENERATED. Chrome style only.

- + TT_KEYWORD_GENERATED uCEFConstants

Corresponds to a visit generated for a keyword. See description of TT_KEYWORD for more details. Chrome style only.

- + TT_LINK uCEFConstants

Source is a link click or the JavaScript window.open function. This is also the default value for requests like sub-resource loads that are not navigations.

- + TT_MANUAL_SUBFRAME uCEFConstants

Source is a subframe navigation explicitly requested by the user that will generate new navigation entries in the back/forward list. These are probably more important than frames that were automatically loaded in the background because the user probably cares about the fact that this link was loaded.

- + TT_NUM_VALUES uCEFConstants

Number of TCefTransitionType values.

- + TT_QUALIFIER_MASK uCEFConstants

General mask defining the bits used for the qualifiers.

- + TT_RELOAD uCEFConstants

Source is a "reload" of the page via the Reload function or by re-visiting the same URL. NOTE: This is distinct from the concept of whether a particular load uses "reload semantics" (i.e. bypasses cached data).

- + TT_SERVER_REDIRECT_FLAG uCEFConstants

Redirects sent from the server by HTTP headers.

- + TT_SOURCE_MASK uCEFConstants

General mask defining the bits used for the source values.

- + UR_FLAG_ALLOW_STORED_CREDENTIALS uCEFConstants

If set user name, password, and cookies may be sent with the request, and cookies may be saved from the response.

- + UR_FLAG_DISABLE_CACHE uCEFConstants

If set the cache will not be used at all. Setting this value is equivalent to specifying the "Cache-Control: no-store" request header. Setting this value in combination with UR_FLAG_ONLY_FROM_CACHE will cause the request to fail.

- + UR_FLAG_NONE uCEFConstants

Default behavior.

- + UR_FLAG_NO_DOWNLOAD_DATA uCEFConstants

If set the ICefURLRequestClient.OnDownloadData method will not be called.

- + UR_FLAG_NO_RETRY_ON_5XX uCEFConstants

If set 5XX redirect errors will be propagated to the observer instead of automatically re-tried. This currently only applies for requests originated in the browser process.

- + UR_FLAG_ONLY_FROM_CACHE uCEFConstants

If set the request will fail if it cannot be served from the cache (or some equivalent local store). Setting this value is equivalent to specifying the "Cache-Control: only-if-cached" request header. Setting this value in combination with UR_FLAG_SKIP_CACHE or UR_FLAG_DISABLE_CACHE will cause the request to fail.

- + UR_FLAG_REPORT_UPLOAD_PROGRESS uCEFConstants

If set upload progress events will be generated when a request has a body.

- + UR_FLAG_SKIP_CACHE uCEFConstants

If set the cache will be skipped when handling the request. Setting this value is equivalent to specifying the "Cache-Control: no-cache" request header. Setting this value in combination with UR_FLAG_ONLY_FROM_CACHE will cause the request to fail.

- + UR_FLAG_STOP_ON_REDIRECT uCEFConstants

If set 3XX responses will cause the fetch to halt immediately rather than continue through the redirect.

- + User32DLL uCEFMiscFunctions

 

- + USER_DEFAULT_SCREEN_DPI uCEFConstants

 

- + UU_NONE uCEFConstants

Don't unescape anything at all.

- + UU_NORMAL uCEFConstants

Don't unescape anything special, but all normal unescaping will happen. This is a placeholder and can't be combined with other flags (since it's just the absence of them). All other unescape rules imply "normal" in addition to their special meaning. Things like escaped letters, digits, and most symbols will get unescaped with this mode.

- + UU_PATH_SEPARATORS uCEFConstants

Unescapes '/' and '\\'. If these characters were unescaped, the resulting URL won't be the same as the source one. Moreover, they are dangerous to unescape in strings that will be used as file paths or names. This value should only be used when slashes don't have special meaning, like data URLs.

- + UU_REPLACE_PLUS_WITH_SPACE uCEFConstants

URL queries use "+" for space. This flag controls that replacement.

- + UU_SPACES uCEFConstants

Convert %20 to spaces. In some places where we're showing URLs, we may want this. In places where the URL may be copied and pasted out, then you wouldn't want this since it might not be interpreted in one piece by other applications.

- + UU_URL_SPECIAL_CHARS_EXCEPT_PATH_SEPARATORS uCEFConstants

Unescapes various characters that will change the meaning of URLs, including '%', '+', '&', '#'. Does not unescape path separators. If these characters were unescaped, the resulting URL won't be the same as the source one. This flag is used when generating final output like filenames for URLs where we won't be interpreting as a URL and want to do as much unescaping as possible.

- + V8_PROPERTY_ATTRIBUTE_DONTDELETE uCEFConstants

Not configurable

- + V8_PROPERTY_ATTRIBUTE_DONTENUM uCEFConstants

Not enumerable

- + V8_PROPERTY_ATTRIBUTE_NONE uCEFConstants

Writeable, Enumerable, Configurable

- + V8_PROPERTY_ATTRIBUTE_READONLY uCEFConstants

Not writeable

- + WM_POINTERDOWN uCEFConstants

 

- + WM_POINTERUP uCEFConstants

 

- + WM_POINTERUPDATE uCEFConstants

 

- + WM_TOUCH uCEFConstants

Lazarus and some old Delphi versions don't have these message contants

- + YOUTUBE_RESTRICT_MODERATE uCEFConstants

 

- + YOUTUBE_RESTRICT_OFF uCEFConstants

delay in ms to enable the browser focus <summary> YouTube restrict mode. </summary> <remarks> <para><see href="https://chromium.googlesource.com/chromium/src/+/refs/tags/77.0.3865.90/chrome/common/net/safe_search_util.h">Chromium source file: /chrome/common/net/safe_search_util.h (YouTubeRestrictMode)</see></para> <para><see href="https://www.chromium.org/administrators/policy-list-3#ForceYouTubeRestrict">Chromium policy list: https://www.chromium.org/administrators/policy-list-3#ForceYouTubeRestrict</see></para> </remarks>

- + YOUTUBE_RESTRICT_STRICT uCEFConstants

 

- + ZoomStepValues uCEFConstants

 

- + ZOOM_PCT_DELTA uCEFConstants

 

- + ZOOM_STEP_100 uCEFConstants

 

- + ZOOM_STEP_110 uCEFConstants

 

- + ZOOM_STEP_125 uCEFConstants

 

- + ZOOM_STEP_150 uCEFConstants

 

- + ZOOM_STEP_175 uCEFConstants

 

- + ZOOM_STEP_200 uCEFConstants

 

- + ZOOM_STEP_25 uCEFConstants

 

- + ZOOM_STEP_250 uCEFConstants

 

- + ZOOM_STEP_300 uCEFConstants

 

- + ZOOM_STEP_33 uCEFConstants

 

- + ZOOM_STEP_400 uCEFConstants

 

- + ZOOM_STEP_50 uCEFConstants

 

- + ZOOM_STEP_500 uCEFConstants

 

- + ZOOM_STEP_67 uCEFConstants

 

- + ZOOM_STEP_75 uCEFConstants

 

- + ZOOM_STEP_90 uCEFConstants

 

- + ZOOM_STEP_DEF uCEFConstants

 

- + ZOOM_STEP_MAX uCEFConstants

 

- + ZOOM_STEP_MIN uCEFConstants

 

- + ZOOM_STEP_UNK uCEFConstants

 

-
Generated by PasDoc 0.17.0.snapshot. +
Generated by PasDoc 1.0.0. diff --git a/docs/html/AllFunctions.html b/docs/html/AllFunctions.html index 8cdbb6bd..2d1c65f3 100644 --- a/docs/html/AllFunctions.html +++ b/docs/html/AllFunctions.html @@ -3,7 +3,7 @@ cef4delphi: All Functions and Procedures - + @@ -1071,6 +1071,6 @@ example.test.increment();

 

-
Generated by PasDoc 0.17.0.snapshot. +
Generated by PasDoc 1.0.0. diff --git a/docs/html/AllIdentifiers.html b/docs/html/AllIdentifiers.html index fc51a53e..cba44e6e 100644 --- a/docs/html/AllIdentifiers.html +++ b/docs/html/AllIdentifiers.html @@ -3,7 +3,7 @@ cef4delphi: All Identifiers - + @@ -1105,1066 +1105,1071 @@ example.test.increment();

 

+CEF_EXPERIMENTAL +uCEFApplicationCore +

 

+ + CEF_EXTENSIONS_URL uCEFConstants

 

- + CEF_FLAGS_URL uCEFConstants

 

- + CEF_FOCUSENABLED uCEFConstants

 

- + cef_format_url_for_security_display uCEFLibFunctions

 

- + cef_get_current_platform_thread_handle uCEFLibFunctions

 

- + cef_get_current_platform_thread_id uCEFLibFunctions

/include/internal/cef_thread_internal.h

- + cef_get_exit_code uCEFLibFunctions

 

- + cef_get_extensions_for_mime_type uCEFLibFunctions

 

- + cef_get_mime_type uCEFLibFunctions

 

- + cef_get_min_log_level uCEFLibFunctions

/include/internal/cef_logging_internal.h

- + cef_get_path uCEFLibFunctions

/include/capi/cef_path_util_capi.h

- + cef_get_temp_directory uCEFLibFunctions

 

- + cef_get_vlog_level uCEFLibFunctions

 

- + CEF_GPU_URL uCEFConstants

 

- + cef_id_for_command_id_name uCEFLibFunctions

 

- + cef_id_for_pack_resource_name uCEFLibFunctions

/include/cef_id_mappers.h

- + cef_id_for_pack_string_name uCEFLibFunctions

 

- + cef_image_create uCEFLibFunctions

/include/capi/cef_image_capi.h

- + CEF_IMAGE_FILE_MACHINE_AMD64 uCEFConstants

 

- + CEF_IMAGE_FILE_MACHINE_I386 uCEFConstants

These contants are declared in the "Windows" unit but some old Delphi versions don't have them. We have to add "CEF_" to be compatible with C++ Builder.

- + CEF_IMERANGECHANGED uCEFConstants

 

- + cef_initialize uCEFLibFunctions

********************************* ************* CAPI ************** ********************************* /include/capi/cef_app_capi.h

- + CEF_INSPECT_URL uCEFConstants

 

- + CEF_INVALIDATE uCEFConstants

 

- + cef_is_cert_status_error uCEFLibFunctions

/include/capi/cef_ssl_info_capi.h

- + cef_is_rtl uCEFLibFunctions

/ include/capi/cef_i18n_util_capi.h

- + cef_label_button_create uCEFLibFunctions

/include/capi/views/cef_label_button_capi.h

- + cef_launch_process uCEFLibFunctions

/include/capi/cef_process_util_capi.h

- + cef_list_value_create uCEFLibFunctions

 

- + cef_load_crlsets_file uCEFLibFunctions

 

- + cef_log uCEFLibFunctions

 

- + CEF_LOG_SEVERITY_ERROR uCEFConstants

 

- + CEF_LOG_SEVERITY_FATAL uCEFConstants

This severity log level causes a crash.

- + CEF_LOG_SEVERITY_INFO uCEFConstants

 

- + CEF_LOG_SEVERITY_VERBOSE uCEFConstants

Used in the severity parameter in the 'cef_log' function, also known as 'CefLog' in CEF4Delphi. The log severities are used to index into the array of names, see log_severity_names. /base/allocator/partition_allocator/partition_alloc_base/logging.h /base/logging.cc

- + CEF_LOG_SEVERITY_WARNING uCEFConstants

 

- + CEF_MAX_CONNECTIONS_PER_PROXY_DEFAULT_VALUE uCEFConstants

 

- + CEF_MAX_CONNECTIONS_PER_PROXY_MAX_VALUE uCEFConstants

 

- + CEF_MAX_CONNECTIONS_PER_PROXY_MIN_VALUE uCEFConstants

 

- + CEF_MEDIA_PERMISSION_DESKTOP_AUDIO_CAPTURE uCEFConstants

Desktop audio capture permission.

- + CEF_MEDIA_PERMISSION_DESKTOP_VIDEO_CAPTURE uCEFConstants

Desktop video capture permission.

- + CEF_MEDIA_PERMISSION_DEVICE_AUDIO_CAPTURE uCEFConstants

Device audio capture permission.

- + CEF_MEDIA_PERMISSION_DEVICE_VIDEO_CAPTURE uCEFConstants

Device video capture permission.

- + CEF_MEDIA_PERMISSION_NONE uCEFConstants

No permission.

- + cef_media_router_get_global uCEFLibFunctions

/include/capi/cef_media_router_capi.h

- + CEF_MEMORY_URL uCEFConstants

 

- + cef_menu_button_create uCEFLibFunctions

/include/capi/views/cef_menu_button_capi.h

- + cef_menu_model_create uCEFLibFunctions

/include/capi/cef_menu_model_capi.h

- + CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT uCEFConstants

 

- + CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL uCEFConstants

 

- + CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD uCEFConstants

 

- + CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE uCEFConstants

Modifier values used in the Input.dispatchTouchEvent and Input.dispatchMouseEvent DevTools methods. Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8 (default: 0). https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchTouchEvent

- + CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT uCEFConstants

 

- + CEF_MRCR_CANCELLED uCEFConstants

 

- + CEF_MRCR_DESKTOP_PICKER_FAILED uCEFConstants

 

- + CEF_MRCR_INVALID_ORIGIN uCEFConstants

 

- + CEF_MRCR_NOTIFICATION_DISABLED uCEFConstants

 

- + CEF_MRCR_NO_SUPPORTED_PROVIDER uCEFConstants

 

- + CEF_MRCR_NUM_VALUES uCEFConstants

 

- + CEF_MRCR_OFF_THE_RECORD_MISMATCH_DEPRECATED uCEFConstants

 

- + CEF_MRCR_OK uCEFConstants

 

- + CEF_MRCR_REDUNDANT_REQUEST uCEFConstants

 

- + CEF_MRCR_ROUTE_ALREADY_EXISTS uCEFConstants

 

- + CEF_MRCR_ROUTE_ALREADY_TERMINATED uCEFConstants

 

- + CEF_MRCR_ROUTE_NOT_FOUND uCEFConstants

 

- + CEF_MRCR_SINK_NOT_FOUND uCEFConstants

 

- + CEF_MRCR_TIMED_OUT uCEFConstants

 

- + CEF_MRCR_UNKNOWN_ERROR uCEFConstants

Result codes for ICefMediaRouter.CreateRoute. Should be kept in sync with Chromium's media_router::mojom::RouteRequestResultCode type.

- + CEF_MRCR_USER_NOT_ALLOWED uCEFConstants

 

- + CEF_MRCS_CLOSED uCEFConstants

 

- + CEF_MRCS_CONNECTED uCEFConstants

 

- + CEF_MRCS_CONNECTING uCEFConstants

 

- + CEF_MRCS_NUM_VALUES uCEFConstants

 

- + CEF_MRCS_TERMINATED uCEFConstants

 

- + CEF_MRCS_UNKNOWN uCEFConstants

Connection state for a MediaRoute object. Should be kept in sync with Chromium's blink::mojom::PresentationConnectionState type.

- + cef_now_from_system_trace_time uCEFLibFunctions

 

- + CEF_ONEDAYINMILLISECONDS uCEFConstants

This value may be used with the mseconds_between_dumps parameter in GlobalCEFApp.DumpWithoutCrashing.

- + CEF_OSR_FRAMERATE_DEFAULT uCEFConstants

Default values for the Windowsless framerate setting in TChromiumOptions The values are frames per second.

- + CEF_OSR_SHARED_TEXTURES_FRAMERATE_DEFAULT uCEFConstants

Used when the shared textures are disabled.

- + cef_panel_create uCEFLibFunctions

/include/capi/views/cef_panel_capi.h

- + cef_parse_json uCEFLibFunctions

 

- + cef_parse_jsonand_return_error uCEFLibFunctions

 

- + cef_parse_json_buffer uCEFLibFunctions

 

- + cef_parse_url uCEFLibFunctions

 

- + CEF_PENDINGINVALIDATE uCEFConstants

 

- + CEF_PENDINGRESIZE uCEFConstants

 

- + CEF_PERMISSION_TYPE_AR_SESSION uCEFConstants

 

- + CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM uCEFConstants

 

- + CEF_PERMISSION_TYPE_CAMERA_STREAM uCEFConstants

 

- + CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL uCEFConstants

 

- + CEF_PERMISSION_TYPE_CLIPBOARD uCEFConstants

 

- + CEF_PERMISSION_TYPE_DISK_QUOTA uCEFConstants

 

- + CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS uCEFConstants

 

- + CEF_PERMISSION_TYPE_GEOLOCATION uCEFConstants

 

- + CEF_PERMISSION_TYPE_HAND_TRACKING uCEFConstants

 

- + CEF_PERMISSION_TYPE_IDENTITY_PROVIDER uCEFConstants

 

- + CEF_PERMISSION_TYPE_IDLE_DETECTION uCEFConstants

 

- + CEF_PERMISSION_TYPE_KEYBOARD_LOCK uCEFConstants

 

- + CEF_PERMISSION_TYPE_LOCAL_FONTS uCEFConstants

 

- + CEF_PERMISSION_TYPE_LOCAL_NETWORK uCEFConstants

* CEF_API_ADDED(13600) *

- + CEF_PERMISSION_TYPE_LOCAL_NETWORK_ACCESS uCEFConstants

 

- + CEF_PERMISSION_TYPE_LOOPBACK_NETWORK uCEFConstants

* CEF_API_ADDED(14500) *

- + CEF_PERMISSION_TYPE_MIC_STREAM uCEFConstants

 

- + CEF_PERMISSION_TYPE_MIDI_SYSEX uCEFConstants

 

- + CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS uCEFConstants

 

- + CEF_PERMISSION_TYPE_NONE uCEFConstants

Permission types used with OnShowPermissionPrompt. Some types are platform-specific or only supported with Chrome style. Should be kept in sync with Chromium's permissions::RequestType type.

- + CEF_PERMISSION_TYPE_NOTIFICATIONS uCEFConstants

 

- + CEF_PERMISSION_TYPE_POINTER_LOCK uCEFConstants

 

- + CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER uCEFConstants

 

- + CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER uCEFConstants

 

- + CEF_PERMISSION_TYPE_STORAGE_ACCESS uCEFConstants

 

- + CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS uCEFConstants

 

- + CEF_PERMISSION_TYPE_VR_SESSION uCEFConstants

 

- + CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION uCEFConstants

 

- + CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT uCEFConstants

 

- + cef_post_data_create uCEFLibFunctions

 

- + cef_post_data_element_create uCEFLibFunctions

 

- + cef_post_delayed_task uCEFLibFunctions

 

- + cef_post_task uCEFLibFunctions

 

- + CEF_PREFERENCES_SAVED uCEFConstants

 

- + cef_preference_manager_get_chrome_variations_as_strings uCEFLibFunctions

* CEF_API_ADDED(13401) *

- + cef_preference_manager_get_chrome_variations_as_switches uCEFLibFunctions

 

- + cef_preference_manager_get_global uCEFLibFunctions

/include/capi/cef_preference_capi.h

- + CEF_PREFS_URL uCEFConstants

 

- + CEF_PRESSED_MOUSE_BUTTONS_BACK uCEFConstants

 

- + CEF_PRESSED_MOUSE_BUTTONS_FORWARD uCEFConstants

 

- + CEF_PRESSED_MOUSE_BUTTONS_LEFT uCEFConstants

 

- + CEF_PRESSED_MOUSE_BUTTONS_MIDDLE uCEFConstants

 

- + CEF_PRESSED_MOUSE_BUTTONS_NONE uCEFConstants

Modifier values used in the Input.dispatchMouseEvent DevTools method. A number indicating which buttons are pressed on the mouse when a mouse event is triggered. Left=1, Right=2, Middle=4, Back=8, Forward=16, None=0. https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchMouseEvent

- + CEF_PRESSED_MOUSE_BUTTONS_RIGHT uCEFConstants

 

- + cef_print_settings_create uCEFLibFunctions

/include/capi/cef_print_settings_capi.h

- + cef_process_message_create uCEFLibFunctions

/include/capi/cef_process_message_capi.h

- + CEF_PROXYTYPE_AUTODETECT uCEFConstants

Auto_detect proxy type: Auto detect proxy settings.

- + CEF_PROXYTYPE_DIRECT uCEFConstants

Direct proxy type: Never use a proxy.

- + CEF_PROXYTYPE_FIXED_SERVERS uCEFConstants

Fixed_servers proxy type: Use fixed proxy servers.

- + CEF_PROXYTYPE_PAC_SCRIPT uCEFConstants

Pac_script proxy type: Use a .pac proxy script.

- + CEF_PROXYTYPE_SYSTEM uCEFConstants

System proxy type: Use system proxy settings.

- + CEF_PUMPHAVEWORK uCEFConstants

 

- + cef_quit_message_loop uCEFLibFunctions

 

- + cef_register_extension uCEFLibFunctions

 

- + cef_register_scheme_handler_factory uCEFLibFunctions

/include/capi/cef_scheme_capi.h

- + cef_remove_cross_origin_whitelist_entry uCEFLibFunctions

 

- + cef_request_context_cef_create_context_shared uCEFLibFunctions

 

- + cef_request_context_create_context uCEFLibFunctions

 

- + cef_request_context_get_global_context uCEFLibFunctions

/include/capi/cef_request_context_capi.h

- + cef_request_create uCEFLibFunctions

/include/capi/cef_request_capi.h

- + cef_resolve_url uCEFLibFunctions

/include/capi/cef_parser_capi.h

- + cef_resource_bundle_get_global uCEFLibFunctions

/include/capi/cef_resource_bundle_capi.h

- + cef_response_create uCEFLibFunctions

/include/capi/cef_response_capi.h

- + CEF_RESULT_CODE_ACTION_DISALLOWED_BY_POLICY uCEFConstants

The action is not allowed by a policy.

- + CEF_RESULT_CODE_BAD_PROCESS_TYPE uCEFConstants

The process is of an unknown type.

- + CEF_RESULT_CODE_CHROME_FIRST uCEFConstants

First Chrome result code.

- + CEF_RESULT_CODE_CHROME_LAST uCEFConstants

Last Chrome result code.

- + CEF_RESULT_CODE_CLOUD_POLICY_ENROLLMENT_FAILED uCEFConstants

Cloud policy enrollment is failed or given up by user.

- + CEF_RESULT_CODE_DOWNGRADE_AND_RELAUNCH uCEFConstants

Chrome was downgraded since the last launch. Perform downgrade processing and relaunch.

- + CEF_RESULT_CODE_EULA_REFUSED uCEFConstants

Returned when the user has not yet accepted the EULA.

- + CEF_RESULT_CODE_GPU_DEAD_ON_ARRIVAL uCEFConstants

The GPU process exited because initialization failed.

- + CEF_RESULT_CODE_GPU_EXIT_ON_CONTEXT_LOST uCEFConstants

The GPU process was terminated due to context lost.

- + CEF_RESULT_CODE_HUNG uCEFConstants

Process hung.

- + CEF_RESULT_CODE_IMPORTER_HUNG uCEFConstants

Browser import hung and was killed.

- + CEF_RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR_2 uCEFConstants

Failed to install an item from the webstore when the kInstallEphemeralAppFromWebstore command line flag was present. As this flag is no longer supported, this return code should never be returned.

- + CEF_RESULT_CODE_INVALID_CMDLINE_URL uCEFConstants

An invalid command line url was given.

- + CEF_RESULT_CODE_INVALID_SANDBOX_STATE uCEFConstants

A browser process was sandboxed. This should never happen.

- + CEF_RESULT_CODE_KILLED uCEFConstants

Process was killed by user or system.

- + CEF_RESULT_CODE_KILLED_BAD_MESSAGE uCEFConstants

A bad message caused the process termination.

- + CEF_RESULT_CODE_MACHINE_LEVEL_INSTALL_EXISTS uCEFConstants

Machine level install exists.

- + CEF_RESULT_CODE_MISSING_DATA uCEFConstants

A critical chrome file is missing.

- + CEF_RESULT_CODE_NORMAL_EXIT uCEFConstants

Normal exit code.

- + CEF_RESULT_CODE_NORMAL_EXIT_AUTO_DE_ELEVATED uCEFConstants

The browser process exited because it was re-launched without elevation.

- + CEF_RESULT_CODE_NORMAL_EXIT_CANCEL uCEFConstants

For experiments this return code means that the user canceled causes the did_run "dr" signal to be reset soi this chrome run does not count as active chrome usage.

- + CEF_RESULT_CODE_NORMAL_EXIT_EXP1 uCEFConstants

Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment.

- + CEF_RESULT_CODE_NORMAL_EXIT_EXP2 uCEFConstants

Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment.

- + CEF_RESULT_CODE_NORMAL_EXIT_EXP3 uCEFConstants

Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment.

- + CEF_RESULT_CODE_NORMAL_EXIT_EXP4 uCEFConstants

Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment.

- + CEF_RESULT_CODE_NORMAL_EXIT_PACK_EXTENSION_SUCCESS uCEFConstants

An early startup command was executed and the browser must exit.

- + CEF_RESULT_CODE_NORMAL_EXIT_PROCESS_NOTIFIED uCEFConstants

The browser process exited early by passing the command line to another running browser.

- + CEF_RESULT_CODE_NORMAL_EXIT_UPGRADE_RELAUNCHED uCEFConstants

Chrome detected that there was a new version waiting to launch and renamed the files and launched the new version. This result code is never returned from the main process, but is instead used as a signal for early termination of browser. See `IsNormalResultCode` below.

- + CEF_RESULT_CODE_NOTUSED_1 uCEFConstants

A dummy value we should not use. See crbug.com/152285.

- + CEF_RESULT_CODE_NOTUSED_2 uCEFConstants

A dummy value we should not use. See crbug.com/152285.

- + CEF_RESULT_CODE_NUM_VALUES uCEFConstants

Last TCefResultCode value.

- + CEF_RESULT_CODE_PACK_EXTENSION_ERROR uCEFConstants

Failed to pack an extension via the cmd line.

- + CEF_RESULT_CODE_PROFILE_IN_USE uCEFConstants

The profile was in use on another host.

- + CEF_RESULT_CODE_RESPAWN_FAILED uCEFConstants

Trying to restart the browser we crashed.

- + CEF_RESULT_CODE_SANDBOX_FATAL_BROKER_SHUTDOWN_HUNG uCEFConstants

Windows sandbox broker terminated in shutdown.

- + CEF_RESULT_CODE_SANDBOX_FATAL_CACHEDISABLE uCEFConstants

Windows sandbox failed to forbid HCKU caching.

- + CEF_RESULT_CODE_SANDBOX_FATAL_CLOSEHANDLES uCEFConstants

Windows sandbox failed to close pending handles.

- + CEF_RESULT_CODE_SANDBOX_FATAL_DROPTOKEN uCEFConstants

Windows sandbox could not lower the token.

- + CEF_RESULT_CODE_SANDBOX_FATAL_FIRST uCEFConstants

First Sandbox result code.

- + CEF_RESULT_CODE_SANDBOX_FATAL_FLUSHANDLES uCEFConstants

Windows sandbox failed to flush registry handles.

- + CEF_RESULT_CODE_SANDBOX_FATAL_INTEGRITY uCEFConstants

Windows sandbox could not set the integrity level.

- + CEF_RESULT_CODE_SANDBOX_FATAL_LAST uCEFConstants

Last Sandbox result code.

- + CEF_RESULT_CODE_SANDBOX_FATAL_MEMORY_EXCEEDED uCEFConstants

Windows sandbox exceeded the job memory limit.

- + CEF_RESULT_CODE_SANDBOX_FATAL_MITIGATION uCEFConstants

Windows sandbox could not set the mitigation policy.

- + CEF_RESULT_CODE_SANDBOX_FATAL_WARMUP uCEFConstants

Windows sandbox failed to warmup.

- + CEF_RESULT_CODE_SHELL_INTEGRATION_FAILED uCEFConstants

Failed to make Chrome default browser (not used?).

- + CEF_RESULT_CODE_SXS_MIGRATION_FAILED_NOT_USED uCEFConstants

Failed to migrate user data directory for side-by-side package support (Linux-only).

- + CEF_RESULT_CODE_SYSTEM_RESOURCE_EXHAUSTED uCEFConstants

The browser process exited because system resource are exhausted. The system state can't be recovered and will be unstable.

- + CEF_RESULT_CODE_TERMINATED_BY_OTHER_PROCESS_ON_COMMIT_FAILURE uCEFConstants

Upon encountering a commit failure in a process, PartitionAlloc terminated another process deemed less important.

- + CEF_RESULT_CODE_UNINSTALL_CHROME_ALIVE uCEFConstants

Uninstall detected another chrome instance.

- + CEF_RESULT_CODE_UNINSTALL_DELETE_PROFILE uCEFConstants

Delete profile as well during uninstall.

- + CEF_RESULT_CODE_UNINSTALL_EXTENSION_ERROR uCEFConstants

Failed to silently uninstall an extension.

- + CEF_RESULT_CODE_UNINSTALL_USER_CANCEL uCEFConstants

The user changed their mind.

- + CEF_RESULT_CODE_UNSUPPORTED_PARAM uCEFConstants

Command line parameter is not supported.

- + cef_run_message_loop uCEFLibFunctions

 

- + CEF_SANDBOX_COMPAT_HASH uCEFConstants

Sandbox hash.

- + CEF_SCHEME_OPTION_CORS_ENABLED uCEFConstants

If CEF_SCHEME_OPTION_CORS_ENABLED is set the scheme can be sent CORS requests. This value should be set in most cases where CEF_SCHEME_OPTION_STANDARD is set.

- + CEF_SCHEME_OPTION_CSP_BYPASSING uCEFConstants

If CEF_SCHEME_OPTION_CSP_BYPASSING is set the scheme can bypass Content- Security-Policy (CSP) checks. This value should not be set in most cases where CEF_SCHEME_OPTION_STANDARD is set.

- + CEF_SCHEME_OPTION_DISPLAY_ISOLATED uCEFConstants

If CEF_SCHEME_OPTION_DISPLAY_ISOLATED is set the scheme can only be displayed from other content hosted with the same scheme. For example, pages in other origins cannot create iframes or hyperlinks to URLs with the scheme. For schemes that must be accessible from other schemes don't set this, set CEF_SCHEME_OPTION_CORS_ENABLED, and use CORS "Access-Control-Allow-Origin" headers to further restrict access.

- + CEF_SCHEME_OPTION_FETCH_ENABLED uCEFConstants

If CEF_SCHEME_OPTION_FETCH_ENABLED is set the scheme can perform Fetch API requests.

- + CEF_SCHEME_OPTION_LOCAL uCEFConstants

If CEF_SCHEME_OPTION_LOCAL is set the scheme will be treated with the same security rules as those applied to "file" URLs. Normal pages cannot link to or access local URLs. Also, by default, local URLs can only perform XMLHttpRequest calls to the same URL (origin + path) that originated the request. To allow XMLHttpRequest calls from a local URL to other URLs with the same origin set the CefSettings.file_access_from_file_urls_allowed value to true (1). To allow XMLHttpRequest calls from a local URL to all origins set the CefSettings.universal_access_from_file_urls_allowed value to true (1).

- + CEF_SCHEME_OPTION_NONE uCEFConstants

No options.

- + CEF_SCHEME_OPTION_SECURE uCEFConstants

If CEF_SCHEME_OPTION_SECURE is set the scheme will be treated with the same security rules as those applied to "https" URLs. For example, loading this scheme from other secure schemes will not trigger mixed content warnings.

- + CEF_SCHEME_OPTION_STANDARD uCEFConstants

If CEF_SCHEME_OPTION_STANDARD is set the scheme will be treated as a standard scheme. Standard schemes are subject to URL canonicalization and parsing rules as defined in the Common Internet Scheme Syntax RFC 1738 Section 3.1 available at http://www.ietf.org/rfc/rfc1738.txt @@ -2173,1652 +2178,1652 @@ example.test.increment();

For non-standard scheme URLs only the "scheme:" component is parsed and canonicalized. The remainder of the URL will be passed to the handler as- is. For example, "scheme:///some%20text" will remain the same. Non-standard scheme URLs cannot be used as a target for form submission.

- + cef_scroll_view_create uCEFLibFunctions

/include/capi/views/cef_scroll_view_capi.h

- + CEF_SENTINEL_DOCLOSE uCEFConstants

 

- + CEF_SENTINEL_START uCEFConstants

 

- + cef_server_create uCEFLibFunctions

/include/capi/cef_server_capi.h

- + CEF_SETTINGS_URL uCEFConstants

 

- + cef_set_crash_key_value uCEFLibFunctions

 

- + cef_set_nestable_tasks_allowed uCEFLibFunctions

 

- + cef_set_osmodal_loop uCEFLibFunctions

********************************* *********** INTERNAL ************ ********************************* /include/internal/cef_app_win.h

- + cef_shared_process_message_builder_create uCEFLibFunctions

/include/capi/cef_shared_process_message_builder_capi.h

- + CEF_SHOW_STATE_FULLSCREEN uCEFConstants

Show the window as fullscreen.

- + CEF_SHOW_STATE_HIDDEN uCEFConstants

Show the window as hidden (no dock thumbnail). Only supported on MacOS..

- + CEF_SHOW_STATE_MAXIMIZED uCEFConstants

Show the window as maximized.

- + CEF_SHOW_STATE_MINIMIZED uCEFConstants

Show the window as minimized.

- + CEF_SHOW_STATE_NORMAL uCEFConstants

Show the window as normal.

- + CEF_SHOW_STATE_NUM_VALUES uCEFConstants

Number of TCefShowState values

- + cef_shutdown uCEFLibFunctions

 

- + CEF_STARTDRAGGING uCEFConstants

 

- + cef_stream_reader_create_for_data uCEFLibFunctions

 

- + cef_stream_reader_create_for_file uCEFLibFunctions

/include/capi/cef_stream_capi.h

- + cef_stream_reader_create_for_handler uCEFLibFunctions

 

- + cef_stream_writer_create_for_file uCEFLibFunctions

 

- + cef_stream_writer_create_for_handler uCEFLibFunctions

 

- + cef_string_ascii_to_utf16 uCEFLibFunctions

 

- + cef_string_ascii_to_wide uCEFLibFunctions

 

- + cef_string_copy uCEFMiscFunctions

 

- + cef_string_list_alloc uCEFLibFunctions

/include/internal/cef_string_list.h

- + cef_string_list_append uCEFLibFunctions

 

- + cef_string_list_clear uCEFLibFunctions

 

- + cef_string_list_copy uCEFLibFunctions

 

- + cef_string_list_free uCEFLibFunctions

 

- + cef_string_list_size uCEFLibFunctions

 

- + cef_string_list_value uCEFLibFunctions

 

- + cef_string_map_alloc uCEFLibFunctions

/include/internal/cef_string_map.h

- + cef_string_map_append uCEFLibFunctions

 

- + cef_string_map_clear uCEFLibFunctions

 

- + cef_string_map_find uCEFLibFunctions

 

- + cef_string_map_free uCEFLibFunctions

 

- + cef_string_map_key uCEFLibFunctions

 

- + cef_string_map_size uCEFLibFunctions

 

- + cef_string_map_value uCEFLibFunctions

 

- + cef_string_multimap_alloc uCEFLibFunctions

/include/internal/cef_string_multimap.h

- + cef_string_multimap_append uCEFLibFunctions

 

- + cef_string_multimap_clear uCEFLibFunctions

 

- + cef_string_multimap_enumerate uCEFLibFunctions

 

- + cef_string_multimap_find_count uCEFLibFunctions

 

- + cef_string_multimap_free uCEFLibFunctions

 

- + cef_string_multimap_key uCEFLibFunctions

 

- + cef_string_multimap_size uCEFLibFunctions

 

- + cef_string_multimap_value uCEFLibFunctions

 

- + cef_string_userfree_utf16_alloc uCEFLibFunctions

 

- + cef_string_userfree_utf16_free uCEFLibFunctions

 

- + cef_string_userfree_utf8_alloc uCEFLibFunctions

 

- + cef_string_userfree_utf8_free uCEFLibFunctions

 

- + cef_string_userfree_wide_alloc uCEFLibFunctions

 

- + cef_string_userfree_wide_free uCEFLibFunctions

 

- + cef_string_utf16_clear uCEFLibFunctions

 

- + cef_string_utf16_cmp uCEFLibFunctions

 

- + cef_string_utf16_copy uCEFMiscFunctions

 

- + cef_string_utf16_set uCEFLibFunctions

 

- + cef_string_utf16_to_lower uCEFLibFunctions

 

- + cef_string_utf16_to_upper uCEFLibFunctions

 

- + cef_string_utf16_to_utf8 uCEFLibFunctions

 

- + cef_string_utf16_to_wide uCEFLibFunctions

 

- + cef_string_utf8_clear uCEFLibFunctions

 

- + cef_string_utf8_cmp uCEFLibFunctions

 

- + cef_string_utf8_copy uCEFMiscFunctions

 

- + cef_string_utf8_set uCEFLibFunctions

 

- + cef_string_utf8_to_utf16 uCEFLibFunctions

 

- + cef_string_utf8_to_wide uCEFLibFunctions

 

- + cef_string_wide_clear uCEFLibFunctions

 

- + cef_string_wide_cmp uCEFLibFunctions

 

- + cef_string_wide_copy uCEFMiscFunctions

 

- + cef_string_wide_set uCEFLibFunctions

/include/internal/cef_string_types.h

- + cef_string_wide_to_utf16 uCEFLibFunctions

 

- + cef_string_wide_to_utf8 uCEFLibFunctions

 

- + CEF_SUPPORTED_VERSION_BUILD uCEFApplication

 

- + CEF_SUPPORTED_VERSION_BUILD uCEFApplicationCore

 

- + CEF_SUPPORTED_VERSION_MAJOR uCEFApplication

 

- + CEF_SUPPORTED_VERSION_MAJOR uCEFApplicationCore

 

- + CEF_SUPPORTED_VERSION_MINOR uCEFApplication

 

- + CEF_SUPPORTED_VERSION_MINOR uCEFApplicationCore

 

- + CEF_SUPPORTED_VERSION_RELEASE uCEFApplication

 

- + CEF_SUPPORTED_VERSION_RELEASE uCEFApplicationCore

 

- + cef_task_manager_get uCEFLibFunctions

/include/capi/cef_task_manager_capi.h

- + cef_task_runner_get_for_current_thread uCEFLibFunctions

/include/capi/cef_task_capi.h

- + cef_task_runner_get_for_thread uCEFLibFunctions

 

- + cef_textfield_create uCEFLibFunctions

/include/capi/views/cef_textfield_capi.h

- + CEF_TFC_COPY uCEFConstants

 

- + CEF_TFC_CUT uCEFConstants

 

- + CEF_TFC_DELETE uCEFConstants

 

- + CEF_TFC_NUM_VALUES uCEFConstants

 

- + CEF_TFC_PASTE uCEFConstants

 

- + CEF_TFC_SELECT_ALL uCEFConstants

 

- + CEF_TFC_SELECT_WORD uCEFConstants

 

- + CEF_TFC_UNDO uCEFConstants

 

- + CEF_TFC_UNKNOWN uCEFConstants

Represents commands available to TextField. Should be kept in sync with Chromium's views::TextField::MenuCommands type.

- + cef_thread_create uCEFLibFunctions

/include/capi/cef_thread_capi.h

- + CEF_THS_FLAG_ALPHA uCEFConstants

 

- + CEF_THS_FLAG_ENABLED uCEFConstants

 

- + CEF_THS_FLAG_NONE uCEFConstants

Values indicating what state of the touch handle is set.

- + CEF_THS_FLAG_ORIENTATION uCEFConstants

 

- + CEF_THS_FLAG_ORIGIN uCEFConstants

 

- + CEF_TIMER_DEPLETEWORK_CYCLES uCEFConstants

 

- + CEF_TIMER_DEPLETEWORK_DELAY uCEFConstants

 

- + CEF_TIMER_MAXDELAY uCEFConstants

 

- + CEF_TIMER_MAXIMUM uCEFConstants

 

- + CEF_TIMER_MINIMUM uCEFConstants

Used when the shared textures are enabled.

- + cef_time_delta uCEFLibFunctions

 

- + cef_time_from_basetime uCEFLibFunctions

 

- + cef_time_from_doublet uCEFLibFunctions

 

- + cef_time_from_timet uCEFLibFunctions

 

- + cef_time_now uCEFLibFunctions

 

- + cef_time_to_basetime uCEFLibFunctions

 

- + cef_time_to_doublet uCEFLibFunctions

 

- + cef_time_to_timet uCEFLibFunctions

/include/internal/cef_time.h

- + cef_trace_counter uCEFLibFunctions

 

- + cef_trace_counter_id uCEFLibFunctions

 

- + cef_trace_event_async_begin uCEFLibFunctions

 

- + cef_trace_event_async_end uCEFLibFunctions

 

- + cef_trace_event_async_step_into uCEFLibFunctions

 

- + cef_trace_event_async_step_past uCEFLibFunctions

 

- + cef_trace_event_begin uCEFLibFunctions

 

- + cef_trace_event_end uCEFLibFunctions

 

- + cef_trace_event_instant uCEFLibFunctions

/include/internal/cef_trace_event_internal.h

- + cef_uridecode uCEFLibFunctions

 

- + cef_uriencode uCEFLibFunctions

 

- + cef_urlrequest_create uCEFLibFunctions

/include/capi/cef_urlrequest_capi.h

- + CEF_URLS_URL uCEFConstants

 

- + cef_v8_backing_store_create uCEFLibFunctions

 

- + cef_v8_context_get_current_context uCEFLibFunctions

/include/capi/cef_v8_capi.h

- + cef_v8_context_get_entered_context uCEFLibFunctions

 

- + cef_v8_context_in_context uCEFLibFunctions

 

- + cef_v8_stack_trace_get_current uCEFLibFunctions

 

- + cef_v8_value_create_array uCEFLibFunctions

 

- + cef_v8_value_create_array_buffer uCEFLibFunctions

 

- + cef_v8_value_create_array_buffer_from_backing_store uCEFLibFunctions

 

- + cef_v8_value_create_array_buffer_with_copy uCEFLibFunctions

 

- + cef_v8_value_create_bool uCEFLibFunctions

 

- + cef_v8_value_create_date uCEFLibFunctions

 

- + cef_v8_value_create_double uCEFLibFunctions

 

- + cef_v8_value_create_function uCEFLibFunctions

 

- + cef_v8_value_create_int uCEFLibFunctions

 

- + cef_v8_value_create_null uCEFLibFunctions

 

- + cef_v8_value_create_object uCEFLibFunctions

 

- + cef_v8_value_create_promise uCEFLibFunctions

 

- + cef_v8_value_create_string uCEFLibFunctions

 

- + cef_v8_value_create_uint uCEFLibFunctions

 

- + cef_v8_value_create_undefined uCEFLibFunctions

 

- + cef_value_create uCEFLibFunctions

/include/capi/cef_values_capi.h

- + cef_version_info uCEFLibFunctions

/include/cef_version_info.h

- + cef_version_info_all uCEFLibFunctions

 

- + CEF_VERSION_URL uCEFConstants

 

- + cef_waitable_event_create uCEFLibFunctions

/include/capi/cef_waitable_event_capi.h

- + cef_window_create_top_level uCEFLibFunctions

/include/capi/views/cef_window_capi.h

- + cef_write_json uCEFLibFunctions

 

- + cef_xml_reader_create uCEFLibFunctions

/include/capi/cef_xml_reader_capi.h

- + cef_zip_directory uCEFLibFunctions

 

- + cef_zip_reader_create uCEFLibFunctions

/include/capi/cef_zip_reader_capi.h

- + CERT_STATUS_AUTHORITY_INVALID uCEFConstants

 

- + CERT_STATUS_COMMON_NAME_INVALID uCEFConstants

 

- + CERT_STATUS_CT_COMPLIANCE_FAILED uCEFConstants

 

- + CERT_STATUS_DATE_INVALID uCEFConstants

 

- + CERT_STATUS_FIRST_ERROR uCEFConstants

 

- + CERT_STATUS_INVALID uCEFConstants

 

- + CERT_STATUS_IS_EV uCEFConstants

 

- + CERT_STATUS_LAST_ERROR uCEFConstants

 

- + CERT_STATUS_NAME_CONSTRAINT_VIOLATION uCEFConstants

 

- + CERT_STATUS_NONE uCEFConstants

Supported certificate status code values. See net\cert\cert_status_flags.h for more information. CERT_STATUS_NONE is new in CEF because we use an enum while cert_status_flags.h uses a typedef and static const variables.

- + CERT_STATUS_NON_UNIQUE_NAME uCEFConstants

 

- + CERT_STATUS_NO_REVOCATION_MECHANISM uCEFConstants

 

- + CERT_STATUS_PINNED_KEY_MISSING uCEFConstants

 

- + CERT_STATUS_REVOKED uCEFConstants

 

- + CERT_STATUS_REV_CHECKING_ENABLED uCEFConstants

 

- + CERT_STATUS_SHA1_SIGNATURE_PRESENT uCEFConstants

 

- + CERT_STATUS_UNABLE_TO_CHECK_REVOCATION uCEFConstants

 

- + CERT_STATUS_VALIDITY_TOO_LONG uCEFConstants

 

- + CERT_STATUS_WEAK_KEY uCEFConstants

 

- + CERT_STATUS_WEAK_SIGNATURE_ALGORITHM uCEFConstants

 

- + CetTimeFromCefBaseTime uCEFMiscFunctions

Converts TCefBaseTime to TCefTime.

- + CetTimeToCefBaseTime uCEFMiscFunctions

Converts TCefTime to TCefBaseTime.

- + Char16 uCEFTypes

 

- + CheckDLLs uCEFMiscFunctions

 

- + CheckDLLVersion uCEFMiscFunctions

 

- + CheckFilesExist uCEFMiscFunctions

 

- + CheckLocales uCEFMiscFunctions

 

- + CheckRealWindowsVersion uCEFMiscFunctions

 

- + CheckResources uCEFMiscFunctions

 

- + CheckSubprocessPath uCEFMiscFunctions

 

- + CHROMEELF_DLL uCEFApplication

 

- + CHROMEELF_DLL uCEFApplicationCore

 

- + CHROMIUM_NONBROWSERSHUTDOWNPRIORITY uCEFConstants

This constant is defined by Chromium in chrome/app/main_dll_loader_win.cc It's used with SetProcessShutdownParameters to set a shutdown priority for the subprocesses. $280 is the default value for applications.

- + CM_EDITFLAG_CAN_COPY uCEFConstants

 

- + CM_EDITFLAG_CAN_CUT uCEFConstants

 

- + CM_EDITFLAG_CAN_DELETE uCEFConstants

 

- + CM_EDITFLAG_CAN_EDIT_RICHLY uCEFConstants

 

- + CM_EDITFLAG_CAN_PASTE uCEFConstants

 

- + CM_EDITFLAG_CAN_REDO uCEFConstants

 

- + CM_EDITFLAG_CAN_SELECT_ALL uCEFConstants

 

- + CM_EDITFLAG_CAN_TRANSLATE uCEFConstants

 

- + CM_EDITFLAG_CAN_UNDO uCEFConstants

 

- + CM_EDITFLAG_NONE uCEFConstants

Supported context menu edit state bit flags. These constants match their equivalents in Chromium's ContextMenuDataEditFlags and should not be renumbered.

- + CM_MEDIAFLAG_CAN_LOOP uCEFConstants

 

- + CM_MEDIAFLAG_CAN_PICTURE_IN_PICTURE uCEFConstants

 

- + CM_MEDIAFLAG_CAN_PRINT uCEFConstants

 

- + CM_MEDIAFLAG_CAN_ROTATE uCEFConstants

 

- + CM_MEDIAFLAG_CAN_SAVE uCEFConstants

 

- + CM_MEDIAFLAG_CAN_TOGGLE_CONTROLS uCEFConstants

 

- + CM_MEDIAFLAG_CONTROLS uCEFConstants

 

- + CM_MEDIAFLAG_HAS_AUDIO uCEFConstants

 

- + CM_MEDIAFLAG_IN_ERROR uCEFConstants

 

- + CM_MEDIAFLAG_LOOP uCEFConstants

 

- + CM_MEDIAFLAG_MUTED uCEFConstants

 

- + CM_MEDIAFLAG_NONE uCEFConstants

Supported context menu media state bit flags. These constants match their equivalents in Chromium's ContextMenuData::MediaFlags and should not be renumbered.

- + CM_MEDIAFLAG_PAUSED uCEFConstants

 

- + CM_MEDIAFLAG_PICTURE_IN_PICTURE uCEFConstants

 

- + CM_TYPEFLAG_EDITABLE uCEFConstants

An editable element is selected.

- + CM_TYPEFLAG_FRAME uCEFConstants

A subframe page is selected.

- + CM_TYPEFLAG_LINK uCEFConstants

A link is selected.

- + CM_TYPEFLAG_MEDIA uCEFConstants

A media node is selected.

- + CM_TYPEFLAG_NONE uCEFConstants

No node is selected.

- + CM_TYPEFLAG_PAGE uCEFConstants

The top page is selected.

- + CM_TYPEFLAG_SELECTION uCEFConstants

There is a textual or mixed selection that is selected.

- + COMMAND_ID_FIRST_UNBOUNDED uCEFConstants

command_id constants declared in cef_command_ids.h and used by some callbacks in ICefCommandHandler cef_command_ids.h is generated in /include/cef_command_ids.h

- + CRLF uCEFConstants

 

- + CustomAbsolutePath uCEFMiscFunctions

Returns the absolute path version of aPath.

- + CustomExceptionHandler uCEFMiscFunctions

 

- + CustomPathCanonicalize uCEFMiscFunctions

Simplifies a path by removing navigation elements such as "." and ".." to produce a direct, well-formed path.

- + CustomPathIsRelative uCEFMiscFunctions

Returns true if aPath is a relative path.

- + CustomPathIsUNC uCEFMiscFunctions

Determines if aPath is a valid Universal Naming Convention (UNC) path, as opposed to a path based on a drive letter.

- + CustomPathIsURL uCEFMiscFunctions

Tests aPath to determine if it conforms to a valid URL format.

- + CUSTOM_ARRAY_LENGTH uCEFOLEDragAndDrop

 

- + DateTimeToCefBaseTime uCEFMiscFunctions

Converts a TDateTime value to TCefBaseTime.

- + DateTimeToCefTime uCEFMiscFunctions

Converts a TDateTime value to TCefTime.

- + DEFAULT_BLINK_BACKGROUND_COLOR uCEFOSRIMEHandler

Black SkColor

- + DEFAULT_BLINK_UNDERLINE_COLOR uCEFOSRIMEHandler

 

- + DEFAULT_BLINK_UNDERLINE_STYLE uCEFOSRIMEHandler

White SkColor

- + DEFAULT_CEFSERVER_ADDRESS uCEFServerComponent

 

- + DEFAULT_CEFSERVER_BACKLOG uCEFServerComponent

 

- + DEFAULT_CEFSERVER_PORT uCEFServerComponent

 

- + DEFAULT_REDIRECT_IPV4_HOST uCEFOAuth2Helper

REFERENCES : ============ https://tools.ietf.org/html/rfc6749 https://tools.ietf.org/html/rfc6750 https://tools.ietf.org/html/rfc8252 https://tools.ietf.org/html/rfc6819 https://tools.ietf.org/html/rfc7636 https://tools.ietf.org/html/draft-ietf-oauth-native-apps-12 https://tools.ietf.org/html/draft-ietf-oauth-security-topics-13 https://developers.google.com/identity/protocols/OAuth2 https://developers.google.com/identity/protocols/OAuth2InstalledApp https://developers.google.com/identity/protocols/googlescopes https://developers.google.com/identity/protocols/OpenIDConnect https://aaronparecki.com/oauth-2-simplified/ https://example-app.com/pkce

- + DEFAULT_REDIRECT_IPV6_HOST uCEFOAuth2Helper

 

- + DEFAULT_REDIRECT_PORT uCEFOAuth2Helper

 

- + DeleteDirContents uCEFMiscFunctions

 

- + DeleteFileList uCEFMiscFunctions

 

- + DestroyGlobalCEFApp uCEFApplication

 

- + DestroyGlobalCEFApp uCEFApplicationCore

 

- + DestroyGlobalCEFTimerWorkScheduler uCEFTimerWorkScheduler

 

- + DestroyGlobalCEFWorkScheduler uCEFWorkScheduler

 

- + DestroyGlobalFMXWorkScheduler uCEFFMXWorkScheduler

 

- + DeviceToLogical uCEFMiscFunctions

 

- + DeviceToLogical uCEFMiscFunctions

 

- + DeviceToLogical uCEFMiscFunctions

 

- + DeviceToLogical uCEFMiscFunctions

 

- + DeviceToLogical uCEFMiscFunctions

 

- + DEVTOOLS_WINDOWNAME uCEFConstants

 

- + DOM_EVENT_CATEGORY_BEFORE_TEXT_INSERTED uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_CLIPBOARD uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_COMPOSITION uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_DRAG uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_KEYBOARD uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_MESSAGE uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_MOUSE uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_MUTATION uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_OVERFLOW uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_PAGE_TRANSITION uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_POPSTATE uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_PROGRESS uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_TEXT uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_UI uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_UNKNOWN uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_WHEEL uCEFConstants

DOM event category flag.

- + DOM_EVENT_CATEGORY_XMLHTTPREQUEST_PROGRESS uCEFConstants

DOM event category flag.

- + DoubleTimeNow uCEFMiscFunctions

Retrieve the current system time in a double type.

- + DoubleToCefTime uCEFMiscFunctions

Converts TCefTime from a double which is the number of seconds since epoch (Jan 1, 1970). Webkit uses this format to represent time. A value of 0 means "not initialized".

- + DragOperationToDropEffect uCEFMiscFunctions

 

- + DRAG_OPERATION_COPY uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DRAG_OPERATION_DELETE uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DRAG_OPERATION_EVERY uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DRAG_OPERATION_GENERIC uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DRAG_OPERATION_LINK uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DRAG_OPERATION_MOVE uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DRAG_OPERATION_NONE uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DRAG_OPERATION_PRIVATE uCEFConstants

"Verb" of a drag-and-drop operation as negotiated between the source and destination.

- + DropEffectToDragOperation uCEFMiscFunctions

 

- + DUPLEX_MODE_LONG_EDGE uCEFConstants

 

- + DUPLEX_MODE_NUM_VALUES uCEFConstants

 

- + DUPLEX_MODE_SHORT_EDGE uCEFConstants

 

- + DUPLEX_MODE_SIMPLEX uCEFConstants

 

- + DUPLEX_MODE_UNKNOWN uCEFConstants

Print job duplex mode values.

- + EditingCommandToString uCEFMiscFunctions

Convert an editting command to string.

- + ERR_ABORTED uCEFConstants

An operation was aborted (due to user action).

- + ERR_ACCESS_DENIED uCEFConstants

Permission to access a resource, other than the network, was denied.

- + ERR_ADDRESS_INVALID uCEFConstants

The IP address or port number is invalid (e.g., cannot connect to the IP address 0 or the port 0).

- + ERR_ADDRESS_IN_USE uCEFConstants

Returned when attempting to bind an address that is already in use.

- + ERR_ADDRESS_UNREACHABLE uCEFConstants

The IP address is unreachable. This usually means that there is no route to the specified host or network.

- + ERR_ADD_USER_CERT_FAILED uCEFConstants

An error adding a certificate to the OS certificate database.

- + ERR_ALPN_NEGOTIATION_FAILED uCEFConstants

The request to negotiate an alternate protocol failed.

- + ERR_BAD_SSL_CLIENT_AUTH_CERT uCEFConstants

The SSL handshake failed because of a bad or missing client certificate.

- + ERR_BLOB_DEREFERENCED_WHILE_BUILDING uCEFConstants

The renderer destructed the blob before it was done transferring, and there were no outstanding references (no one is waiting to read) to keep the blob alive.

- + ERR_BLOB_FILE_WRITE_FAILED uCEFConstants

We couldn't create or write to a file. File system error, like a full disk.

- + ERR_BLOB_INVALID_CONSTRUCTION_ARGUMENTS uCEFConstants

The following errors are for mapped from a subset of invalid storage::BlobStatus. The construction arguments are invalid. This is considered a bad IPC.

- + ERR_BLOB_OUT_OF_MEMORY uCEFConstants

We don't have enough memory for the blob.

- + ERR_BLOB_REFERENCED_BLOB_BROKEN uCEFConstants

A blob that we referenced during construction is broken, or a browser-side builder tries to build a blob with a blob reference that isn't finished constructing.

- + ERR_BLOB_REFERENCED_FILE_UNAVAILABLE uCEFConstants

A file that we referenced during construction is not accessible to the renderer trying to create the blob.

- + ERR_BLOB_SOURCE_DIED_IN_TRANSIT uCEFConstants

The renderer was destroyed while data was in transit.

- + ERR_BLOCKED_BY_ADMINISTRATOR uCEFConstants

The request was blocked by the URL block list configured by the domain administrator.

- + ERR_BLOCKED_BY_CLIENT uCEFConstants

The client chose to block the request.

- + ERR_BLOCKED_BY_CSP uCEFConstants

The request was blocked by a Content Security Policy

- + ERR_BLOCKED_BY_FINGERPRINTING_PROTECTION uCEFConstants

The request was blocked by fingerprinting protections.

- + ERR_BLOCKED_BY_LOCAL_NETWORK_ACCESS_CHECKS uCEFConstants

The connection is blocked by private network access checks.

- + ERR_BLOCKED_BY_ORB uCEFConstants

The request was blocked by CORB or ORB.

- + ERR_BLOCKED_BY_RESPONSE uCEFConstants

The request failed because the response was delivered along with requirements which are not met ('X-Frame-Options' and 'Content-Security-Policy' ancestor checks and 'Cross-Origin-Resource-Policy' for instance).

- + ERR_BLOCKED_IN_INCOGNITO_BY_ADMINISTRATOR uCEFConstants

The request was blocked by the Incognito Mode URL block list configured by the domain administrator.

- + ERR_CACHED_IP_ADDRESS_SPACE_BLOCKED_BY_LOCAL_NETWORK_ACCESS_POLICY uCEFConstants

The IP address space of the cached remote endpoint is blocked by private network access check.

- + ERR_CACHE_AUTH_FAILURE_AFTER_READ uCEFConstants

Received a challenge after the transaction has read some data, and the credentials aren't available. There isn't a way to get them at that point.

- + ERR_CACHE_CHECKSUM_MISMATCH uCEFConstants

The cache found an entry with an invalid checksum. This can be returned from attempts to read from the cache. It is an internal error, returned by the SimpleCache backend, but not by any URLRequest methods or members.

- + ERR_CACHE_CHECKSUM_READ_FAILURE uCEFConstants

The cache was unable to read a checksum record on an entry. This can be returned from attempts to read from the cache. It is an internal error, returned by the SimpleCache backend, but not by any URLRequest methods or members.

- + ERR_CACHE_CREATE_FAILURE uCEFConstants

The disk cache is unable to create this entry.

- + ERR_CACHE_DOOM_FAILURE uCEFConstants

The disk cache is unable to doom this entry.

- + ERR_CACHE_ENTRY_NOT_SUITABLE uCEFConstants

Internal not-quite error code for the HTTP cache. In-memory hints suggest that the cache entry would not have been usable with the transaction's current configuration (e.g. load flags, mode, etc.)

- + ERR_CACHE_LOCK_TIMEOUT uCEFConstants

Internal error code for the HTTP cache. The cache lock timeout has fired.

- + ERR_CACHE_MISS uCEFConstants

The cache does not have the requested entry.

- + ERR_CACHE_OPEN_FAILURE uCEFConstants

The disk cache is unable to open this entry.

- + ERR_CACHE_OPEN_OR_CREATE_FAILURE uCEFConstants

The disk cache is unable to open or create this entry.

- + ERR_CACHE_OPERATION_NOT_SUPPORTED uCEFConstants

The operation is not supported for this entry.

- + ERR_CACHE_RACE uCEFConstants

Multiple transactions are racing to create disk cache entries. This is an internal error returned from the HttpCache to the HttpCacheTransaction that tells the transaction to restart the entry-creation logic because the state of the cache has changed.

- + ERR_CACHE_READ_FAILURE uCEFConstants

Unable to read from the disk cache.

- + ERR_CACHE_WRITE_FAILURE uCEFConstants

Unable to write to the disk cache.

- + ERR_CERTIFICATE_TRANSPARENCY_REQUIRED uCEFConstants

Certificate Transparency was required for this connection, but the server did not provide CT information that complied with the policy.

- + ERR_CERT_AUTHORITY_INVALID uCEFConstants

The server responded with a certificate that is signed by an authority we don't trust. The could mean: @@ -3829,7 +3834,7 @@ example.test.increment();

3. The server is presenting a self-signed certificate, providing no defense against active attackers (but foiling passive attackers).

- + ERR_CERT_COMMON_NAME_INVALID uCEFConstants

The server responded with a certificate whose common name did not match the host name. This could mean: @@ -3842,19 +3847,19 @@ example.test.increment();

4. The OS has used a DNS search suffix and the server doesn't have a certificate for the abbreviated name in the address bar.

- + ERR_CERT_CONTAINS_ERRORS uCEFConstants

The server responded with a certificate that contains errors. This error is not recoverable.

MSDN describes this error as follows: "The SSL certificate contains errors." NOTE: It's unclear how this differs from ERR_CERT_INVALID. For consistency, use that code instead of this one from now on.

- + ERR_CERT_DATABASE_CHANGED uCEFConstants

The certificate database changed in some way.

- + ERR_CERT_DATE_INVALID uCEFConstants

The server responded with a certificate that, by our clock, appears to either not yet be valid or to have expired. This could mean: @@ -3865,49 +3870,49 @@ example.test.increment();

3. Our clock is wrong.

- + ERR_CERT_END uCEFConstants

The value immediately past the last certificate error code.

- + ERR_CERT_INVALID uCEFConstants

The server responded with a certificate that is invalid. This error is not recoverable.

MSDN describes this error as follows: "The SSL certificate is invalid."

- + ERR_CERT_KNOWN_INTERCEPTION_BLOCKED uCEFConstants

The certificate is known to be used for interception by an entity other the device owner.

- + ERR_CERT_NAME_CONSTRAINT_VIOLATION uCEFConstants

The certificate claimed DNS names that are in violation of name constraints.

- + ERR_CERT_NON_UNIQUE_NAME uCEFConstants

The host name specified in the certificate is not unique.

- + ERR_CERT_NO_REVOCATION_MECHANISM uCEFConstants

The certificate has no mechanism for determining if it is revoked. In effect, this certificate cannot be revoked.

- + ERR_CERT_REVOKED uCEFConstants

The server responded with a certificate has been revoked. We have the capability to ignore this error, but it is probably not the thing to do.

- + ERR_CERT_SELF_SIGNED_LOCAL_NETWORK uCEFConstants

-218 was SSL_OBSOLETE_VERSION which is not longer used. TLS 1.0/1.1 instead cause SSL_VERSION_OR_CIPHER_MISMATCH now. The certificate is self signed and it's being used for either an RFC1918 IP literal URL, or a url ending in .local.

- + ERR_CERT_UNABLE_TO_CHECK_REVOCATION uCEFConstants

Revocation information for the security certificate for this site is not available. This could mean: @@ -3916,142 +3921,142 @@ example.test.increment();

2. The certificate is unrevoked, but the revocation server is busy or unavailable.

- + ERR_CERT_VALIDITY_TOO_LONG uCEFConstants

The certificate's validity period is too long.

- + ERR_CERT_VERIFIER_CHANGED uCEFConstants

The certificate verifier configuration changed in some way.

- + ERR_CERT_WEAK_KEY uCEFConstants

The server responded with a certificate that contains a weak key (e.g. a too-small RSA key).

- + ERR_CERT_WEAK_SIGNATURE_ALGORITHM uCEFConstants

The server responded with a certificate that is signed using a weak signature algorithm.

- + ERR_CLEARTEXT_NOT_PERMITTED uCEFConstants

The request was blocked by system policy disallowing some or all cleartext requests. Used for NetworkSecurityPolicy on Android.

- + ERR_CLIENT_AUTH_CERT_TYPE_UNSUPPORTED uCEFConstants

Server request for client certificate did not contain any types we support.

- + ERR_CONNECTION_ABORTED uCEFConstants

A connection timed out as a result of not receiving an ACK for data sent. This can include a FIN packet that did not get ACK'd.

- + ERR_CONNECTION_CLOSED uCEFConstants

A connection was closed (corresponding to a TCP FIN).

- + ERR_CONNECTION_FAILED uCEFConstants

A connection attempt failed.

- + ERR_CONNECTION_REFUSED uCEFConstants

A connection attempt was refused.

- + ERR_CONNECTION_RESET uCEFConstants

A connection was reset (corresponding to a TCP RST).

- + ERR_CONNECTION_TIMED_OUT uCEFConstants

A connection attempt timed out.

- + ERR_CONTENT_DECODING_FAILED uCEFConstants

Content decoding of the response body failed.

- + ERR_CONTENT_DECODING_INIT_FAILED uCEFConstants

Initializing content decoding failed.

- + ERR_CONTENT_LENGTH_MISMATCH uCEFConstants

The HTTP response body transferred fewer bytes than were advertised by the Content-Length header when the connection is closed.

- + ERR_CONTEXT_SHUT_DOWN uCEFConstants

The request failed because the URLRequestContext is shutting down, or has been shut down.

- + ERR_CT_CONSISTENCY_PROOF_PARSING_FAILED uCEFConstants

Certificate Transparency: Failed to parse the received consistency proof.

- + ERR_CT_STH_INCOMPLETE uCEFConstants

Certificate Transparency: Received a signed tree head whose JSON parsing was OK but was missing some of the fields.

- + ERR_CT_STH_PARSING_FAILED uCEFConstants

Certificate Transparency: Received a signed tree head that failed to parse.

- + ERR_DICTIONARY_LOAD_FAILED uCEFConstants

The compression dictionary cannot be loaded.

- + ERR_DISALLOWED_URL_SCHEME uCEFConstants

The scheme of the URL is disallowed.

- + ERR_DNS_CACHE_INVALIDATION_IN_PROGRESS uCEFConstants

Returned when DNS cache invalidation is in progress. This is a transient error. Callers may want to retry later.

- + ERR_DNS_FORMAT_ERROR uCEFConstants

The DNS server responded with a format error response code.

- + ERR_DNS_MALFORMED_RESPONSE uCEFConstants

DNS resolver received a malformed response.

- + ERR_DNS_NAME_HTTPS_ONLY uCEFConstants

DNS identified the request as disallowed for insecure connection (http/ws). Error should be handled as if an HTTP redirect was received to redirect to https or wss.

- + ERR_DNS_NOT_IMPLEMENTED uCEFConstants

The DNS server responded that the query type is not implemented.

- + ERR_DNS_NO_MATCHING_SUPPORTED_ALPN uCEFConstants

The hostname resolution of HTTPS record was expected to be resolved with alpn values of supported protocols, but did not.

- + ERR_DNS_OTHER_FAILURE uCEFConstants

@@ -4070,973 +4075,973 @@ example.test.increment();

- + ERR_DNS_REFUSED uCEFConstants

The DNS server responded that the request was refused.

- + ERR_DNS_REQUEST_CANCELLED uCEFConstants

All DNS requests associated with this job have been cancelled.

- + ERR_DNS_SEARCH_EMPTY uCEFConstants

Suffix search list rules prevent resolution of the given host name.

- + ERR_DNS_SECURE_PROBE_RECORD_INVALID uCEFConstants

When checking whether secure DNS can be used, the response returned for the requested probe record either had no answer or was invalid.

- + ERR_DNS_SECURE_RESOLVER_HOSTNAME_RESOLUTION_FAILED uCEFConstants

Failed to resolve the hostname of a DNS-over-HTTPS server.

- + ERR_DNS_SERVER_FAILURE uCEFConstants

The DNS server responded with a server failure response code.

- + ERR_DNS_SERVER_REQUIRES_TCP uCEFConstants

DNS server requires TCP

- + ERR_DNS_SORT_ERROR uCEFConstants

Failed to sort addresses according to RFC3484.

- + ERR_DNS_TIMED_OUT uCEFConstants

DNS transaction timed out.

- + ERR_EARLY_DATA_REJECTED uCEFConstants

TLS 1.3 early data was rejected by the server. This will be received before any data is returned from the socket. The request should be retried with early data disabled.

- + ERR_ECH_FALLBACK_CERTIFICATE_INVALID uCEFConstants

ECH was enabled, the server was unable to decrypt the encrypted ClientHello, and additionally did not present a certificate valid for the public name.

- + ERR_ECH_NOT_NEGOTIATED uCEFConstants

ECH was enabled, but the server was unable to decrypt the encrypted ClientHello.

- + ERR_EMPTY_RESPONSE uCEFConstants

The server closed the connection without sending any data.

- + ERR_ENCODING_DETECTION_FAILED uCEFConstants

Detecting the encoding of the response failed.

- + ERR_FAILED uCEFConstants

A generic failure occurred.

- + ERR_FILE_EXISTS uCEFConstants

The file already exists.

- + ERR_FILE_NOT_FOUND uCEFConstants

The file or directory cannot be found.

- + ERR_FILE_NO_SPACE uCEFConstants

Not enough room left on the disk.

- + ERR_FILE_PATH_TOO_LONG uCEFConstants

The path or file name is too long.

- + ERR_FILE_TOO_BIG uCEFConstants

The file is too large.

- + ERR_FILE_VIRUS_INFECTED uCEFConstants

The file has a virus.

- + ERR_HOST_RESOLVER_QUEUE_TOO_LARGE uCEFConstants

There are too many pending DNS resolves, so a request in the queue was aborted.

- + ERR_HTTPENGINE_PROVIDER_IN_USE uCEFConstants

This is a placeholder value that should never be used within net. When Cronet APIs are being backed by HttpEngine (i.e., HttpEngineProvider is being used), org.chromium.net.NetworkException#getCronetInternalErrorCode is not supported (android.net.http.NetworkException#getCronetInternalErrorCode does not exist). In this scenario, getCronetInternalErrorCode will always return this error. This is a first step towards the deprecation of getCronetInternalErrorCode.

- + ERR_HTTP_1_1_REQUIRED uCEFConstants

HTTP_1_1_REQUIRED error code received on HTTP/2 session.

- + ERR_HTTP_RESPONSE_CODE_FAILURE uCEFConstants

The server returned a non-2xx HTTP response code.

Note that this error is only used by certain APIs that interpret the HTTP response itself. URLRequest for instance just passes most non-2xx response back as success.

- + ERR_ICANN_NAME_COLLISION uCEFConstants

Resolving a hostname to an IP address list included the IPv4 address "127.0.53.53". This is a special IP address which ICANN has recommended to indicate there was a name collision, and alert admins to a potential problem.

- + ERR_IMPORT_CA_CERT_FAILED uCEFConstants

CA import failed due to some other error.

- + ERR_IMPORT_CA_CERT_NOT_CA uCEFConstants

CA import failed - not a CA cert.

- + ERR_IMPORT_CERT_ALREADY_EXISTS uCEFConstants

Import failed - certificate already exists in database. Note it's a little weird this is an error but reimporting a PKCS12 is ok (no-op). That's how Mozilla does it, though.

- + ERR_IMPORT_SERVER_CERT_FAILED uCEFConstants

Server certificate import failed due to some internal error.

- + ERR_INCOMPLETE_CHUNKED_ENCODING uCEFConstants

The HTTP response body is transferred with Chunked-Encoding, but the terminating zero-length chunk was never sent when the connection is closed.

- + ERR_INCOMPLETE_SPDY_HEADERS uCEFConstants

HTTP/2 headers have been received, but not all of them - status or version headers are missing, so we're expecting additional frames to complete them.

- + ERR_INCONSISTENT_IP_ADDRESS_SPACE uCEFConstants

The IP address space of the remote endpoint differed from the previous observed value during the same request. Any cache entry for the affected request should be invalidated.

- + ERR_INSECURE_RESPONSE uCEFConstants

The server's response was insecure (e.g. there was a cert error).

- + ERR_INSUFFICIENT_RESOURCES uCEFConstants

There were not enough resources to complete the operation.

- + ERR_INTERNET_DISCONNECTED uCEFConstants

The Internet connection has been lost.

- + ERR_INVALID_ARGUMENT uCEFConstants

An argument to the function is incorrect.

- + ERR_INVALID_AUTH_CREDENTIALS uCEFConstants

Credentials could not be established during HTTP Authentication.

- + ERR_INVALID_CHUNKED_ENCODING uCEFConstants

Error in chunked transfer encoding.

- + ERR_INVALID_ECH_CONFIG_LIST uCEFConstants

The ECHConfigList fetched over DNS cannot be parsed.

- + ERR_INVALID_HANDLE uCEFConstants

The handle or file descriptor is invalid.

- + ERR_INVALID_HTTP_RESPONSE uCEFConstants

The server was expected to return an HTTP/1.x response, but did not. Rather than treat it as HTTP/0.9, this error is returned.

- + ERR_INVALID_REDIRECT uCEFConstants

Attempting to load an URL resulted in a redirect to an invalid URL.

- + ERR_INVALID_RESPONSE uCEFConstants

The server's response was invalid.

- + ERR_INVALID_SIGNED_EXCHANGE uCEFConstants

An error occurred while handling a signed exchange.

- + ERR_INVALID_URL uCEFConstants

The URL is invalid.

- + ERR_INVALID_WEB_BUNDLE uCEFConstants

An error occurred while handling a Web Bundle source.

- + ERR_IO_PENDING uCEFConstants

An asynchronous IO operation is not yet complete. This usually does not indicate a fatal error. Typically this error will be generated as a notification to wait for some external notification that the IO operation finally completed.

- + ERR_KEY_GENERATION_FAILED uCEFConstants

Key generation failed.

- + ERR_MALFORMED_IDENTITY uCEFConstants

The identity used for authentication is invalid.

- + ERR_MANDATORY_PROXY_CONFIGURATION_FAILED uCEFConstants

A mandatory proxy configuration could not be used. Currently this means that a mandatory PAC script could not be fetched, parsed or executed.

- + ERR_METHOD_NOT_SUPPORTED uCEFConstants

The server did not support the request method.

- + ERR_MISCONFIGURED_AUTH_ENVIRONMENT uCEFConstants

The environment was not set up correctly for authentication. For example, no KDC could be found or the principal is unknown.

- + ERR_MISSING_AUTH_CREDENTIALS uCEFConstants

(GSSAPI) No Kerberos credentials were available during HTTP Authentication.

- + ERR_MSG_TOO_BIG uCEFConstants

The message was too large for the transport. (for example a UDP message which exceeds size threshold).

- + ERR_NAME_NOT_RESOLVED uCEFConstants

The host name could not be resolved.

- + ERR_NAME_RESOLUTION_FAILED uCEFConstants

An error occurred when trying to do a name resolution (DNS).

- + ERR_NETWORK_ACCESS_DENIED uCEFConstants

Permission to access the network was denied. This is used to distinguish errors that were most likely caused by a firewall from other access denied errors. See also ERR_ACCESS_DENIED.

- + ERR_NETWORK_ACCESS_REVOKED uCEFConstants

The request was blocked because it originated from a frame that has disabled network access.

- + ERR_NETWORK_CHANGED uCEFConstants

The network changed.

- + ERR_NETWORK_IO_SUSPENDED uCEFConstants

An operation could not be completed because all network IO is suspended.

- + ERR_NONE uCEFConstants

No error.

- + ERR_NOT_IMPLEMENTED uCEFConstants

The operation failed because of unimplemented functionality.

- + ERR_NO_BUFFER_SPACE uCEFConstants

No socket buffer space is available.

- + ERR_NO_PRIVATE_KEY_FOR_CERT uCEFConstants

An attempt to import a client certificate failed, as the user's key database lacked a corresponding private key.

- + ERR_NO_SUPPORTED_PROXIES uCEFConstants

There are no supported proxies in the provided list.

- + ERR_NS_CACHE_MISS uCEFConstants

The entry was not found in cache or other local sources, for lookups where only local sources were queried. TODO(ericorth): Consider renaming to DNS_LOCAL_MISS or something like that as the cache is not necessarily queried either.

- + ERR_OUT_OF_MEMORY uCEFConstants

Memory allocation failed.

- + ERR_PAC_NOT_IN_DHCP uCEFConstants

No PAC URL configuration could be retrieved from DHCP. This can indicate either a failure to retrieve the DHCP configuration, or that there was no PAC URL configured in DHCP.

- + ERR_PAC_SCRIPT_FAILED uCEFConstants

The evaluation of the PAC script failed.

- + ERR_PAC_SCRIPT_TERMINATED uCEFConstants

The PAC script terminated fatally and must be reloaded.

- + ERR_PKCS12_IMPORT_BAD_PASSWORD uCEFConstants

PKCS #12 import failed due to incorrect password.

- + ERR_PKCS12_IMPORT_FAILED uCEFConstants

PKCS #12 import failed due to other error.

- + ERR_PKCS12_IMPORT_INVALID_FILE uCEFConstants

PKCS #12 import failed due to invalid/corrupt file.

- + ERR_PKCS12_IMPORT_INVALID_MAC uCEFConstants

PKCS #12 import failed due to invalid MAC.

- + ERR_PKCS12_IMPORT_UNSUPPORTED uCEFConstants

PKCS #12 import failed due to unsupported features.

- + ERR_PRECONNECT_MAX_SOCKET_LIMIT uCEFConstants

We've hit the max socket limit for the socket pool while preconnecting. We don't bother trying to preconnect more sockets.

- + ERR_PRIVATE_KEY_EXPORT_FAILED uCEFConstants

Failure to export private key.

- + ERR_PROXY_AUTH_REQUESTED uCEFConstants

The proxy requested authentication (for tunnel establishment).

- + ERR_PROXY_AUTH_REQUESTED_WITH_NO_CONNECTION uCEFConstants

Proxy Auth Requested without a valid Client Socket Handle.

- + ERR_PROXY_AUTH_UNSUPPORTED uCEFConstants

The proxy requested authentication (for tunnel establishment) with an unsupported method.

- + ERR_PROXY_CERTIFICATE_INVALID uCEFConstants

The certificate presented by the HTTPS Proxy was invalid.

- + ERR_PROXY_CONNECTION_FAILED uCEFConstants

Could not create a connection to the proxy server. An error occurred either in resolving its name, or in connecting a socket to it. Note that this does NOT include failures during the actual "CONNECT" method of an HTTP proxy.

- + ERR_PROXY_DELEGATE_CANCELED_CONNECT_REQUEST uCEFConstants

Some implementations of ProxyDelegate query a separate entity to know whether it should cancel tunnel prior to: - The HTTP CONNECT requests being sent out - The HTTP CONNECT response being parsed by //net An example is CronetProxyDelegate: Cronet allows developers to decide whether the tunnel being established should be canceled.

- + ERR_PROXY_DELEGATE_CANCELED_CONNECT_RESPONSE uCEFConstants

Some implementations of ProxyDelegate query a separate entity to know whether it should cancel tunnel prior to: - The HTTP CONNECT requests being sent out - The HTTP CONNECT response being parsed by //net An example is CronetProxyDelegate: Cronet allows developers to decide whether the tunnel being established should be canceled.

- + ERR_PROXY_HTTP_1_1_REQUIRED uCEFConstants

HTTP_1_1_REQUIRED error code received on HTTP/2 session to proxy.

- + ERR_PROXY_UNABLE_TO_CONNECT_TO_DESTINATION uCEFConstants

An attempt to proxy a request failed because the proxy wasn't able to successfully connect to the destination. This likely indicates an issue with the request itself (for instance, the hostname failed to resolve to an IP address or the destination server refused the connection). This error code is used to indicate that the error is outside the control of the proxy server and thus the proxy chain should not be marked as bad. This is in contrast to ERR_TUNNEL_CONNECTION_FAILED which is used for general purpose errors connecting to the proxy and by the proxy request response handling when a proxy delegate doesn't indicate via a different error code whether proxy fallback should occur. Note that for IP Protection proxies this error code causes the proxy to be marked as bad since the preference is to fail open for general purpose errors, but for other proxies this error does not cause the proxy to be marked as bad.

- + ERR_QUIC_CERT_ROOT_NOT_KNOWN uCEFConstants

The certificate presented on a QUIC connection does not chain to a known root and the origin connected to is not on a list of domains where unknown roots are allowed.

- + ERR_QUIC_GOAWAY_REQUEST_CAN_BE_RETRIED uCEFConstants

A GOAWAY frame has been received indicating that the request has not been processed and is therefore safe to retry on a different connection.

- + ERR_QUIC_HANDSHAKE_FAILED uCEFConstants

The QUIC crypto handshake failed. This means that the server was unable to read any requests sent, so they may be resent.

- + ERR_QUIC_PROTOCOL_ERROR uCEFConstants

There is a QUIC protocol error.

- + ERR_READ_IF_READY_NOT_IMPLEMENTED uCEFConstants

Socket ReadIfReady support is not implemented. This error should not be user visible, because the normal Read() method is used as a fallback.

- + ERR_REQUEST_RANGE_NOT_SATISFIABLE uCEFConstants

The response was 416 (Requested range not satisfiable) and the server cannot satisfy the range requested.

- + ERR_RESPONSE_BODY_TOO_BIG_TO_DRAIN uCEFConstants

The HTTP response was too big to drain.

- + ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION uCEFConstants

The HTTP response contained multiple Content-Disposition headers.

- + ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH uCEFConstants

The HTTP response contained multiple distinct Content-Length headers.

- + ERR_RESPONSE_HEADERS_MULTIPLE_LOCATION uCEFConstants

The HTTP response contained multiple Location headers.

- + ERR_RESPONSE_HEADERS_TOO_BIG uCEFConstants

The headers section of the response is too large.

- + ERR_RESPONSE_HEADERS_TRUNCATED uCEFConstants

The HTTP headers were truncated by an EOF.

- + ERR_SELF_SIGNED_CERT_GENERATION_FAILED uCEFConstants

Self-signed certificate generation failed.

- + ERR_SOCKET_IS_CONNECTED uCEFConstants

The socket is already connected.

- + ERR_SOCKET_NOT_CONNECTED uCEFConstants

The socket is not connected.

- + ERR_SOCKET_RECEIVE_BUFFER_SIZE_UNCHANGEABLE uCEFConstants

Failed to set the socket's receive buffer size as requested, despite success return code from setsockopt.

- + ERR_SOCKET_SEND_BUFFER_SIZE_UNCHANGEABLE uCEFConstants

Failed to set the socket's send buffer size as requested, despite success return code from setsockopt.

- + ERR_SOCKET_SET_RECEIVE_BUFFER_SIZE_ERROR uCEFConstants

Failed to set the socket's receive buffer size as requested.

- + ERR_SOCKET_SET_SEND_BUFFER_SIZE_ERROR uCEFConstants

Failed to set the socket's send buffer size as requested.

- + ERR_SOCKS_CONNECTION_FAILED uCEFConstants

Failed establishing a connection to the SOCKS proxy server for a target host.

- + ERR_SOCKS_CONNECTION_HOST_UNREACHABLE uCEFConstants

The SOCKS proxy server failed establishing connection to the target host because that host is unreachable.

- + ERR_SPDY_COMPRESSION_ERROR uCEFConstants

Decoding or encoding of compressed HTTP/2 headers failed.

- + ERR_SPDY_FLOW_CONTROL_ERROR uCEFConstants

The peer violated HTTP/2 flow control.

- + ERR_SPDY_FRAME_SIZE_ERROR uCEFConstants

The peer sent an improperly sized HTTP/2 frame.

- + ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY uCEFConstants

Transport security is inadequate for the HTTP/2 version.

- + ERR_SPDY_PING_FAILED uCEFConstants

HTTP/2 server didn't respond to the PING message.

- + ERR_SPDY_PROTOCOL_ERROR uCEFConstants

There is an HTTP/2 protocol error.

- + ERR_SPDY_RST_STREAM_NO_ERROR_RECEIVED uCEFConstants

Received HTTP/2 RST_STREAM frame with NO_ERROR error code. This error should be handled internally by HTTP/2 code, and should not make it above the SpdyStream layer.

- + ERR_SPDY_SERVER_REFUSED_STREAM uCEFConstants

HTTP/2 server refused the request without processing, and sent either a GOAWAY frame with error code NO_ERROR and Last-Stream-ID lower than the stream id corresponding to the request indicating that this request has not been processed yet, or a RST_STREAM frame with error code REFUSED_STREAM. Client MAY retry (on a different connection). See RFC7540 Section 8.1.4.

- + ERR_SPDY_STREAM_CLOSED uCEFConstants

Received an HTTP/2 frame on a closed stream.

- + ERR_SSL_BAD_RECORD_MAC_ALERT uCEFConstants

An SSL peer sent us a fatal bad_record_mac alert. This has been observed from servers with buggy DEFLATE support.

- + ERR_SSL_CLIENT_AUTH_CERT_BAD_FORMAT uCEFConstants

Failed to import a client certificate from the platform store into the SSL library.

- + ERR_SSL_CLIENT_AUTH_CERT_NEEDED uCEFConstants

The server requested a client certificate for SSL client authentication.

- + ERR_SSL_CLIENT_AUTH_CERT_NO_PRIVATE_KEY uCEFConstants

The SSL client certificate has no private key.

- + ERR_SSL_CLIENT_AUTH_NO_COMMON_ALGORITHMS uCEFConstants

There were no common signature algorithms between our client certificate private key and the server's preferences.

- + ERR_SSL_CLIENT_AUTH_PRIVATE_KEY_ACCESS_DENIED uCEFConstants

The permission to use the SSL client certificate's private key was denied.

- + ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED uCEFConstants

We were unable to sign the CertificateVerify data of an SSL client auth handshake with the client certificate's private key.

Possible causes for this include the user implicitly or explicitly denying access to the private key, the private key may not be valid for signing, the key may be relying on a cached handle which is no longer valid, or the CSP won't allow arbitrary data to be signed.

- + ERR_SSL_DECOMPRESSION_FAILURE_ALERT uCEFConstants

An SSL peer sent us a fatal decompression_failure alert. This typically occurs when a peer selects DEFLATE compression in the mistaken belief that it supports it.

- + ERR_SSL_DECRYPT_ERROR_ALERT uCEFConstants

An SSL peer sent us a fatal decrypt_error alert. This typically occurs when a peer could not correctly verify a signature (in CertificateVerify or ServerKeyExchange) or validate a Finished message.

- + ERR_SSL_KEY_USAGE_INCOMPATIBLE uCEFConstants

The server's certificate has a keyUsage extension incompatible with the negotiated TLS key exchange method.

- + ERR_SSL_NO_RENEGOTIATION uCEFConstants

The peer sent an SSL no_renegotiation alert message.

- + ERR_SSL_OBSOLETE_CIPHER uCEFConstants

The SSL server required an unsupported cipher suite that has since been removed. This error will temporarily be signaled on a fallback for one or two releases immediately following a cipher suite's removal, after which the fallback will be removed.

- + ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN uCEFConstants

The certificate didn't match the built-in public key pins for the host name. The pins are set in net/http/transport_security_state.cc and require that one of a set of public keys exist on the path from the leaf to the root.

- + ERR_SSL_PROTOCOL_ERROR uCEFConstants

An SSL protocol error occurred.

- + ERR_SSL_RENEGOTIATION_REQUESTED uCEFConstants

The server requested a renegotiation (rehandshake).

- + ERR_SSL_SERVER_CERT_BAD_FORMAT uCEFConstants

The SSL server presented a certificate which could not be decoded. This is not a certificate error code as no X509Certificate object is available. This error is fatal.

- + ERR_SSL_SERVER_CERT_CHANGED uCEFConstants

The SSL server certificate changed in a renegotiation.

- + ERR_SSL_UNRECOGNIZED_NAME_ALERT uCEFConstants

The SSL server sent us a fatal unrecognized_name alert.

- + ERR_SSL_VERSION_OR_CIPHER_MISMATCH uCEFConstants

The client and server don't support a common SSL protocol version or cipher suite.

- + ERR_TEMPORARILY_THROTTLED uCEFConstants

The request throttler module cancelled this request to avoid DDOS.

- + ERR_TIMED_OUT uCEFConstants

An operation timed out.

- + ERR_TLS13_DOWNGRADE_DETECTED uCEFConstants

TLS 1.3 was enabled, but a lower version was negotiated and the server returned a value indicating it supported TLS 1.3. This is part of a security check in TLS 1.3, but it may also indicate the user is behind a buggy TLS-terminating proxy which implemented TLS 1.2 incorrectly. (See https://crbug.com/boringssl/226.)

- + ERR_TOO_MANY_ACCEPT_CH_RESTARTS uCEFConstants

The ACCEPT_CH restart has been triggered too many times

- + ERR_TOO_MANY_REDIRECTS uCEFConstants

Attempting to load an URL resulted in too many redirects.

- + ERR_TOO_MANY_RETRIES uCEFConstants

An HTTP transaction was retried too many times due for authentication or invalid certificates. This may be due to a bug in the net stack that would otherwise infinite loop, or if the server or proxy continually requests fresh credentials or presents a fresh invalid certificate.

- + ERR_TRUST_TOKEN_OPERATION_FAILED uCEFConstants

A Trust Tokens protocol operation-executing request failed for one of a number of reasons (precondition failure, internal error, bad response).

- + ERR_TRUST_TOKEN_OPERATION_SUCCESS_WITHOUT_SENDING_REQUEST uCEFConstants

When handling a Trust Tokens protocol operation-executing request, the system was able to execute the request's Trust Tokens operation without sending the request to its destination: for instance, the results could have been present in a local cache (for redemption) or the operation could have been diverted to a local provider (for "platform-provided" issuance).

- + ERR_TUNNEL_CONNECTION_FAILED uCEFConstants

A tunnel connection through the proxy could not be established. For more info see the comment on PROXY_UNABLE_TO_CONNECT_TO_DESTINATION.

- + ERR_UNABLE_TO_REUSE_CONNECTION_FOR_PROXY_AUTH uCEFConstants

The attempt to reuse a connection to send proxy auth credentials failed before the AuthController was used to generate credentials. The caller should reuse the controller with a new connection. This error is only used internally by the network stack.

- + ERR_UNDOCUMENTED_SECURITY_LIBRARY_STATUS uCEFConstants

An undocumented SSPI or GSSAPI status code was returned.

- + ERR_UNEXPECTED uCEFConstants

An unexpected error. This may be caused by a programming mistake or an invalid assumption.

- + ERR_UNEXPECTED_CONTENT_DICTIONARY_HEADER uCEFConstants

The header of dictionary compressed stream does not match the expected value.

- + ERR_UNEXPECTED_PROXY_AUTH uCEFConstants

The response was 407 (Proxy Authentication Required), yet we did not send the request to a proxy.

- + ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS uCEFConstants

An unexpected, but documented, SSPI or GSSAPI status code was returned.

- + ERR_UNKNOWN_URL_SCHEME uCEFConstants

The scheme of the URL is unknown.

- + ERR_UNSAFE_PORT uCEFConstants

Attempting to load an URL with an unsafe port number. These are port numbers that correspond to services, which are not robust to spurious input that may be constructed as a result of an allowed web construct (e.g., HTTP looks a lot like SMTP, so form submission to port 25 is denied).

- + ERR_UNSAFE_REDIRECT uCEFConstants

Attempting to load an URL resulted in an unsafe redirect (e.g., a redirect to file:// is considered unsafe).

- + ERR_UNSUPPORTED_AUTH_SCHEME uCEFConstants

An HTTP Authentication scheme was tried which is not supported on this machine.

- + ERR_UPLOAD_FILE_CHANGED uCEFConstants

The file upload failed because the file's modification time was different from the expectation.

- + ERR_UPLOAD_STREAM_REWIND_NOT_SUPPORTED uCEFConstants

The upload failed because the upload stream needed to be re-read, due to a retry or a redirect, but the upload stream doesn't support that operation.

- + ERR_WINSOCK_UNEXPECTED_WRITTEN_BYTES uCEFConstants

Winsock sometimes reports more data written than passed. This is probably due to a broken LSP.

- + ERR_WRONG_VERSION_ON_EARLY_DATA uCEFConstants

TLS 1.3 early data was offered, but the server responded with TLS 1.2 or earlier. This is an internal error code to account for a backwards-compatibility issue with early data and TLS 1.2. It will be received before any data is returned from the socket. The request should be retried with early data disabled.

See https://tools.ietf.org/html/rfc8446#appendix-D.3 for details.

- + ERR_WS_PROTOCOL_ERROR uCEFConstants

Websocket protocol error. Indicates that we are terminating the connection due to a malformed frame or other protocol violation.

- + ERR_WS_THROTTLE_QUEUE_TOO_LARGE uCEFConstants

There are too many pending WebSocketJob instances, so the new job was not pushed to the queue.

- + ERR_WS_UPGRADE uCEFConstants

When a WebSocket handshake is done successfully and the connection has been upgraded, the URLRequest is cancelled with this error code.

- + ERR_ZSTD_WINDOW_SIZE_TOO_BIG uCEFConstants

Content decoding failed due to the zstd window size being too big (over 8MB).

- + EVENTFLAG_ALTGR_DOWN uCEFConstants

Supported event bit flag.

- + EVENTFLAG_ALT_DOWN uCEFConstants

Supported event bit flag.

- + EVENTFLAG_CAPS_LOCK_ON uCEFConstants

Supported event bit flag.

- + EVENTFLAG_COMMAND_DOWN uCEFConstants

Supported event bit flag. Mac OS-X command key.

- + EVENTFLAG_CONTROL_DOWN uCEFConstants

Supported event bit flag.

- + EVENTFLAG_IS_KEY_PAD uCEFConstants

Supported event bit flag.

- + EVENTFLAG_IS_LEFT uCEFConstants

Supported event bit flag.

- + EVENTFLAG_IS_REPEAT uCEFConstants

Supported event bit flag.

- + EVENTFLAG_IS_RIGHT uCEFConstants

Supported event bit flag.

- + EVENTFLAG_LEFT_MOUSE_BUTTON uCEFConstants

Supported event bit flag.

- + EVENTFLAG_MIDDLE_MOUSE_BUTTON uCEFConstants

Supported event bit flag.

- + EVENTFLAG_NONE uCEFConstants

Supported event bit flag.

- + EVENTFLAG_NUM_LOCK_ON uCEFConstants

Supported event bit flag.

- + EVENTFLAG_PRECISION_SCROLLING_DELTA uCEFConstants

Supported event bit flag.

- + EVENTFLAG_RIGHT_MOUSE_BUTTON uCEFConstants

Supported event bit flag.

- + EVENTFLAG_SCROLL_BY_PAGE uCEFConstants

Supported event bit flag.

- + EVENTFLAG_SHIFT_DOWN uCEFConstants

Supported event bit flag.

- + FileVersionInfoToString uCEFMiscFunctions

 

- + FILE_DIALOG_NUM_VALUES uCEFConstants

Number of TCefFileDialogMode values

- + FILE_DIALOG_OPEN uCEFConstants

Requires that the file exists before allowing the user to pick it.

- + FILE_DIALOG_OPEN_FOLDER uCEFConstants

Like Open, but selects a folder to open.

- + FILE_DIALOG_OPEN_MULTIPLE uCEFConstants

Like Open, but allows picking multiple files to open.

- + FILE_DIALOG_SAVE uCEFConstants

Allows picking a nonexistent file, and prompts to overwrite if the file already exists.

- + FixCefTime uCEFMiscFunctions

Returns a new TCefTime with a valid time in case the original has errors.

- + GetAbsoluteDirPath uCEFMiscFunctions

 

- + GetCefKeyboardModifiers uCEFMiscFunctions

 

- + GetCefMouseModifiers uCEFMiscFunctions

 

- + GetCefMouseModifiers uCEFMiscFunctions

 

- + GetCommandLineSwitchValue uCEFMiscFunctions

Returns a command line switch value if it exists.

- + GetDefaultCEFUserAgent uCEFMiscFunctions

@@ -5047,302 +5052,302 @@ example.test.increment();

- + GetDeviceScaleFactor uCEFMiscFunctions

 

- + GetDLLHeaderMachine uCEFMiscFunctions

 

- + GetDLLVersion uCEFMiscFunctions

 

- + GetDPIForHandle uCEFMiscFunctions

 

- + GetExtendedFileVersion uCEFMiscFunctions

 

- + GetFileTypeDescription uCEFMiscFunctions

 

- + GetGlobalMemoryStatusEx uCEFMiscFunctions

 

- + GetIsWow64Process2 uCEFMiscFunctions

 

- + GetModulePath uCEFMiscFunctions

Retrieves the fully qualified path for the current module.

- + GetRealWindowsVersion uCEFMiscFunctions

 

- + GetRegistryWindowsVersion uCEFMiscFunctions

 

- + GetScreenDPI uCEFMiscFunctions

 

- + GetTimeIntervalMilliseconds uCEFMiscFunctions

Returns the time interval between now and from_ in milliseconds. This funcion should only be used by TCEFTimerWorkScheduler.

- + GetWindowsMajorMinorVersion uCEFMiscFunctions

 

- + GlobalCEFApp uCEFApplication

 

- + GlobalCEFApp uCEFApplicationCore

 

- + GlobalCEFTimerWorkScheduler uCEFTimerWorkScheduler

 

- + GlobalCEFWorkScheduler uCEFWorkScheduler

 

- + GlobalFMXWorkScheduler uCEFFMXWorkScheduler

 

- + GOOGLE_DISCOVERY_DOCUMENT uCEFOAuth2Helper

 

- + GWLP_HWNDPARENT uCEFMiscFunctions

 

- + GWLP_WNDPROC uCEFMiscFunctions

 

- + IApplicationCoreEvents uCEFInterfaces

Custom interface used to handle all the TCefApplicationCore events.

- + ICefAccessibilityHandler uCEFInterfaces

Implement this interface to receive accessibility notification when accessibility events have been registered. The functions of this interface will be called on the UI thread.

- + ICefApp uCEFInterfaces

Implement this interface to provide handler implementations. Methods will be called by the process and/or thread indicated.

- + ICefAudioHandler uCEFInterfaces

Implement this interface to handle audio events.

- + ICefAuthCallback uCEFInterfaces

Callback interface used for asynchronous continuation of authentication requests.

- + ICefBaseRefCounted uCEFInterfaces

All ref-counted framework interfaces must inherit from this interface.

- + ICefBeforeDownloadCallback uCEFInterfaces

Callback interface used to asynchronously continue a download.

- + ICefBinaryValue uCEFInterfaces

Interface representing a binary value. Can be used on any process and thread.

- + ICefBoxLayout uCEFInterfaces

A Layout manager that arranges child views vertically or horizontally in a side-by-side fashion with spacing around and between the child views. The child views are always sized according to their preferred size. If the host's bounds provide insufficient space, child views will be clamped. Excess space will not be distributed. Methods must be called on the browser process UI thread unless otherwise indicated.

- + ICefBrowser uCEFInterfaces

Interface used to represent a browser. When used in the browser process the functions of this interface may be called on any thread unless otherwise indicated in the comments. When used in the render process the functions of this interface may only be called on the main thread.

- + ICefBrowserHost uCEFInterfaces

Interface used to represent the browser process aspects of a browser. The functions of this interface can only be called in the browser process. They may be called on any thread in that process unless otherwise indicated in the comments.

- + ICefBrowserProcessHandler uCEFInterfaces

Interface used to implement browser process callbacks. The functions of this interface will be called on the browser process main thread unless otherwise indicated.

- + ICefBrowserView uCEFInterfaces

A View hosting a ICefBrowser instance. Methods must be called on the browser process UI thread unless otherwise indicated.

- + ICefBrowserViewDelegate uCEFInterfaces

Implement this interface to handle BrowserView events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.

- + ICefBrowserViewDelegateEvents uCEFInterfaces

Custom interface used to handle all the ICefBrowserViewDelegate events.

- + ICefButton uCEFInterfaces

A View representing a button. Depending on the specific type, the button could be implemented by a native control or custom rendered. Methods must be called on the browser process UI thread unless otherwise indicated.

- + ICefButtonDelegate uCEFInterfaces

Implement this interface to handle Button events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.

- + ICefButtonDelegateEvents uCEFInterfaces

Custom interface used to handle all the ICefButtonDelegate events.

- + ICefCallback uCEFInterfaces

Generic callback interface used for asynchronous continuation.

- + ICefClient uCEFInterfaces

Implement this interface to provide handler implementations.

- + ICefCommandHandler uCEFInterfaces

Implement this interface to handle events related to commands. The functions of this interface will be called on the UI thread.

- + ICefCommandLine uCEFInterfaces

Interface used to create and/or parse command line arguments. Arguments with "–", "-" and, on Windows, "/" prefixes are considered switches. Switches will always precede any arguments without switch prefixes. Switches can optionally have a value specified using the "=" delimiter (e.g. "-switch=value"). An argument of "–" will terminate switch parsing with all subsequent tokens, regardless of prefix, being interpreted as non-switch arguments. Switch names should be lowercase ASCII and will be converted to such if necessary. Switch values will retain the original case and UTF8 encoding. This interface can be used before cef_initialize() is called.

- + ICefCompletionCallback uCEFInterfaces

Generic callback interface used for asynchronous completion.

- + ICefComponent uCEFInterfaces

Structure representing a snapshot of a component's state at the time of retrieval. To get updated information, retrieve a new cef_component_t object via ICefComponentUpdater.GetComponentById or GetComponents. The functions of this structure may be called on any thread.

- + ICefComponentUpdateCallback uCEFInterfaces

Callback structure for component update results.

- + ICefComponentUpdater uCEFInterfaces

This structure provides access to Chromium's component updater service, allowing clients to discover registered components and trigger on-demand updates. The functions of this structure may only be called on the browser process UI thread. If the CEF context is not initialized or the component updater service is not available, functions will return safe defaults (0, nullptr, or NULL).

- + ICefContextMenuHandler uCEFInterfaces

Implement this interface to handle context menu events. The functions of this interface will be called on the UI thread.

- + ICefContextMenuParams uCEFInterfaces

Provides information about the context menu state. The functions of this interface can only be accessed on browser process the UI thread.

- + ICefCookieAccessFilter uCEFInterfaces

Implement this interface to filter cookies that may be sent or received from resource requests. The functions of this interface will be called on the IO thread unless otherwise indicated.

- + ICefCookieManager uCEFInterfaces

Interface used for managing cookies. The functions of this interface may be called on any thread unless otherwise indicated.

- + ICefCookieVisitor uCEFInterfaces

Interface to implement for visiting cookie values. The functions of this interface will always be called on the UI thread.

- + ICefCustomStreamReader uCEFInterfaces

Interface used to read data from a stream. The functions of this interface may be called on any thread.

- + ICefCustomUserData uCEFInterfaces

 

- + ICefDeleteCookiesCallback uCEFInterfaces

Interface to implement to be notified of asynchronous completion via ICefCookieManager.DeleteCookies.

- + ICefDevToolsMessageObserver uCEFInterfaces

Callback interface for ICefBrowserHost.AddDevToolsMessageObserver. The functions of this interface will be called on the browser process UI thread.

- + ICefDialogHandler uCEFInterfaces

Implement this interface to handle dialog events. The functions of this interface will be called on the browser process UI thread.

- + ICefDictionaryValue uCEFInterfaces

Interface representing a dictionary value. Can be used on any process and thread.

- + ICefDisplay uCEFInterfaces

@@ -5353,87 +5358,87 @@ example.test.increment();

- + ICefDisplayHandler uCEFInterfaces

Implement this interface to handle events related to browser display state. The functions of this interface will be called on the UI thread.

- + ICefDomDocument uCEFInterfaces

Interface used to represent a DOM document. The functions of this interface should only be called on the render process main thread thread.

- + ICefDomNode uCEFInterfaces

Interface used to represent a DOM node. The functions of this interface should only be called on the render process main thread.

- + ICefDomVisitor uCEFInterfaces

Interface to implement for visiting the DOM. The functions of this interface will be called on the render process main thread.

- + ICefDownloadHandler uCEFInterfaces

Interface used to handle file downloads. The functions of this interface will called on the browser process UI thread.

- + ICefDownloadImageCallback uCEFInterfaces

Callback interface for ICefBrowserHost.DownloadImage. The functions of this interface will be called on the browser process UI thread.

- + ICefDownloadItem uCEFInterfaces

Interface used to represent a download item.

- + ICefDownloadItemCallback uCEFInterfaces

Callback interface used to asynchronously cancel a download.

- + ICefDragData uCEFInterfaces

Interface used to represent drag data. The functions of this interface may be called on any thread.

- + ICefDragHandler uCEFInterfaces

Implement this interface to handle events related to dragging. The functions of this interface will be called on the UI thread.

- + ICefEndTracingCallback uCEFInterfaces

Implement this interface to receive notification when tracing has completed. The functions of this interface will be called on the browser process UI thread.

- + ICefFileDialogCallback uCEFInterfaces

Callback interface for asynchronous continuation of file dialog requests.

- + ICefFillLayout uCEFInterfaces

A simple Layout that causes the associated Panel's one child to be sized to match the bounds of its parent. Methods must be called on the browser process UI thread unless otherwise indicated.

- + ICefFindHandler uCEFInterfaces

Implement this interface to handle events related to find results. The functions of this interface will be called on the UI thread.

- + ICefFocusHandler uCEFInterfaces

Implement this interface to handle events related to focus. The functions of this interface will be called on the UI thread.

- + ICefFrame uCEFInterfaces

Interface used to represent a frame in the browser window. When used in the browser process the functions of this interface may be called on any thread unless otherwise indicated in the comments. When used in the render process the functions of this interface may only be called on the main thread.

- + ICefFrameHandler uCEFInterfaces

@@ -5513,464 +5518,464 @@ example.test.increment();

- + ICefImage uCEFInterfaces

Container for a single image represented at different scale factors. All image representations should be the same size in density independent pixel (DIP) units. For example, if the image at scale factor 1.0 is 100x100 pixels then the image at scale factor 2.0 should be 200x200 pixels – both images will display with a DIP size of 100x100 units. The functions of this interface can be called on any browser process thread.

- + ICefJsDialogCallback uCEFInterfaces

Callback interface used for asynchronous continuation of JavaScript dialog requests.

- + ICefJsDialogHandler uCEFInterfaces

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

- + ICefKeyboardHandler uCEFInterfaces

Implement this interface to handle events related to keyboard input. The functions of this interface will be called on the UI thread.

- + ICefLabelButton uCEFInterfaces

LabelButton is a button with optional text and/or icon. Methods must be called on the browser process UI thread unless otherwise indicated.

- + ICefLayout uCEFInterfaces

A Layout handles the sizing of the children of a Panel according to implementation-specific heuristics. Methods must be called on the browser process UI thread unless otherwise indicated.

- + ICefLifeSpanHandler uCEFInterfaces

Implement this interface to handle events related to browser life span. The functions of this interface will be called on the UI thread unless otherwise indicated.

- + ICefListValue uCEFInterfaces

Interface representing a list value. Can be used on any process and thread.

- + ICefLoadHandler uCEFInterfaces

Implement this interface to handle events related to browser load status. The functions of this interface will be called on the browser process UI thread or render process main thread (TID_RENDERER).

- + ICefMediaAccessCallback uCEFInterfaces

Callback interface used for asynchronous continuation of media access permission requests.

- + ICefMediaObserver uCEFInterfaces

Implemented by the client to observe MediaRouter events and registered via ICefMediaRouter.AddObserver. The functions of this interface will be called on the browser process UI thread.

- + ICefMediaRoute uCEFInterfaces

Represents the route between a media source and sink. Instances of this object are created via ICefMediaRouter.CreateRoute and retrieved via ICefMediaObserver.OnRoutes. Contains the status and metadata of a routing operation. The functions of this interface may be called on any browser process thread unless otherwise indicated.

- + ICefMediaRouteCreateCallback uCEFInterfaces

Callback interface for ICefMediaRouter.CreateRoute. The functions of this interface will be called on the browser process UI thread.

- + ICefMediaRouter uCEFInterfaces

Supports discovery of and communication with media devices on the local network via the Cast and DIAL protocols. The functions of this interface may be called on any browser process thread unless otherwise indicated.

- + ICefMediaSink uCEFInterfaces

Represents a sink to which media can be routed. Instances of this object are retrieved via ICefMediaObserver.OnSinks. The functions of this interface may be called on any browser process thread unless otherwise indicated.

- + ICefMediaSinkDeviceInfoCallback uCEFInterfaces

Callback interface for ICefMediaSink.GetDeviceInfo. The functions of this interface will be called on the browser process UI thread.

- + ICefMediaSource uCEFInterfaces

Represents a source from which media can be routed. Instances of this object are retrieved via ICefMediaRouter.GetSource. The functions of this interface may be called on any browser process thread unless otherwise indicated.

- + ICefMenuButton uCEFInterfaces

MenuButton is a button with optional text, icon and/or menu marker that shows a menu when clicked with the left mouse button. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.

- + ICefMenuButtonDelegate uCEFInterfaces

Implement this interface to handle MenuButton events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.

- + ICefMenuButtonDelegateEvents uCEFInterfaces

Custom interface used to handle all the ICefMenuButtonDelegate events.

- + ICefMenuButtonPressedLock uCEFInterfaces

MenuButton pressed lock is released when this object is destroyed.

- + ICefMenuModel uCEFInterfaces

Supports creation and modification of menus. See TCefMenuId for the command ids that have default implementations. All user-defined command ids should be between MENU_ID_USER_FIRST and MENU_ID_USER_LAST. The functions of this interface can only be accessed on the browser process the UI thread.

- + ICefMenuModelDelegate uCEFInterfaces

Implement this interface to handle menu model events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.

- + ICefNavigationEntry uCEFInterfaces

Interface used to represent an entry in navigation history.

- + ICefNavigationEntryVisitor uCEFInterfaces

Callback interface for ICefBrowserHost.GetNavigationEntries. The functions of this interface will be called on the browser process UI thread.

- + ICefOverlayController uCEFInterfaces

Controller for an overlay that contains a contents View added via ICefWindow.AddOverlayView. Methods exposed by this controller should be called in preference to functions of the same name exposed by the contents View unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.

- + ICefPanel uCEFInterfaces

A Panel is a container in the views hierarchy that can contain other Views as children. Methods must be called on the browser process UI thread unless otherwise indicated.

- + ICefPanelDelegate uCEFInterfaces

Implement this interface to handle Panel events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.

- + ICefPanelDelegateEvents uCEFInterfaces

Custom interface used to handle all the ICefPanelDelegate events.

- + ICefPdfPrintCallback uCEFInterfaces

Callback interface for ICefBrowserHost.PrintToPDF. The functions of this interface will be called on the browser process UI thread.

- + ICefPermissionHandler uCEFInterfaces

Implement this interface to handle events related to permission requests. The functions of this interface will be called on the browser process UI thread.

- + ICefPermissionPromptCallback uCEFInterfaces

Callback interface used for asynchronous continuation of permission prompts.

- + ICefPostData uCEFInterfaces

Interface used to represent post data for a web request. The functions of this interface may be called on any thread.

- + ICefPostDataElement uCEFInterfaces

Interface used to represent a single element in the request post data. The functions of this interface may be called on any thread.

- + ICefPreferenceManager uCEFInterfaces

Manage access to preferences. Many built-in preferences are registered by Chromium. Custom preferences can be registered in ICefBrowserProcessHandler.OnRegisterCustomPreferences.

- + ICefPreferenceObserver uCEFInterfaces

Implemented by the client to observe preference changes and registered via ICefPreferenceManager.AddPreferenceObserver. The functions of this structure will be called on the browser process UI thread.

- + ICefPrintDialogCallback uCEFInterfaces

Callback interface for asynchronous continuation of print dialog requests.

- + ICefPrintHandler uCEFInterfaces

Implement this interface to handle printing on Linux. Each browser will have only one print job in progress at a time. The functions of this interface will be called on the browser process UI thread.

- + ICefPrintJobCallback uCEFInterfaces

Callback interface for asynchronous continuation of print job requests.

- + ICefPrintSettings uCEFInterfaces

Interface representing print settings.

- + ICefProcessMessage uCEFInterfaces

Interface representing a message. Can be used on any process and thread.

- + ICefReadHandler uCEFInterfaces

Structure the client can implement to provide a custom stream reader. The functions of this structure may be called on any thread.

- + ICefRegistration uCEFInterfaces

Generic callback interface used for managing the lifespan of a registration.

- + ICefRenderHandler uCEFInterfaces

Implement this interface to handle events when window rendering is disabled. The functions of this interface will be called on the UI thread.

- + ICefRenderProcessHandler uCEFInterfaces

Interface used to implement render process callbacks. The functions of this interface will be called on the render process main thread (TID_RENDERER) unless otherwise indicated.

- + ICefRequest uCEFInterfaces

Interface used to represent a web request. The functions of this interface may be called on any thread.

- + ICefRequestContext uCEFInterfaces

A request context provides request handling for a set of related browser or URL request objects. A request context can be specified when creating a new browser via the ICefBrowserHost static factory functions or when creating a new URL request via the ICefUrlRequest static factory functions. Browser objects with different request contexts will never be hosted in the same render process. Browser objects with the same request context may or may not be hosted in the same render process depending on the process model. Browser objects created indirectly via the JavaScript window.open function or targeted links will share the same render process and the same request context as the source browser. When running in single-process mode there is only a single render process (the main process) and so all browsers created in single-process mode will share the same request context. This will be the first request context passed into a ICefBrowserHost static factory function and all other request context objects will be ignored.

- + ICefRequestContextHandler uCEFInterfaces

Implement this interface to provide handler implementations. The handler instance will not be released until all objects related to the context have been destroyed.

- + ICefRequestHandler uCEFInterfaces

Implement this interface to handle events related to browser requests. The functions of this interface will be called on the thread indicated.

- + ICefResolveCallback uCEFInterfaces

Callback interface for ICefRequestContext.ResolveHost.

- + ICefResourceBundle uCEFInterfaces

Interface used for retrieving resources from the resource bundle (*.pak) files loaded by CEF during startup or via the ICefResourceBundleHandler returned from ICefApp.GetResourceBundleHandler. See TCefSettings for additional options related to resource bundle loading. The functions of this interface may be called on any thread unless otherwise indicated.

- + ICefResourceBundleHandler uCEFInterfaces

Interface used to implement a custom resource bundle interface. See TCefSettings for additional options related to resource bundle loading. The functions of this interface may be called on multiple threads.

- + ICefResourceHandler uCEFInterfaces

Interface used to implement a custom request handler interface. The functions of this interface will be called on the IO thread unless otherwise indicated.

- + ICefResourceReadCallback uCEFInterfaces

Callback for asynchronous continuation of ICefResourceHandler.read.

- + ICefResourceRequestHandler uCEFInterfaces

Implement this interface to handle events related to browser requests. The functions of this interface will be called on the IO thread unless otherwise indicated.

- + ICefResourceSkipCallback uCEFInterfaces

Callback for asynchronous continuation of ICefResourceHandler.skip.

- + ICefResponse uCEFInterfaces

Interface used to represent a web response. The functions of this interface may be called on any thread.

- + ICefResponseFilter uCEFInterfaces

Implement this interface to filter resource response content. The functions of this interface will be called on the browser process IO thread.

- + ICefRunContextMenuCallback uCEFInterfaces

Callback interface used for continuation of custom context menu display.

- + ICefRunFileDialogCallback uCEFInterfaces

Callback interface for ICefBrowserHost.RunFileDialog. The functions of this interface will be called on the browser process UI thread.

- + ICefRunQuickMenuCallback uCEFInterfaces

Callback interface used for continuation of custom quick menu display.

- + ICefSchemeHandlerFactory uCEFInterfaces

Interface that creates ICefResourceHandler instances for handling scheme requests. The functions of this interface will always be called on the IO thread.

- + ICefScrollView uCEFInterfaces

A ScrollView will show horizontal and/or vertical scrollbars when necessary based on the size of the attached content view. Methods must be called on the browser process UI thread unless otherwise indicated.

- + ICefSelectClientCertificateCallback uCEFInterfaces

Callback interface used to select a client certificate for authentication.

- + ICefServer uCEFInterfaces

Interface representing a server that supports HTTP and WebSocket requests. Server capacity is limited and is intended to handle only a small number of simultaneous connections (e.g. for communicating between applications on localhost). The functions of this interface are safe to call from any thread in the brower process unless otherwise indicated.

- + ICefServerHandler uCEFInterfaces

Implement this interface to handle HTTP server requests. A new thread will be created for each ICefServer.CreateServer call (the "dedicated server thread"), and the functions of this interface will be called on that thread. It is therefore recommended to use a different ICefServerHandler instance for each ICefServer.CreateServer call to avoid thread safety issues in the ICefServerHandler implementation.

- + ICefSetCookieCallback uCEFInterfaces

Interface to implement to be notified of asynchronous completion via ICefCookieManager.SetCookie.

- + ICefSettingObserver uCEFInterfaces

Implemented by the client to observe content and website setting changes and registered via ICefRequestContext.AddSettingObserver. The functions of this structure will be called on the browser process UI thread.

- + ICefSharedMemoryRegion uCEFInterfaces

Interface that wraps platform-dependent share memory region mapping.

- + ICefSharedProcessMessageBuilder uCEFInterfaces

Interface that builds a ICefProcessMessage containing a shared memory region. This interface is not thread-safe but may be used exclusively on a different thread from the one which constructed it.

- + ICefSslInfo uCEFInterfaces

Interface representing SSL information.

- + ICefSSLStatus uCEFInterfaces

Interface representing the SSL information for a navigation entry.

- + ICefStreamReader uCEFInterfaces

Interface used to read data from a stream. The functions of this interface may be called on any thread.

- + ICefStreamWriter uCEFInterfaces

Interface used to write data to a stream. The functions of this interface may be called on any thread.

- + ICefStringList uCEFInterfaces

Custom interface used to handle all the CEF functions related to CefStringList.

- + ICefStringMap uCEFInterfaces

Custom interface used to handle all the CEF functions related to CefStringMap.

- + ICefStringMultimap uCEFInterfaces

Custom interface used to handle all the CEF functions related to CefStringMultimap.

- + ICefStringVisitor uCEFInterfaces

Implement this interface to receive string values asynchronously.

- + ICefTask uCEFInterfaces

Implement this interface for asynchronous task execution. If the task is posted successfully and if the associated message loop is still running then the execute() function will be called on the target thread. If the task fails to post then the task object may be destroyed on the source thread instead of the target thread. For this reason be cautious when performing work in the task object destructor.

- + ICefTaskManager uCEFInterfaces

Interface that facilitates managing the browser-related tasks. The functions of this structure may only be called on the UI thread.

- + ICefTaskRunner uCEFInterfaces

Interface that asynchronously executes tasks on the associated thread. It is safe to call the functions of this interface on any thread.

CEF maintains multiple internal threads that are used for handling different types of tasks in different processes. The TCefThreadId definitions in cef_types.h list the common CEF threads. Task runners are also available for other CEF threads as appropriate (for example, V8 WebWorker threads).

- + ICefTextfield uCEFInterfaces

A Textfield supports editing of text. This control is custom rendered with no platform-specific code. Methods must be called on the browser process UI thread unless otherwise indicated.

- + ICefTextfieldDelegate uCEFInterfaces

Implement this interface to handle Textfield events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.

- + ICefTextfieldDelegateEvents uCEFInterfaces

Custom interface used to handle all the ICefTextfieldDelegate events.

- + ICefThread uCEFInterfaces

A simple thread abstraction that establishes a message loop on a new thread. The consumer uses ICefTaskRunner to execute code on the thread's message loop. The thread is terminated when the ICefThread object is destroyed or stop() is called. All pending tasks queued on the thread's message loop will run to completion before the thread is terminated. cef_thread_create() can be called on any valid CEF thread in either the browser or render process. This interface should only be used for tasks that require a dedicated thread. In most cases you can post tasks to an existing CEF thread instead of creating a new one; see cef_task.h for details.

- + ICefUnresponsiveProcessCallback uCEFInterfaces

Callback structure for asynchronous handling of an unresponsive process.

- + ICefUrlRequest uCEFInterfaces

Interface used to make a URL request. URL requests are not associated with a browser instance so no ICefClient callbacks will be executed. URL requests can be created on any valid CEF thread in either the browser or render process. Once created the functions of the URL request object must be accessed on the same thread that created it.

- + ICefUrlrequestClient uCEFInterfaces

Interface that should be implemented by the ICefUrlRequest client. The functions of this interface will be called on the same thread that created the request unless otherwise documented.

- + ICEFUrlRequestClientEvents uCEFInterfaces

Custom interface used to handle all the TCEFUrlRequestClientComponent events.

- + ICefV8Accessor uCEFInterfaces

Interface that should be implemented to handle V8 accessor calls. Accessor identifiers are registered by calling ICefV8value.SetValue(). The functions of this interface will be called on the thread associated with the V8 accessor.

- + ICefv8ArrayBufferReleaseCallback uCEFInterfaces

Callback interface that is passed to ICefV8value.CreateArrayBuffer.

- + ICefv8BackingStore uCEFInterfaces

@@ -5981,4122 +5986,4122 @@ example.test.increment();

- + ICefv8Context uCEFInterfaces

Interface representing a V8 context handle. V8 handles can only be accessed from the thread on which they are created. Valid threads for creating a V8 handle include the render process main thread (TID_RENDERER) and WebWorker threads. A task runner for posting tasks on the associated thread can be retrieved via the ICefV8context.GetTaskRunner() function.

- + ICefV8Exception uCEFInterfaces

Interface representing a V8 exception. The functions of this interface may be called on any render process thread.

- + ICefv8Handler uCEFInterfaces

Interface that should be implemented to handle V8 function calls. The functions of this interface will be called on the thread associated with the V8 function.

- + ICefV8Interceptor uCEFInterfaces

Interface that should be implemented to handle V8 interceptor calls. The functions of this interface will be called on the thread associated with the V8 interceptor. Interceptor's named property handlers (with first argument of type CefString) are called when object is indexed by string. Indexed property handlers (with first argument of type int) are called when object is indexed by integer.

- + ICefV8StackFrame uCEFInterfaces

Interface representing a V8 stack frame handle. V8 handles can only be accessed from the thread on which they are created. Valid threads for creating a V8 handle include the render process main thread (TID_RENDERER) and WebWorker threads. A task runner for posting tasks on the associated thread can be retrieved via the ICefv8context.GetTaskRunner() function.

- + ICefV8StackTrace uCEFInterfaces

Interface representing a V8 stack trace handle. V8 handles can only be accessed from the thread on which they are created. Valid threads for creating a V8 handle include the render process main thread (TID_RENDERER) and WebWorker threads. A task runner for posting tasks on the associated thread can be retrieved via the ICefv8context.GetTaskRunner() function.

- + ICefv8Value uCEFInterfaces

Interface representing a V8 value handle. V8 handles can only be accessed from the thread on which they are created. Valid threads for creating a V8 handle include the render process main thread (TID_RENDERER) and WebWorker threads. A task runner for posting tasks on the associated thread can be retrieved via the ICefv8context.GetTaskRunner() function.

- + ICefValue uCEFInterfaces

Interface that wraps other data value types. Complex types (binary, dictionary and list) will be referenced but not owned by this object. Can be used on any process and thread.

- + ICefView uCEFInterfaces

A View is a rectangle within the views View hierarchy. It is the base interface for all Views. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.

- + ICefViewDelegate uCEFInterfaces

Implement this interface to handle view events. All size and position values are in density independent pixels (DIP) unless otherwise indicated. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.

- + ICefViewDelegateEvents uCEFInterfaces

Custom interface used to handle the ICefViewDelegate events.

- + ICefWaitableEvent uCEFInterfaces

WaitableEvent is a thread synchronization tool that allows one thread to wait for another thread to finish some work. This is equivalent to using a Lock+ConditionVariable to protect a simple boolean value. However, using WaitableEvent in conjunction with a Lock to wait for a more complex state change (e.g., for an item to be added to a queue) is not recommended. In that case consider using a ConditionVariable instead of a WaitableEvent. It is safe to create and/or signal a WaitableEvent from any thread. Blocking on a WaitableEvent by calling the *wait() functions is not allowed on the browser process UI or IO threads.

- + ICefWindow uCEFInterfaces

A Window is a top-level Window/widget in the Views hierarchy. By default it will have a non-client area with title bar, icon and buttons that supports moving and resizing. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.

- + ICefWindowDelegate uCEFInterfaces

Implement this interface to handle window events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.

- + ICefWindowDelegateEvents uCEFInterfaces

Custom interface used to handle all the ICefWindowDelegate events.

- + ICefWriteHandler uCEFInterfaces

Interface the client can implement to provide a custom stream writer. The functions of this interface may be called on any thread.

- + ICefX509Certificate uCEFInterfaces

Interface representing a X.509 certificate.

- + ICefX509CertPrincipal uCEFInterfaces

Interface representing the issuer or subject field of an X.509 certificate.

- + ICefXmlReader uCEFInterfaces

Interface that supports the reading of XML data via the libxml streaming API. The functions of this interface should only be called on the thread that creates the object.

- + ICefZipReader uCEFInterfaces

Interface that supports the reading of zip archives via the zlib unzip API. The functions of this interface should only be called on the thread that creates the object.

- + IChromiumEvents uCEFInterfaces

Custom interface used to handle all the TChromiumCore events.

- + IDC_ABOUT uCEFConstants

 

- + IDC_ADD_NEW_PROFILE uCEFConstants

 

- + IDC_ADD_NEW_TAB_RECENT_GROUP uCEFConstants

 

- + IDC_ADD_NEW_TAB_TO_GROUP uCEFConstants

 

- + IDC_ADD_TO_COMPARISON_TABLE_MENU uCEFConstants

 

- + IDC_ALL_WINDOWS_FRONT uCEFConstants

 

- + IDC_ALWAYS_ON_TOP uCEFConstants

 

- + IDC_AUTOFILL_MANDATORY_REAUTH uCEFConstants

 

- + IDC_BACK uCEFConstants

 

- + IDC_BASIC_PRINT uCEFConstants

 

- + IDC_BOOKMARKS_MENU uCEFConstants

 

- + IDC_BOOKMARK_ALL_TABS uCEFConstants

 

- + IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK uCEFConstants

 

- + IDC_BOOKMARK_BAR_ADD_TO_BOOKMARKS_BAR uCEFConstants

 

- + IDC_BOOKMARK_BAR_ALWAYS_SHOW uCEFConstants

 

- + IDC_BOOKMARK_BAR_EDIT uCEFConstants

 

- + IDC_BOOKMARK_BAR_MOVE uCEFConstants

 

- + IDC_BOOKMARK_BAR_NEW_FOLDER uCEFConstants

 

- + IDC_BOOKMARK_BAR_OPEN_ALL uCEFConstants

 

- + IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO uCEFConstants

 

- + IDC_BOOKMARK_BAR_OPEN_ALL_NEW_TAB_GROUP uCEFConstants

 

- + IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW uCEFConstants

 

- + IDC_BOOKMARK_BAR_OPEN_INCOGNITO uCEFConstants

 

- + IDC_BOOKMARK_BAR_OPEN_SPLIT_VIEW uCEFConstants

 

- + IDC_BOOKMARK_BAR_REDO uCEFConstants

 

- + IDC_BOOKMARK_BAR_REMOVE uCEFConstants

 

- + IDC_BOOKMARK_BAR_REMOVE_FROM_BOOKMARKS_BAR uCEFConstants

 

- + IDC_BOOKMARK_BAR_RENAME_FOLDER uCEFConstants

 

- + IDC_BOOKMARK_BAR_SHOW_APPS_SHORTCUT uCEFConstants

 

- + IDC_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS uCEFConstants

 

- + IDC_BOOKMARK_BAR_SHOW_READING_LIST uCEFConstants

 

- + IDC_BOOKMARK_BAR_TOGGLE_SHOW_TAB_GROUPS uCEFConstants

 

- + IDC_BOOKMARK_BAR_TRACK_PRICE_FOR_SHOPPING_BOOKMARK uCEFConstants

 

- + IDC_BOOKMARK_BAR_UNDO uCEFConstants

 

- + IDC_BOOKMARK_BAR_UNTRACK_PRICE_FOR_SHOPPING_BOOKMARK uCEFConstants

 

- + IDC_BOOKMARK_MANAGER uCEFConstants

 

- + IDC_BOOKMARK_THIS_TAB uCEFConstants

 

- + IDC_CARET_BROWSING_TOGGLE uCEFConstants

 

- + IDC_CHECK_SPELLING_WHILE_TYPING uCEFConstants

 

- + IDC_CHROME_MENU uCEFConstants

 

- + IDC_CHROME_TIPS uCEFConstants

 

- + IDC_CHROME_WHATS_NEW uCEFConstants

 

- + IDC_CLEAR_BROWSING_DATA uCEFConstants

 

- + IDC_CLOSE_FIND_OR_STOP uCEFConstants

 

- + IDC_CLOSE_PROFILE uCEFConstants

 

- + IDC_CLOSE_SIGN_IN_PROMO uCEFConstants

 

- + IDC_CLOSE_TAB uCEFConstants

 

- + IDC_CLOSE_TAB_GROUP uCEFConstants

 

- + IDC_CLOSE_WINDOW uCEFConstants

 

- + IDC_COMPARE_MENU uCEFConstants

 

- + IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE_ONCE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_ADD_A_NOTE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_ARCHIVE_GLIC uCEFConstants

 

- + IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_IMPORT_PASSWORDS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SELECT_PASSWORD uCEFConstants

 

- + IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SUGGEST_PASSWORD uCEFConstants

 

- + IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_USE_PASSKEY_FROM_ANOTHER_DEVICE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PLUS_ADDRESS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_AUTOFILL_FEEDBACK uCEFConstants

 

- + IDC_CONTENT_CONTEXT_CLOSE_GLIC uCEFConstants

 

- + IDC_CONTENT_CONTEXT_CONTROLS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPY uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYAVLOCATION uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYEMAILADDRESS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYIMAGE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYIMAGELOCATION uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYLINKLOCATION uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYLINKTEXT uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYLINKTOTEXT uCEFConstants

 

- + IDC_CONTENT_CONTEXT_COPYVIDEOFRAME uCEFConstants

 

- + IDC_CONTENT_CONTEXT_CUSTOM_FIRST uCEFConstants

 

- + IDC_CONTENT_CONTEXT_CUSTOM_LAST uCEFConstants

 

- + IDC_CONTENT_CONTEXT_CUT uCEFConstants

 

- + IDC_CONTENT_CONTEXT_DELETE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_EMOJI uCEFConstants

 

- + IDC_CONTENT_CONTEXT_EXIT_FULLSCREEN uCEFConstants

 

- + IDC_CONTENT_CONTEXT_GENERATEPASSWORD uCEFConstants

 

- + IDC_CONTENT_CONTEXT_GENERATE_QR_CODE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_GLICSHAREIMAGE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_GOTOURL uCEFConstants

 

- + IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_INSPECTELEMENT uCEFConstants

 

- + IDC_CONTENT_CONTEXT_INSPECTELEMENT_WITH_DEVTOOLS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_INSPECTELEMENT_WITH_GEMINI uCEFConstants

 

- + IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_LENS_OVERLAY uCEFConstants

 

- + IDC_CONTENT_CONTEXT_LENS_REGION_SEARCH uCEFConstants

 

- + IDC_CONTENT_CONTEXT_LOAD_IMAGE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_LOOK_UP uCEFConstants

 

- + IDC_CONTENT_CONTEXT_LOOP uCEFConstants

 

- + IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENAVNEWTAB uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENIMAGENEWTAB uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKBOOKMARKAPP uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKINPROFILE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKNEWTAB uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKNEWWINDOW uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKOFFTHERECORD uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKPREVIEW uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKSPLITVIEW uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPENLINKWITH uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_IN_READING_MODE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_ORIGINAL_IMAGE_NEW_TAB uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH1 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH10 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH11 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH12 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH13 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH14 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH2 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH3 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH4 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH5 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH6 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH7 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH8 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_OPEN_WITH9 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_PARTIAL_TRANSLATE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_PASTE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_PASTE_AND_MATCH_STYLE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_PICTUREINPICTURE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST uCEFConstants

 

- + IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST uCEFConstants

 

- + IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_ANSWER uCEFConstants

 

- + IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_QUERY uCEFConstants

 

- + IDC_CONTENT_CONTEXT_REDO uCEFConstants

 

- + IDC_CONTENT_CONTEXT_RELOADFRAME uCEFConstants

 

- + IDC_CONTENT_CONTEXT_RELOAD_GLIC uCEFConstants

 

- + IDC_CONTENT_CONTEXT_RELOAD_PACKAGED_APP uCEFConstants

 

- + IDC_CONTENT_CONTEXT_REMOVELINKTOTEXT uCEFConstants

 

- + IDC_CONTENT_CONTEXT_RESHARELINKTOTEXT uCEFConstants

 

- + IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP uCEFConstants

 

- + IDC_CONTENT_CONTEXT_ROTATECCW uCEFConstants

 

- + IDC_CONTENT_CONTEXT_ROTATECW uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SAVEAVAS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SAVEIMAGEAS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SAVELINKAS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SAVEPLUGINAS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SAVEVIDEOFRAMEAS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SEARCHLENSFORIMAGE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SEARCHLENSFORVIDEOFRAME uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SEARCHWEBFOR uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SEARCHWEBFORIMAGE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SEARCHWEBFORNEWTAB uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SEARCHWEBFORVIDEOFRAME uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SELECTALL uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_MULTIPLE_DEVICES uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_MULTIPLE_DEVICES uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_SINGLE_DEVICE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SHARING_SUBMENU uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SHOWALLSAVEDPASSWORDS uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION uCEFConstants

 

- + IDC_CONTENT_CONTEXT_SPELLING_TOGGLE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION1 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION2 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION3 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION4 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION5 uCEFConstants

 

- + IDC_CONTENT_CONTEXT_TRANSLATE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_UNDO uCEFConstants

 

- + IDC_CONTENT_CONTEXT_USE_PASSKEY_FROM_ANOTHER_DEVICE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_VIEWFRAMEINFO uCEFConstants

 

- + IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE uCEFConstants

 

- + IDC_CONTENT_CONTEXT_VIEWPAGEINFO uCEFConstants

 

- + IDC_CONTENT_CONTEXT_WEB_REGION_SEARCH uCEFConstants

 

- + IDC_CONTENT_PASTE_FROM_CLIPBOARD uCEFConstants

 

- + IDC_CONTEXT_COMPOSE uCEFConstants

 

- + IDC_COPY uCEFConstants

 

- + IDC_COPY_URL uCEFConstants

 

- + IDC_CREATE_NEW_COMPARISON_TABLE_WITH_TAB uCEFConstants

 

- + IDC_CREATE_NEW_TAB_GROUP uCEFConstants

 

- + IDC_CREATE_NEW_TAB_GROUP_TOP_LEVEL uCEFConstants

 

- + IDC_CREATE_SHORTCUT uCEFConstants

 

- + IDC_CUSTOMIZE_CHROME uCEFConstants

 

- + IDC_CUSTOMIZE_TOUCH_BAR uCEFConstants

 

- + IDC_CUT uCEFConstants

 

- + IDC_DEBUG_PRINT_VIEW_TREE uCEFConstants

 

- + IDC_DEBUG_PRINT_VIEW_TREE_DETAILS uCEFConstants

 

- + IDC_DEBUG_TOGGLE_TABLET_MODE uCEFConstants

 

- + IDC_DECLUTTER_TABS uCEFConstants

 

- + IDC_DEVELOPER_MENU uCEFConstants

 

- + IDC_DEVICE_SYSTEM_TRAY_ICON_FIRST uCEFConstants

 

- + IDC_DEVICE_SYSTEM_TRAY_ICON_LAST uCEFConstants

 

- + IDC_DEV_TOOLS uCEFConstants

 

- + IDC_DEV_TOOLS_CONSOLE uCEFConstants

 

- + IDC_DEV_TOOLS_DEVICES uCEFConstants

 

- + IDC_DEV_TOOLS_INSPECT uCEFConstants

 

- + IDC_DEV_TOOLS_TOGGLE uCEFConstants

 

- + IDC_DISTILL_PAGE uCEFConstants

 

- + IDC_DUPLICATE_TAB uCEFConstants

 

- + IDC_DUPLICATE_TARGET_TAB uCEFConstants

 

- + IDC_EDIT_MENU uCEFConstants

 

- + IDC_EDIT_SEARCH_ENGINES uCEFConstants

 

- + IDC_ELEVATED_RECOVERY_DIALOG uCEFConstants

 

- + IDC_EMAIL_PAGE_LOCATION uCEFConstants

 

- + IDC_EXIT uCEFConstants

 

- + IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST uCEFConstants

 

- + IDC_EXTENSIONS_CONTEXT_CUSTOM_LAST uCEFConstants

 

- + IDC_EXTENSIONS_SUBMENU uCEFConstants

 

- + IDC_EXTENSIONS_SUBMENU_MANAGE_EXTENSIONS uCEFConstants

 

- + IDC_EXTENSIONS_SUBMENU_VISIT_CHROME_WEB_STORE uCEFConstants

 

- + IDC_EXTENSION_ERRORS uCEFConstants

 

- + IDC_EXTENSION_INSTALL_ERROR_FIRST uCEFConstants

 

- + IDC_EXTENSION_INSTALL_ERROR_LAST uCEFConstants

 

- + IDC_FEEDBACK uCEFConstants

 

- + IDC_FILE_MENU uCEFConstants

 

- + IDC_FILLED_CARD_INFORMATION uCEFConstants

 

- + IDC_FIND uCEFConstants

 

- + IDC_FIND_AND_EDIT_MENU uCEFConstants

 

- + IDC_FIND_EXTENSIONS uCEFConstants

 

- + IDC_FIND_MENU uCEFConstants

 

- + IDC_FIND_NEXT uCEFConstants

 

- + IDC_FIND_PREVIOUS uCEFConstants

 

- + IDC_FOCUS_BOOKMARKS uCEFConstants

 

- + IDC_FOCUS_INACTIVE_POPUP_FOR_ACCESSIBILITY uCEFConstants

 

- + IDC_FOCUS_LOCATION uCEFConstants

 

- + IDC_FOCUS_MENU_BAR uCEFConstants

 

- + IDC_FOCUS_NEXT_PANE uCEFConstants

 

- + IDC_FOCUS_NEXT_TAB_GROUP uCEFConstants

 

- + IDC_FOCUS_PREVIOUS_PANE uCEFConstants

 

- + IDC_FOCUS_PREV_TAB_GROUP uCEFConstants

 

- + IDC_FOCUS_SEARCH uCEFConstants

 

- + IDC_FOCUS_THIS_TAB uCEFConstants

 

- + IDC_FOCUS_TOOLBAR uCEFConstants

 

- + IDC_FOCUS_WEB_CONTENTS_PANE uCEFConstants

 

- + IDC_FORWARD uCEFConstants

 

- + IDC_FULLSCREEN uCEFConstants

 

- + IDC_GLIC_STATUS_ICON_MENU_CLOSE uCEFConstants

 

- + IDC_GLIC_STATUS_ICON_MENU_CUSTOMIZE_KEYBOARD_SHORTCUT uCEFConstants

 

- + IDC_GLIC_STATUS_ICON_MENU_EXIT uCEFConstants

 

- + IDC_GLIC_STATUS_ICON_MENU_REMOVE_ICON uCEFConstants

 

- + IDC_GLIC_STATUS_ICON_MENU_SETTINGS uCEFConstants

 

- + IDC_GLIC_STATUS_ICON_MENU_SHOW uCEFConstants

 

- + IDC_GLIC_STATUS_ICON_MENU_TOGGLE uCEFConstants

 

- + IDC_GLIC_TOGGLE_PIN uCEFConstants

 

- + IDC_GROUP_TARGET_TAB uCEFConstants

 

- + IDC_GROUP_UNGROUPED_TABS uCEFConstants

 

- + IDC_HELP_MENU uCEFConstants

 

- + IDC_HELP_PAGE_VIA_KEYBOARD uCEFConstants

 

- + IDC_HELP_PAGE_VIA_MENU uCEFConstants

 

- + IDC_HIDE_APP uCEFConstants

 

- + IDC_HISTORY_MENU uCEFConstants

 

- + IDC_HOME uCEFConstants

 

- + IDC_IMPORT_SETTINGS uCEFConstants

 

- + IDC_INPUT_METHODS_MENU uCEFConstants

 

- + IDC_INSTALL_PWA uCEFConstants

 

- + IDC_LIVE_CAPTION uCEFConstants

 

- + IDC_MANAGE_CHROME_PROFILES uCEFConstants

 

- + IDC_MANAGE_EXTENSIONS uCEFConstants

 

- + IDC_MANAGE_GOOGLE_ACCOUNT uCEFConstants

 

- + IDC_MANAGE_PASSWORDS_FOR_PAGE uCEFConstants

 

- + IDC_MAXIMIZE_WINDOW uCEFConstants

 

- + IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_FIRST uCEFConstants

 

- + IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_LAST uCEFConstants

 

- + IDC_MEDIA_ROUTER_ABOUT uCEFConstants

 

- + IDC_MEDIA_ROUTER_ALWAYS_SHOW_TOOLBAR_ACTION uCEFConstants

 

- + IDC_MEDIA_ROUTER_HELP uCEFConstants

 

- + IDC_MEDIA_ROUTER_LEARN_MORE uCEFConstants

 

- + IDC_MEDIA_ROUTER_SHOWN_BY_POLICY uCEFConstants

 

- + IDC_MEDIA_ROUTER_SHOW_IN_TOOLBAR uCEFConstants

 

- + IDC_MEDIA_ROUTER_TOGGLE_MEDIA_REMOTING uCEFConstants

 

- + IDC_MEDIA_STREAM_DEVICE_ALWAYS_ALLOW uCEFConstants

 

- + IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY uCEFConstants

 

- + IDC_MEDIA_TOOLBAR_CONTEXT_REPORT_CAST_ISSUE uCEFConstants

 

- + IDC_MEDIA_TOOLBAR_CONTEXT_SHOW_OTHER_SESSIONS uCEFConstants

 

- + IDC_MIGRATE_LOCAL_CREDIT_CARD_FOR_PAGE uCEFConstants

 

- + IDC_MINIMIZE_WINDOW uCEFConstants

 

- + IDC_MinimumLabelValue uCEFConstants

 

- + IDC_MORE_TOOLS_MENU uCEFConstants

 

- + IDC_MOVE_TAB_NEXT uCEFConstants

 

- + IDC_MOVE_TAB_PREVIOUS uCEFConstants

 

- + IDC_MOVE_TAB_TO_NEW_WINDOW uCEFConstants

 

- + IDC_MUTE_TARGET_SITE uCEFConstants

 

- + IDC_NAME_WINDOW uCEFConstants

 

- + IDC_NEW_INCOGNITO_WINDOW uCEFConstants

 

- + IDC_NEW_SPLIT_TAB uCEFConstants

 

- + IDC_NEW_TAB uCEFConstants

 

- + IDC_NEW_TAB_TO_RIGHT uCEFConstants

 

- + IDC_NEW_WINDOW uCEFConstants

 

- + IDC_OFFERS_AND_REWARDS_FOR_PAGE uCEFConstants

 

- + IDC_OMNIBOX_CONTEXT_ADD_FILE uCEFConstants

 

- + IDC_OMNIBOX_CONTEXT_ADD_IMAGE uCEFConstants

 

- + IDC_OMNIBOX_CONTEXT_CREATE_IMAGES uCEFConstants

 

- + IDC_OMNIBOX_CONTEXT_DEEP_RESEARCH uCEFConstants

 

- + IDC_OPEN_CURRENT_URL uCEFConstants

 

- + IDC_OPEN_FILE uCEFConstants

 

- + IDC_OPEN_GLIC uCEFConstants

 

- + IDC_OPEN_GUEST_PROFILE uCEFConstants

 

- + IDC_OPEN_IN_CHROME uCEFConstants

 

- + IDC_OPEN_IN_PWA_WINDOW uCEFConstants

 

- + IDC_OPEN_LINK_IN_PROFILE_FIRST uCEFConstants

 

- + IDC_OPEN_LINK_IN_PROFILE_LAST uCEFConstants

 

- + IDC_OPEN_RECENT_TAB uCEFConstants

 

- + IDC_OPEN_SAFETY_HUB uCEFConstants

 

- + IDC_OPTIONS uCEFConstants

 

- + IDC_ORGANIZE_TABS uCEFConstants

 

- + IDC_PASSWORDS_AND_AUTOFILL_MENU uCEFConstants

 

- + IDC_PASTE uCEFConstants

 

- + IDC_PASTE_AND_GO uCEFConstants

 

- + IDC_PERFORMANCE uCEFConstants

 

- + IDC_PIN_TARGET_TAB uCEFConstants

 

- + IDC_PRINT uCEFConstants

 

- + IDC_PROFILE_MAIN_MENU uCEFConstants

 

- + IDC_PROFILE_MENU_IN_APP_MENU uCEFConstants

 

- + IDC_PROFILING_ENABLED uCEFConstants

 

- + IDC_QRCODE_GENERATOR uCEFConstants

 

- + IDC_READING_LIST_MENU uCEFConstants

 

- + IDC_READING_LIST_MENU_ADD_TAB uCEFConstants

 

- + IDC_READING_LIST_MENU_SHOW_UI uCEFConstants

 

- + IDC_RECENT_TABS_LOGIN_FOR_DEVICE_TABS uCEFConstants

 

- + IDC_RECENT_TABS_MENU uCEFConstants

 

- + IDC_RECENT_TABS_NO_DEVICE_TABS uCEFConstants

 

- + IDC_RECENT_TABS_SEE_DEVICE_TABS uCEFConstants

 

- + IDC_RELOAD uCEFConstants

 

- + IDC_RELOAD_BYPASSING_CACHE uCEFConstants

 

- + IDC_RELOAD_CLEARING_CACHE uCEFConstants

 

- + IDC_REPORT_UNSAFE_SITE uCEFConstants

 

- + IDC_RESTORE_TAB uCEFConstants

 

- + IDC_RESTORE_WINDOW uCEFConstants

 

- + IDC_ROUTE_MEDIA uCEFConstants

 

- + IDC_SAFETY_HUB_MANAGE_EXTENSIONS uCEFConstants

 

- + IDC_SAFETY_HUB_SHOW_PASSWORD_CHECKUP uCEFConstants

 

- + IDC_SAVED_TAB_GROUPS_MENU uCEFConstants

 

- + IDC_SAVE_AND_SHARE_MENU uCEFConstants

 

- + IDC_SAVE_AUTOFILL_ADDRESS uCEFConstants

 

- + IDC_SAVE_CREDIT_CARD_FOR_PAGE uCEFConstants

 

- + IDC_SAVE_IBAN_FOR_PAGE uCEFConstants

 

- + IDC_SAVE_PAGE uCEFConstants

 

- + IDC_SEARCH uCEFConstants

 

- + IDC_SELECT_LAST_TAB uCEFConstants

 

- + IDC_SELECT_NEXT_TAB uCEFConstants

 

- + IDC_SELECT_PREVIOUS_TAB uCEFConstants

 

- + IDC_SELECT_TAB_0 uCEFConstants

 

- + IDC_SELECT_TAB_1 uCEFConstants

 

- + IDC_SELECT_TAB_2 uCEFConstants

 

- + IDC_SELECT_TAB_3 uCEFConstants

 

- + IDC_SELECT_TAB_4 uCEFConstants

 

- + IDC_SELECT_TAB_5 uCEFConstants

 

- + IDC_SELECT_TAB_6 uCEFConstants

 

- + IDC_SELECT_TAB_7 uCEFConstants

 

- + IDC_SEND_SHARED_TAB_GROUP_FEEDBACK uCEFConstants

 

- + IDC_SEND_TAB_TO_SELF uCEFConstants

 

- + IDC_SET_BROWSER_AS_DEFAULT uCEFConstants

 

- + IDC_SHARING_HUB uCEFConstants

 

- + IDC_SHARING_HUB_MENU uCEFConstants

 

- + IDC_SHARING_HUB_SCREENSHOT uCEFConstants

 

- + IDC_SHOW_ADDRESSES uCEFConstants

 

- + IDC_SHOW_AI_MODE_OMNIBOX_BUTTON uCEFConstants

 

- + IDC_SHOW_ALL_COMPARISON_TABLES uCEFConstants

 

- + IDC_SHOW_APP_MENU uCEFConstants

 

- + IDC_SHOW_AS_TAB uCEFConstants

 

- + IDC_SHOW_AVATAR_MENU uCEFConstants

 

- + IDC_SHOW_BETA_FORUM uCEFConstants

 

- + IDC_SHOW_BOOKMARK_BAR uCEFConstants

 

- + IDC_SHOW_BOOKMARK_MANAGER uCEFConstants

 

- + IDC_SHOW_BOOKMARK_SIDE_PANEL uCEFConstants

 

- + IDC_SHOW_CHROME_LABS uCEFConstants

 

- + IDC_SHOW_COMMENTS_SIDE_PANEL uCEFConstants

 

- + IDC_SHOW_CONTACT_INFO uCEFConstants

 

- + IDC_SHOW_CONTEXTUAL_TASKS_SIDE_PANEL uCEFConstants

 

- + IDC_SHOW_CUSTOMIZE_CHROME_SIDE_PANEL uCEFConstants

 

- + IDC_SHOW_CUSTOMIZE_CHROME_TOOLBAR uCEFConstants

 

- + IDC_SHOW_DOWNLOADS uCEFConstants

 

- + IDC_SHOW_FULL_URLS uCEFConstants

 

- + IDC_SHOW_GOOGLE_LENS_SHORTCUT uCEFConstants

 

- + IDC_SHOW_HISTORY uCEFConstants

 

- + IDC_SHOW_HISTORY_CLUSTERS_SIDE_PANEL uCEFConstants

 

- + IDC_SHOW_HISTORY_SIDE_PANEL uCEFConstants

 

- + IDC_SHOW_IDENTITY_DOCS uCEFConstants

 

- + IDC_SHOW_MANAGEMENT_PAGE uCEFConstants

 

- + IDC_SHOW_PASSWORD_MANAGER uCEFConstants

 

- + IDC_SHOW_PAYMENT_METHODS uCEFConstants

 

- + IDC_SHOW_READING_MODE_SIDE_PANEL uCEFConstants

 

- + IDC_SHOW_SAVE_LOCAL_CARD_SIGN_IN_PROMO_IF_APPLICABLE uCEFConstants

 

- + IDC_SHOW_SEARCH_TOOLS uCEFConstants

 

- + IDC_SHOW_SETTINGS_CHANGE_FIRST uCEFConstants

 

- + IDC_SHOW_SETTINGS_CHANGE_LAST uCEFConstants

 

- + IDC_SHOW_SETTINGS_RESET_BUBBLE uCEFConstants

 

- + IDC_SHOW_SIGNIN uCEFConstants

 

- + IDC_SHOW_SIGNIN_WHEN_PAUSED uCEFConstants

 

- + IDC_SHOW_SRT_BUBBLE uCEFConstants

 

- + IDC_SHOW_SYNC_PASSPHRASE_DIALOG uCEFConstants

 

- + IDC_SHOW_SYNC_SETTINGS uCEFConstants

 

- + IDC_SHOW_TRANSLATE uCEFConstants

 

- + IDC_SHOW_TRAVEL uCEFConstants

 

- + IDC_SPELLCHECK_ADD_TO_DICTIONARY uCEFConstants

 

- + IDC_SPELLCHECK_LANGUAGES_FIRST uCEFConstants

 

- + IDC_SPELLCHECK_LANGUAGES_LAST uCEFConstants

 

- + IDC_SPELLCHECK_MENU uCEFConstants

 

- + IDC_SPELLCHECK_MULTI_LINGUAL uCEFConstants

 

- + IDC_SPELLCHECK_SUGGESTION_0 uCEFConstants

 

- + IDC_SPELLCHECK_SUGGESTION_1 uCEFConstants

 

- + IDC_SPELLCHECK_SUGGESTION_2 uCEFConstants

 

- + IDC_SPELLCHECK_SUGGESTION_3 uCEFConstants

 

- + IDC_SPELLCHECK_SUGGESTION_4 uCEFConstants

 

- + IDC_SPELLPANEL_TOGGLE uCEFConstants

 

- + IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND uCEFConstants

 

- + IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND_SETTING uCEFConstants

 

- + IDC_STOP uCEFConstants

 

- + IDC_TAB_MENU uCEFConstants

 

- + IDC_TAB_SEARCH uCEFConstants

 

- + IDC_TAB_SEARCH_CLOSE uCEFConstants

 

- + IDC_TAKE_SCREENSHOT uCEFConstants

 

- + IDC_TASK_MANAGER uCEFConstants

 

- + IDC_TASK_MANAGER_APP_MENU uCEFConstants

 

- + IDC_TASK_MANAGER_CONTEXT_MENU uCEFConstants

 

- + IDC_TASK_MANAGER_MAIN_MENU uCEFConstants

 

- + IDC_TASK_MANAGER_SHORTCUT uCEFConstants

 

- + IDC_TOGGLE_FULLSCREEN_TOOLBAR uCEFConstants

 

- + IDC_TOGGLE_JAVASCRIPT_APPLE_EVENTS uCEFConstants

 

- + IDC_TOGGLE_MULTITASK_MENU uCEFConstants

 

- + IDC_TOGGLE_REQUEST_TABLET_SITE uCEFConstants

 

- + IDC_TOGGLE_VERTICAL_TABS uCEFConstants

 

- + IDC_TRANSLATE_ORIGINAL_LANGUAGE_BASE uCEFConstants

 

- + IDC_TRANSLATE_TARGET_LANGUAGE_BASE uCEFConstants

 

- + IDC_TURN_ON_SYNC uCEFConstants

 

- + IDC_UNFOCUS_TAB_GROUP uCEFConstants

 

- + IDC_UPDATE_SIDE_PANEL_PIN_STATE uCEFConstants

 

- + IDC_UPGRADE_DIALOG uCEFConstants

 

- + IDC_USE_SYSTEM_TITLE_BAR uCEFConstants

 

- + IDC_VERTICAL_TABS_SEND_FEEDBACK uCEFConstants

 

- + IDC_VIEW_MENU uCEFConstants

 

- + IDC_VIEW_PASSWORDS uCEFConstants

 

- + IDC_VIEW_SOURCE uCEFConstants

 

- + IDC_VIRTUAL_CARD_ENROLL uCEFConstants

 

- + IDC_VISIT_DESKTOP_OF_LRU_USER_2 uCEFConstants

 

- + IDC_VISIT_DESKTOP_OF_LRU_USER_3 uCEFConstants

 

- + IDC_VISIT_DESKTOP_OF_LRU_USER_4 uCEFConstants

 

- + IDC_VISIT_DESKTOP_OF_LRU_USER_5 uCEFConstants

 

- + IDC_WEBAUTHN uCEFConstants

 

- + IDC_WEB_APP_MENU_APP_INFO uCEFConstants

 

- + IDC_WEB_APP_SETTINGS uCEFConstants

 

- + IDC_WEB_APP_UPGRADE_DIALOG uCEFConstants

 

- + IDC_WINDOW_CLOSE_OTHER_TABS uCEFConstants

 

- + IDC_WINDOW_CLOSE_TABS_TO_RIGHT uCEFConstants

 

- + IDC_WINDOW_GROUP_TAB uCEFConstants

 

- + IDC_WINDOW_MENU uCEFConstants

 

- + IDC_WINDOW_MUTE_SITE uCEFConstants

 

- + IDC_WINDOW_PIN_TAB uCEFConstants

 

- + IDC_WRITING_DIRECTION_DEFAULT uCEFConstants

 

- + IDC_WRITING_DIRECTION_LTR uCEFConstants

 

- + IDC_WRITING_DIRECTION_MENU uCEFConstants

 

- + IDC_WRITING_DIRECTION_RTL uCEFConstants

 

- + IDC_ZOOM_MENU uCEFConstants

 

- + IDC_ZOOM_MINUS uCEFConstants

 

- + IDC_ZOOM_NORMAL uCEFConstants

 

- + IDC_ZOOM_PLUS uCEFConstants

 

- + INFINITE uCEFConstants

 

- + InitializeCefTime uCEFMiscFunctions

Initialize a TCefTime variable.

- + InitializeWindowHandle uCEFMiscFunctions

 

- + Is32BitProcess uCEFMiscFunctions

 

- + IsCEFSubprocess uCEFMiscFunctions

Returns true if the command line switch has a "type" value.

- + IServerEvents uCEFInterfaces

Custom interface used to handle all the TCEFServerComponent events.

- + IsWowProcess uCEFMiscFunctions

 

- + JSON_WRITER_DEFAULT uCEFConstants

Default behavior.

- + JSON_WRITER_OMIT_BINARY_VALUES uCEFConstants

This option instructs the writer that if a Binary value is encountered, the value (and key if within a dictionary) will be omitted from the output, and success will be returned. Otherwise, if a binary value is encountered, failure will be returned.

- + JSON_WRITER_OMIT_DOUBLE_TYPE_PRESERVATION uCEFConstants

This option instructs the writer to write doubles that have no fractional part as a normal integer (i.e., without using exponential notation or appending a '.0') as long as the value is within the range of a 64-bit int.

- + JSON_WRITER_PRETTY_PRINT uCEFConstants

Return a slightly nicer formatted json string (pads with whitespace to help with readability).

- + Kernel32DLL uCEFMiscFunctions

 

- + KEYBOARD_LAYOUT_EN_US uCEFOSRIMEHandler

 

- + LIBCEF_DLL uCEFApplication

 

- + LIBCEF_DLL uCEFApplicationCore

 

- + LIBCEF_LOCALE_DIR uCEFApplicationCore

 

- + LIBCEF_LOCALE_ENUS uCEFApplicationCore

 

- + LIBCEF_PAK uCEFApplicationCore

for InitLibLocationFromArgs

- + LogicalToDevice uCEFMiscFunctions

 

- + LogicalToDevice uCEFMiscFunctions

 

- + LOGSEVERITY_DEBUG uCEFConstants

DEBUG logging.

- + LOGSEVERITY_DEFAULT uCEFConstants

Default logging (currently INFO logging).

- + LOGSEVERITY_DISABLE uCEFConstants

Disable logging to file for all messages, and to stderr for messages with severity less than FATAL.

- + LOGSEVERITY_ERROR uCEFConstants

ERROR logging.

- + LOGSEVERITY_FATAL uCEFConstants

FATAL logging.

- + LOGSEVERITY_INFO uCEFConstants

INFO logging.

- + LOGSEVERITY_VERBOSE uCEFConstants

Verbose logging.

- + LOGSEVERITY_WARNING uCEFConstants

WARNING logging.

- + LOG_ITEMS_DEFAULT uCEFConstants

Prepend the default list of items.

- + LOG_ITEMS_FLAG_PROCESS_ID uCEFConstants

Prepend the process ID.

- + LOG_ITEMS_FLAG_THREAD_ID uCEFConstants

Prepend the thread ID.

- + LOG_ITEMS_FLAG_TICK_COUNT uCEFConstants

Prepend the tickcount.

- + LOG_ITEMS_FLAG_TIME_STAMP uCEFConstants

Prepend the timestamp.

- + LOG_ITEMS_NONE uCEFConstants

Prepend no items.

- + LPMEMORYSTATUSEX uCEFTypes

 

- + MENU_ID_ADD_TO_DICTIONARY uCEFConstants

 

- + MENU_ID_BACK uCEFConstants

Navigation.

- + MENU_ID_COPY uCEFConstants

 

- + MENU_ID_CUSTOM_FIRST uCEFConstants

Custom menu items originating from the renderer process.

- + MENU_ID_CUSTOM_LAST uCEFConstants

 

- + MENU_ID_CUT uCEFConstants

 

- + MENU_ID_DELETE uCEFConstants

 

- + MENU_ID_FIND uCEFConstants

Miscellaneous.

- + MENU_ID_FORWARD uCEFConstants

 

- + MENU_ID_NO_SPELLING_SUGGESTIONS uCEFConstants

 

- + MENU_ID_PASTE uCEFConstants

 

- + MENU_ID_PASTE_MATCH_STYLE uCEFConstants

 

- + MENU_ID_PRINT uCEFConstants

 

- + MENU_ID_REDO uCEFConstants

 

- + MENU_ID_RELOAD uCEFConstants

 

- + MENU_ID_RELOAD_NOCACHE uCEFConstants

 

- + MENU_ID_SELECT_ALL uCEFConstants

 

- + MENU_ID_SPELLCHECK_SUGGESTION_0 uCEFConstants

Spell checking word correction suggestions.

- + MENU_ID_SPELLCHECK_SUGGESTION_1 uCEFConstants

 

- + MENU_ID_SPELLCHECK_SUGGESTION_2 uCEFConstants

 

- + MENU_ID_SPELLCHECK_SUGGESTION_3 uCEFConstants

 

- + MENU_ID_SPELLCHECK_SUGGESTION_4 uCEFConstants

 

- + MENU_ID_SPELLCHECK_SUGGESTION_LAST uCEFConstants

 

- + MENU_ID_STOPLOAD uCEFConstants

 

- + MENU_ID_UNDO uCEFConstants

Editing.

- + MENU_ID_USER_FIRST uCEFConstants

All user-defined menu IDs should come between MENU_ID_USER_FIRST and MENU_ID_USER_LAST to avoid overlapping the Chromium and CEF ID ranges defined in the tools/gritsettings/resource_ids file.

- + MENU_ID_USER_LAST uCEFConstants

 

- + MENU_ID_VIEW_SOURCE uCEFConstants

 

- + MoveFileList uCEFMiscFunctions

 

- + NativeInt uCEFTypes

 

- + NativeUInt uCEFTypes

 

- + Netapi32DLL uCEFMiscFunctions

 

- + NetApiBufferFree uCEFMiscFunctions

 

- + NetServerGetInfo uCEFMiscFunctions

 

- + NTDLL uCEFMiscFunctions

 

- + OutputDebugMessage uCEFMiscFunctions

 

- + OutputLastErrorMessage uCEFMiscFunctions

 

- + PathCanonicalizeAnsi uCEFMiscFunctions

 

- + PathCanonicalizeUnicode uCEFMiscFunctions

 

- + PathIsRelativeAnsi uCEFMiscFunctions

 

- + PathIsRelativeUnicode uCEFMiscFunctions

 

- + PathIsUNCAnsi uCEFMiscFunctions

 

- + PathIsUNCUnicode uCEFMiscFunctions

 

- + PathIsURLAnsi uCEFMiscFunctions

 

- + PathIsURLUnicode uCEFMiscFunctions

 

- + PCefAcceleratedPaintInfo uCEFTypes

 

- + PCefAccessibilityHandler uCEFTypes

 

- + PCefApp uCEFTypes

 

- + PCefAudioHandler uCEFTypes

 

- + PCefAudioParameters uCEFTypes

 

- + PCefAuthCallback uCEFTypes

 

- + PCefBaseRefCounted uCEFTypes

 

- + PCefBaseScoped uCEFTypes

 

- + PCefBaseTime uCEFTypes

 

- + PCefBeforeDownloadCallback uCEFTypes

 

- + PCefBinaryValue uCEFTypes

 

- + PCefBoxLayout uCEFTypes

 

- + PCefBoxLayoutSettings uCEFTypes

 

- + PCefBrowser uCEFTypes

 

- + PCefBrowserHost uCEFTypes

 

- + PCefBrowserProcessHandler uCEFTypes

 

- + PCefBrowserSettings uCEFTypes

 

- + PCefBrowserView uCEFTypes

 

- + PCefBrowserViewDelegate uCEFTypes

 

- + PCefButton uCEFTypes

 

- + PCefButtonDelegate uCEFTypes

 

- + PCefCallback uCEFTypes

 

- + PCefChar uCEFTypes

 

- + PCefClient uCEFTypes

 

- + PCefColor uCEFTypes

 

- + PCefCommandHandler uCEFTypes

 

- + PCefCommandLine uCEFTypes

 

- + PCefCompletionCallback uCEFTypes

 

- + PCefComponent uCEFTypes

 

- + PCefComponentUpdateCallback uCEFTypes

 

- + PCefComponentUpdater uCEFTypes

 

- + PCefCompositionUnderline uCEFTypes

 

- + PCefContextMenuHandler uCEFTypes

 

- + PCefContextMenuParams uCEFTypes

 

- + PCefCookie uCEFTypes

 

- + PCefCookieAccessFilter uCEFTypes

 

- + PCefCookieManager uCEFTypes

 

- + PCefCookieVisitor uCEFTypes

 

- + PCefCursorInfo uCEFTypes

 

- + PCefDeleteCookiesCallback uCEFTypes

 

- + PCefDevToolsMessageObserver uCEFTypes

 

- + PCefDialogHandler uCEFTypes

 

- + PCefDictionaryValue uCEFTypes

 

- + PCefDisplay uCEFTypes

 

- + PCefDisplayHandler uCEFTypes

 

- + PCefDomDocument uCEFTypes

 

- + PCefDomNode uCEFTypes

 

- + PCefDomVisitor uCEFTypes

 

- + PCefDownloadHandler uCEFTypes

 

- + PCefDownloadImageCallback uCEFTypes

 

- + PCefDownloadItem uCEFTypes

 

- + PCefDownloadItemCallback uCEFTypes

 

- + PCefDragData uCEFTypes

 

- + PCefDraggableRegion uCEFTypes

 

- + PCefDraggableRegionArray uCEFTypes

 

- + PCefDragHandler uCEFTypes

 

- + PCefEndTracingCallback uCEFTypes

 

- + PCefFileDialogCallback uCEFTypes

 

- + PCefFillLayout uCEFTypes

 

- + PCefFindHandler uCEFTypes

 

- + PCefFocusHandler uCEFTypes

 

- + PCefFrame uCEFTypes

 

- + PCefFrameHandler uCEFTypes

 

- + PCefImage uCEFTypes

 

- + PCefInsets uCEFTypes

 

- + PCefJsDialogCallback uCEFTypes

 

- + PCefJsDialogHandler uCEFTypes

 

- + PCefKeyboardHandler uCEFTypes

 

- + PCefKeyEvent uCEFTypes

 

- + PCefLabelButton uCEFTypes

 

- + PCefLayout uCEFTypes

 

- + PCefLifeSpanHandler uCEFTypes

 

- + PCefLinuxWindowProperties uCEFTypes

 

- + PCefListValue uCEFTypes

 

- + PCefLoadHandler uCEFTypes

 

- + PCefMainArgs uCEFTypes

 

- + PCefMediaAccessCallback uCEFTypes

 

- + PCefMediaObserver uCEFTypes

 

- + PCefMediaRoute uCEFTypes

 

- + PCefMediaRouteCreateCallback uCEFTypes

 

- + PCefMediaRouter uCEFTypes

 

- + PCefMediaSink uCEFTypes

 

- + PCefMediaSinkDeviceInfo uCEFTypes

 

- + PCefMediaSinkDeviceInfoCallback uCEFTypes

 

- + PCefMediaSource uCEFTypes

 

- + PCefMenuButton uCEFTypes

 

- + PCefMenuButtonDelegate uCEFTypes

 

- + PCefMenuButtonPressedLock uCEFTypes

 

- + PCefMenuModel uCEFTypes

 

- + PCefMenuModelDelegate uCEFTypes

 

- + PCefMouseEvent uCEFTypes

 

- + PCefNavigationEntry uCEFTypes

 

- + PCefNavigationEntryVisitor uCEFTypes

 

- + PCefOverlayController uCEFTypes

 

- + PCefPanel uCEFTypes

 

- + PCefPanelDelegate uCEFTypes

 

- + PCefPdfPrintCallback uCEFTypes

 

- + PCefPdfPrintSettings uCEFTypes

 

- + PCefPermissionHandler uCEFTypes

 

- + PCefPermissionPromptCallback uCEFTypes

 

- + PCefPoint uCEFTypes

 

- + PCefPopupFeatures uCEFTypes

 

- + PCefPostData uCEFTypes

 

- + PCefPostDataElement uCEFTypes

 

- + PCefPreferenceManager uCEFTypes

 

- + PCefPreferenceObserver uCEFTypes

 

- + PCefPreferenceRegistrar uCEFTypes

 

- + PCefPrintDialogCallback uCEFTypes

 

- + PCefPrintHandler uCEFTypes

 

- + PCefPrintJobCallback uCEFTypes

 

- + PCefPrintSettings uCEFTypes

 

- + PCefProcessMessage uCEFTypes

 

- + PCefRange uCEFTypes

 

- + PCefReadHandler uCEFTypes

 

- + PCefRect uCEFTypes

 

- + PCefRectArray uCEFTypes

 

- + PCefRegistration uCEFTypes

 

- + PCefRenderHandler uCEFTypes

 

- + PCefRenderProcessHandler uCEFTypes

 

- + PCefRequest uCEFTypes

 

- + PCefRequestContext uCEFTypes

 

- + PCefRequestContextHandler uCEFTypes

 

- + PCefRequestContextSettings uCEFTypes

 

- + PCefRequestHandler uCEFTypes

 

- + PCefResolveCallback uCEFTypes

 

- + PCefResourceBundle uCEFTypes

 

- + PCefResourceBundleHandler uCEFTypes

 

- + PCefResourceHandler uCEFTypes

 

- + PCefResourceReadCallback uCEFTypes

 

- + PCefResourceRequestHandler uCEFTypes

 

- + PCefResourceSkipCallback uCEFTypes

 

- + PCefResponse uCEFTypes

 

- + PCefResponseFilter uCEFTypes

 

- + PCefRunContextMenuCallback uCEFTypes

 

- + PCefRunFileDialogCallback uCEFTypes

 

- + PCefRunQuickMenuCallback uCEFTypes

 

- + PCefSchemeHandlerFactory uCEFTypes

 

- + PCefSchemeRegistrar uCEFTypes

 

- + PCefScreenInfo uCEFTypes

 

- + PCefScrollView uCEFTypes

 

- + PCefSelectClientCertificateCallback uCEFTypes

 

- + PCefServer uCEFTypes

 

- + PCefServerHandler uCEFTypes

 

- + PCefSetCookieCallback uCEFTypes

 

- + PCefSettingObserver uCEFTypes

 

- + PCefSettings uCEFTypes

 

- + PCefSharedMemoryRegion uCEFTypes

 

- + PCefSharedProcessMessageBuilder uCEFTypes

 

- + PCefSize uCEFTypes

 

- + PCefSslInfo uCEFTypes

 

- + PCefSSLStatus uCEFTypes

 

- + PCefStreamReader uCEFTypes

 

- + PCefStreamWriter uCEFTypes

 

- + PCefString uCEFTypes

 

- + PCefStringUserFree uCEFTypes

 

- + PCefStringUserFreeUtf16 uCEFTypes

 

- + PCefStringUserFreeUtf8 uCEFTypes

 

- + PCefStringUserFreeWide uCEFTypes

 

- + PCefStringUtf16 uCEFTypes

 

- + PCefStringUtf8 uCEFTypes

 

- + PCefStringVisitor uCEFTypes

 

- + PCefStringWide uCEFTypes

 

- + PCefTask uCEFTypes

 

- + PCefTaskInfo uCEFTypes

 

- + PCefTaskManager uCEFTypes

 

- + PCefTaskRunner uCEFTypes

 

- + PCefTextfield uCEFTypes

 

- + PCefTextfieldDelegate uCEFTypes

 

- + PCefThread uCEFTypes

 

- + PCefTime uCEFTypes

 

- + PCefTouchEvent uCEFTypes

 

- + PCefTouchHandleState uCEFTypes

 

- + PCefUnresponsiveProcessCallback uCEFTypes

 

- + PCefUrlParts uCEFTypes

 

- + PCefUrlRequest uCEFTypes

 

- + PCefUrlRequestClient uCEFTypes

 

- + PCefV8Accessor uCEFTypes

 

- + PCefv8ArrayBufferReleaseCallback uCEFTypes

 

- + PCefv8BackingStore uCEFTypes

 

- + PCefv8Context uCEFTypes

 

- + PCefV8Exception uCEFTypes

 

- + PCefv8Handler uCEFTypes

 

- + PCefV8Interceptor uCEFTypes

 

- + PCefV8StackFrame uCEFTypes

 

- + PCefV8StackTrace uCEFTypes

 

- + PCefv8Value uCEFTypes

 

- + PCefV8ValueArray uCEFTypes

 

- + PCefValue uCEFTypes

 

- + PCefVersionInfoEx uCEFTypes

 

- + PCefView uCEFTypes

 

- + PCefViewDelegate uCEFTypes

 

- + PCefWaitableEvent uCEFTypes

 

- + PCefWindow uCEFTypes

 

- + PCefWindowDelegate uCEFTypes

 

- + PCefWindowInfo uCEFTypes

 

- + PCefWriteHandler uCEFTypes

 

- + PCefX509Certificate uCEFTypes

 

- + PCefX509CertPrincipal uCEFTypes

 

- + PCefXmlReader uCEFTypes

 

- + PCefZipReader uCEFTypes

 

- + PChar16 uCEFTypes

 

- + pfidLinux uCEFConstants

 

- + pfidOSX uCEFConstants

 

- + pfidWindows uCEFConstants

 

- + pfidWindows uCEFSentinel

 

- + pidLinux64 uCEFConstants

 

- + pidOSX32 uCEFConstants

 

- + pidOSX64 uCEFConstants

 

- + pidOSXArm64 uCEFConstants

 

- + pidWin32 uCEFConstants

If any of the platform IDs are not defined then we set them as 0 to avoid build errors on older Delphi versions.

- + pidWin64 uCEFConstants

 

- + PNativeInt uCEFTypes

 

- + PNativeUInt uCEFTypes

 

- + PPCefDisplay uCEFTypes

 

- + PPCefMediaRoute uCEFTypes

 

- + PPCefMediaSink uCEFTypes

 

- + PPCefPostDataElement uCEFTypes

 

- + PPCefV8Value uCEFTypes

 

- + PPCefX509Certificate uCEFTypes

 

- + PPSingle uCEFTypes

 

- + ProcessUnderWow64 uCEFMiscFunctions

 

- + QM_EDITFLAG_CAN_COPY uCEFConstants

 

- + QM_EDITFLAG_CAN_CUT uCEFConstants

 

- + QM_EDITFLAG_CAN_ELLIPSIS uCEFConstants

 

- + QM_EDITFLAG_CAN_PASTE uCEFConstants

 

- + QM_EDITFLAG_NONE uCEFConstants

Supported quick menu state bit flags.

- + rbstring uCEFTypes

 

- + Register uCEFBrowserViewComponent

 

- + Register uCEFBrowserWindow

 

- + Register uCEFBufferPanel

 

- + Register uCEFChromium

 

- + Register uCEFChromiumWindow

 

- + Register uCEFLabelButtonComponent

 

- + Register uCEFLinkedWindowParent

 

- + Register uCEFMenuButtonComponent

 

- + Register uCEFOsrBrowserWindow

 

- + Register uCEFPanelComponent

 

- + Register uCEFScrollViewComponent

 

- + Register uCEFSentinel

 

- + Register uCEFServerComponent

 

- + Register uCEFTextfieldComponent

 

- + Register uCEFUrlRequestClientComponent

 

- + Register uCEFWindowComponent

 

- + Register uCEFWindowParent

 

- + Register uCEFWorkScheduler

 

- + RunningWindows10OrNewer uCEFMiscFunctions

 

- + SetWindowLongPtr uCEFMiscFunctions

 

- + SHLWAPIDLL uCEFMiscFunctions

 

- + ShutdownBlockReasonCreate uCEFMiscFunctions

 

- + ShutdownBlockReasonDestroy uCEFMiscFunctions

 

- + SplitLongString uCEFMiscFunctions

 

- + SSL_CONNECTION_VERSION_NUM_VALUES uCEFConstants

 

- + SSL_CONNECTION_VERSION_QUIC uCEFConstants

 

- + SSL_CONNECTION_VERSION_SSL2 uCEFConstants

 

- + SSL_CONNECTION_VERSION_SSL3 uCEFConstants

 

- + SSL_CONNECTION_VERSION_TLS1 uCEFConstants

 

- + SSL_CONNECTION_VERSION_TLS1_1 uCEFConstants

 

- + SSL_CONNECTION_VERSION_TLS1_2 uCEFConstants

 

- + SSL_CONNECTION_VERSION_TLS1_3 uCEFConstants

 

- + SSL_CONNECTION_VERSION_UNKNOWN uCEFConstants

Supported SSL version values.

- + SSL_CONTENT_DISPLAYED_INSECURE_CONTENT uCEFConstants

 

- + SSL_CONTENT_NORMAL_CONTENT uCEFConstants

Supported SSL content status flags. See content/public/common/ssl_status.h for more information.

- + SSL_CONTENT_RAN_INSECURE_CONTENT uCEFConstants

 

- + SystemTimeToCefTime uCEFMiscFunctions

Converts a TSystemTime value to TCefTime.

- + TBrowserInfo uCEFChromiumCore

 

- + TBrowserInfoList uCEFChromiumCore

 

- + TBrowserKeyEvent uCEFOsrBrowserWindow

 

- + TBrowserMouseEvent uCEFOsrBrowserWindow

 

- + TBrowserMouseMoveEvent uCEFOsrBrowserWindow

 

- + TBrowserMouseWheelEvent uCEFOsrBrowserWindow

 

- + TBrowserUTF8KeyPressEvent uCEFOsrBrowserWindow

TBrowserKeyPressEvent = procedure(Sender: TObject; var Key: char; var AHandled: Boolean) of Object;

- + TBrowserWindow uCEFBrowserWindow

TBrowserWindow @@ -10119,431 +10124,431 @@ example.test.increment();

* Optional prevent pop-up windows by implementing Chromium.BeforePopup Chromium.OpenUrlFromTab

- + TBufferPanel uCEFBufferPanel

TBufferPanel is used by VCL and LCL applications with browsers in OSR mode to draw the browser contents. See the SimpleOSRBrowser demo for more details.

- + TCefAcceleratedPaintInfo uCEFTypes

Structure containing shared texture information for the OnAcceleratedPaint callback. Resources will be released to the underlying pool for reuse when the callback returns from client code.

- + TCefAcceleratedPaintInfoCommon uCEFTypes

Structure containing shared texture common metadata. For documentation on each field, please refer to src/media/base/video_frame_metadata.h for actual details.

- + TCefAccessibilityHandler uCEFTypes

Implement this structure to receive accessibility notification when accessibility events have been registered. The functions of this structure will be called on the UI thread.

NOTE: This struct is allocated client-side.

- + TCEFAccessibilityHandlerOwn uCEFAccessibilityHandler

 

- + TCefAddPreferenceObserverTask uCEFTask

 

- + TCefAlphaType uCEFTypes

Describes how to interpret the alpha component of a pixel.

- + TCefAngleImplementation uCEFTypes

Select which ANGLE backend to use.

- + TCefAplicationStatus uCEFTypes

Status of TCefAplicationCore.

- + TCefApp uCEFTypes

Implement this structure to provide handler implementations. Methods will be called by the process and/or thread indicated.

NOTE: This struct is allocated client-side.

- + TCefApplication uCEFApplication

Main class used to simplify the CEF initialization and destruction.

- + TCefApplicationCore uCEFApplicationCore

Parent class of TCefApplication used to simplify the CEF initialization and destruction.

- + TCefAppOwn uCEFApp

Implement this interface to provide handler implementations. Methods will be called by the process and/or thread indicated.

- + TCEFArgCopy uCEFArgCopy

 

- + TCefAudioHandler uCEFTypes

Implement this structure to handle audio events.

NOTE: This struct is allocated client-side.

- + TCefAudioHandlerOwn uCEFAudioHandler

 

- + TCefAudioParameters uCEFTypes

Structure representing the audio parameters for setting up the audio handler.

- + TCefAuthCallback uCEFTypes

Callback structure used for asynchronous continuation of authentication requests.

NOTE: This struct is allocated DLL-side.

- + TCefAuthCallbackRef uCEFAuthCallback

 

- + TCefAutoplayPolicy uCEFTypes

Autoplay policy types used by TCefApplicationCore.AutoplayPolicy. See the –autoplay-policy switch.

- + TCefAxisAlignment uCEFTypes

Specifies where along the axis the CefBoxLayout child views should be laid out. Should be kept in sync with Chromium's views::LayoutAlignment type.

- + TCefBaseRefCounted uCEFTypes

All ref-counted framework structures must include this structure first.

- + TCefBaseRefCountedOwn uCEFBaseRefCounted

 

- + TCefBaseRefCountedRef uCEFBaseRefCounted

 

- + TCefBaseScoped uCEFTypes

All scoped framework structures must include this structure first.

- + TCEFBaseScopedWrapperRef uCEFBaseScopedWrapper

The complete list of compiler versions is here : https://docwiki.embarcadero.com/RADStudio/Athens/en/Compiler_Versions Delphi 5 Delphi 6 Delphi 7 Delphi 8 Delphi 2005 Delphi 2009 Delphi 2010 Delphi XE Delphi XE2 (First FireMonkey and 64bit compiler) Delphi XE3 Delphi XE4 Delphi XE5 Delphi XE6 Delphi XE7 Delphi XE8 Rad Studio 10 - Delphi Seattle Rad Studio 10.1 - Delphi Berlin Rad Studio 10.2 - Delphi Tokyo Rad Studio 10.3 - Delphi Rio Rad Studio 10.4 - Delphi Sydney Rad Studio 11.0 - Delphi Alexandria Rad Studio 12.0 - Delphi Athens Rad Studio 13.0 - Delphi Florence Delphi uses MACOS for the new MacOSX and DARWIN is not defined FPC uses DARWIN for the new MacOSX and MACOS is defined for the classic Macintosh OS (System 7) We define MACOSX to avoid conflicts in both situations OS_POSIX is defined for AIX, ANDROID, ASMJS, CHROMEOS, FREEBSD, IOS, LINUX, MAC, NACL, NETBSD, OPENBSD, QNX and SOLARIS in /include/base/cef_build.h

- + TCefBaseTime uCEFTypes

Represents a wall clock time in UTC. Values are not guaranteed to be monotonically non-decreasing and are subject to large amounts of skew. Time is stored internally as microseconds since the Windows epoch (1601).

This is equivalent of Chromium `base::Time` (see base/time/time.h).

- + TCefBeforeDownloadCallback uCEFTypes

Callback structure used to asynchronously continue a download.

NOTE: This struct is allocated DLL-side.

- + TCefBeforeDownloadCallbackRef uCEFBeforeDownloadCallback

 

- + TCefBinaryValue uCEFTypes

Structure representing a binary value. Can be used on any process and thread.

NOTE: This struct is allocated DLL-side.

- + TCefBinaryValueArray uCEFInterfaces

 

- + TCefBinaryValueOwn uCEFBinaryValue

 

- + TCefBinaryValueRef uCEFBinaryValue

 

- + TCEFBitmapBitBuffer uCEFBitmapBitBuffer

Class that stores a copy of the raw bitmap buffer sent by CEF in the TChromiumCore.OnPaint event.

- + TCefBoxLayout uCEFTypes

A Layout manager that arranges child views vertically or horizontally in a side-by-side fashion with spacing around and between the child views. The child views are always sized according to their preferred size. If the host's bounds provide insufficient space, child views will be clamped. Excess space will not be distributed. Methods must be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCefBoxLayoutRef uCEFBoxLayout

A Layout manager that arranges child views vertically or horizontally in a side-by-side fashion with spacing around and between the child views. The child views are always sized according to their preferred size. If the host's bounds provide insufficient space, child views will be clamped. Excess space will not be distributed. Methods must be called on the browser process UI thread unless otherwise indicated.

- + TCefBoxLayoutSettings uCEFTypes

Initialization settings. Specify NULL or 0 to get the recommended default values. Many of these and other settings can also configured using command- line switches.

- + TCefBrowser uCEFTypes

Structure used to represent a browser. When used in the browser process the functions of this structure may be called on any thread unless otherwise indicated in the comments. When used in the render process the functions of this structure may only be called on the main thread.

NOTE: This struct is allocated DLL-side.

- + TCEFBrowserBitmap uCEFBrowserBitmap

 

- + TCefBrowserHost uCEFTypes

Structure used to represent the browser process aspects of a browser. The functions of this structure can only be called in the browser process. They may be called on any thread in that process unless otherwise indicated in the comments.

NOTE: This struct is allocated DLL-side.

- + TCefBrowserHostRef uCEFBrowser

 

- + TCefBrowserNavigation uCEFTypes

Used by TCefBrowserNavigationTask to navigate in the right CEF thread.

- + TCefBrowserNavigationTask uCEFTask

 

- + TCefBrowserProcessHandler uCEFTypes

Structure used to implement browser process callbacks. The functions of this structure will be called on the browser process main thread unless otherwise indicated.

NOTE: This struct is allocated client-side.

- + TCefBrowserProcessHandlerOwn uCEFBrowserProcessHandler

 

- + TCefBrowserRef uCEFBrowser

 

- + TCefBrowserSettings uCEFTypes

Browser initialization settings. Specify NULL or 0 to get the recommended default values. The consequences of using custom values may not be well tested. Many of these and other settings can also configured using command- line switches.

- + TCefBrowserView uCEFTypes

A View hosting a ICefBrowser instance. Methods must be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCEFBrowserViewComponent uCEFBrowserViewComponent

Component hosting a ICefBrowserView instance.

- + TCefBrowserViewDelegate uCEFTypes

Implement this structure to handle BrowserView events. The functions of this structure will be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated client-side.

- + TCefBrowserViewDelegateOwn uCEFBrowserViewDelegate

Implement this interface to handle BrowserView events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.

- + TCefBrowserViewDelegateRef uCEFBrowserViewDelegate

 

- + TCefBrowserViewRef uCEFBrowserView

A View hosting a ICefBrowser instance. Methods must be called on the browser process UI thread unless otherwise indicated.

- + TCefButton uCEFTypes

A View representing a button. Depending on the specific type, the button could be implemented by a native control or custom rendered. Methods must be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCEFButtonComponent uCEFButtonComponent

 

- + TCefButtonDelegate uCEFTypes

Implement this structure to handle Button events. The functions of this structure will be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated client-side.

- + TCefButtonDelegateOwn uCEFButtonDelegate

Implement this interface to handle Button events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.

- + TCefButtonDelegateRef uCEFButtonDelegate

 

- + TCefButtonRef uCEFButton

A View representing a button. Depending on the specific type, the button could be implemented by a native control or custom rendered. Methods must be called on the browser process UI thread unless otherwise indicated.

- + TCefButtonState uCEFTypes

Specifies the button display state.

- + TCefBytesWriteHandler uCEFWriteHandler

 

- + TCefCallback uCEFTypes

Generic callback structure used for asynchronous continuation.

NOTE: This struct is allocated DLL-side.

- + TCefCallbackRef uCEFCallback

 

- + TCefCertStatus uCEFTypes

Supported certificate status code values. See net\cert\cert_status_flags.h for more information. CERT_STATUS_NONE is new in CEF because we use an enum while cert_status_flags.h uses a typedef and static const variables.

- + TCefChannelLayout uCEFTypes

Enumerates the various representations of the ordering of audio channels. Must be kept synchronized with media::ChannelLayout from Chromium. See media\base\channel_layout.h

- + TCefChar uCEFTypes

 

- + TCefChromePageActionIconType uCEFTypes

Chrome page action icon types. Should be kept in sync with Chromium's PageActionIconType type.

- + TCefChromeToolbarButtonType uCEFTypes

Chrome toolbar button types. Should be kept in sync with CEF's internal ToolbarButtonType type.

- + TCefChromeToolbarType uCEFTypes

Chrome toolbar types.

- + TCefChromiumTask uCEFTask

Custom class used to execute CEF tasks with a TChromiumCore component.

- + TCefClearCertificateExceptionsCompletionCallback uCEFRequestContext

 

- + TCefClearDataStorageTypes uCEFTypes

Storage types used by the Storage.clearDataForOrigin DevTools method in TChromiumCore.ClearDataForOrigin.

- + TCefClearHttpAuthCredentialsCompletionCallback uCEFRequestContext

 

- + TCefClearHttpCacheCompletionCallback uCEFRequestContext

 

- + TCefClient uCEFTypes

Implement this structure to provide handler implementations.

NOTE: This struct is allocated client-side.

- + TCefClientOwn uCEFClient

 

- + TCefClientRef uCEFClient

 

- + TCefCloseAllConnectionsCompletionCallback uCEFRequestContext

 

- + TCefCloseBrowserAction uCEFTypes

@@ -10558,87 +10563,92 @@ example.test.increment();

- + TCefColor uCEFTypes

32-bit ARGB color value, not premultiplied. The color components are always in a known order. Equivalent to the SkColor type.

- + TCefColorModel uCEFTypes

Print job color mode values.

- + TCefColorType uCEFTypes

Describes how to interpret the components of a pixel.

- + TCefColorVariant uCEFTypes

Specifies the color variants supported by ICefRequestContext.SetChromeThemeColor.

- + TCefCOMInitMode uCEFTypes

Flags used to customize the behavior of CefURLRequest.

- + TCefCommandHandler uCEFTypes

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

NOTE: This struct is allocated client-side.

- + TCefCommandHandlerOwn uCEFCommandHandler

 

- + TCefCommandLine uCEFTypes

Structure used to create and/or parse command line arguments. Arguments with "–", "-" and, on Windows, "/" prefixes are considered switches. Switches will always precede any arguments without switch prefixes. Switches can optionally have a value specified using the "=" delimiter (e.g. "-switch=value"). An argument of "–" will terminate switch parsing with all subsequent tokens, regardless of prefix, being interpreted as non-switch arguments. Switch names should be lowercase ASCII and will be converted to such if necessary. Switch values will retain the original case and UTF8 encoding. This structure can be used before cef_initialize() is called.

NOTE: This struct is allocated DLL-side.

- + TCefCommandLineRef uCEFCommandLine

 

- + TCefCompletionCallback uCEFTypes

Generic callback structure used for asynchronous completion.

NOTE: This struct is allocated client-side.

- + TCefCompletionCallbackOwn uCEFCompletionCallback

 

- + TCefCompletionCallbackProc uCEFInterfaces

 

- + TCefComponent uCEFTypes

Structure representing a snapshot of a component's state at the time of retrieval. To get updated information, retrieve a new cef_component_t object via cef_component_updater_t::GetComponentByID or GetComponents. The functions of this structure may be called on any thread.

- + TCefComponentArray uCEFInterfaces

 

- + TCEFComponentIdList uCEFComponentIdList

Class used to keep a list of valid custom component IDs for any component that handles a CEF Task event.

+ +TCefComponentRef +uCEFComponent +

Structure representing a snapshot of a component's state at the time of retrieval. To get updated information, retrieve a new cef_component_t object via ICefComponentUpdater.GetComponentById or GetComponents. The functions of this structure may be called on any thread.

+ TCefComponentState uCEFTypes @@ -10656,6 +10666,16 @@ example.test.increment();

Callback structure for component update results.

+TCefComponentUpdateCallbackOwn +uCEFComponentUpdateCallback +

 

+ + +TCefComponentUpdateCallbackRef +uCEFComponentUpdateCallback +

 

+ + TCefComponentUpdateError uCEFTypes

Component update error codes. These map to update_client::Error values from components/update_client/update_client_errors.h

@@ -10671,175 +10691,185 @@ example.test.increment();

This structure provides access to Chromium's component updater service, allowing clients to discover registered components and trigger on-demand updates. The functions of this structure may only be called on the browser process UI thread. If the CEF context is not initialized or the component updater service is not available, functions will return safe defaults (0, nullptr, or NULL).

+TCefComponentUpdaterRef +uCEFComponentUpdater +

This structure provides access to Chromium's component updater service, allowing clients to discover registered components and trigger on-demand updates. The functions of this structure may only be called on the browser process UI thread. If the CEF context is not initialized or the component updater service is not available, functions will return safe defaults (0, nullptr, or NULL).

+ + TCefCompositionUnderline uCEFTypes

Structure representing IME composition underline information. This is a thin wrapper around Blink's WebCompositionUnderline class and should be kept in sync with that.

- + TCefCompositionUnderlineDynArray uCEFTypes

 

- + TCefCompositionUnderlineStyle uCEFTypes

Composition underline style.

- + TCefContentSettingTypes uCEFTypes

Supported content setting types. Some types are platform-specific or only supported with Chrome style. Should be kept in sync with Chromium's ContentSettingsType type.

- + TCefContentSettingValues uCEFTypes

Supported content setting values. Should be kept in sync with Chromium's ContentSetting type.

- + TCefContextMenuEditStateFlags uCEFTypes

Supported context menu edit state bit flags. These constants match their equivalents in Chromium's ContextMenuDataEditFlags and should not be renumbered.

- + TCefContextMenuHandler uCEFTypes

Implement this structure to handle context menu events. The functions of this structure will be called on the UI thread.

NOTE: This struct is allocated client-side.

- + TCefContextMenuHandlerOwn uCEFContextMenuHandler

 

- + TCefContextMenuMediaStateFlags uCEFTypes

Supported context menu media state bit flags. These constants match their equivalents in Chromium's ContextMenuData::MediaFlags and should not be renumbered.

- + TCefContextMenuMediaType uCEFTypes

Supported context menu media types. These constants match their equivalents in Chromium's ContextMenuDataMediaType and should not be renumbered.

- + TCefContextMenuParams uCEFTypes

Provides information about the context menu state. The functions of this structure can only be accessed on browser process the UI thread.

NOTE: This struct is allocated DLL-side.

- + TCefContextMenuParamsRef uCEFContextMenuParams

 

- + TCefContextMenuTypeFlags uCEFTypes

Supported context menu type flags.

- + TCefCookie uCEFTypes

Cookie information.

- + TCefCookieAccessFilter uCEFTypes

Implement this structure to filter cookies that may be sent or received from resource requests. The functions of this structure will be called on the IO thread unless otherwise indicated.

NOTE: This struct is allocated client-side.

- + TCefCookieAccessFilterOwn uCEFCookieAccessFilter

 

- + TCefCookieAccessFilterRef uCEFCookieAccessFilter

 

- + TCefCookieManager uCEFTypes

Structure used for managing cookies. The functions of this structure may be called on any thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCefCookieManagerRef uCEFCookieManager

 

- + TCefCookiePref uCEFTypes

Used in TChromium preferences to allow or block cookies.

- + TCefCookiePriority uCEFTypes

Cookie priority values.

- + TCefCookieSameSite uCEFTypes

Cookie same site values.

- + TCefCookieVisitor uCEFTypes

Structure to implement for visiting cookie values. The functions of this structure will always be called on the UI thread.

NOTE: This struct is allocated client-side.

- + TCefCookieVisitorOwn uCEFCookieVisitor

 

- + TCefCookieVisitorProc uCEFInterfaces

 

- + TCefCreateCustomViewTask uCEFTask

 

- + TCefCursorHandle uCEFTypes

Native Cursor handle.

- + TCefCursorInfo uCEFTypes

Structure representing cursor information. |buffer| will be |size.width|*|size.height|*4 bytes in size and represents a BGRA image with an upper-left origin.

- + TCefCursorType uCEFTypes

Cursor type values.

- + TCefCustomBrowserProcessHandler uCEFBrowserProcessHandler

 

- + TCefCustomByteArray uCEFTypes

Array of byte. Needed only for backwards compatibility with old Delphi versions.

- + TCefCustomCompletionCallback uCEFCompletionCallback

 

+ +TCefCustomComponentUpdateCallback +uCEFComponentUpdateCallback +

 

+ TCefCustomCookieVisitor uCEFCookieVisitor @@ -11650,577 +11680,587 @@ Ranges:

Linux session type. Used to check whether the display server is Xorg or Wayland.

+TCEFLinuxOSRIMEHandler +uCEFLinuxOSRIMEHandler +

 

+ + TCefLinuxWindowProperties uCEFTypes

Linux window properties, such as X11's WM_CLASS or Wayland's app_id. Those are passed to CefWindowDelegate, so the client can set them for the CefWindow's top-level. Thus, allowing window managers to correctly display the application's information (e.g., icons).

- + TCefListValue uCEFTypes

Structure representing a list value. Can be used on any process and thread.

NOTE: This struct is allocated DLL-side.

- + TCefListValueRef uCEFListValue

 

- + TCefLoadHandler uCEFTypes

Implement this structure to handle events related to browser load status. The functions of this structure will be called on the browser process UI thread or render process main thread (TID_RENDERER).

NOTE: This struct is allocated client-side.

- + TCefLoadHandlerOwn uCEFLoadHandler

 

- + TCefLogItems uCEFTypes

Log items prepended to each log line.

- + TCefLogSeverity uCEFTypes

Log severity levels.

- + TCefMainArgs uCEFTypes

Structure representing CefExecuteProcess arguments.

- + TCefManagedTask uCEFTask

Custom class used to execute CEF tasks with CEF4Delphi components.

- + TCefMediaAccessCallback uCEFTypes

Callback structure used for asynchronous continuation of media access permission requests.

NOTE: This struct is allocated DLL-side.

- + TCefMediaAccessCallbackRef uCEFMediaAccessCallback

 

- + TCefMediaAccessPermissionTypes uCEFTypes

Media access permissions used by OnRequestMediaAccessPermission.

- + TCefMediaObserver uCEFTypes

Implemented by the client to observe MediaRouter events and registered via ICefMediaRouter.AddObserver. The functions of this structure will be called on the browser process UI thread.

NOTE: This struct is allocated client-side.

- + TCefMediaObserverOwn uCEFMediaObserver

 

- + TCefMediaRoute uCEFTypes

Represents the route between a media source and sink. Instances of this object are created via ICefMediaRouter.CreateRoute and retrieved via ICefMediaObserver.OnRoutes. Contains the status and metadata of a routing operation. The functions of this structure may be called on any browser process thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCefMediaRouteArray uCEFInterfaces

 

- + TCefMediaRouteConnectionState uCEFTypes

Connection state for a MediaRoute object. Should be kept in sync with Chromium's blink::mojom::PresentationConnectionState type.

- + TCefMediaRouteCreateCallback uCEFTypes

Callback structure for ICefMediaRouter.CreateRoute. The functions of this structure will be called on the browser process UI thread.

NOTE: This struct is allocated client-side.

- + TCefMediaRouteCreateCallbackOwn uCEFMediaRouteCreateCallback

 

- + TCefMediaRouteCreateCallbackProc uCEFInterfaces

 

- + TCefMediaRouteInfo uCEFInterfaces

Custom record with media route information.

- + TCefMediaRouteInfoArray uCEFInterfaces

 

- + TCefMediaRouter uCEFTypes

Supports discovery of and communication with media devices on the local network via the Cast and DIAL protocols. The functions of this structure may be called on any browser process thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCefMediaRouterCreateResult uCEFTypes

Result codes for ICefMediaRouter.CreateRoute. Should be kept in sync with Chromium's media_router::mojom::RouteRequestResultCode type.

- + TCefMediaRouteRef uCEFMediaRoute

 

- + TCefMediaRouterRef uCEFMediaRouter

 

- + TCefMediaSink uCEFTypes

Represents a sink to which media can be routed. Instances of this object are retrieved via ICefMediaObserver.OnSinks. The functions of this structure may be called on any browser process thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCefMediaSinkArray uCEFInterfaces

 

- + TCefMediaSinkDeviceInfo uCEFTypes

Device information for a MediaSink object. handler.

- + TCefMediaSinkDeviceInfoCallback uCEFTypes

Callback structure for ICefMediaSink.GetDeviceInfo. The functions of this structure will be called on the browser process UI thread.

NOTE: This struct is allocated client-side.

- + TCefMediaSinkDeviceInfoCallbackOwn uCEFMediaSinkDeviceInfoCallback

 

- + TCefMediaSinkDeviceInfoCallbackProc uCEFInterfaces

 

- + TCefMediaSinkIconType uCEFTypes

Icon types for a MediaSink object. Should be kept in sync with Chromium's media_router::SinkIconType type.

- + TCefMediaSinkInfo uCEFInterfaces

Custom record with media sink information.

- + TCefMediaSinkInfoArray uCEFInterfaces

 

- + TCefMediaSinkRef uCEFMediaSink

 

- + TCefMediaSource uCEFTypes

Represents a source from which media can be routed. Instances of this object are retrieved via ICefMediaRouter.GetSource. The functions of this structure may be called on any browser process thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCefMediaSourceInfo uCEFInterfaces

Custom record with media source information.

- + TCefMediaSourceInfoArray uCEFInterfaces

 

- + TCefMediaSourceRef uCEFMediaSource

 

- + TCefMediaType uCEFTypes

Used by TCefMediaSinkInfo and TCefMediaSourceInfo.

- + TCefMenuAnchorPosition uCEFTypes

Specifies how a menu will be anchored for non-RTL languages. The opposite position will be used for RTL languages.

- + TCefMenuButton uCEFTypes

MenuButton is a button with optional text, icon and/or menu marker that shows a menu when clicked with the left mouse button. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCEFMenuButtonComponent uCEFMenuButtonComponent

 

- + TCefMenuButtonDelegate uCEFTypes

Implement this structure to handle MenuButton events. The functions of this structure will be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated client-side.

- + TCefMenuButtonDelegateOwn uCEFMenuButtonDelegate

Implement this interface to handle MenuButton events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.

- + TCefMenuButtonDelegateRef uCEFMenuButtonDelegate

 

- + TCefMenuButtonPressedLock uCEFTypes

MenuButton pressed lock is released when this object is destroyed.

NOTE: This struct is allocated DLL-side.

- + TCefMenuButtonPressedLockRef uCEFMenuButtonPressedLock

MenuButton pressed lock is released when this object is destroyed.

- + TCefMenuButtonRef uCEFMenuButton

MenuButton is a button with optional text, icon and/or menu marker that shows a menu when clicked with the left mouse button. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.

- + TCefMenuColorType uCEFTypes

Supported color types for menu items.

- + TCefMenuId uCEFTypes

Supported menu IDs. Non-English translations can be provided for the IDS_MENU_* strings in ICefResourceBundleHandler.GetLocalizedString().

- + TCefMenuItemType uCEFTypes

Supported menu item types.

- + TCefMenuModel uCEFTypes

Supports creation and modification of menus. See TCefMenuId (cef_menu_id_t) for the command ids that have default implementations. All user-defined command ids should be between MENU_ID_USER_FIRST and MENU_ID_USER_LAST. The functions of this structure can only be accessed on the browser process the UI thread.

NOTE: This struct is allocated DLL-side.

- + TCefMenuModelDelegate uCEFTypes

Implement this structure to handle menu model events. The functions of this structure will be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated client-side.

- + TCefMenuModelDelegateOwn uCEFMenuModelDelegate

 

- + TCefMenuModelRef uCEFMenuModel

 

- + TCefMessageLoopType uCEFTypes

Flags used to customize the behavior of CefURLRequest.

- + TCefMouseButtonType uCEFTypes

Mouse button types.

- + TCefMouseEvent uCEFTypes

Structure representing mouse event information.

- + TCefNavigationEntry uCEFTypes

Structure used to represent an entry in navigation history.

NOTE: This struct is allocated DLL-side.

- + TCefNavigationEntryRef uCEFNavigationEntry

 

- + TCefNavigationEntryVisitor uCEFTypes

Callback structure for ICefBrowserHost.GetNavigationEntries. The functions of this structure will be called on the browser process UI thread.

NOTE: This struct is allocated client-side.

- + TCefNavigationEntryVisitorOwn uCEFNavigationEntryVisitor

 

- + TCefNavigationEntryVisitorProc uCEFInterfaces

 

- + TCefNavigationType uCEFTypes

Navigation types.

- + TCefNetLogCaptureMode uCEFTypes

Values used by the –net-log-capture-mode command line switch. Sets the granularity of events to capture in the network log.

- + TCEFOAuth2Helper uCEFOAuth2Helper

 

- + TCEFOSRIMEHandler uCEFOSRIMEHandler

Class used to handle the IME window.

- + TCefOverlayController uCEFTypes

Controller for an overlay that contains a contents View added via ICefWindow.AddOverlayView. Methods exposed by this controller should be called in preference to functions of the same name exposed by the contents View unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCefOverlayControllerRef uCEFOverlayController

Controller for an overlay that contains a contents View added via ICefWindow.AddOverlayView. Methods exposed by this controller should be called in preference to functions of the same name exposed by the contents View unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated.

- + TCefPaintElementType uCEFTypes

Paint element types.

- + TCefPanel uCEFTypes

A Panel is a container in the views hierarchy that can contain other Views as children. Methods must be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCEFPanelComponent uCEFPanelComponent

 

- + TCefPanelDelegate uCEFTypes

Implement this structure to handle Panel events. The functions of this structure will be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated client-side.

- + TCefPanelDelegateOwn uCEFPanelDelegate

Implement this interface to handle Panel events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.

- + TCefPanelDelegateRef uCEFPanelDelegate

 

- + TCefPanelRef uCEFPanel

A Panel is a container in the views hierarchy that can contain other Views as children. Methods must be called on the browser process UI thread unless otherwise indicated.

- + TCefPathKey uCEFTypes

Process termination status values.

- + TCefPdfPrintCallback uCEFTypes

Callback structure for ICefBrowserHost.PrintToPDF. The functions of this structure will be called on the browser process UI thread.

NOTE: This struct is allocated client-side.

- + TCefPdfPrintCallbackOwn uCEFPDFPrintCallback

 

- + TCefPdfPrintMarginType uCEFTypes

Margin type for PDF printing.

- + TCefPdfPrintSettings uCEFTypes

Structure representing PDF print settings. These values match the parameters supported by the DevTools Page.printToPDF function. See https://chromedevtools.github.io/devtools-protocol/tot/Page/#method-printToPDF

- + TCefPermissionHandler uCEFTypes

Implement this structure to handle events related to permission requests. The functions of this structure will be called on the browser process UI thread.

NOTE: This struct is allocated client-side.

- + TCefPermissionHandlerOwn uCEFPermissionHandler

 

- + TCefPermissionPromptCallback uCEFTypes

Callback structure used for asynchronous continuation of permission prompts.

NOTE: This struct is allocated DLL-side.

- + TCefPermissionPromptCallbackRef uCEFPermissionPromptCallback

 

- + TCefPermissionRequestResult uCEFTypes

Permission request results.

- + TCefPermissionRequestTypes uCEFTypes

Permission types used with OnShowPermissionPrompt. Some types are platform-specific or only supported with Chrome style. Should be kept in sync with Chromium's permissions::RequestType type.

- + TCefPlatformThreadHandle uCEFTypes

Platform thread handle.

- + TCefPlatformThreadId uCEFTypes

Platform thread ID.

- + TCefPoint uCEFTypes

Structure representing a point.

- + TCefPointerType uCEFTypes

The device type that caused the event.

- + TCefPopupFeatures uCEFTypes

Popup window features.

- + TCefPostData uCEFTypes

Structure used to represent post data for a web request. The functions of this structure may be called on any thread.

NOTE: This struct is allocated DLL-side.

- + TCefPostDataElement uCEFTypes

Structure used to represent a single element in the request post data. The functions of this structure may be called on any thread.

NOTE: This struct is allocated DLL-side.

- + TCefPostDataElementArray uCEFInterfaces

 

- + TCefPostDataElementOwn uCEFPostDataElement

 

- + TCefPostDataElementRef uCEFPostDataElement

 

- + TCefPostDataElementType uCEFTypes

Post data elements may represent either bytes or files.

- + TCefPostDataRef uCEFPostData

 

- + TCefPreferenceManager uCEFTypes

Manage access to preferences. Many built-in preferences are registered by Chromium. Custom preferences can be registered in ICefBrowserProcessHandler.OnRegisterCustomPreferences.

NOTE: This struct is allocated DLL-side.

- + TCefPreferenceManagerRef uCEFPreferenceManager

Manage access to preferences. Many built-in preferences are registered by Chromium. Custom preferences can be registered in ICefBrowserProcessHandler.OnRegisterCustomPreferences.

- + TCefPreferenceObserver uCEFTypes

* CEF_API_ADDED(13401) *

+ +TCefPreferenceObserverOwn +uCEFPreferenceObserver +

 

+ TCefPreferenceRegistrar uCEFTypes @@ -12794,299 +12834,304 @@ Ranges:

* CEF_API_ADDED(13401) *

+TCefSettingObserverOwn +uCEFSettingObserver +

 

+ + TCefSettings uCEFTypes

Initialization settings. Specify NULL or 0 to get the recommended default values. Many of these and other settings can also configured using command- line switches.

- + TCefSetZoomLevelTask uCEFTask

 

- + TCefSetZoomPctTask uCEFTask

 

- + TCefSetZoomStepTask uCEFTask

 

- + TCefSharedMemoryRegion uCEFTypes

Structure that wraps platform-dependent share memory region mapping.

NOTE: This struct is allocated DLL-side.

- + TCefSharedMemoryRegionRef uCEFSharedMemoryRegion

 

- + TCefSharedProcessMessageBuilder uCEFTypes

Structure that builds a ICefProcessMessage containing a shared memory region. This structure is not thread-safe but may be used exclusively on a different thread from the one which constructed it.

NOTE: This struct is allocated DLL-side.

- + TCefSharedProcessMessageBuilderRef uCEFSharedProcessMessageBuilder

 

- + TCefSharedTextureHandle uCEFTypes

Native texture handle.

- + TCefShowState uCEFTypes

Show states supported by ICefWindowDelegate.GetInitialShowState.

- + TCefSimulatedMouseButton uCEFTypes

Mouse button in the TChromiumCore.SimulateMouseEvent function.

- + TCefSimulatedMouseEventType uCEFTypes

Type of mouse event in the TChromiumCore.SimulateMouseEvent function.

- + TCefSimulatedPointerType uCEFTypes

Pointer type in the TChromiumCore.SimulateMouseEvent function.

- + TCefSimulatedTouchEventType uCEFTypes

Type of touch event in the TChromiumCore.SimulateTouchEvent function.

- + TCefSimulatedTouchPoint uCEFTypes

Structure representing a simulated touch point.

- + TCefSimulatedTouchPointArray uCEFTypes

 

- + TCefSize uCEFTypes

Structure representing a size.

- + TCefSSLContentStatus uCEFTypes

Supported SSL content status flags. See content/public/common/ssl_status.h for more information.

- + TCefSslInfo uCEFTypes

Structure representing SSL information.

NOTE: This struct is allocated DLL-side.

- + TCefSslInfoRef uCEFSslInfo

 

- + TCefSSLStatus uCEFTypes

Structure representing the SSL information for a navigation entry.

NOTE: This struct is allocated DLL-side.

- + TCefSSLStatusRef uCEFSSLStatus

 

- + TCefSSLVersion uCEFTypes

Supported SSL version values.

- + TCefState uCEFTypes

Represents the state of a setting.

- + TCefStorageType uCEFTypes

Storage types.

- + TCefStreamReader uCEFTypes

Structure used to read data from a stream. The functions of this structure may be called on any thread.

NOTE: This struct is allocated DLL-side.

- + TCefStreamReaderRef uCEFStreamReader

 

- + TCefStreamWriter uCEFTypes

Structure used to write data to a stream. The functions of this structure may be called on any thread.

NOTE: This struct is allocated DLL-side.

- + TCefStreamWriterRef uCEFStreamWriter

 

- + TCefString uCEFTypes

String record used by the CEF C API. The CEF interface is built with the UTF16 string type as the default.

- + TCefStringList uCEFTypes

CEF string maps are a set of key/value string pairs.

- + TCefStringListOwn uCEFStringList

 

- + TCefStringListRef uCEFStringList

 

- + TCefStringMap uCEFTypes

CEF string maps are a set of key/value string pairs.

- + TCefStringMapOwn uCEFStringMap

 

- + TCefStringMapRef uCEFStringMap

 

- + TCefStringMultimap uCEFTypes

CEF string multimaps are a set of key/value string pairs. More than one value can be assigned to a single key.

- + TCefStringMultimapOwn uCEFStringMultimap

 

- + TCefStringMultimapRef uCEFStringMultimap

 

- + TCefStringUserFree uCEFTypes

CEF utf16 string type definition. Whomever allocates |str| is responsible for providing an appropriate |dtor| implementation that will free the string in the same memory space. When reusing an existing string structure make sure to call |dtor| for the old value before assigning new |str| and |dtor| values. Static strings will have a NULL |dtor| value. Using the below functions if you want this managed for you.

- + TCefStringUserFreeUtf16 uCEFTypes

CEF utf16 string type definition. Whomever allocates |str| is responsible for providing an appropriate |dtor| implementation that will free the string in the same memory space. When reusing an existing string structure make sure to call |dtor| for the old value before assigning new |str| and |dtor| values. Static strings will have a NULL |dtor| value. Using the below functions if you want this managed for you.

- + TCefStringUserFreeUtf8 uCEFTypes

CEF utf8 string type definition. Whomever allocates |str| is responsible for providing an appropriate |dtor| implementation that will free the string in the same memory space. When reusing an existing string structure make sure to call |dtor| for the old value before assigning new |str| and |dtor| values. Static strings will have a NULL |dtor| value. Using the below functions if you want this managed for you.

- + TCefStringUserFreeWide uCEFTypes

CEF wide string type definition. Whomever allocates |str| is responsible for providing an appropriate |dtor| implementation that will free the string in the same memory space. When reusing an existing string structure make sure to call |dtor| for the old value before assigning new |str| and |dtor| values. Static strings will have a NULL |dtor| value. Using the below functions if you want this managed for you.

- + TCefStringUtf16 uCEFTypes

CEF utf16 string type definition. Whomever allocates |str| is responsible for providing an appropriate |dtor| implementation that will free the string in the same memory space. When reusing an existing string structure make sure to call |dtor| for the old value before assigning new |str| and |dtor| values. Static strings will have a NULL |dtor| value. Using the below functions if you want this managed for you.

- + TCefStringUtf8 uCEFTypes

CEF utf8 string type definition. Whomever allocates |str| is responsible for providing an appropriate |dtor| implementation that will free the string in the same memory space. When reusing an existing string structure make sure to call |dtor| for the old value before assigning new |str| and |dtor| values. Static strings will have a NULL |dtor| value. Using the below functions if you want this managed for you.

- + TCefStringVisitor uCEFTypes

Implement this structure to receive string values asynchronously.

NOTE: This struct is allocated client-side.

- + TCefStringVisitorOwn uCEFStringVisitor

 

- + TCefStringVisitorProc uCEFInterfaces

 

- + TCefStringWide uCEFTypes

CEF wide string type definition. Whomever allocates |str| is responsible for providing an appropriate |dtor| implementation that will free the string in the same memory space. When reusing an existing string structure make sure to call |dtor| for the old value before assigning new |str| and |dtor| values. Static strings will have a NULL |dtor| value. Using the below functions if you want this managed for you.

- + TCefTask uCEFTypes

Implement this structure for asynchronous task execution. If the task is posted successfully and if the associated message loop is still running then the execute() function will be called on the target thread. If the task fails to post then the task object may be destroyed on the source thread instead of the target thread. For this reason be cautious when performing work in the task object destructor.

NOTE: This struct is allocated client-side.

- + TCefTaskInfo uCEFTypes

Structure representing task information provided by ICefTaskManager.

- + TCefTaskManager uCEFTypes

Structure that facilitates managing the browser-related tasks. The functions of this structure may only be called on the UI thread.

NOTE: This struct is allocated DLL-side.

- + TCefTaskManagerRef uCEFTaskManager

Class that facilitates managing the browser-related tasks.

- + TCefTaskOwn uCEFTask

 

- + TCefTaskRef uCEFTask

 

- + TCefTaskRunner uCEFTypes

Structure that asynchronously executes tasks on the associated thread. It is safe to call the functions of this structure on any thread. @@ -13095,283 +13140,283 @@ Ranges:

NOTE: This struct is allocated DLL-side.

- + TCefTaskRunnerRef uCEFTaskRunner

 

- + TCefTaskType uCEFTypes

Specifies the task type variants supported by CefTaskManager. Should be kept in sync with Chromium's task_manager::Task::Type type.

- + TCefTerminationStatus uCEFTypes

Process termination status values.

- + TCefTestCertType uCEFTypes

Specifies the gesture commands.

- + TCefTextfield uCEFTypes

A Textfield supports editing of text. This control is custom rendered with no platform-specific code. Methods must be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated DLL-side.

- + TCefTextFieldCommands uCEFTypes

Represents commands available to TextField. Should be kept in sync with Chromium's views::TextField::MenuCommands type.

- + TCEFTextfieldComponent uCEFTextfieldComponent

 

- + TCefTextfieldDelegate uCEFTypes

Implement this structure to handle Textfield events. The functions of this structure will be called on the browser process UI thread unless otherwise indicated.

NOTE: This struct is allocated client-side.

- + TCefTextfieldDelegateOwn uCEFTextfieldDelegate

Implement this interface to handle Textfield events. The functions of this interface will be called on the browser process UI thread unless otherwise indicated.

- + TCefTextfieldDelegateRef uCEFTextfieldDelegate

 

- + TCefTextfieldRef uCEFTextfield

A Textfield supports editing of text. This control is custom rendered with no platform-specific code. Methods must be called on the browser process UI thread unless otherwise indicated.

- + TCefTextInpuMode uCEFTypes

Input mode of a virtual keyboard. These constants match their equivalents in Chromium's text_input_mode.h and should not be renumbered. See https://html.spec.whatwg.org/#input-modalities:-the-inputmode-attribute

- + TCefTextStyle uCEFTypes

Text style types. Should be kepy in sync with gfx::TextStyle.

- + TCefThread uCEFTypes

A simple thread abstraction that establishes a message loop on a new thread. The consumer uses ICefTaskRunner to execute code on the thread's message loop. The thread is terminated when the ICefThread object is destroyed or stop() is called. All pending tasks queued on the thread's message loop will run to completion before the thread is terminated. cef_thread_create() can be called on any valid CEF thread in either the browser or render process. This structure should only be used for tasks that require a dedicated thread. In most cases you can post tasks to an existing CEF thread instead of creating a new one; see cef_task.h for details.

NOTE: This struct is allocated DLL-side.

- + TCefThreadId uCEFTypes

Existing thread IDs.

- + TCefThreadPriority uCEFTypes

Thread priority values listed in increasing order of importance.

- + TCefThreadRef uCEFThread

 

- + TCefTime uCEFTypes

Time information. Values should always be in UTC.

- + TCEFTimerWorkScheduler uCEFTimerWorkScheduler

 

- + TCefToggleAudioMutedTask uCEFTask

 

- + TCefTouchEeventType uCEFTypes

Touch points states types.

- + TCefTouchEvent uCEFTypes

Structure representing touch event information.

- + TCefTouchHandleState uCEFTypes

Touch handle state.

- + TCefTouchHandleStateFlags uCEFTypes

Values indicating what state of the touch handle is set.

- + TCefTransitionType uCEFTypes

Transition type for a request. Made up of one source value and 0 or more qualifiers.

- + TCefTryCloseBrowserTask uCEFTask

 

- + TCefUIColorMode uCEFTypes

Color mode in UI for platforms that support it.

- + TCefUnresponsiveProcessCallback uCEFTypes

Callback structure for asynchronous handling of an unresponsive process.

NOTE: This struct is allocated DLL-side.

- + TCefUnresponsiveProcessCallbackRef uCEFUnresponsiveProcessCallback

 

- + TCefUpdatePrefsTask uCEFTask

 

- + TCefUpdateZoomPctTask uCEFTask

 

- + TCefUpdateZoomStepTask uCEFTask

 

- + TCefUriUnescapeRule uCEFTypes

URI unescape rules passed to CefURIDecode().

- + TCefUrlParts uCEFTypes

URL component parts.

- + TCefUrlRequest uCEFTypes

Structure used to make a URL request. URL requests are not associated with a browser instance so no ICefClient callbacks will be executed. URL requests can be created on any valid CEF thread in either the browser or render process. Once created the functions of the URL request object must be accessed on the same thread that created it.

NOTE: This struct is allocated DLL-side.

- + TCefUrlrequestClient uCEFTypes

Structure that should be implemented by the ICefUrlRequest client. The functions of this structure will be called on the same thread that created the request unless otherwise documented.

NOTE: This struct is allocated client-side.

- + TCEFUrlRequestClientComponent uCEFUrlRequestClientComponent

The TCEFUrlRequestClientComponent class puts together all CEF URL request procedures, functions, properties and events in one place.

- + TCefUrlrequestClientOwn uCEFUrlrequestClient

 

- + TCefUrlrequestClientRef uCEFUrlrequestClient

 

- + TCefURLRequestClientTask uCEFTask

Custom class used to execute CEF tasks with a TCEFUrlRequestClientComponent component.

- + TCefUrlRequestFlags uCEFTypes

Flags used to customize the behavior of CefURLRequest.

- + TCefUrlRequestRef uCEFUrlRequest

 

- + TCefUrlRequestStatus uCEFTypes

Flags that represent CefURLRequest status.

- + TCefURLRequestTask uCEFTask

 

- + TCefV8Accessor uCEFTypes

Structure that should be implemented to handle V8 accessor calls. Accessor identifiers are registered by calling ICefv8value.SetValue(). The functions of this structure will be called on the thread associated with the V8 accessor.

NOTE: This struct is allocated client-side.

- + TCefV8AccessorGetterProc uCEFInterfaces

 

- + TCefV8AccessorOwn uCEFv8Accessor

 

- + TCefV8AccessorSetterProc uCEFInterfaces

 

- + TCefv8ArrayBufferReleaseCallback uCEFTypes

Callback structure that is passed to ICefv8value.CreateArrayBuffer.

NOTE: This struct is allocated client-side.

- + TCefv8ArrayBufferReleaseCallbackOwn uCEFv8ArrayBufferReleaseCallback

 

- + TCefv8ArrayBufferReleaseCallbackProc uCEFInterfaces

 

- + TCefv8ArrayBufferReleaseCallbackRef uCEFv8ArrayBufferReleaseCallback

 

- + TCefv8BackingStore uCEFTypes

Structure representing a V8 ArrayBuffer backing store. The backing store holds the memory that backs an ArrayBuffer. It must be created on a thread with a valid V8 isolate (renderer main thread or WebWorker thread). Once created, the data() pointer can be safely read/written from any thread. This allows expensive operations like memcpy to be performed on a background thread before creating the ArrayBuffer on the V8 thread. @@ -13380,6 +13425,17 @@ Ranges:

NOTE: This struct is allocated DLL-side.

+ +TCefv8BackingStoreRef +uCEFv8BackingStore +

+ +

Structure representing a V8 ArrayBuffer backing store. The backing store holds the memory that backs an ArrayBuffer. It must be created on a thread with a valid V8 isolate (renderer main thread or WebWorker thread). Once created, the data() pointer can be safely read/written from any thread. This allows expensive operations like memcpy to be performed on a background thread before creating the ArrayBuffer on the V8 thread. + +

The backing store is consumed when passed to TCefv8ValueRef.NewArrayBufferFromBackingStore(), after which IsValid() returns false (0). + +

+ TCefV8Context uCEFTypes @@ -13939,45 +13995,55 @@ Ranges:

 

+TCustomPreferenceObserver +uCEFPreferenceObserver +

 

+ + TCustomPrintHandler uCEFPrintHandler

 

- + TCustomRenderHandler uCEFRenderHandler

 

- + TCustomRenderLoadHandler uCEFLoadHandler

 

- + TCustomRequestContextHandler uCEFRequestContextHandler

 

- + TCustomRequestHandler uCEFRequestHandler

 

- + TCustomResourceRequestHandler uCEFResourceRequestHandler

 

- + TCustomResponseFilter uCEFResponseFilter

Custom class implementing a resource filter with events.

- + TCustomServerHandler uCEFServerHandler

 

+ +TCustomSettingObserver +uCEFSettingObserver +

 

+ TCustomTaskInfo uCEFTypes @@ -15312,6 +15378,16 @@ Ranges:

The TPDFPrintOptions properties are used to fill the TCefPdfPrintSettings record which is used in the TChromiumCore.PrintToPDF call.

+TPreferenceInfo +uCEFPreferenceObserver +

 

+ + +TPreferenceInfoList +uCEFPreferenceObserver +

 

+ + TryDeleteFile uCEFMiscFunctions

 

@@ -15757,6 +15833,6 @@ Ranges:

 

-
Generated by PasDoc 0.17.0.snapshot. +
Generated by PasDoc 1.0.0. diff --git a/docs/html/AllTypes.html b/docs/html/AllTypes.html index e575586a..8d9b8f7f 100644 --- a/docs/html/AllTypes.html +++ b/docs/html/AllTypes.html @@ -3,7 +3,7 @@ cef4delphi: All Types - + @@ -3296,6 +3296,6 @@ Ranges:

String type used by CEF. ustring was created to use the same type in Delphi and Lazarus.

-
Generated by PasDoc 0.17.0.snapshot. +
Generated by PasDoc 1.0.0. diff --git a/docs/html/AllUnits.html b/docs/html/AllUnits.html index 113ec651..564bafc8 100644 --- a/docs/html/AllUnits.html +++ b/docs/html/AllUnits.html @@ -3,7 +3,7 @@ cef4delphi: All Units - + @@ -160,217 +160,233 @@

 

+uCEFComponent +

 

+ + uCEFComponentIdList

 

+ +uCEFComponentUpdateCallback +

 

+ +uCEFComponentUpdater +

 

+ + uCEFConstants

 

- + uCEFContextMenuHandler

 

- + uCEFContextMenuParams

 

- + uCEFCookieAccessFilter

 

- + uCEFCookieManager

 

- + uCEFCookieVisitor

 

- + uCEFCustomStreamReader

 

- + uCEFDeleteCookiesCallback

 

- + uCEFDevToolsMessageObserver

 

- + uCEFDialogHandler

 

- + uCEFDictionaryValue

 

- + uCEFDisplay

 

- + uCEFDisplayHandler

 

- + uCEFDomDocument

 

- + uCEFDomNode

 

- + uCEFDomVisitor

 

- + uCEFDownloadHandler

 

- + uCEFDownloadImageCallBack

 

- + uCEFDownloadItem

 

- + uCEFDownloadItemCallback

 

- + uCEFDragAndDropMgr

 

- + uCEFDragData

 

- + uCEFDragHandler

 

- + uCEFEndTracingCallback

 

- + uCEFFileDialogCallback

 

- + uCEFFileDialogInfo

 

- + uCEFFillLayout

 

- + uCEFFindHandler

 

- + uCEFFMXBufferPanel

 

- + uCEFFMXChromium

 

- + uCEFFMXWindowParent

 

- + uCEFFMXWorkScheduler

 

- + uCEFFocusHandler

 

- + uCEFFrame

 

- + uCEFFrameHandler

 

- + uCEFImage

 

- + uCEFInterfaces

 

- + uCEFJsDialogCallback

 

- + uCEFJsDialogHandler

 

- + uCEFJson

 

- + uCEFKeyboardHandler

 

- + uCEFLabelButton

 

- + uCEFLabelButtonComponent

 

- + uCEFLayout

 

- + uCEFLazarusCocoa

 

- + uCEFLibFunctions

 

- + uCEFLifeSpanHandler

 

- + uCEFLinkedWinControlBase

 

- + uCEFLinkedWindowParent

 

- + uCEFLinuxConstants

 

- + uCEFLinuxEventPipe

 

- + uCEFLinuxFunctions

 

+ +uCEFLinuxOSRIMEHandler +

 

+ uCEFLinuxTypes

 

@@ -528,149 +544,157 @@

 

+uCEFPreferenceObserver +

 

+ + uCEFPreferenceRegistrar

 

- + uCEFPrintDialogCallback

 

- + uCEFPrintHandler

 

- + uCEFPrintJobCallback

 

- + uCEFPrintSettings

 

- + uCEFProcessMessage

 

- + uCEFRegistration

 

- + uCEFRenderHandler

 

- + uCEFRenderProcessHandler

 

- + uCEFRequest

 

- + uCEFRequestContext

 

- + uCEFRequestContextHandler

 

- + uCEFRequestHandler

 

- + uCEFResolveCallback

 

- + uCEFResourceBundle

 

- + uCEFResourceBundleHandler

 

- + uCEFResourceHandler

 

- + uCEFResourceReadCallback

 

- + uCEFResourceRequestHandler

 

- + uCEFResourceSkipCallback

 

- + uCEFResponse

 

- + uCEFResponseFilter

 

- + uCEFRunContextMenuCallback

 

- + uCEFRunFileDialogCallback

 

- + uCEFRunQuickMenuCallback

 

- + uCEFSchemeHandlerFactory

 

- + uCEFSchemeRegistrar

 

- + uCEFScrollView

 

- + uCEFScrollViewComponent

 

- + uCEFSelectClientCertificateCallback

 

- + uCEFSentinel

 

- + uCEFServer

 

- + uCEFServerComponent

 

- + uCEFServerEvents

 

- + uCEFServerHandler

 

- + uCEFSetCookieCallback

 

+ +uCEFSettingObserver +

 

+ uCEFSharedMemoryRegion

 

@@ -776,114 +800,118 @@

 

+uCEFv8BackingStore +

 

+ + uCEFv8Context

 

- + uCEFv8Exception

 

- + uCEFv8Handler

 

- + uCEFv8Interceptor

 

- + uCEFv8StackFrame

 

- + uCEFv8StackTrace

 

- + uCEFv8Value

 

- + uCEFValue

 

- + uCEFView

 

- + uCEFViewComponent

 

- + uCEFViewDelegate

 

- + uCEFViewsFrameworkEvents

 

- + uCEFWaitableEvent

 

- + uCEFWinControl

 

- + uCEFWindow

 

- + uCEFWindowComponent

 

- + uCEFWindowDelegate

 

- + uCEFWindowInfoWrapper

 

- + uCEFWindowParent

 

- + uCEFWorkScheduler

 

- + uCEFWorkSchedulerQueueThread

 

- + uCEFWorkSchedulerThread

 

- + uCEFWriteHandler

 

- + uCEFX509Certificate

 

- + uCEFX509CertPrincipal

 

- + uCEFXmlReader

 

- + uCEFZipReader

 

-
Generated by PasDoc 0.17.0.snapshot. +
Generated by PasDoc 1.0.0. diff --git a/docs/html/AllVariables.html b/docs/html/AllVariables.html index d69b9a8f..79e78392 100644 --- a/docs/html/AllVariables.html +++ b/docs/html/AllVariables.html @@ -3,7 +3,7 @@ cef4delphi: All Variables - + @@ -1087,6 +1087,6 @@

 

-
Generated by PasDoc 0.17.0.snapshot. +
Generated by PasDoc 1.0.0. diff --git a/docs/html/ClassHierarchy.html b/docs/html/ClassHierarchy.html index 3de59b0c..68f98406 100644 --- a/docs/html/ClassHierarchy.html +++ b/docs/html/ClassHierarchy.html @@ -3,7 +3,7 @@ cef4delphi: Class Hierarchy - + @@ -97,6 +97,9 @@
  • TCefEventCompletionCallback
  • TCefFastCompletionCallback
  • +
  • TCefComponentUpdateCallbackOwn +
  • TCefContextMenuHandlerOwn
  • @@ -172,7 +175,10 @@
  • TCefPermissionHandlerOwn
  • -
  • TCefPostDataElementOwn
  • TCefPrintHandlerOwn
  • @@ -31280,6 +31482,118 @@
  • + + + +
      +
    • + + + +
        +
      • + + + +
          +
        • + + + +
            +
          • + + + +
          • + + + +
          • + + + +
          +
        • + + + +
            +
          • + + + +
          • + + + +
          • + + + +
          +
        • + + + +
            +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          +
        +
      +
    +
  • @@ -35890,6 +36204,168 @@
  • + + + +
      +
    • + + + +
        +
      • + + + +
          +
        • + + + +
            +
          • + + + +
          • + + + +
          • + + + +
          +
        +
      • + + + +
          +
        • + + + +
            +
          • + + + +
          +
        • + + + +
            +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          +
        +
      • + + + +
          +
        • + + + +
            +
          • + + + +
          • + + + +
          • + + + +
          +
        • + + + +
            +
          • + + + +
          • + + + +
          • + + + +
          +
        • + + + +
            +
          • + + + +
          • + + + +
          +
        +
      • + + + +
          +
        • + + + +
            +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          +
        +
      +
    +
  • @@ -39270,6 +39746,80 @@
  • + + + +
      +
    • + + + +
        +
      • + + + +
          +
        • + + + +
            +
          • + + + +
          • + + + +
          • + + + +
          +
        +
      • + + + +
          +
        • + + + +
            +
          • + + + +
          +
        • + + + +
            +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          +
        +
      +
    +
  • @@ -42913,6 +43463,10 @@
  • +
  • + + +
  • @@ -49297,6 +49851,10 @@ +
  • + + +
  • @@ -53030,6 +53588,50 @@
  • + + + +
      +
    • + + + +
        +
      • + + + +
          +
        • + + + +
            +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          • + + + +
          +
        +
      +
    +
  • @@ -58430,6 +59032,10 @@
  • + + + +
  • @@ -71690,6 +72296,10 @@
  • + + + +
  • @@ -71998,6 +72608,10 @@
  • + + + +
  • @@ -72268,6 +72882,10 @@
    • + + + +
    • @@ -74024,6 +74642,38 @@
  • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      +
    +
  • @@ -74044,6 +74694,46 @@
  • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      +
    +
  • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      +
    +
  • @@ -74076,6 +74766,42 @@
  • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      +
    +
  • @@ -74816,6 +75542,40 @@
  • + + + +
      +
    • + + + +
        +
      • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      • + + + +
      +
    +
  • @@ -79926,6 +80686,106 @@
  • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      +
    +
  • @@ -83510,6 +84370,30 @@
  • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      • + + + +
      +
    +
  • @@ -87154,6 +88038,30 @@
  • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      • + + + +
      +
    +
  • @@ -90056,6 +90964,38 @@
  • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      +
    +
  • @@ -98416,6 +99356,10 @@
  • + + + +
  • @@ -99392,6 +100336,10 @@
    • + + + +
    • @@ -99458,6 +100406,10 @@
      • + + + +
      • @@ -101526,6 +102478,44 @@
  • + + + +
      +
    • + + + +
        +
      • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      +
    +
  • @@ -102044,6 +103034,44 @@
  • + + + +
      +
    • + + + +
        +
      • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      +
    +
  • @@ -103964,6 +104992,94 @@
  • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      +
    +
  • + + + +
      +
    • + + + +
        +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      • + + + +
      +
    +
  • diff --git a/docs/html/cef4delphi.hhk b/docs/html/cef4delphi.hhk index 50ec1476..48cca640 100644 --- a/docs/html/cef4delphi.hhk +++ b/docs/html/cef4delphi.hhk @@ -1,7 +1,7 @@ - +
    • @@ -841,6 +841,10 @@
    • + + + +
    • @@ -4745,6 +4749,10 @@
    • + + + +
    • @@ -19423,6 +19431,10 @@
    • + + + +
    • @@ -19715,6 +19727,10 @@
    • + + + +
    • @@ -19951,6 +19967,10 @@
    • + + + +
    • @@ -21485,6 +21505,30 @@
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • @@ -21501,6 +21545,30 @@
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • @@ -21533,6 +21601,34 @@
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • @@ -22185,6 +22281,26 @@
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • @@ -26345,6 +26461,86 @@
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • @@ -29433,6 +29629,22 @@
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • @@ -32451,6 +32663,22 @@
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • @@ -34871,6 +35099,30 @@
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • @@ -43345,6 +43597,10 @@
    • + + + +
    • @@ -43799,6 +44055,10 @@
    • + + + +
    • @@ -43819,6 +44079,10 @@
    • + + + +
    • @@ -45459,6 +45723,30 @@
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • @@ -45859,6 +46147,30 @@
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • @@ -48519,6 +48831,66 @@
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • + + + +
    • diff --git a/docs/html/cef4delphi.hhp b/docs/html/cef4delphi.hhp index e8051f30..57f79147 100644 --- a/docs/html/cef4delphi.hhp +++ b/docs/html/cef4delphi.hhp @@ -118,8 +118,16 @@ uCEFCompletionCallback.TCefCompletionCallbackOwn.html uCEFCompletionCallback.TCefFastCompletionCallback.html uCEFCompletionCallback.TCefEventCompletionCallback.html uCEFCompletionCallback.TCefCustomCompletionCallback.html +uCEFComponent.html +uCEFComponent.TCefComponentRef.html uCEFComponentIdList.html uCEFComponentIdList.TCEFComponentIdList.html +uCEFComponentUpdateCallback.html +uCEFComponentUpdateCallback.TCefComponentUpdateCallbackOwn.html +uCEFComponentUpdateCallback.TCefCustomComponentUpdateCallback.html +uCEFComponentUpdateCallback.TCefComponentUpdateCallbackRef.html +uCEFComponentUpdater.html +uCEFComponentUpdater.TCefComponentUpdaterRef.html uCEFConstants.html uCEFContextMenuHandler.html uCEFContextMenuHandler.TCefContextMenuHandlerOwn.html @@ -414,6 +422,8 @@ uCEFLinkedWindowParent.TCEFLinkedWindowParent.html uCEFLinuxConstants.html uCEFLinuxEventPipe.html uCEFLinuxFunctions.html +uCEFLinuxOSRIMEHandler.html +uCEFLinuxOSRIMEHandler.TCEFLinuxOSRIMEHandler.html uCEFLinuxTypes.html uCEFListValue.html uCEFListValue.TCefListValueRef.html @@ -508,6 +518,11 @@ uCEFPostDataElement.TCefPostDataElementRef.html uCEFPostDataElement.TCefPostDataElementOwn.html uCEFPreferenceManager.html uCEFPreferenceManager.TCefPreferenceManagerRef.html +uCEFPreferenceObserver.html +uCEFPreferenceObserver.TCefPreferenceObserverOwn.html +uCEFPreferenceObserver.TCustomPreferenceObserver.html +uCEFPreferenceObserver.TPreferenceInfo.html +uCEFPreferenceObserver.TPreferenceInfoList.html uCEFPreferenceRegistrar.html uCEFPreferenceRegistrar.TCefPreferenceRegistrarRef.html uCEFPrintDialogCallback.html @@ -600,6 +615,9 @@ uCEFSetCookieCallback.html uCEFSetCookieCallback.TCefSetCookieCallbackOwn.html uCEFSetCookieCallback.TCefFastSetCookieCallback.html uCEFSetCookieCallback.TCefCustomSetCookieCallback.html +uCEFSettingObserver.html +uCEFSettingObserver.TCefSettingObserverOwn.html +uCEFSettingObserver.TCustomSettingObserver.html uCEFSharedMemoryRegion.html uCEFSharedMemoryRegion.TCefSharedMemoryRegionRef.html uCEFSharedProcessMessageBuilder.html @@ -888,6 +906,8 @@ uCEFv8ArrayBufferReleaseCallback.html uCEFv8ArrayBufferReleaseCallback.TCefv8ArrayBufferReleaseCallbackOwn.html uCEFv8ArrayBufferReleaseCallback.TCefFastv8ArrayBufferReleaseCallback.html uCEFv8ArrayBufferReleaseCallback.TCefv8ArrayBufferReleaseCallbackRef.html +uCEFv8BackingStore.html +uCEFv8BackingStore.TCefv8BackingStoreRef.html uCEFv8Context.html uCEFv8Context.TCefv8ContextRef.html uCEFv8Exception.html diff --git a/docs/html/index.html b/docs/html/index.html index 113ec651..564bafc8 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -3,7 +3,7 @@ cef4delphi: All Units - + @@ -160,217 +160,233 @@

       

      +uCEFComponent +

       

      + + uCEFComponentIdList

       

      + +uCEFComponentUpdateCallback +

       

      + +uCEFComponentUpdater +

       

      + + uCEFConstants

       

      - + uCEFContextMenuHandler

       

      - + uCEFContextMenuParams

       

      - + uCEFCookieAccessFilter

       

      - + uCEFCookieManager

       

      - + uCEFCookieVisitor

       

      - + uCEFCustomStreamReader

       

      - + uCEFDeleteCookiesCallback

       

      - + uCEFDevToolsMessageObserver

       

      - + uCEFDialogHandler

       

      - + uCEFDictionaryValue

       

      - + uCEFDisplay

       

      - + uCEFDisplayHandler

       

      - + uCEFDomDocument

       

      - + uCEFDomNode

       

      - + uCEFDomVisitor

       

      - + uCEFDownloadHandler

       

      - + uCEFDownloadImageCallBack

       

      - + uCEFDownloadItem

       

      - + uCEFDownloadItemCallback

       

      - + uCEFDragAndDropMgr

       

      - + uCEFDragData

       

      - + uCEFDragHandler

       

      - + uCEFEndTracingCallback

       

      - + uCEFFileDialogCallback

       

      - + uCEFFileDialogInfo

       

      - + uCEFFillLayout

       

      - + uCEFFindHandler

       

      - + uCEFFMXBufferPanel

       

      - + uCEFFMXChromium

       

      - + uCEFFMXWindowParent

       

      - + uCEFFMXWorkScheduler

       

      - + uCEFFocusHandler

       

      - + uCEFFrame

       

      - + uCEFFrameHandler

       

      - + uCEFImage

       

      - + uCEFInterfaces

       

      - + uCEFJsDialogCallback

       

      - + uCEFJsDialogHandler

       

      - + uCEFJson

       

      - + uCEFKeyboardHandler

       

      - + uCEFLabelButton

       

      - + uCEFLabelButtonComponent

       

      - + uCEFLayout

       

      - + uCEFLazarusCocoa

       

      - + uCEFLibFunctions

       

      - + uCEFLifeSpanHandler

       

      - + uCEFLinkedWinControlBase

       

      - + uCEFLinkedWindowParent

       

      - + uCEFLinuxConstants

       

      - + uCEFLinuxEventPipe

       

      - + uCEFLinuxFunctions

       

      + +uCEFLinuxOSRIMEHandler +

       

      + uCEFLinuxTypes

       

      @@ -528,149 +544,157 @@

       

      +uCEFPreferenceObserver +

       

      + + uCEFPreferenceRegistrar

       

      - + uCEFPrintDialogCallback

       

      - + uCEFPrintHandler

       

      - + uCEFPrintJobCallback

       

      - + uCEFPrintSettings

       

      - + uCEFProcessMessage

       

      - + uCEFRegistration

       

      - + uCEFRenderHandler

       

      - + uCEFRenderProcessHandler

       

      - + uCEFRequest

       

      - + uCEFRequestContext

       

      - + uCEFRequestContextHandler

       

      - + uCEFRequestHandler

       

      - + uCEFResolveCallback

       

      - + uCEFResourceBundle

       

      - + uCEFResourceBundleHandler

       

      - + uCEFResourceHandler

       

      - + uCEFResourceReadCallback

       

      - + uCEFResourceRequestHandler

       

      - + uCEFResourceSkipCallback

       

      - + uCEFResponse

       

      - + uCEFResponseFilter

       

      - + uCEFRunContextMenuCallback

       

      - + uCEFRunFileDialogCallback

       

      - + uCEFRunQuickMenuCallback

       

      - + uCEFSchemeHandlerFactory

       

      - + uCEFSchemeRegistrar

       

      - + uCEFScrollView

       

      - + uCEFScrollViewComponent

       

      - + uCEFSelectClientCertificateCallback

       

      - + uCEFSentinel

       

      - + uCEFServer

       

      - + uCEFServerComponent

       

      - + uCEFServerEvents

       

      - + uCEFServerHandler

       

      - + uCEFSetCookieCallback

       

      + +uCEFSettingObserver +

       

      + uCEFSharedMemoryRegion

       

      @@ -776,114 +800,118 @@

       

      +uCEFv8BackingStore +

       

      + + uCEFv8Context

       

      - + uCEFv8Exception

       

      - + uCEFv8Handler

       

      - + uCEFv8Interceptor

       

      - + uCEFv8StackFrame

       

      - + uCEFv8StackTrace

       

      - + uCEFv8Value

       

      - + uCEFValue

       

      - + uCEFView

       

      - + uCEFViewComponent

       

      - + uCEFViewDelegate

       

      - + uCEFViewsFrameworkEvents

       

      - + uCEFWaitableEvent

       

      - + uCEFWinControl

       

      - + uCEFWindow

       

      - + uCEFWindowComponent

       

      - + uCEFWindowDelegate

       

      - + uCEFWindowInfoWrapper

       

      - + uCEFWindowParent

       

      - + uCEFWorkScheduler

       

      - + uCEFWorkSchedulerQueueThread

       

      - + uCEFWorkSchedulerThread

       

      - + uCEFWriteHandler

       

      - + uCEFX509Certificate

       

      - + uCEFX509CertPrincipal

       

      - + uCEFXmlReader

       

      - + uCEFZipReader

       

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/pasdoc.css b/docs/html/pasdoc.css index b5443561..00e7652a 100644 --- a/docs/html/pasdoc.css +++ b/docs/html/pasdoc.css @@ -254,7 +254,7 @@ p.nodescription { color: var(--pasdoc-muted); display: none; } -p.inheritdescription { color: var(--pasdoc-muted); font-style: italic; } +p.inheritdescription, p.description-inherited { color: var(--pasdoc-muted); font-style: italic; } dl.description dt { color: var(--pasdoc-muted); } dl.parameters dt { color: var(--pasdoc-accent); font-weight: 500; } @@ -330,7 +330,7 @@ input#search_submit_button { } color: gray; } -.visibility-toggles { +.show-members-toggles { margin: 0.75em 0; padding: 0.4em 0.75em; background: var(--pasdoc-code-bg); @@ -338,11 +338,11 @@ input#search_submit_button { } border-radius: 0.25rem; font-size: 0.875rem; } -.visibility-toggles .visibility-toggles-label { +.show-members-toggles .show-members-toggles-label { color: var(--pasdoc-muted); margin-right: 0.75em; } -.visibility-toggles label { margin-right: 1em; user-select: none; cursor: pointer; } +.show-members-toggles label { margin-right: 1em; user-select: none; cursor: pointer; } /* === Search form === */ diff --git a/docs/html/uCEFAccessibilityHandler.TCEFAccessibilityHandlerOwn.html b/docs/html/uCEFAccessibilityHandler.TCEFAccessibilityHandlerOwn.html index 640743e0..1b1f5700 100644 --- a/docs/html/uCEFAccessibilityHandler.TCEFAccessibilityHandlerOwn.html +++ b/docs/html/uCEFAccessibilityHandler.TCEFAccessibilityHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFAccessibilityHandler: Class TCEFAccessibilityHandlerOwn - + @@ -68,6 +68,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFAccessibilityHandler.TCustomAccessibilityHandler.html b/docs/html/uCEFAccessibilityHandler.TCustomAccessibilityHandler.html index 24778dad..c4d8c2ad 100644 --- a/docs/html/uCEFAccessibilityHandler.TCustomAccessibilityHandler.html +++ b/docs/html/uCEFAccessibilityHandler.TCustomAccessibilityHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFAccessibilityHandler: Class TCustomAccessibilityHandler - + @@ -125,6 +125,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFAccessibilityHandler.html b/docs/html/uCEFAccessibilityHandler.html index da3c73d1..8b8f7e95 100644 --- a/docs/html/uCEFAccessibilityHandler.html +++ b/docs/html/uCEFAccessibilityHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFAccessibilityHandler - + @@ -44,6 +44,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFApp.TCefAppOwn.html b/docs/html/uCEFApp.TCefAppOwn.html index 435bd65f..c4d9420b 100644 --- a/docs/html/uCEFApp.TCefAppOwn.html +++ b/docs/html/uCEFApp.TCefAppOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFApp: Class TCefAppOwn - + @@ -130,6 +130,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFApp.TCustomCefApp.html b/docs/html/uCEFApp.TCustomCefApp.html index 5debce8a..9c0427eb 100644 --- a/docs/html/uCEFApp.TCustomCefApp.html +++ b/docs/html/uCEFApp.TCustomCefApp.html @@ -3,7 +3,7 @@ cef4delphi: uCEFApp: Class TCustomCefApp - + @@ -205,6 +205,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFApp.html b/docs/html/uCEFApp.html index cd4be6d2..e69ff523 100644 --- a/docs/html/uCEFApp.html +++ b/docs/html/uCEFApp.html @@ -3,7 +3,7 @@ cef4delphi: uCEFApp - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFApplication.TCefApplication.html b/docs/html/uCEFApplication.TCefApplication.html index 59996ad1..64f1bff9 100644 --- a/docs/html/uCEFApplication.TCefApplication.html +++ b/docs/html/uCEFApplication.TCefApplication.html @@ -3,7 +3,7 @@ cef4delphi: uCEFApplication: Class TCefApplication - + @@ -196,6 +196,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFApplication.html b/docs/html/uCEFApplication.html index 652f9c23..996411d5 100644 --- a/docs/html/uCEFApplication.html +++ b/docs/html/uCEFApplication.html @@ -3,7 +3,7 @@ cef4delphi: uCEFApplication - + @@ -182,6 +182,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFApplicationCore.TCEFDirectoryDeleterThread.html b/docs/html/uCEFApplicationCore.TCEFDirectoryDeleterThread.html index 8b50fe45..e65a7317 100644 --- a/docs/html/uCEFApplicationCore.TCEFDirectoryDeleterThread.html +++ b/docs/html/uCEFApplicationCore.TCEFDirectoryDeleterThread.html @@ -3,7 +3,7 @@ cef4delphi: uCEFApplicationCore: Class TCEFDirectoryDeleterThread - + @@ -68,6 +68,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFApplicationCore.TCEFProxySettings.html b/docs/html/uCEFApplicationCore.TCEFProxySettings.html index dd9f21f8..424d52b4 100644 --- a/docs/html/uCEFApplicationCore.TCEFProxySettings.html +++ b/docs/html/uCEFApplicationCore.TCEFProxySettings.html @@ -3,7 +3,7 @@ cef4delphi: uCEFApplicationCore: Class TCEFProxySettings - + @@ -187,6 +187,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFApplicationCore.TCefApplicationCore.html b/docs/html/uCEFApplicationCore.TCefApplicationCore.html index 04c7d261..688e8881 100644 --- a/docs/html/uCEFApplicationCore.TCefApplicationCore.html +++ b/docs/html/uCEFApplicationCore.TCefApplicationCore.html @@ -3,7 +3,7 @@ cef4delphi: uCEFApplicationCore: Class TCefApplicationCore - + @@ -6867,6 +6867,6 @@ ICefLoadHandler

      <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_load_handler_capi.h">CEF source file: /include/capi/cef_load_handler_capi.h (cef_load_handler_t))

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFApplicationCore.html b/docs/html/uCEFApplicationCore.html index 89756743..d86c0aef 100644 --- a/docs/html/uCEFApplicationCore.html +++ b/docs/html/uCEFApplicationCore.html @@ -3,7 +3,7 @@ cef4delphi: uCEFApplicationCore - + @@ -48,7 +48,7 @@ CEF_SUPPORTED_VERSION_MINOR = 0; -CEF_SUPPORTED_VERSION_RELEASE = 5; +CEF_SUPPORTED_VERSION_RELEASE = 9; CEF_SUPPORTED_VERSION_BUILD = 0; @@ -63,7 +63,7 @@ CEF_CHROMEELF_VERSION_RELEASE = 7680; -CEF_CHROMEELF_VERSION_BUILD = 65; +CEF_CHROMEELF_VERSION_BUILD = 165; CEF_API_VERSION_MIN = 13300; @@ -78,30 +78,33 @@ CEF_API_VERSION_EXPERIMENTAL = 999999; +CEF_EXPERIMENTAL = CEF_API_VERSION_EXPERIMENTAL; + + CEF_API_HASH_PLATFORM_LINUX = '7cec742972d6735aa8a955fc2e098a1f6669c3d5'; - + CEF_API_HASH_PLATFORM_MAC = '8ba92d4f63306cea46b5992ce65bf2cd2c7740ff'; - + CEF_API_HASH_SANDBOX_COMPAT = '06ced0d54abb1a72'; - + CEF_API_HASH_PLATFORM_WINDOWS = '99676a8d58951ffb0a24f6cbae6aa01f3249b29e'; - + LIBCEF_DLL = 'libcef.dll'; - + CHROMEELF_DLL = 'chrome_elf.dll'; - + LIBCEF_PAK = 'cef.pak'; - + LIBCEF_LOCALE_DIR = 'locales'; - + LIBCEF_LOCALE_ENUS = 'en-US.pak'; @@ -137,7 +140,7 @@ - + @@ -172,7 +175,7 @@
      CEF_SUPPORTED_VERSION_RELEASE = 5;CEF_SUPPORTED_VERSION_RELEASE = 9;

      This item has no description.

      - + @@ -211,6 +214,13 @@ value defined in /include/cef_api_hash.h

      CEF_CHROMEELF_VERSION_BUILD = 65;CEF_CHROMEELF_VERSION_BUILD = 165;

      This item has no description.

      + + + +
      CEF_EXPERIMENTAL = CEF_API_VERSION_EXPERIMENTAL;
      +

      This item has no description.

      + +
      CEF_API_HASH_PLATFORM_LINUX = '7cec742972d6735aa8a955fc2e098a1f6669c3d5';
      @@ -284,6 +294,6 @@ for InitLibLocationFromArgs

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFApplicationEvents.html b/docs/html/uCEFApplicationEvents.html index ac3e56ae..dcaf4401 100644 --- a/docs/html/uCEFApplicationEvents.html +++ b/docs/html/uCEFApplicationEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFApplicationEvents - + @@ -259,6 +259,6 @@ ICefLoadHandler

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFArgCopy.TCEFArgCopy.html b/docs/html/uCEFArgCopy.TCEFArgCopy.html index 77d95fd0..569c5489 100644 --- a/docs/html/uCEFArgCopy.TCEFArgCopy.html +++ b/docs/html/uCEFArgCopy.TCEFArgCopy.html @@ -3,7 +3,7 @@ cef4delphi: uCEFArgCopy: Class TCEFArgCopy - + @@ -143,6 +143,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFArgCopy.html b/docs/html/uCEFArgCopy.html index 31cfabff..10ffbef8 100644 --- a/docs/html/uCEFArgCopy.html +++ b/docs/html/uCEFArgCopy.html @@ -3,7 +3,7 @@ cef4delphi: uCEFArgCopy - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFAudioHandler.TCefAudioHandlerOwn.html b/docs/html/uCEFAudioHandler.TCefAudioHandlerOwn.html index a126f608..6b9752da 100644 --- a/docs/html/uCEFAudioHandler.TCefAudioHandlerOwn.html +++ b/docs/html/uCEFAudioHandler.TCefAudioHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFAudioHandler: Class TCefAudioHandlerOwn - + @@ -124,6 +124,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFAudioHandler.TCustomAudioHandler.html b/docs/html/uCEFAudioHandler.TCustomAudioHandler.html index 73779bbf..f3055c4f 100644 --- a/docs/html/uCEFAudioHandler.TCustomAudioHandler.html +++ b/docs/html/uCEFAudioHandler.TCustomAudioHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFAudioHandler: Class TCustomAudioHandler - + @@ -153,6 +153,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFAudioHandler.html b/docs/html/uCEFAudioHandler.html index e7d622dc..53e87ce4 100644 --- a/docs/html/uCEFAudioHandler.html +++ b/docs/html/uCEFAudioHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFAudioHandler - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFAuthCallback.TCefAuthCallbackRef.html b/docs/html/uCEFAuthCallback.TCefAuthCallbackRef.html index 066ade09..8a100605 100644 --- a/docs/html/uCEFAuthCallback.TCefAuthCallbackRef.html +++ b/docs/html/uCEFAuthCallback.TCefAuthCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFAuthCallback: Class TCefAuthCallbackRef - + @@ -68,6 +68,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFAuthCallback.html b/docs/html/uCEFAuthCallback.html index abd41055..62fc7c36 100644 --- a/docs/html/uCEFAuthCallback.html +++ b/docs/html/uCEFAuthCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFAuthCallback - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBaseRefCounted.TCefBaseRefCountedOwn.html b/docs/html/uCEFBaseRefCounted.TCefBaseRefCountedOwn.html index a0d84104..9fb0b69d 100644 --- a/docs/html/uCEFBaseRefCounted.TCefBaseRefCountedOwn.html +++ b/docs/html/uCEFBaseRefCounted.TCefBaseRefCountedOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBaseRefCounted: Class TCefBaseRefCountedOwn - + @@ -149,6 +149,6 @@ Called to increment the reference count for the object. Should be called for every new copy of a pointer to a given object.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBaseRefCounted.TCefBaseRefCountedRef.html b/docs/html/uCEFBaseRefCounted.TCefBaseRefCountedRef.html index be3752f9..58363a8a 100644 --- a/docs/html/uCEFBaseRefCounted.TCefBaseRefCountedRef.html +++ b/docs/html/uCEFBaseRefCounted.TCefBaseRefCountedRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBaseRefCounted: Class TCefBaseRefCountedRef - + @@ -161,6 +161,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBaseRefCounted.TLoggingInterfacedObject.html b/docs/html/uCEFBaseRefCounted.TLoggingInterfacedObject.html index d5078b74..b50e55fb 100644 --- a/docs/html/uCEFBaseRefCounted.TLoggingInterfacedObject.html +++ b/docs/html/uCEFBaseRefCounted.TLoggingInterfacedObject.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBaseRefCounted: Class TLoggingInterfacedObject - + @@ -63,6 +63,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBaseRefCounted.html b/docs/html/uCEFBaseRefCounted.html index 2b6a6259..ff68d7e1 100644 --- a/docs/html/uCEFBaseRefCounted.html +++ b/docs/html/uCEFBaseRefCounted.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBaseRefCounted - + @@ -33,6 +33,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBaseScopedWrapper.TCEFBaseScopedWrapperRef.html b/docs/html/uCEFBaseScopedWrapper.TCEFBaseScopedWrapperRef.html index 485c9774..e93d4dcd 100644 --- a/docs/html/uCEFBaseScopedWrapper.TCEFBaseScopedWrapperRef.html +++ b/docs/html/uCEFBaseScopedWrapper.TCEFBaseScopedWrapperRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBaseScopedWrapper: Class TCEFBaseScopedWrapperRef - + @@ -69,6 +69,6 @@ The complete list of compiler versions is here :

      This item has no description.

      -
      Generated by
      PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBaseScopedWrapper.html b/docs/html/uCEFBaseScopedWrapper.html index f62fc072..eb927a09 100644 --- a/docs/html/uCEFBaseScopedWrapper.html +++ b/docs/html/uCEFBaseScopedWrapper.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBaseScopedWrapper - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBeforeDownloadCallback.TCefBeforeDownloadCallbackRef.html b/docs/html/uCEFBeforeDownloadCallback.TCefBeforeDownloadCallbackRef.html index 5f277517..b82e41d8 100644 --- a/docs/html/uCEFBeforeDownloadCallback.TCefBeforeDownloadCallbackRef.html +++ b/docs/html/uCEFBeforeDownloadCallback.TCefBeforeDownloadCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBeforeDownloadCallback: Class TCefBeforeDownloadCallbackRef - + @@ -54,6 +54,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBeforeDownloadCallback.html b/docs/html/uCEFBeforeDownloadCallback.html index f0cc3677..d608cc84 100644 --- a/docs/html/uCEFBeforeDownloadCallback.html +++ b/docs/html/uCEFBeforeDownloadCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBeforeDownloadCallback - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBinaryValue.TCefBinaryValueOwn.html b/docs/html/uCEFBinaryValue.TCefBinaryValueOwn.html index 6d9da2ce..0287c9b0 100644 --- a/docs/html/uCEFBinaryValue.TCefBinaryValueOwn.html +++ b/docs/html/uCEFBinaryValue.TCefBinaryValueOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBinaryValue: Class TCefBinaryValueOwn - + @@ -152,6 +152,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBinaryValue.TCefBinaryValueRef.html b/docs/html/uCEFBinaryValue.TCefBinaryValueRef.html index 2c459863..1537a453 100644 --- a/docs/html/uCEFBinaryValue.TCefBinaryValueRef.html +++ b/docs/html/uCEFBinaryValue.TCefBinaryValueRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBinaryValue: Class TCefBinaryValueRef - + @@ -164,6 +164,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBinaryValue.html b/docs/html/uCEFBinaryValue.html index 5cfc7841..bdc829bd 100644 --- a/docs/html/uCEFBinaryValue.html +++ b/docs/html/uCEFBinaryValue.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBinaryValue - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBitmapBitBuffer.TCEFBitmapBitBuffer.html b/docs/html/uCEFBitmapBitBuffer.TCEFBitmapBitBuffer.html index 38ac565a..f48edf22 100644 --- a/docs/html/uCEFBitmapBitBuffer.TCEFBitmapBitBuffer.html +++ b/docs/html/uCEFBitmapBitBuffer.TCEFBitmapBitBuffer.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBitmapBitBuffer: Class TCEFBitmapBitBuffer - + @@ -331,6 +331,6 @@ Returns a pointer to the buffer that stores the image.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBitmapBitBuffer.html b/docs/html/uCEFBitmapBitBuffer.html index b7a432af..eaed1986 100644 --- a/docs/html/uCEFBitmapBitBuffer.html +++ b/docs/html/uCEFBitmapBitBuffer.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBitmapBitBuffer - + @@ -25,6 +25,6 @@ Class that stores a copy of the raw bitmap buffer sent by CEF in the TChromiumCore.OnPaint event. -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBoxLayout.TCefBoxLayoutRef.html b/docs/html/uCEFBoxLayout.TCefBoxLayoutRef.html index b1ea9308..dd962901 100644 --- a/docs/html/uCEFBoxLayout.TCefBoxLayoutRef.html +++ b/docs/html/uCEFBoxLayout.TCefBoxLayoutRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBoxLayout: Class TCefBoxLayoutRef - + @@ -79,6 +79,6 @@ Returns a ICefBoxLayout instance using a PCefBoxLayout data pointer.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBoxLayout.html b/docs/html/uCEFBoxLayout.html index 951aa61b..c7da55d8 100644 --- a/docs/html/uCEFBoxLayout.html +++ b/docs/html/uCEFBoxLayout.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBoxLayout - + @@ -25,6 +25,6 @@ A Layout manager that arranges child views vertically or horizontally in a side-by-side fashion with spacing around and between the child views. The child views are always sized according to their preferred size. If the host's bounds provide insufficient space, child views will be clamped. Excess space will not be distributed. Methods must be called on the browser process UI thread unless otherwise indicated. -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowser.TCefBrowserHostRef.html b/docs/html/uCEFBrowser.TCefBrowserHostRef.html index acf7f559..6847b4eb 100644 --- a/docs/html/uCEFBrowser.TCefBrowserHostRef.html +++ b/docs/html/uCEFBrowser.TCefBrowserHostRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowser: Class TCefBrowserHostRef - + @@ -313,7 +313,11 @@ Protected function GetRuntimeStyle: TCefRuntimeStyle; - + +Protected +procedure SetAxViewportCollapse(enabled: boolean); + + Public class function UnWrap(data: Pointer): ICefBrowserHost; @@ -1082,14 +1086,26 @@

      This function can only be called on the CEF UI thread.

      + + + + + + +
      Protectedprocedure SetAxViewportCollapse(enabled: boolean);
      +

      This item has no description. Showing description inherited from ICefBrowserHost.SetAxViewportCollapse.

      + Enable or disable CDP accessibility tree viewport collapse for this browser. When enabled, off-screen landmarks and headings are serialized as summaries and other off-screen nodes are pruned. Overrides the TCefBrowserSettings.ax_viewport_collapse value. If called on the UI thread the change will be applied immediately. Otherwise, the change will be applied asynchronously on the UI thread. WARNING: This collapses the CDP accessibility tree and disables CDP dynamic tree updates (nodesUpdated events). The DevTools Accessibility panel will show an incomplete tree. Platform screen readers (NVDA, JAWS, VoiceOver) are unaffected — they use a separate code path.

      +
      +

      +* CEF_API_ADDED(CEF_EXPERIMENTAL) *

      +
      Public class function UnWrap(data: Pointer): ICefBrowserHost;
      -

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowser.TCefBrowserRef.html b/docs/html/uCEFBrowser.TCefBrowserRef.html index d871ab5e..7f473909 100644 --- a/docs/html/uCEFBrowser.TCefBrowserRef.html +++ b/docs/html/uCEFBrowser.TCefBrowserRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowser: Class TCefBrowserRef - + @@ -334,6 +334,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowser.html b/docs/html/uCEFBrowser.html index ac0b65ec..23ce1d75 100644 --- a/docs/html/uCEFBrowser.html +++ b/docs/html/uCEFBrowser.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowser - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserBitmap.TCEFBrowserBitmap.html b/docs/html/uCEFBrowserBitmap.TCEFBrowserBitmap.html index d982a97a..83a66980 100644 --- a/docs/html/uCEFBrowserBitmap.TCEFBrowserBitmap.html +++ b/docs/html/uCEFBrowserBitmap.TCEFBrowserBitmap.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserBitmap: Class TCEFBrowserBitmap - + @@ -215,6 +215,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserBitmap.html b/docs/html/uCEFBrowserBitmap.html index 7ba06b5e..8be9c75c 100644 --- a/docs/html/uCEFBrowserBitmap.html +++ b/docs/html/uCEFBrowserBitmap.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserBitmap - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserProcessHandler.TCefBrowserProcessHandlerOwn.html b/docs/html/uCEFBrowserProcessHandler.TCefBrowserProcessHandlerOwn.html index 23aaef44..0f52c95f 100644 --- a/docs/html/uCEFBrowserProcessHandler.TCefBrowserProcessHandlerOwn.html +++ b/docs/html/uCEFBrowserProcessHandler.TCefBrowserProcessHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserProcessHandler: Class TCefBrowserProcessHandlerOwn - + @@ -170,6 +170,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserProcessHandler.TCefCustomBrowserProcessHandler.html b/docs/html/uCEFBrowserProcessHandler.TCefCustomBrowserProcessHandler.html index 82e7e121..ff68007d 100644 --- a/docs/html/uCEFBrowserProcessHandler.TCefCustomBrowserProcessHandler.html +++ b/docs/html/uCEFBrowserProcessHandler.TCefCustomBrowserProcessHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserProcessHandler: Class TCefCustomBrowserProcessHandler - + @@ -199,6 +199,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserProcessHandler.html b/docs/html/uCEFBrowserProcessHandler.html index 11808fb3..0a82ac43 100644 --- a/docs/html/uCEFBrowserProcessHandler.html +++ b/docs/html/uCEFBrowserProcessHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserProcessHandler - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserView.TCefBrowserViewRef.html b/docs/html/uCEFBrowserView.TCefBrowserViewRef.html index bb14a467..cf6d6b2b 100644 --- a/docs/html/uCEFBrowserView.TCefBrowserViewRef.html +++ b/docs/html/uCEFBrowserView.TCefBrowserViewRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserView: Class TCefBrowserViewRef - + @@ -133,6 +133,6 @@ Returns the BrowserView associated with |browser|.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserView.html b/docs/html/uCEFBrowserView.html index e9f4f8fa..e11e467b 100644 --- a/docs/html/uCEFBrowserView.html +++ b/docs/html/uCEFBrowserView.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserView - + @@ -25,6 +25,6 @@ A View hosting a ICefBrowser instance. Methods must be called on the browser process UI thread unless otherwise indicated. -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserViewComponent.TCEFBrowserViewComponent.html b/docs/html/uCEFBrowserViewComponent.TCEFBrowserViewComponent.html index 35988cd0..1a022708 100644 --- a/docs/html/uCEFBrowserViewComponent.TCEFBrowserViewComponent.html +++ b/docs/html/uCEFBrowserViewComponent.TCEFBrowserViewComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserViewComponent: Class TCEFBrowserViewComponent - + @@ -642,6 +642,6 @@ ICefBrowserViewDelegateEvents

      Return true (1) to allow opening Document picture-in-picture without user activation. Default is false (0) (user activation required).

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserViewComponent.html b/docs/html/uCEFBrowserViewComponent.html index f7a689dd..c68ef300 100644 --- a/docs/html/uCEFBrowserViewComponent.html +++ b/docs/html/uCEFBrowserViewComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserViewComponent - + @@ -40,6 +40,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html b/docs/html/uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html index 42a690ea..671f3bf0 100644 --- a/docs/html/uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html +++ b/docs/html/uCEFBrowserViewDelegate.TCefBrowserViewDelegateOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserViewDelegate: Class TCefBrowserViewDelegateOwn - + @@ -201,6 +201,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html b/docs/html/uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html index 6a735699..02458898 100644 --- a/docs/html/uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html +++ b/docs/html/uCEFBrowserViewDelegate.TCefBrowserViewDelegateRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserViewDelegate: Class TCefBrowserViewDelegateRef - + @@ -183,6 +183,6 @@ Returns a ICefBrowserViewDelegate instance using a PCefBrowserViewDelegate data pointer.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html b/docs/html/uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html index 8d73707b..49ca31ba 100644 --- a/docs/html/uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html +++ b/docs/html/uCEFBrowserViewDelegate.TCustomBrowserViewDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserViewDelegate: Class TCustomBrowserViewDelegate - + @@ -373,6 +373,6 @@ ICefBrowserViewDelegate

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserViewDelegate.html b/docs/html/uCEFBrowserViewDelegate.html index 9e2c5ddf..46b48c0c 100644 --- a/docs/html/uCEFBrowserViewDelegate.html +++ b/docs/html/uCEFBrowserViewDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserViewDelegate - + @@ -33,6 +33,6 @@ This class handles all the ICefBrowserViewDelegate methods which call the ICefBrowserViewDelegateEvents methods. ICefBrowserViewDelegateEvents will be implemented by the control receiving the ICefBrowserViewDelegate events. -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserWindow.TBrowserWindow.html b/docs/html/uCEFBrowserWindow.TBrowserWindow.html index a77acf00..b62e5e01 100644 --- a/docs/html/uCEFBrowserWindow.TBrowserWindow.html +++ b/docs/html/uCEFBrowserWindow.TBrowserWindow.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserWindow: Class TBrowserWindow - + @@ -273,6 +273,6 @@ TBrowserWindow OnBrowserClosed will not be called, if the TBrowserWindow is destroyed/destroying before the browser is closed.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserWindow.TChromiumWrapper.html b/docs/html/uCEFBrowserWindow.TChromiumWrapper.html index 94a4783b..33527ed9 100644 --- a/docs/html/uCEFBrowserWindow.TChromiumWrapper.html +++ b/docs/html/uCEFBrowserWindow.TChromiumWrapper.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserWindow: Class TChromiumWrapper - + @@ -258,6 +258,6 @@ WaitForBrowserClosed calls ProcessMessages. It therefore is possible that the TB

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserWindow.TEmbeddedChromium.html b/docs/html/uCEFBrowserWindow.TEmbeddedChromium.html index ab8b2d9e..d2a7fdb4 100644 --- a/docs/html/uCEFBrowserWindow.TEmbeddedChromium.html +++ b/docs/html/uCEFBrowserWindow.TEmbeddedChromium.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserWindow: Class TEmbeddedChromium - + @@ -295,6 +295,6 @@ Includes browser in creation

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBrowserWindow.html b/docs/html/uCEFBrowserWindow.html index c5accb81..287b4f84 100644 --- a/docs/html/uCEFBrowserWindow.html +++ b/docs/html/uCEFBrowserWindow.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBrowserWindow - + @@ -48,6 +48,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBufferPanel.TBufferPanel.html b/docs/html/uCEFBufferPanel.TBufferPanel.html index a60ac6b9..f5ab0bbd 100644 --- a/docs/html/uCEFBufferPanel.TBufferPanel.html +++ b/docs/html/uCEFBufferPanel.TBufferPanel.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBufferPanel: Class TBufferPanel - + @@ -2099,6 +2099,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFBufferPanel.html b/docs/html/uCEFBufferPanel.html index 98521f79..8ea27a72 100644 --- a/docs/html/uCEFBufferPanel.html +++ b/docs/html/uCEFBufferPanel.html @@ -3,7 +3,7 @@ cef4delphi: uCEFBufferPanel - + @@ -74,6 +74,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFButton.TCefButtonRef.html b/docs/html/uCEFButton.TCefButtonRef.html index 2b5a16bf..f45ff70c 100644 --- a/docs/html/uCEFButton.TCefButtonRef.html +++ b/docs/html/uCEFButton.TCefButtonRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFButton: Class TCefButtonRef - + @@ -133,6 +133,6 @@ Returns a ICefButton instance using a PCefButton data pointer.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFButton.html b/docs/html/uCEFButton.html index 64b8a8e1..1c4485ef 100644 --- a/docs/html/uCEFButton.html +++ b/docs/html/uCEFButton.html @@ -3,7 +3,7 @@ cef4delphi: uCEFButton - + @@ -25,6 +25,6 @@ A View representing a button. Depending on the specific type, the button could be implemented by a native control or custom rendered. Methods must be called on the browser process UI thread unless otherwise indicated. -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFButtonComponent.TCEFButtonComponent.html b/docs/html/uCEFButtonComponent.TCEFButtonComponent.html index 21650a8b..74e9495f 100644 --- a/docs/html/uCEFButtonComponent.TCEFButtonComponent.html +++ b/docs/html/uCEFButtonComponent.TCEFButtonComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFButtonComponent: Class TCEFButtonComponent - + @@ -296,6 +296,6 @@ ICefButtonDelegateEvents

      Called when the state of |button| changes.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFButtonComponent.html b/docs/html/uCEFButtonComponent.html index bec286b2..43efdfa0 100644 --- a/docs/html/uCEFButtonComponent.html +++ b/docs/html/uCEFButtonComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFButtonComponent - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFButtonDelegate.TCefButtonDelegateOwn.html b/docs/html/uCEFButtonDelegate.TCefButtonDelegateOwn.html index d749dc68..d06ffd57 100644 --- a/docs/html/uCEFButtonDelegate.TCefButtonDelegateOwn.html +++ b/docs/html/uCEFButtonDelegate.TCefButtonDelegateOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFButtonDelegate: Class TCefButtonDelegateOwn - + @@ -89,6 +89,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFButtonDelegate.TCefButtonDelegateRef.html b/docs/html/uCEFButtonDelegate.TCefButtonDelegateRef.html index edd93414..0593209c 100644 --- a/docs/html/uCEFButtonDelegate.TCefButtonDelegateRef.html +++ b/docs/html/uCEFButtonDelegate.TCefButtonDelegateRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFButtonDelegate: Class TCefButtonDelegateRef - + @@ -71,6 +71,6 @@ Returns a ICefButtonDelegate instance using a PCefButtonDelegate data pointer.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFButtonDelegate.TCustomButtonDelegate.html b/docs/html/uCEFButtonDelegate.TCustomButtonDelegate.html index 791a0d26..c3687e07 100644 --- a/docs/html/uCEFButtonDelegate.TCustomButtonDelegate.html +++ b/docs/html/uCEFButtonDelegate.TCustomButtonDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFButtonDelegate: Class TCustomButtonDelegate - + @@ -263,6 +263,6 @@ ICefButtonDelegate

      Creates an instance of this class liked to an interface that's implemented by a control receiving the events.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFButtonDelegate.html b/docs/html/uCEFButtonDelegate.html index f128a26e..af1dd7b8 100644 --- a/docs/html/uCEFButtonDelegate.html +++ b/docs/html/uCEFButtonDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFButtonDelegate - + @@ -33,6 +33,6 @@ This class handles all the ICefButtonDelegate methods which call the ICefButtonDelegateEvents methods. ICefButtonDelegateEvents will be implemented by the control receiving the ICefButtonDelegate events. -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCallback.TCefCallbackRef.html b/docs/html/uCEFCallback.TCefCallbackRef.html index 9097834a..e85e4c1a 100644 --- a/docs/html/uCEFCallback.TCefCallbackRef.html +++ b/docs/html/uCEFCallback.TCefCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCallback: Class TCefCallbackRef - + @@ -68,6 +68,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCallback.html b/docs/html/uCEFCallback.html index 8a13ee49..065346f2 100644 --- a/docs/html/uCEFCallback.html +++ b/docs/html/uCEFCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCallback - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFChromium.TChromium.html b/docs/html/uCEFChromium.TChromium.html index 42a2ffe8..8d9e308e 100644 --- a/docs/html/uCEFChromium.TChromium.html +++ b/docs/html/uCEFChromium.TChromium.html @@ -3,7 +3,7 @@ cef4delphi: uCEFChromium: Class TChromium - + @@ -236,6 +236,6 @@ Copy the DC to a bitmap stream. Only works on Windows with browsers without GPU Copy the DC to a TBitmap. Only works on Windows with browsers without GPU acceleration. It's recommended to use the "Page.captureScreenshot" DevTools method instead.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFChromium.html b/docs/html/uCEFChromium.html index eb94a02f..7066fcf8 100644 --- a/docs/html/uCEFChromium.html +++ b/docs/html/uCEFChromium.html @@ -3,7 +3,7 @@ cef4delphi: uCEFChromium - + @@ -40,6 +40,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFChromiumCore.TBrowserInfo.html b/docs/html/uCEFChromiumCore.TBrowserInfo.html index fb59d728..c334a4d4 100644 --- a/docs/html/uCEFChromiumCore.TBrowserInfo.html +++ b/docs/html/uCEFChromiumCore.TBrowserInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFChromiumCore: Class TBrowserInfo - + @@ -155,6 +155,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFChromiumCore.TBrowserInfoList.html b/docs/html/uCEFChromiumCore.TBrowserInfoList.html index dda7e840..87acbcdc 100644 --- a/docs/html/uCEFChromiumCore.TBrowserInfoList.html +++ b/docs/html/uCEFChromiumCore.TBrowserInfoList.html @@ -3,7 +3,7 @@ cef4delphi: uCEFChromiumCore: Class TBrowserInfoList - + @@ -236,6 +236,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFChromiumCore.TChromiumCore.html b/docs/html/uCEFChromiumCore.TChromiumCore.html index 34b8e15a..b0ee4a39 100644 --- a/docs/html/uCEFChromiumCore.TChromiumCore.html +++ b/docs/html/uCEFChromiumCore.TChromiumCore.html @@ -3,7 +3,7 @@ cef4delphi: uCEFChromiumCore: Class TChromiumCore - + @@ -90,7 +90,7 @@ Protected -FPreferenceInfoList: TPreferenceInfoList; +FPreferenceInfoList: TPreferenceInfoList; Protected @@ -2705,161 +2705,165 @@ Public -procedure SendExternalBeginFrame; +procedure SetAxViewportCollapse(enabled: boolean); Public +procedure SendExternalBeginFrame; + + +Public procedure SendKeyEvent(const event: PCefKeyEvent); - + Public procedure SendMouseClickEvent(const event: PCefMouseEvent; type_: TCefMouseButtonType; mouseUp: Boolean; clickCount: Integer); - + Public procedure SendMouseMoveEvent(const event: PCefMouseEvent; mouseLeave: Boolean); - + Public procedure SendMouseWheelEvent(const event: PCefMouseEvent; deltaX, deltaY: Integer); - + Public procedure SendTouchEvent(const event: PCefTouchEvent); - + Public procedure SendCaptureLostEvent; - + Public procedure SendProcessMessage(targetProcess: TCefProcessId; const ProcMessage: ICefProcessMessage; const aFrameName : ustring = ''; const aFrameIdentifier : ustring = ''); overload; - + Public procedure SendProcessMessage(targetProcess: TCefProcessId; const ProcMessage: ICefProcessMessage; const aFrame : ICefFrame); overload; - + Public function CreateUrlRequest(const request: ICefRequest; const client: ICefUrlrequestClient; const aFrameName : ustring = ''; const aFrameIdentifier : ustring = ''): ICefUrlRequest; overload; - + Public function CreateUrlRequest(const request: ICefRequest; const client: ICefUrlrequestClient; const aFrame : ICefFrame): ICefUrlRequest; overload; - + Public procedure SetFocus(focus: Boolean); - + Public procedure SetAccessibilityState(accessibilityState: TCefState); - + Public procedure DragTargetDragEnter(const dragData: ICefDragData; const event: PCefMouseEvent; allowedOps: TCefDragOperations); - + Public procedure DragTargetDragOver(const event: PCefMouseEvent; allowedOps: TCefDragOperations); - + Public procedure DragTargetDragLeave; - + Public procedure DragTargetDrop(const event: PCefMouseEvent); - + Public procedure DragSourceEndedAt(x, y: Integer; op: TCefDragOperation); - + Public procedure DragSourceSystemDragEnded; - + Public procedure IMESetComposition(const text: ustring; const underlines : TCefCompositionUnderlineDynArray; const replacement_range, selection_range : PCefRange); - + Public procedure IMECommitText(const text: ustring; const replacement_range : PCefRange; relative_cursor_pos : integer); - + Public procedure IMEFinishComposingText(keep_selection : boolean); - + Public procedure IMECancelComposition; - + Public procedure ReplaceMisspelling(const aWord : ustring); - + Public procedure AddWordToDictionary(const aWord : ustring); - + Public function AddObserver(const observer: ICefMediaObserver): ICefRegistration; - + Public function GetSource(const urn: ustring): ICefMediaSource; - + Public procedure NotifyCurrentSinks; - + Public procedure NotifyCurrentRoutes; - + Public procedure CreateRoute(const source: ICefMediaSource; const sink: ICefMediaSink); - + Public procedure GetDeviceInfo(const aMediaSink: ICefMediaSink); - + Public function GetWebsiteSetting(const requesting_url, top_level_url: ustring; content_type: TCefContentSettingTypes): ICefValue; - + Public procedure SetWebsiteSetting(const requesting_url, top_level_url: ustring; content_type: TCefContentSettingTypes; const value: ICefValue); - + Public function GetContentSetting(const requesting_url, top_level_url: ustring; content_type: TCefContentSettingTypes): TCefContentSettingValues; - + Public procedure SetContentSetting(const requesting_url, top_level_url: ustring; content_type: TCefContentSettingTypes; value: TCefContentSettingValues); - + Public procedure SetChromeColorScheme(variant: TCefColorVariant; user_color: TCefColor); - + Public function GetComponentCount: NativeUInt; - + Public function GetComponents(var components_: TCefComponentArray): boolean; - + Public function GetComponentById(const component_id: ustring; var aResult: ICefComponent): boolean; - + Public procedure UpdateComponent(const component_id: ustring; priority: TCefComponentUpdatePriority); @@ -3984,7 +3988,7 @@ - + @@ -9887,6 +9891,16 @@ Custom

      ProtectedFPreferenceInfoList: TPreferenceInfoList;FPreferenceInfoList: TPreferenceInfoList;

      This item has no description.

      + + + +
      Publicprocedure SetAxViewportCollapse(enabled: boolean);
      +

      + Enable or disable CDP accessibility tree viewport collapse for this browser. When enabled, off-screen landmarks and headings are serialized as summaries and other off-screen nodes are pruned. Overrides the TChromiumOptions.AxViewportCollapse value. If called on the UI thread the change will be applied immediately. Otherwise, the change will be applied asynchronously on the UI thread. WARNING: This collapses the CDP accessibility tree and disables CDP dynamic tree updates (nodesUpdated events). The DevTools Accessibility panel will show an incomplete tree. Platform screen readers (NVDA, JAWS, VoiceOver) are unaffected — they use a separate code path.

      +
      + + +
      Public procedure SendExternalBeginFrame;
      @@ -13931,6 +13945,6 @@ Custom

      <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_component_updater_capi.h">CEF source file: /include/capi/cef_component_updater_capi.h (cef_component_update_callback_t))

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFChromiumCore.html b/docs/html/uCEFChromiumCore.html index a33a9c83..ebd41f5c 100644 --- a/docs/html/uCEFChromiumCore.html +++ b/docs/html/uCEFChromiumCore.html @@ -3,7 +3,7 @@ cef4delphi: uCEFChromiumCore - + @@ -33,6 +33,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFChromiumEvents.html b/docs/html/uCEFChromiumEvents.html index 71619891..05ca95ca 100644 --- a/docs/html/uCEFChromiumEvents.html +++ b/docs/html/uCEFChromiumEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFChromiumEvents - + @@ -1465,6 +1465,6 @@ Custom

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFChromiumFontOptions.TChromiumFontOptions.html b/docs/html/uCEFChromiumFontOptions.TChromiumFontOptions.html index ea5141a3..d3d87d35 100644 --- a/docs/html/uCEFChromiumFontOptions.TChromiumFontOptions.html +++ b/docs/html/uCEFChromiumFontOptions.TChromiumFontOptions.html @@ -3,7 +3,7 @@ cef4delphi: uCEFChromiumFontOptions: Class TChromiumFontOptions - + @@ -338,6 +338,6 @@ Controls the loading of fonts from remote sources. Also configurable using the "disable-remote-fonts" command-line switch.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFChromiumFontOptions.html b/docs/html/uCEFChromiumFontOptions.html index 3651c493..add4c239 100644 --- a/docs/html/uCEFChromiumFontOptions.html +++ b/docs/html/uCEFChromiumFontOptions.html @@ -3,7 +3,7 @@ cef4delphi: uCEFChromiumFontOptions - + @@ -25,6 +25,6 @@ The TChromiumFontOptions properties are used to fill the TCefBrowserSettings record which is used during the browser creation. -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFChromiumOptions.TChromiumOptions.html b/docs/html/uCEFChromiumOptions.TChromiumOptions.html index d8efa839..1cd6e44d 100644 --- a/docs/html/uCEFChromiumOptions.TChromiumOptions.html +++ b/docs/html/uCEFChromiumOptions.TChromiumOptions.html @@ -3,7 +3,7 @@ cef4delphi: uCEFChromiumOptions: Class TChromiumOptions - + @@ -87,6 +87,10 @@ Protected FChromeZoomBubble: TCefState; + +Protected +FAxViewportCollapse: TCefState; +

      Methods

      @@ -157,6 +161,10 @@ + + + +
      Published property ChromeZoomBubble : TCefState read FChromeZoomBubble write FChromeZoomBubble default STATE_DEFAULT;
      Publishedproperty AxViewportCollapse : TCefState read FAxViewportCollapse write FAxViewportCollapse default STATE_DEFAULT;

      Description

      Fields

      @@ -280,6 +288,14 @@

      This item has no description.

      + + + + + + +
      ProtectedFAxViewportCollapse: TCefState;
      +

      This item has no description.

      Methods

      @@ -452,6 +468,16 @@ Controls whether the Chrome zoom bubble will be shown when zooming. Only supported with Chrome style.

      -
      Generated by PasDoc 0.17.0.snapshot. + + + + + + +
      Publishedproperty AxViewportCollapse : TCefState read FAxViewportCollapse write FAxViewportCollapse default STATE_DEFAULT;
      +

      + Controls whether CDP accessibility tree serialization collapses off-screen nodes. When enabled, off-screen landmarks and headings are serialized as summaries (role + name only) and other off-screen nodes are pruned. This reduces snapshot size for AI agents using Playwright ariaSnapshot(). WARNING: This collapses the CDP accessibility tree and disables CDP dynamic tree updates (nodesUpdated events). The DevTools Accessibility panel will show an incomplete tree. Platform screen readers (NVDA, JAWS, VoiceOver) are unaffected — they use a separate code path. Can also be configured at runtime using ICefBrowserHost.SetAxViewportCollapse.

      +
      +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFChromiumOptions.html b/docs/html/uCEFChromiumOptions.html index f15e4c24..00df8394 100644 --- a/docs/html/uCEFChromiumOptions.html +++ b/docs/html/uCEFChromiumOptions.html @@ -3,7 +3,7 @@ cef4delphi: uCEFChromiumOptions - + @@ -25,6 +25,6 @@ The TChromiumOptions properties used to fill the TCefBrowserSettings record which is used during the browser creation. -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFChromiumWindow.TChromiumWindow.html b/docs/html/uCEFChromiumWindow.TChromiumWindow.html index 4fbfaff3..74136114 100644 --- a/docs/html/uCEFChromiumWindow.TChromiumWindow.html +++ b/docs/html/uCEFChromiumWindow.TChromiumWindow.html @@ -3,7 +3,7 @@ cef4delphi: uCEFChromiumWindow: Class TChromiumWindow - + @@ -491,6 +491,6 @@

      <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_life_span_handler_capi.h">CEF source file: /include/capi/cef_life_span_handler_capi.h (cef_life_span_handler_t))

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFChromiumWindow.html b/docs/html/uCEFChromiumWindow.html index 9d80099f..1001654d 100644 --- a/docs/html/uCEFChromiumWindow.html +++ b/docs/html/uCEFChromiumWindow.html @@ -3,7 +3,7 @@ cef4delphi: uCEFChromiumWindow - + @@ -46,6 +46,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFClient.TCefClientOwn.html b/docs/html/uCEFClient.TCefClientOwn.html index 34b8606a..b9617740 100644 --- a/docs/html/uCEFClient.TCefClientOwn.html +++ b/docs/html/uCEFClient.TCefClientOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFClient: Class TCefClientOwn - + @@ -320,6 +320,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFClient.TCefClientRef.html b/docs/html/uCEFClient.TCefClientRef.html index 997ac247..7b52c77a 100644 --- a/docs/html/uCEFClient.TCefClientRef.html +++ b/docs/html/uCEFClient.TCefClientRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFClient: Class TCefClientRef - + @@ -320,6 +320,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFClient.TCustomClientHandler.html b/docs/html/uCEFClient.TCustomClientHandler.html index 68a74f9c..07dc03d6 100644 --- a/docs/html/uCEFClient.TCustomClientHandler.html +++ b/docs/html/uCEFClient.TCustomClientHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFClient: Class TCustomClientHandler - + @@ -577,6 +577,6 @@ Custom procedure to clear all references.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFClient.html b/docs/html/uCEFClient.html index fcdc10d2..c0ba53cd 100644 --- a/docs/html/uCEFClient.html +++ b/docs/html/uCEFClient.html @@ -3,7 +3,7 @@ cef4delphi: uCEFClient - + @@ -33,6 +33,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCommandHandler.TCefCommandHandlerOwn.html b/docs/html/uCEFCommandHandler.TCefCommandHandlerOwn.html index 27b9267f..84ed7fc2 100644 --- a/docs/html/uCEFCommandHandler.TCefCommandHandlerOwn.html +++ b/docs/html/uCEFCommandHandler.TCefCommandHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCommandHandler: Class TCefCommandHandlerOwn - + @@ -124,6 +124,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCommandHandler.TCustomCommandHandler.html b/docs/html/uCEFCommandHandler.TCustomCommandHandler.html index 29dd6626..7f3e0491 100644 --- a/docs/html/uCEFCommandHandler.TCustomCommandHandler.html +++ b/docs/html/uCEFCommandHandler.TCustomCommandHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCommandHandler: Class TCustomCommandHandler - + @@ -153,6 +153,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCommandHandler.html b/docs/html/uCEFCommandHandler.html index a8a28245..4ec212b5 100644 --- a/docs/html/uCEFCommandHandler.html +++ b/docs/html/uCEFCommandHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCommandHandler - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCommandLine.TCefCommandLineRef.html b/docs/html/uCEFCommandLine.TCefCommandLineRef.html index 13d9ab35..184eee1e 100644 --- a/docs/html/uCEFCommandLine.TCefCommandLineRef.html +++ b/docs/html/uCEFCommandLine.TCefCommandLineRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCommandLine: Class TCefCommandLineRef - + @@ -378,6 +378,6 @@ Returns the singleton global ICefCommandLine object. The returned object will be read-only.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCommandLine.html b/docs/html/uCEFCommandLine.html index 4f38e715..557af9e9 100644 --- a/docs/html/uCEFCommandLine.html +++ b/docs/html/uCEFCommandLine.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCommandLine - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCompletionCallback.TCefCompletionCallbackOwn.html b/docs/html/uCEFCompletionCallback.TCefCompletionCallbackOwn.html index bc77fc64..5034b9bb 100644 --- a/docs/html/uCEFCompletionCallback.TCefCompletionCallbackOwn.html +++ b/docs/html/uCEFCompletionCallback.TCefCompletionCallbackOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCompletionCallback: Class TCefCompletionCallbackOwn - + @@ -54,6 +54,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCompletionCallback.TCefCustomCompletionCallback.html b/docs/html/uCEFCompletionCallback.TCefCustomCompletionCallback.html index a9e8a86f..26f0f61f 100644 --- a/docs/html/uCEFCompletionCallback.TCefCustomCompletionCallback.html +++ b/docs/html/uCEFCompletionCallback.TCefCustomCompletionCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCompletionCallback: Class TCefCustomCompletionCallback - + @@ -69,6 +69,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCompletionCallback.TCefEventCompletionCallback.html b/docs/html/uCEFCompletionCallback.TCefEventCompletionCallback.html index 53143315..5cdaedc5 100644 --- a/docs/html/uCEFCompletionCallback.TCefEventCompletionCallback.html +++ b/docs/html/uCEFCompletionCallback.TCefEventCompletionCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCompletionCallback: Class TCefEventCompletionCallback - + @@ -83,6 +83,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCompletionCallback.TCefFastCompletionCallback.html b/docs/html/uCEFCompletionCallback.TCefFastCompletionCallback.html index ae0fd54d..92dbad3b 100644 --- a/docs/html/uCEFCompletionCallback.TCefFastCompletionCallback.html +++ b/docs/html/uCEFCompletionCallback.TCefFastCompletionCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCompletionCallback: Class TCefFastCompletionCallback - + @@ -71,6 +71,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCompletionCallback.html b/docs/html/uCEFCompletionCallback.html index 3e1fdd72..cfed97e9 100644 --- a/docs/html/uCEFCompletionCallback.html +++ b/docs/html/uCEFCompletionCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCompletionCallback - + @@ -37,6 +37,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFComponent.TCefComponentRef.html b/docs/html/uCEFComponent.TCefComponentRef.html new file mode 100644 index 00000000..9dbd457e --- /dev/null +++ b/docs/html/uCEFComponent.TCefComponentRef.html @@ -0,0 +1,107 @@ + + + +cef4delphi: uCEFComponent: Class TCefComponentRef + + + + + + + +

      Class TCefComponentRef

      + +

      Unit

      + +

      Declaration

      +

      +type TCefComponentRef = class(TCefBaseRefCountedRef, ICefComponent)

      +

      Description

      +

      + Structure representing a snapshot of a component's state at the time of retrieval. To get updated information, retrieve a new cef_component_t object via ICefComponentUpdater.GetComponentById or GetComponents. The functions of this structure may be called on any thread.

      +

      + + +

      <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_component_updater_capi.h">CEF source file: /include/capi/cef_component_updater_capi.h (cef_component_t))

      +

      Hierarchy

      +

      Overview

      +

      Methods

      + + + + + + + + + + + + + + + + + + + + + +
      Protectedfunction GetId: ustring;
      Protectedfunction GetName: ustring;
      Protectedfunction GetVersion: ustring;
      Protectedfunction GetState: TCefComponentState;
      Publicclass function UnWrap(data: Pointer): ICefComponent;
      +

      Description

      +

      Methods

      + + + + + + +
      Protectedfunction GetId: ustring;
      +

      + Returns the unique identifier for this component.

      +
      + + + + + + +
      Protectedfunction GetName: ustring;
      +

      + Returns the human-readable name of this component. Returns an NULL string if the component is not installed.

      +
      + + + + + + +
      Protectedfunction GetVersion: ustring;
      +

      + Returns the version of this component as a string (e.g., "1.2.3.4"). Returns an NULL string if the component is not installed.

      +
      + + + + + + +
      Protectedfunction GetState: TCefComponentState;
      +

      + Returns the state of this component at the time this object was created. A component is considered installed when its state is one of: CEF_COMPONENT_STATE_UPDATED, CEF_COMPONENT_STATE_UP_TO_DATE, or CEF_COMPONENT_STATE_RUN.

      +
      + + + + + + +
      Publicclass function UnWrap(data: Pointer): ICefComponent;
      +

      This item has no description.

      +
      Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFComponent.html b/docs/html/uCEFComponent.html new file mode 100644 index 00000000..4ffe3788 --- /dev/null +++ b/docs/html/uCEFComponent.html @@ -0,0 +1,30 @@ + + + +cef4delphi: uCEFComponent + + + + + + + +

      Unit uCEFComponent

      + +

      Description

      +

      This item has no description.

      Overview

      +

      Classes, Interfaces, Objects and Records

      + + + + + + + + + +
      NameDescription
      Class TCefComponentRef Structure representing a snapshot of a component's state at the time of retrieval. To get updated information, retrieve a new cef_component_t object via ICefComponentUpdater.GetComponentById or GetComponents. The functions of this structure may be called on any thread.
      +
      Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFComponentIdList.TCEFComponentIdList.html b/docs/html/uCEFComponentIdList.TCEFComponentIdList.html index 50bd8a14..ae1de14e 100644 --- a/docs/html/uCEFComponentIdList.TCEFComponentIdList.html +++ b/docs/html/uCEFComponentIdList.TCEFComponentIdList.html @@ -3,7 +3,7 @@ cef4delphi: uCEFComponentIdList: Class TCEFComponentIdList - + @@ -203,6 +203,6 @@ Using a TList for backwards compatibility reasons.

      Returns true when this class is fully initialized and ready to be used.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFComponentIdList.html b/docs/html/uCEFComponentIdList.html index 7b3925fd..81b428bf 100644 --- a/docs/html/uCEFComponentIdList.html +++ b/docs/html/uCEFComponentIdList.html @@ -3,7 +3,7 @@ cef4delphi: uCEFComponentIdList - + @@ -25,6 +25,6 @@ Class used to keep a list of valid custom component IDs for any component that handles a CEF Task event. -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFComponentUpdateCallback.TCefComponentUpdateCallbackOwn.html b/docs/html/uCEFComponentUpdateCallback.TCefComponentUpdateCallbackOwn.html new file mode 100644 index 00000000..b55bb2c9 --- /dev/null +++ b/docs/html/uCEFComponentUpdateCallback.TCefComponentUpdateCallbackOwn.html @@ -0,0 +1,59 @@ + + + +cef4delphi: uCEFComponentUpdateCallback: Class TCefComponentUpdateCallbackOwn + + + + + + + +

      Class TCefComponentUpdateCallbackOwn

      + +

      Unit

      + +

      Declaration

      +

      +type TCefComponentUpdateCallbackOwn = class(TCefBaseRefCountedOwn, ICefComponentUpdateCallback)

      +

      Description

      +

      This item has no description.

      Hierarchy

      +

      Overview

      +

      Methods

      + + + + + + + + + +
      Protectedprocedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError); virtual;
      Publicconstructor Create; virtual;
      +

      Description

      +

      Methods

      + + + + + + +
      Protectedprocedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError); virtual;
      +

      This item has no description. Showing description inherited from ICefComponentUpdateCallback.OnComplete.

      + Called when the component update operation completes. |component_id| is the ID of the component that was updated. |error| contains the result of the operation.

      +
      + + + + + + +
      Publicconstructor Create; virtual;
      +

      This item has no description.

      +
      Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFComponentUpdateCallback.TCefComponentUpdateCallbackRef.html b/docs/html/uCEFComponentUpdateCallback.TCefComponentUpdateCallbackRef.html new file mode 100644 index 00000000..fd4e696a --- /dev/null +++ b/docs/html/uCEFComponentUpdateCallback.TCefComponentUpdateCallbackRef.html @@ -0,0 +1,59 @@ + + + +cef4delphi: uCEFComponentUpdateCallback: Class TCefComponentUpdateCallbackRef + + + + + + + +

      Class TCefComponentUpdateCallbackRef

      + +

      Unit

      + +

      Declaration

      +

      +type TCefComponentUpdateCallbackRef = class(TCefBaseRefCountedRef, ICefComponentUpdateCallback)

      +

      Description

      +

      This item has no description.

      Hierarchy

      +

      Overview

      +

      Methods

      + + + + + + + + + +
      Protectedprocedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError);
      Publicclass function UnWrap(data: Pointer): ICefComponentUpdateCallback;
      +

      Description

      +

      Methods

      + + + + + + +
      Protectedprocedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError);
      +

      This item has no description. Showing description inherited from ICefComponentUpdateCallback.OnComplete.

      + Called when the component update operation completes. |component_id| is the ID of the component that was updated. |error| contains the result of the operation.

      +
      + + + + + + +
      Publicclass function UnWrap(data: Pointer): ICefComponentUpdateCallback;
      +

      This item has no description.

      +
      Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFComponentUpdateCallback.TCefCustomComponentUpdateCallback.html b/docs/html/uCEFComponentUpdateCallback.TCefCustomComponentUpdateCallback.html new file mode 100644 index 00000000..c19f28fb --- /dev/null +++ b/docs/html/uCEFComponentUpdateCallback.TCefCustomComponentUpdateCallback.html @@ -0,0 +1,88 @@ + + + +cef4delphi: uCEFComponentUpdateCallback: Class TCefCustomComponentUpdateCallback + + + + + + + +

      Class TCefCustomComponentUpdateCallback

      + +

      Unit

      + +

      Declaration

      +

      +type TCefCustomComponentUpdateCallback = class(TCefComponentUpdateCallbackOwn)

      +

      Description

      +

      This item has no description.

      Hierarchy

      +

      Overview

      +

      Fields

      + + + + + +
      ProtectedFEvents: Pointer;
      +

      Methods

      + + + + + + + + + + + + + +
      Protectedprocedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError); override;
      Publicconstructor Create(const aEvents : IChromiumEvents); reintroduce;
      Publicdestructor Destroy; override;
      +

      Description

      +

      Fields

      + + + + + + +
      ProtectedFEvents: Pointer;
      +

      This item has no description.

      +

      Methods

      + + + + + + +
      Protectedprocedure OnComplete(const component_id: ustring; error: TCefComponentUpdateError); override;
      +

      This item has no description. Showing description inherited from ICefComponentUpdateCallback.OnComplete.

      + Called when the component update operation completes. |component_id| is the ID of the component that was updated. |error| contains the result of the operation.

      +
      + + + + + + +
      Publicconstructor Create(const aEvents : IChromiumEvents); reintroduce;
      +

      This item has no description.

      + + + + + + +
      Publicdestructor Destroy; override;
      +

      This item has no description.

      +
      Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFComponentUpdateCallback.html b/docs/html/uCEFComponentUpdateCallback.html new file mode 100644 index 00000000..8404ce15 --- /dev/null +++ b/docs/html/uCEFComponentUpdateCallback.html @@ -0,0 +1,38 @@ + + + +cef4delphi: uCEFComponentUpdateCallback + + + + + + + +

      Unit uCEFComponentUpdateCallback

      + +

      Description

      +

      This item has no description.

      Overview

      +

      Classes, Interfaces, Objects and Records

      + + + + + + + + + + + + + + + + + +
      NameDescription
      Class TCefComponentUpdateCallbackOwn 
      Class TCefCustomComponentUpdateCallback 
      Class TCefComponentUpdateCallbackRef 
      +
      Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFComponentUpdater.TCefComponentUpdaterRef.html b/docs/html/uCEFComponentUpdater.TCefComponentUpdaterRef.html new file mode 100644 index 00000000..94b86cf4 --- /dev/null +++ b/docs/html/uCEFComponentUpdater.TCefComponentUpdaterRef.html @@ -0,0 +1,125 @@ + + + +cef4delphi: uCEFComponentUpdater: Class TCefComponentUpdaterRef + + + + + + + +

      Class TCefComponentUpdaterRef

      + +

      Unit

      + +

      Declaration

      +

      +type TCefComponentUpdaterRef = class(TCefBaseRefCountedRef, ICefComponentUpdater)

      +

      Description

      +

      + This structure provides access to Chromium's component updater service, allowing clients to discover registered components and trigger on-demand updates. The functions of this structure may only be called on the browser process UI thread. If the CEF context is not initialized or the component updater service is not available, functions will return safe defaults (0, nullptr, or NULL).

      +

      + + +

      <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_component_updater_capi.h">CEF source file: /include/capi/cef_component_updater_capi.h (cef_component_updater_t))

      +

      Hierarchy

      +

      Overview

      +

      Methods

      + + + + + + + + + + + + + + + + + + + + + + + + + +
      Protectedfunction GetComponentCount: NativeUInt;
      Protectedfunction GetComponents(var components_: TCefComponentArray): boolean;
      Protectedfunction GetComponentById(const component_id: ustring; var aResult: ICefComponent): boolean;
      Protectedprocedure Update(const component_id: ustring; priority: TCefComponentUpdatePriority; const callback: ICefComponentUpdateCallback);
      Publicclass function UnWrap(data: Pointer): ICefComponentUpdater;
      Publicclass function New: ICefComponentUpdater;
      +

      Description

      +

      Methods

      + + + + + + +
      Protectedfunction GetComponentCount: NativeUInt;
      +

      + Returns the number of registered components, or 0 if the service is not available.

      +
      + + + + + + +
      Protectedfunction GetComponents(var components_: TCefComponentArray): boolean;
      +

      + Populates |components_| with all registered components. Any existing contents will be cleared first.

      +
      + + + + + + +
      Protectedfunction GetComponentById(const component_id: ustring; var aResult: ICefComponent): boolean;
      +

      + Returns the component with the specified |component_id|, or nullptr if not found or the service is not available.

      +
      + + + + + + +
      Protectedprocedure Update(const component_id: ustring; priority: TCefComponentUpdatePriority; const callback: ICefComponentUpdateCallback);
      +

      + + +

      Triggers an on-demand update for the component with the specified |component_id|. |priority| specifies whether the update should be processed in the background or foreground. Use CEF_COMPONENT_UPDATE_PRIORITY_FOREGROUND for user-initiated updates. + +

      |callback| will be called asynchronously on the UI thread when the update operation completes. The callback is always executed, including when the component is already up-to-date (returns CEF_COMPONENT_UPDATE_ERROR_NONE), when the requested component doesn't exist, or when the service is unavailable (returns CEF_COMPONENT_UPDATE_ERROR_SERVICE_ERROR). The callback may be nullptr if no notification is needed. + +

      +
      + + + + + + +
      Publicclass function UnWrap(data: Pointer): ICefComponentUpdater;
      +

      This item has no description.

      + + + + + + +
      Publicclass function New: ICefComponentUpdater;
      +

      This item has no description.

      +
      Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFComponentUpdater.html b/docs/html/uCEFComponentUpdater.html new file mode 100644 index 00000000..98d3312d --- /dev/null +++ b/docs/html/uCEFComponentUpdater.html @@ -0,0 +1,30 @@ + + + +cef4delphi: uCEFComponentUpdater + + + + + + + +

      Unit uCEFComponentUpdater

      + +

      Description

      +

      This item has no description.

      Overview

      +

      Classes, Interfaces, Objects and Records

      + + + + + + + + + +
      NameDescription
      Class TCefComponentUpdaterRef This structure provides access to Chromium's component updater service, allowing clients to discover registered components and trigger on-demand updates. The functions of this structure may only be called on the browser process UI thread. If the CEF context is not initialized or the component updater service is not available, functions will return safe defaults (0, nullptr, or NULL).
      +
      Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFConstants.html b/docs/html/uCEFConstants.html index da8a01c7..3700bed6 100644 --- a/docs/html/uCEFConstants.html +++ b/docs/html/uCEFConstants.html @@ -3,7 +3,7 @@ cef4delphi: uCEFConstants - + @@ -16243,6 +16243,6 @@ If any of the platform IDs are not defined then we set them as 0 to avoid build

      <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/base/cef_dump_without_crashing.h">CEF source file: /include/base/cef_dump_without_crashing.h (kOneDayInMilliseconds))

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFContextMenuHandler.TCefContextMenuHandlerOwn.html b/docs/html/uCEFContextMenuHandler.TCefContextMenuHandlerOwn.html index 3ecba465..c0bc4c40 100644 --- a/docs/html/uCEFContextMenuHandler.TCefContextMenuHandlerOwn.html +++ b/docs/html/uCEFContextMenuHandler.TCefContextMenuHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFContextMenuHandler: Class TCefContextMenuHandlerOwn - + @@ -152,6 +152,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFContextMenuHandler.TCustomContextMenuHandler.html b/docs/html/uCEFContextMenuHandler.TCustomContextMenuHandler.html index 026f915b..d528c19b 100644 --- a/docs/html/uCEFContextMenuHandler.TCustomContextMenuHandler.html +++ b/docs/html/uCEFContextMenuHandler.TCustomContextMenuHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFContextMenuHandler: Class TCustomContextMenuHandler - + @@ -181,6 +181,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFContextMenuHandler.html b/docs/html/uCEFContextMenuHandler.html index e35ce229..56cf7aad 100644 --- a/docs/html/uCEFContextMenuHandler.html +++ b/docs/html/uCEFContextMenuHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFContextMenuHandler - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFContextMenuParams.TCefContextMenuParamsRef.html b/docs/html/uCEFContextMenuParams.TCefContextMenuParamsRef.html index 5bd079e1..3792c932 100644 --- a/docs/html/uCEFContextMenuParams.TCefContextMenuParamsRef.html +++ b/docs/html/uCEFContextMenuParams.TCefContextMenuParamsRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFContextMenuParams: Class TCefContextMenuParamsRef - + @@ -320,6 +320,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFContextMenuParams.html b/docs/html/uCEFContextMenuParams.html index 47f10bea..df51b9ea 100644 --- a/docs/html/uCEFContextMenuParams.html +++ b/docs/html/uCEFContextMenuParams.html @@ -3,7 +3,7 @@ cef4delphi: uCEFContextMenuParams - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCookieAccessFilter.TCefCookieAccessFilterOwn.html b/docs/html/uCEFCookieAccessFilter.TCefCookieAccessFilterOwn.html index 3af135d7..c009af29 100644 --- a/docs/html/uCEFCookieAccessFilter.TCefCookieAccessFilterOwn.html +++ b/docs/html/uCEFCookieAccessFilter.TCefCookieAccessFilterOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCookieAccessFilter: Class TCefCookieAccessFilterOwn - + @@ -82,6 +82,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCookieAccessFilter.TCefCookieAccessFilterRef.html b/docs/html/uCEFCookieAccessFilter.TCefCookieAccessFilterRef.html index 327264b9..06130fd9 100644 --- a/docs/html/uCEFCookieAccessFilter.TCefCookieAccessFilterRef.html +++ b/docs/html/uCEFCookieAccessFilter.TCefCookieAccessFilterRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCookieAccessFilter: Class TCefCookieAccessFilterRef - + @@ -82,6 +82,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCookieAccessFilter.TCustomCookieAccessFilter.html b/docs/html/uCEFCookieAccessFilter.TCustomCookieAccessFilter.html index 85e535d5..44cbb531 100644 --- a/docs/html/uCEFCookieAccessFilter.TCustomCookieAccessFilter.html +++ b/docs/html/uCEFCookieAccessFilter.TCustomCookieAccessFilter.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCookieAccessFilter: Class TCustomCookieAccessFilter - + @@ -111,6 +111,6 @@ Custom procedure to clear all references.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCookieAccessFilter.html b/docs/html/uCEFCookieAccessFilter.html index 3b8a6d4a..92504728 100644 --- a/docs/html/uCEFCookieAccessFilter.html +++ b/docs/html/uCEFCookieAccessFilter.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCookieAccessFilter - + @@ -33,6 +33,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCookieManager.TCefCookieManagerRef.html b/docs/html/uCEFCookieManager.TCefCookieManagerRef.html index bc7b53f5..26324e9d 100644 --- a/docs/html/uCEFCookieManager.TCefCookieManagerRef.html +++ b/docs/html/uCEFCookieManager.TCefCookieManagerRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCookieManager: Class TCefCookieManagerRef - + @@ -194,6 +194,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCookieManager.TCefFlushStoreCompletionCallback.html b/docs/html/uCEFCookieManager.TCefFlushStoreCompletionCallback.html index 2151ff29..b3693bb3 100644 --- a/docs/html/uCEFCookieManager.TCefFlushStoreCompletionCallback.html +++ b/docs/html/uCEFCookieManager.TCefFlushStoreCompletionCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCookieManager: Class TCefFlushStoreCompletionCallback - + @@ -44,6 +44,6 @@ Method that will be called once the task is complete.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCookieManager.html b/docs/html/uCEFCookieManager.html index e5c364fb..03577ef9 100644 --- a/docs/html/uCEFCookieManager.html +++ b/docs/html/uCEFCookieManager.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCookieManager - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCookieVisitor.TCefCookieVisitorOwn.html b/docs/html/uCEFCookieVisitor.TCefCookieVisitorOwn.html index b0eacb31..4d1218ea 100644 --- a/docs/html/uCEFCookieVisitor.TCefCookieVisitorOwn.html +++ b/docs/html/uCEFCookieVisitor.TCefCookieVisitorOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCookieVisitor: Class TCefCookieVisitorOwn - + @@ -54,6 +54,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCookieVisitor.TCefCustomCookieVisitor.html b/docs/html/uCEFCookieVisitor.TCefCustomCookieVisitor.html index 6e3ba205..7a626709 100644 --- a/docs/html/uCEFCookieVisitor.TCefCustomCookieVisitor.html +++ b/docs/html/uCEFCookieVisitor.TCefCustomCookieVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCookieVisitor: Class TCefCustomCookieVisitor - + @@ -95,6 +95,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCookieVisitor.TCefFastCookieVisitor.html b/docs/html/uCEFCookieVisitor.TCefFastCookieVisitor.html index 51625143..761f3b94 100644 --- a/docs/html/uCEFCookieVisitor.TCefFastCookieVisitor.html +++ b/docs/html/uCEFCookieVisitor.TCefFastCookieVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCookieVisitor: Class TCefFastCookieVisitor - + @@ -71,6 +71,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCookieVisitor.html b/docs/html/uCEFCookieVisitor.html index 764616e3..bcc2d4bb 100644 --- a/docs/html/uCEFCookieVisitor.html +++ b/docs/html/uCEFCookieVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCookieVisitor - + @@ -33,6 +33,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCustomStreamReader.TCefCustomStreamReader.html b/docs/html/uCEFCustomStreamReader.TCefCustomStreamReader.html index 1f678172..c813f64e 100644 --- a/docs/html/uCEFCustomStreamReader.TCefCustomStreamReader.html +++ b/docs/html/uCEFCustomStreamReader.TCefCustomStreamReader.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCustomStreamReader: Class TCefCustomStreamReader - + @@ -162,6 +162,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFCustomStreamReader.html b/docs/html/uCEFCustomStreamReader.html index 38c857e4..2b0eb2c1 100644 --- a/docs/html/uCEFCustomStreamReader.html +++ b/docs/html/uCEFCustomStreamReader.html @@ -3,7 +3,7 @@ cef4delphi: uCEFCustomStreamReader - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDeleteCookiesCallback.TCefCustomDeleteCookiesCallback.html b/docs/html/uCEFDeleteCookiesCallback.TCefCustomDeleteCookiesCallback.html index df11508a..fd78e952 100644 --- a/docs/html/uCEFDeleteCookiesCallback.TCefCustomDeleteCookiesCallback.html +++ b/docs/html/uCEFDeleteCookiesCallback.TCefCustomDeleteCookiesCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDeleteCookiesCallback: Class TCefCustomDeleteCookiesCallback - + @@ -83,6 +83,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDeleteCookiesCallback.TCefDeleteCookiesCallbackOwn.html b/docs/html/uCEFDeleteCookiesCallback.TCefDeleteCookiesCallbackOwn.html index 89055905..700ee55e 100644 --- a/docs/html/uCEFDeleteCookiesCallback.TCefDeleteCookiesCallbackOwn.html +++ b/docs/html/uCEFDeleteCookiesCallback.TCefDeleteCookiesCallbackOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDeleteCookiesCallback: Class TCefDeleteCookiesCallbackOwn - + @@ -54,6 +54,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDeleteCookiesCallback.TCefFastDeleteCookiesCallback.html b/docs/html/uCEFDeleteCookiesCallback.TCefFastDeleteCookiesCallback.html index 83f9eeae..6bf8237f 100644 --- a/docs/html/uCEFDeleteCookiesCallback.TCefFastDeleteCookiesCallback.html +++ b/docs/html/uCEFDeleteCookiesCallback.TCefFastDeleteCookiesCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDeleteCookiesCallback: Class TCefFastDeleteCookiesCallback - + @@ -83,6 +83,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDeleteCookiesCallback.html b/docs/html/uCEFDeleteCookiesCallback.html index 648a05b7..c4ae7501 100644 --- a/docs/html/uCEFDeleteCookiesCallback.html +++ b/docs/html/uCEFDeleteCookiesCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDeleteCookiesCallback - + @@ -33,6 +33,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDevToolsMessageObserver.TCEFDevToolsMessageObserverOwn.html b/docs/html/uCEFDevToolsMessageObserver.TCEFDevToolsMessageObserverOwn.html index dec0cd3d..e104d33a 100644 --- a/docs/html/uCEFDevToolsMessageObserver.TCEFDevToolsMessageObserverOwn.html +++ b/docs/html/uCEFDevToolsMessageObserver.TCEFDevToolsMessageObserverOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDevToolsMessageObserver: Class TCEFDevToolsMessageObserverOwn - + @@ -112,6 +112,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDevToolsMessageObserver.TCustomDevToolsMessageObserver.html b/docs/html/uCEFDevToolsMessageObserver.TCustomDevToolsMessageObserver.html index 5647e941..87cb40a1 100644 --- a/docs/html/uCEFDevToolsMessageObserver.TCustomDevToolsMessageObserver.html +++ b/docs/html/uCEFDevToolsMessageObserver.TCustomDevToolsMessageObserver.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDevToolsMessageObserver: Class TCustomDevToolsMessageObserver - + @@ -141,6 +141,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDevToolsMessageObserver.html b/docs/html/uCEFDevToolsMessageObserver.html index 83e3af75..28a30b71 100644 --- a/docs/html/uCEFDevToolsMessageObserver.html +++ b/docs/html/uCEFDevToolsMessageObserver.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDevToolsMessageObserver - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDialogHandler.TCefDialogHandlerOwn.html b/docs/html/uCEFDialogHandler.TCefDialogHandlerOwn.html index 0f840f06..d39f6d1c 100644 --- a/docs/html/uCEFDialogHandler.TCefDialogHandlerOwn.html +++ b/docs/html/uCEFDialogHandler.TCefDialogHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDialogHandler: Class TCefDialogHandlerOwn - + @@ -82,6 +82,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDialogHandler.TCustomDialogHandler.html b/docs/html/uCEFDialogHandler.TCustomDialogHandler.html index 6b71e509..8d6b7593 100644 --- a/docs/html/uCEFDialogHandler.TCustomDialogHandler.html +++ b/docs/html/uCEFDialogHandler.TCustomDialogHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDialogHandler: Class TCustomDialogHandler - + @@ -111,6 +111,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDialogHandler.html b/docs/html/uCEFDialogHandler.html index c1d3a230..cab1f53b 100644 --- a/docs/html/uCEFDialogHandler.html +++ b/docs/html/uCEFDialogHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDialogHandler - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDictionaryValue.TCefDictionaryValueRef.html b/docs/html/uCEFDictionaryValue.TCefDictionaryValueRef.html index 9e76be50..96925295 100644 --- a/docs/html/uCEFDictionaryValue.TCefDictionaryValueRef.html +++ b/docs/html/uCEFDictionaryValue.TCefDictionaryValueRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDictionaryValue: Class TCefDictionaryValueRef - + @@ -458,6 +458,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDictionaryValue.html b/docs/html/uCEFDictionaryValue.html index 4db6820c..5677bb4c 100644 --- a/docs/html/uCEFDictionaryValue.html +++ b/docs/html/uCEFDictionaryValue.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDictionaryValue - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDisplay.TCefDisplayRef.html b/docs/html/uCEFDisplay.TCefDisplayRef.html index 0175cb2a..2264fbd3 100644 --- a/docs/html/uCEFDisplay.TCefDisplayRef.html +++ b/docs/html/uCEFDisplay.TCefDisplayRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDisplay: Class TCefDisplayRef - + @@ -278,6 +278,6 @@ Convert |rect| from pixel screen coordinates to DIP screen coordinates. This function is only used on Windows.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDisplay.html b/docs/html/uCEFDisplay.html index 5fc1780b..f80d9fa8 100644 --- a/docs/html/uCEFDisplay.html +++ b/docs/html/uCEFDisplay.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDisplay - + @@ -31,6 +31,6 @@

      -


      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDisplayHandler.TCefDisplayHandlerOwn.html b/docs/html/uCEFDisplayHandler.TCefDisplayHandlerOwn.html index 9bd401a8..edb59144 100644 --- a/docs/html/uCEFDisplayHandler.TCefDisplayHandlerOwn.html +++ b/docs/html/uCEFDisplayHandler.TCefDisplayHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDisplayHandler: Class TCefDisplayHandlerOwn - + @@ -250,6 +250,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDisplayHandler.TCustomDisplayHandler.html b/docs/html/uCEFDisplayHandler.TCustomDisplayHandler.html index 0f64d09f..80c4e8a3 100644 --- a/docs/html/uCEFDisplayHandler.TCustomDisplayHandler.html +++ b/docs/html/uCEFDisplayHandler.TCustomDisplayHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDisplayHandler: Class TCustomDisplayHandler - + @@ -277,6 +277,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDisplayHandler.html b/docs/html/uCEFDisplayHandler.html index 101420d6..4fbd31a8 100644 --- a/docs/html/uCEFDisplayHandler.html +++ b/docs/html/uCEFDisplayHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDisplayHandler - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDomDocument.TCefDomDocumentRef.html b/docs/html/uCEFDomDocument.TCefDomDocumentRef.html index 0cc6f5c5..526f86df 100644 --- a/docs/html/uCEFDomDocument.TCefDomDocumentRef.html +++ b/docs/html/uCEFDomDocument.TCefDomDocumentRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDomDocument: Class TCefDomDocumentRef - + @@ -236,6 +236,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDomDocument.html b/docs/html/uCEFDomDocument.html index 1112063d..fd35edba 100644 --- a/docs/html/uCEFDomDocument.html +++ b/docs/html/uCEFDomDocument.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDomDocument - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDomNode.TCefDomNodeRef.html b/docs/html/uCEFDomNode.TCefDomNodeRef.html index 1da877ba..ee6ab167 100644 --- a/docs/html/uCEFDomNode.TCefDomNodeRef.html +++ b/docs/html/uCEFDomNode.TCefDomNodeRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDomNode: Class TCefDomNodeRef - + @@ -418,6 +418,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDomNode.html b/docs/html/uCEFDomNode.html index dbf6ae07..219b35e4 100644 --- a/docs/html/uCEFDomNode.html +++ b/docs/html/uCEFDomNode.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDomNode - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDomVisitor.TCefDomVisitorOwn.html b/docs/html/uCEFDomVisitor.TCefDomVisitorOwn.html index f7909c14..a756b085 100644 --- a/docs/html/uCEFDomVisitor.TCefDomVisitorOwn.html +++ b/docs/html/uCEFDomVisitor.TCefDomVisitorOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDomVisitor: Class TCefDomVisitorOwn - + @@ -54,6 +54,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDomVisitor.TCefFastDomVisitor.html b/docs/html/uCEFDomVisitor.TCefFastDomVisitor.html index f949414d..4721981a 100644 --- a/docs/html/uCEFDomVisitor.TCefFastDomVisitor.html +++ b/docs/html/uCEFDomVisitor.TCefFastDomVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDomVisitor: Class TCefFastDomVisitor - + @@ -71,6 +71,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDomVisitor.TCefFastDomVisitor2.html b/docs/html/uCEFDomVisitor.TCefFastDomVisitor2.html index d8d7f478..5bbf214a 100644 --- a/docs/html/uCEFDomVisitor.TCefFastDomVisitor2.html +++ b/docs/html/uCEFDomVisitor.TCefFastDomVisitor2.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDomVisitor: Class TCefFastDomVisitor2 - + @@ -107,6 +107,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDomVisitor.TCefFastDomVisitor3.html b/docs/html/uCEFDomVisitor.TCefFastDomVisitor3.html index 1d25f567..d2f131c3 100644 --- a/docs/html/uCEFDomVisitor.TCefFastDomVisitor3.html +++ b/docs/html/uCEFDomVisitor.TCefFastDomVisitor3.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDomVisitor: Class TCefFastDomVisitor3 - + @@ -119,6 +119,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDomVisitor.html b/docs/html/uCEFDomVisitor.html index f6a422d0..ed2a4f59 100644 --- a/docs/html/uCEFDomVisitor.html +++ b/docs/html/uCEFDomVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDomVisitor - + @@ -37,6 +37,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDownloadHandler.TCefDownloadHandlerOwn.html b/docs/html/uCEFDownloadHandler.TCefDownloadHandlerOwn.html index ac3cfbd1..49790149 100644 --- a/docs/html/uCEFDownloadHandler.TCefDownloadHandlerOwn.html +++ b/docs/html/uCEFDownloadHandler.TCefDownloadHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDownloadHandler: Class TCefDownloadHandlerOwn - + @@ -96,6 +96,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDownloadHandler.TCustomDownloadHandler.html b/docs/html/uCEFDownloadHandler.TCustomDownloadHandler.html index ebb7c11d..c27a7e50 100644 --- a/docs/html/uCEFDownloadHandler.TCustomDownloadHandler.html +++ b/docs/html/uCEFDownloadHandler.TCustomDownloadHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDownloadHandler: Class TCustomDownloadHandler - + @@ -125,6 +125,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDownloadHandler.html b/docs/html/uCEFDownloadHandler.html index 8faa30fa..0c2eecf7 100644 --- a/docs/html/uCEFDownloadHandler.html +++ b/docs/html/uCEFDownloadHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDownloadHandler - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDownloadImageCallBack.TCefCustomDownloadImageCallback.html b/docs/html/uCEFDownloadImageCallBack.TCefCustomDownloadImageCallback.html index 0811cca1..3a6431b6 100644 --- a/docs/html/uCEFDownloadImageCallBack.TCefCustomDownloadImageCallback.html +++ b/docs/html/uCEFDownloadImageCallBack.TCefCustomDownloadImageCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDownloadImageCallBack: Class TCefCustomDownloadImageCallback - + @@ -83,6 +83,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDownloadImageCallBack.TCefDownloadImageCallbackOwn.html b/docs/html/uCEFDownloadImageCallBack.TCefDownloadImageCallbackOwn.html index 8f752631..330e3356 100644 --- a/docs/html/uCEFDownloadImageCallBack.TCefDownloadImageCallbackOwn.html +++ b/docs/html/uCEFDownloadImageCallBack.TCefDownloadImageCallbackOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDownloadImageCallBack: Class TCefDownloadImageCallbackOwn - + @@ -54,6 +54,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDownloadImageCallBack.TCefFastDownloadImageCallback.html b/docs/html/uCEFDownloadImageCallBack.TCefFastDownloadImageCallback.html index 4d1952f8..c8ad585c 100644 --- a/docs/html/uCEFDownloadImageCallBack.TCefFastDownloadImageCallback.html +++ b/docs/html/uCEFDownloadImageCallBack.TCefFastDownloadImageCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDownloadImageCallBack: Class TCefFastDownloadImageCallback - + @@ -71,6 +71,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDownloadImageCallBack.html b/docs/html/uCEFDownloadImageCallBack.html index 1581dd5f..8b47dfe9 100644 --- a/docs/html/uCEFDownloadImageCallBack.html +++ b/docs/html/uCEFDownloadImageCallBack.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDownloadImageCallBack - + @@ -33,6 +33,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDownloadItem.TCefDownloadItemRef.html b/docs/html/uCEFDownloadItem.TCefDownloadItemRef.html index db24796e..8b7da77d 100644 --- a/docs/html/uCEFDownloadItem.TCefDownloadItemRef.html +++ b/docs/html/uCEFDownloadItem.TCefDownloadItemRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDownloadItem: Class TCefDownloadItemRef - + @@ -320,6 +320,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDownloadItem.html b/docs/html/uCEFDownloadItem.html index e0cce4d7..05b95a6a 100644 --- a/docs/html/uCEFDownloadItem.html +++ b/docs/html/uCEFDownloadItem.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDownloadItem - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDownloadItemCallback.TCefDownloadItemCallbackRef.html b/docs/html/uCEFDownloadItemCallback.TCefDownloadItemCallbackRef.html index 86916b79..3075d759 100644 --- a/docs/html/uCEFDownloadItemCallback.TCefDownloadItemCallbackRef.html +++ b/docs/html/uCEFDownloadItemCallback.TCefDownloadItemCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDownloadItemCallback: Class TCefDownloadItemCallbackRef - + @@ -82,6 +82,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDownloadItemCallback.html b/docs/html/uCEFDownloadItemCallback.html index a9b9c60c..8867e9ea 100644 --- a/docs/html/uCEFDownloadItemCallback.html +++ b/docs/html/uCEFDownloadItemCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDownloadItemCallback - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDragAndDropMgr.TCEFDragAndDropMgr.html b/docs/html/uCEFDragAndDropMgr.TCEFDragAndDropMgr.html index 82b24a88..1626db7c 100644 --- a/docs/html/uCEFDragAndDropMgr.TCEFDragAndDropMgr.html +++ b/docs/html/uCEFDragAndDropMgr.TCEFDragAndDropMgr.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDragAndDropMgr: Class TCEFDragAndDropMgr - + @@ -492,6 +492,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDragAndDropMgr.html b/docs/html/uCEFDragAndDropMgr.html index 5d4235f6..f8d22842 100644 --- a/docs/html/uCEFDragAndDropMgr.html +++ b/docs/html/uCEFDragAndDropMgr.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDragAndDropMgr - + @@ -60,6 +60,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDragData.TCefDragDataRef.html b/docs/html/uCEFDragData.TCefDragDataRef.html index b97bcb20..a5ee3cc5 100644 --- a/docs/html/uCEFDragData.TCefDragDataRef.html +++ b/docs/html/uCEFDragData.TCefDragDataRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDragData: Class TCefDragDataRef - + @@ -430,6 +430,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDragData.html b/docs/html/uCEFDragData.html index d90a4258..666019de 100644 --- a/docs/html/uCEFDragData.html +++ b/docs/html/uCEFDragData.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDragData - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDragHandler.TCefDragHandlerOwn.html b/docs/html/uCEFDragHandler.TCefDragHandlerOwn.html index ce3f7300..b782d79c 100644 --- a/docs/html/uCEFDragHandler.TCefDragHandlerOwn.html +++ b/docs/html/uCEFDragHandler.TCefDragHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDragHandler: Class TCefDragHandlerOwn - + @@ -82,6 +82,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDragHandler.TCustomDragHandler.html b/docs/html/uCEFDragHandler.TCustomDragHandler.html index 531ea740..8a62030e 100644 --- a/docs/html/uCEFDragHandler.TCustomDragHandler.html +++ b/docs/html/uCEFDragHandler.TCustomDragHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDragHandler: Class TCustomDragHandler - + @@ -111,6 +111,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFDragHandler.html b/docs/html/uCEFDragHandler.html index d65d56b6..fb88eb07 100644 --- a/docs/html/uCEFDragHandler.html +++ b/docs/html/uCEFDragHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFDragHandler - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFEndTracingCallback.TCefEndTracingCallbackOwn.html b/docs/html/uCEFEndTracingCallback.TCefEndTracingCallbackOwn.html index 636d0bd8..27071796 100644 --- a/docs/html/uCEFEndTracingCallback.TCefEndTracingCallbackOwn.html +++ b/docs/html/uCEFEndTracingCallback.TCefEndTracingCallbackOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFEndTracingCallback: Class TCefEndTracingCallbackOwn - + @@ -54,6 +54,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFEndTracingCallback.TCefFastEndTracingCallback.html b/docs/html/uCEFEndTracingCallback.TCefFastEndTracingCallback.html index 08263e63..86b9ae0e 100644 --- a/docs/html/uCEFEndTracingCallback.TCefFastEndTracingCallback.html +++ b/docs/html/uCEFEndTracingCallback.TCefFastEndTracingCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFEndTracingCallback: Class TCefFastEndTracingCallback - + @@ -71,6 +71,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFEndTracingCallback.html b/docs/html/uCEFEndTracingCallback.html index 9bc7b00c..56d0ca68 100644 --- a/docs/html/uCEFEndTracingCallback.html +++ b/docs/html/uCEFEndTracingCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFEndTracingCallback - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFMXBufferPanel.TFMXBufferPanel.html b/docs/html/uCEFFMXBufferPanel.TFMXBufferPanel.html index 6e630f68..9420a022 100644 --- a/docs/html/uCEFFMXBufferPanel.TFMXBufferPanel.html +++ b/docs/html/uCEFFMXBufferPanel.TFMXBufferPanel.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFMXBufferPanel: Class TFMXBufferPanel - + @@ -836,6 +836,6 @@ Event triggered before the DialogKey.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFMXBufferPanel.html b/docs/html/uCEFFMXBufferPanel.html index 4cd99a01..7ed69211 100644 --- a/docs/html/uCEFFMXBufferPanel.html +++ b/docs/html/uCEFFMXBufferPanel.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFMXBufferPanel - + @@ -40,6 +40,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFMXChromium.TFMXChromium.html b/docs/html/uCEFFMXChromium.TFMXChromium.html index 6d0f48f7..ebb6053d 100644 --- a/docs/html/uCEFFMXChromium.TFMXChromium.html +++ b/docs/html/uCEFFMXChromium.TFMXChromium.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFMXChromium: Class TFMXChromium - + @@ -252,6 +252,6 @@ Returns the screen scale of the monitor where the parent form is located.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFMXChromium.html b/docs/html/uCEFFMXChromium.html index 95958a1a..94d14230 100644 --- a/docs/html/uCEFFMXChromium.html +++ b/docs/html/uCEFFMXChromium.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFMXChromium - + @@ -25,6 +25,6 @@ FMX version of TChromiumCore that puts together all browser procedures, functions, properties and events in one place. It has all you need to create, modify and destroy a web browser. -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFMXWindowParent.TFMXWindowParent.html b/docs/html/uCEFFMXWindowParent.TFMXWindowParent.html index 01fe7a47..9516c37d 100644 --- a/docs/html/uCEFFMXWindowParent.TFMXWindowParent.html +++ b/docs/html/uCEFFMXWindowParent.TFMXWindowParent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFMXWindowParent: Class TFMXWindowParent - + @@ -175,6 +175,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFMXWindowParent.html b/docs/html/uCEFFMXWindowParent.html index a386abc7..c2e6e35f 100644 --- a/docs/html/uCEFFMXWindowParent.html +++ b/docs/html/uCEFFMXWindowParent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFMXWindowParent - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFMXWorkScheduler.TFMXWorkScheduler.html b/docs/html/uCEFFMXWorkScheduler.TFMXWorkScheduler.html index 61d378e9..d4e91a1d 100644 --- a/docs/html/uCEFFMXWorkScheduler.TFMXWorkScheduler.html +++ b/docs/html/uCEFFMXWorkScheduler.TFMXWorkScheduler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFMXWorkScheduler: Class TFMXWorkScheduler - + @@ -460,6 +460,6 @@ Use a custom queue thread instead of Windows messages or any other way to schedule the next pump work.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFMXWorkScheduler.html b/docs/html/uCEFFMXWorkScheduler.html index a726d705..70e798b8 100644 --- a/docs/html/uCEFFMXWorkScheduler.html +++ b/docs/html/uCEFFMXWorkScheduler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFMXWorkScheduler - + @@ -60,6 +60,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFileDialogCallback.TCefFileDialogCallbackRef.html b/docs/html/uCEFFileDialogCallback.TCefFileDialogCallbackRef.html index 57f334e9..5a7ff2e0 100644 --- a/docs/html/uCEFFileDialogCallback.TCefFileDialogCallbackRef.html +++ b/docs/html/uCEFFileDialogCallback.TCefFileDialogCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFileDialogCallback: Class TCefFileDialogCallbackRef - + @@ -68,6 +68,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFileDialogCallback.html b/docs/html/uCEFFileDialogCallback.html index 32a8fba0..84153e66 100644 --- a/docs/html/uCEFFileDialogCallback.html +++ b/docs/html/uCEFFileDialogCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFileDialogCallback - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFileDialogInfo.TCEFFileDialogInfo.html b/docs/html/uCEFFileDialogInfo.TCEFFileDialogInfo.html index 6d316814..3bc0b64b 100644 --- a/docs/html/uCEFFileDialogInfo.TCEFFileDialogInfo.html +++ b/docs/html/uCEFFileDialogInfo.TCEFFileDialogInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFileDialogInfo: Class TCEFFileDialogInfo - + @@ -503,6 +503,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFileDialogInfo.html b/docs/html/uCEFFileDialogInfo.html index 186dab54..3094740c 100644 --- a/docs/html/uCEFFileDialogInfo.html +++ b/docs/html/uCEFFileDialogInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFileDialogInfo - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFillLayout.TCefFillLayoutRef.html b/docs/html/uCEFFillLayout.TCefFillLayoutRef.html index 24fb2191..57d4b483 100644 --- a/docs/html/uCEFFillLayout.TCefFillLayoutRef.html +++ b/docs/html/uCEFFillLayout.TCefFillLayoutRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFillLayout: Class TCefFillLayoutRef - + @@ -49,6 +49,6 @@ Returns a ICefFillLayout instance using a PCefFillLayout data pointer.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFillLayout.html b/docs/html/uCEFFillLayout.html index 7d45a1d9..d4f874b7 100644 --- a/docs/html/uCEFFillLayout.html +++ b/docs/html/uCEFFillLayout.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFillLayout - + @@ -25,6 +25,6 @@ A simple Layout that causes the associated Panel's one child to be sized to match the bounds of its parent. Methods must be called on the browser process UI thread unless otherwise indicated. -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFindHandler.TCefFindHandlerOwn.html b/docs/html/uCEFFindHandler.TCefFindHandlerOwn.html index ad690068..8fa53eb6 100644 --- a/docs/html/uCEFFindHandler.TCefFindHandlerOwn.html +++ b/docs/html/uCEFFindHandler.TCefFindHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFindHandler: Class TCefFindHandlerOwn - + @@ -68,6 +68,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFindHandler.TCustomFindHandler.html b/docs/html/uCEFFindHandler.TCustomFindHandler.html index b1664ff7..cebd8a08 100644 --- a/docs/html/uCEFFindHandler.TCustomFindHandler.html +++ b/docs/html/uCEFFindHandler.TCustomFindHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFindHandler: Class TCustomFindHandler - + @@ -97,6 +97,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFindHandler.html b/docs/html/uCEFFindHandler.html index 37b3db65..626b1edd 100644 --- a/docs/html/uCEFFindHandler.html +++ b/docs/html/uCEFFindHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFindHandler - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFocusHandler.TCefFocusHandlerOwn.html b/docs/html/uCEFFocusHandler.TCefFocusHandlerOwn.html index c668b3e5..59d0b68b 100644 --- a/docs/html/uCEFFocusHandler.TCefFocusHandlerOwn.html +++ b/docs/html/uCEFFocusHandler.TCefFocusHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFocusHandler: Class TCefFocusHandlerOwn - + @@ -96,6 +96,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFocusHandler.TCustomFocusHandler.html b/docs/html/uCEFFocusHandler.TCustomFocusHandler.html index 8a861123..a908f8d1 100644 --- a/docs/html/uCEFFocusHandler.TCustomFocusHandler.html +++ b/docs/html/uCEFFocusHandler.TCustomFocusHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFocusHandler: Class TCustomFocusHandler - + @@ -125,6 +125,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFocusHandler.html b/docs/html/uCEFFocusHandler.html index 4fd1de90..737d0b88 100644 --- a/docs/html/uCEFFocusHandler.html +++ b/docs/html/uCEFFocusHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFocusHandler - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFrame.TCefFrameRef.html b/docs/html/uCEFFrame.TCefFrameRef.html index b31b4364..341638fe 100644 --- a/docs/html/uCEFFrame.TCefFrameRef.html +++ b/docs/html/uCEFFrame.TCefFrameRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFrame: Class TCefFrameRef - + @@ -450,6 +450,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFrame.html b/docs/html/uCEFFrame.html index 407b1c14..5208e933 100644 --- a/docs/html/uCEFFrame.html +++ b/docs/html/uCEFFrame.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFrame - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFrameHandler.TCefFrameHandlerOwn.html b/docs/html/uCEFFrameHandler.TCefFrameHandlerOwn.html index e1556bc2..677b9852 100644 --- a/docs/html/uCEFFrameHandler.TCefFrameHandlerOwn.html +++ b/docs/html/uCEFFrameHandler.TCefFrameHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFrameHandler: Class TCefFrameHandlerOwn - + @@ -124,6 +124,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFrameHandler.TCustomFrameHandler.html b/docs/html/uCEFFrameHandler.TCustomFrameHandler.html index 213b643b..7f47d83d 100644 --- a/docs/html/uCEFFrameHandler.TCustomFrameHandler.html +++ b/docs/html/uCEFFrameHandler.TCustomFrameHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFrameHandler: Class TCustomFrameHandler - + @@ -153,6 +153,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFFrameHandler.html b/docs/html/uCEFFrameHandler.html index aaf99679..0213e3f4 100644 --- a/docs/html/uCEFFrameHandler.html +++ b/docs/html/uCEFFrameHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFFrameHandler - + @@ -29,6 +29,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFImage.TCefImageRef.html b/docs/html/uCEFImage.TCefImageRef.html index 46d6d352..43323b41 100644 --- a/docs/html/uCEFImage.TCefImageRef.html +++ b/docs/html/uCEFImage.TCefImageRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFImage: Class TCefImageRef - + @@ -234,6 +234,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFImage.html b/docs/html/uCEFImage.html index c74672ba..69e2b9c2 100644 --- a/docs/html/uCEFImage.html +++ b/docs/html/uCEFImage.html @@ -3,7 +3,7 @@ cef4delphi: uCEFImage - + @@ -25,6 +25,6 @@   -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.IApplicationCoreEvents.html b/docs/html/uCEFInterfaces.IApplicationCoreEvents.html index 73896465..fddfe73a 100644 --- a/docs/html/uCEFInterfaces.IApplicationCoreEvents.html +++ b/docs/html/uCEFInterfaces.IApplicationCoreEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface IApplicationCoreEvents - + @@ -332,6 +332,6 @@ ICefLoadHandler

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICEFUrlRequestClientEvents.html b/docs/html/uCEFInterfaces.ICEFUrlRequestClientEvents.html index 3cff84b0..476d3e61 100644 --- a/docs/html/uCEFInterfaces.ICEFUrlRequestClientEvents.html +++ b/docs/html/uCEFInterfaces.ICEFUrlRequestClientEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICEFUrlRequestClientEvents - + @@ -138,6 +138,6 @@ Custom

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefAccessibilityHandler.html b/docs/html/uCEFInterfaces.ICefAccessibilityHandler.html index 69639506..e2b561fa 100644 --- a/docs/html/uCEFInterfaces.ICefAccessibilityHandler.html +++ b/docs/html/uCEFInterfaces.ICefAccessibilityHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefAccessibilityHandler - + @@ -69,6 +69,6 @@ Called after renderer process sends accessibility location changes to the browser process.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefApp.html b/docs/html/uCEFInterfaces.ICefApp.html index 96a9ae21..1cee1c27 100644 --- a/docs/html/uCEFInterfaces.ICefApp.html +++ b/docs/html/uCEFInterfaces.ICefApp.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefApp - + @@ -125,6 +125,6 @@ Custom procedure to clear all references.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefAudioHandler.html b/docs/html/uCEFInterfaces.ICefAudioHandler.html index 2bc7172d..f5bf9e8c 100644 --- a/docs/html/uCEFInterfaces.ICefAudioHandler.html +++ b/docs/html/uCEFInterfaces.ICefAudioHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefAudioHandler - + @@ -125,6 +125,6 @@ Custom procedure to clear all references.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefAuthCallback.html b/docs/html/uCEFInterfaces.ICefAuthCallback.html index 0b2245ae..6f52d4a5 100644 --- a/docs/html/uCEFInterfaces.ICefAuthCallback.html +++ b/docs/html/uCEFInterfaces.ICefAuthCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefAuthCallback - + @@ -69,6 +69,6 @@ Cancel the authentication request.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefBaseRefCounted.html b/docs/html/uCEFInterfaces.ICefBaseRefCounted.html index 47f52124..bbf96fef 100644 --- a/docs/html/uCEFInterfaces.ICefBaseRefCounted.html +++ b/docs/html/uCEFInterfaces.ICefBaseRefCounted.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefBaseRefCounted - + @@ -122,6 +122,6 @@ Releases all other instances.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefBeforeDownloadCallback.html b/docs/html/uCEFInterfaces.ICefBeforeDownloadCallback.html index fc638bb7..ab81c32d 100644 --- a/docs/html/uCEFInterfaces.ICefBeforeDownloadCallback.html +++ b/docs/html/uCEFInterfaces.ICefBeforeDownloadCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefBeforeDownloadCallback - + @@ -55,6 +55,6 @@ -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefBinaryValue.html b/docs/html/uCEFInterfaces.ICefBinaryValue.html index 7adcee98..c2556308 100644 --- a/docs/html/uCEFInterfaces.ICefBinaryValue.html +++ b/docs/html/uCEFInterfaces.ICefBinaryValue.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefBinaryValue - + @@ -171,6 +171,6 @@ Returns the data size.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefBoxLayout.html b/docs/html/uCEFInterfaces.ICefBoxLayout.html index 715ee7f0..8e89ceed 100644 --- a/docs/html/uCEFInterfaces.ICefBoxLayout.html +++ b/docs/html/uCEFInterfaces.ICefBoxLayout.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefBoxLayout - + @@ -70,6 +70,6 @@ Clears the flex for the given |view|, causing it to use the default flex specified via TCefBoxLayoutSettings.default_flex.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefBrowser.html b/docs/html/uCEFInterfaces.ICefBrowser.html index 17292e50..8fbc41f2 100644 --- a/docs/html/uCEFInterfaces.ICefBrowser.html +++ b/docs/html/uCEFInterfaces.ICefBrowser.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefBrowser - + @@ -409,6 +409,6 @@ Returns the globally unique identifier for this browser. This value is also used as the tabId for extension APIs.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefBrowserHost.html b/docs/html/uCEFInterfaces.ICefBrowserHost.html index 841810cb..21f28c6b 100644 --- a/docs/html/uCEFInterfaces.ICefBrowserHost.html +++ b/docs/html/uCEFInterfaces.ICefBrowserHost.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefBrowserHost - + @@ -317,6 +317,10 @@ Public function GetRuntimeStyle: TCefRuntimeStyle; + +Public +procedure SetAxViewportCollapse(enabled: boolean); +

      Properties

      @@ -1126,6 +1130,16 @@

      This function can only be called on the CEF UI thread.

      + + + + + + +
      Publicprocedure SetAxViewportCollapse(enabled: boolean);
      +

      + Enable or disable CDP accessibility tree viewport collapse for this browser. When enabled, off-screen landmarks and headings are serialized as summaries and other off-screen nodes are pruned. Overrides the TCefBrowserSettings.ax_viewport_collapse value. If called on the UI thread the change will be applied immediately. Otherwise, the change will be applied asynchronously on the UI thread. WARNING: This collapses the CDP accessibility tree and disables CDP dynamic tree updates (nodesUpdated events). The DevTools Accessibility panel will show an incomplete tree. Platform screen readers (NVDA, JAWS, VoiceOver) are unaffected — they use a separate code path.

      +

      Properties

      @@ -1225,6 +1239,6 @@

      This property can only be used on the CEF UI thread.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefBrowserProcessHandler.html b/docs/html/uCEFInterfaces.ICefBrowserProcessHandler.html index 8558e85b..069e6f9f 100644 --- a/docs/html/uCEFInterfaces.ICefBrowserProcessHandler.html +++ b/docs/html/uCEFInterfaces.ICefBrowserProcessHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefBrowserProcessHandler - + @@ -171,6 +171,6 @@ Custom procedure to clear all references.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefBrowserView.html b/docs/html/uCEFInterfaces.ICefBrowserView.html index 4bdf3db7..0b36a685 100644 --- a/docs/html/uCEFInterfaces.ICefBrowserView.html +++ b/docs/html/uCEFInterfaces.ICefBrowserView.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefBrowserView - + @@ -116,6 +116,6 @@ Returns the runtime style for this BrowserView (ALLOY or CHROME). See TCefRuntimeStyle documentation for details.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefBrowserViewDelegate.html b/docs/html/uCEFInterfaces.ICefBrowserViewDelegate.html index 5001f0d2..b75c3fa1 100644 --- a/docs/html/uCEFInterfaces.ICefBrowserViewDelegate.html +++ b/docs/html/uCEFInterfaces.ICefBrowserViewDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefBrowserViewDelegate - + @@ -182,6 +182,6 @@ Return true (1) to allow opening Document picture-in-picture without user activation. Default is false (0) (user activation required).

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefBrowserViewDelegateEvents.html b/docs/html/uCEFInterfaces.ICefBrowserViewDelegateEvents.html index 4e28d875..f715de86 100644 --- a/docs/html/uCEFInterfaces.ICefBrowserViewDelegateEvents.html +++ b/docs/html/uCEFInterfaces.ICefBrowserViewDelegateEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefBrowserViewDelegateEvents - + @@ -155,6 +155,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefButton.html b/docs/html/uCEFInterfaces.ICefButton.html index 63ba3d30..b05867ce 100644 --- a/docs/html/uCEFInterfaces.ICefButton.html +++ b/docs/html/uCEFInterfaces.ICefButton.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefButton - + @@ -142,6 +142,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefButtonDelegate.html b/docs/html/uCEFInterfaces.ICefButtonDelegate.html index 889b3202..afe81cea 100644 --- a/docs/html/uCEFInterfaces.ICefButtonDelegate.html +++ b/docs/html/uCEFInterfaces.ICefButtonDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefButtonDelegate - + @@ -70,6 +70,6 @@ Called when the state of |button| changes.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefButtonDelegateEvents.html b/docs/html/uCEFInterfaces.ICefButtonDelegateEvents.html index b113c495..2b4e8292 100644 --- a/docs/html/uCEFInterfaces.ICefButtonDelegateEvents.html +++ b/docs/html/uCEFInterfaces.ICefButtonDelegateEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefButtonDelegateEvents - + @@ -59,6 +59,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefCallback.html b/docs/html/uCEFInterfaces.ICefCallback.html index dc3787b1..eeec3315 100644 --- a/docs/html/uCEFInterfaces.ICefCallback.html +++ b/docs/html/uCEFInterfaces.ICefCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefCallback - + @@ -69,6 +69,6 @@ Cancel processing.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefClient.html b/docs/html/uCEFInterfaces.ICefClient.html index efdbed16..8cb2e620 100644 --- a/docs/html/uCEFInterfaces.ICefClient.html +++ b/docs/html/uCEFInterfaces.ICefClient.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefClient - + @@ -321,6 +321,6 @@ Custom procedure to clear all references.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefCommandHandler.html b/docs/html/uCEFInterfaces.ICefCommandHandler.html index 66ec8b12..6751a6e6 100644 --- a/docs/html/uCEFInterfaces.ICefCommandHandler.html +++ b/docs/html/uCEFInterfaces.ICefCommandHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefCommandHandler - + @@ -125,6 +125,6 @@ Custom procedure to clear all references.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefCommandLine.html b/docs/html/uCEFInterfaces.ICefCommandLine.html index 5962cbd8..17ff78ee 100644 --- a/docs/html/uCEFInterfaces.ICefCommandLine.html +++ b/docs/html/uCEFInterfaces.ICefCommandLine.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefCommandLine - + @@ -367,6 +367,6 @@ Constructs and returns the represented command line string. Use this function cautiously because quoting behavior is unclear.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefCompletionCallback.html b/docs/html/uCEFInterfaces.ICefCompletionCallback.html index 3c195e4f..c708684a 100644 --- a/docs/html/uCEFInterfaces.ICefCompletionCallback.html +++ b/docs/html/uCEFInterfaces.ICefCompletionCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefCompletionCallback - + @@ -55,6 +55,6 @@ -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefComponent.html b/docs/html/uCEFInterfaces.ICefComponent.html index 13471ab7..b19d1484 100644 --- a/docs/html/uCEFInterfaces.ICefComponent.html +++ b/docs/html/uCEFInterfaces.ICefComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefComponent - + @@ -97,6 +97,6 @@ Returns the state of this component at the time this object was created. A component is considered installed when its state is one of: CEF_COMPONENT_STATE_UPDATED, CEF_COMPONENT_STATE_UP_TO_DATE, or CEF_COMPONENT_STATE_RUN.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefComponentUpdateCallback.html b/docs/html/uCEFInterfaces.ICefComponentUpdateCallback.html index d0ac8935..4b90196e 100644 --- a/docs/html/uCEFInterfaces.ICefComponentUpdateCallback.html +++ b/docs/html/uCEFInterfaces.ICefComponentUpdateCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefComponentUpdateCallback - + @@ -55,6 +55,6 @@ -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefComponentUpdater.html b/docs/html/uCEFInterfaces.ICefComponentUpdater.html index a5f1f5ff..0f30f030 100644 --- a/docs/html/uCEFInterfaces.ICefComponentUpdater.html +++ b/docs/html/uCEFInterfaces.ICefComponentUpdater.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefComponentUpdater - + @@ -103,6 +103,6 @@

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefContextMenuHandler.html b/docs/html/uCEFInterfaces.ICefContextMenuHandler.html index 2f8ee96e..c5533df2 100644 --- a/docs/html/uCEFInterfaces.ICefContextMenuHandler.html +++ b/docs/html/uCEFInterfaces.ICefContextMenuHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefContextMenuHandler - + @@ -153,6 +153,6 @@ Custom procedure to clear all references.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefContextMenuParams.html b/docs/html/uCEFInterfaces.ICefContextMenuParams.html index 1fd943a1..1c0a864c 100644 --- a/docs/html/uCEFInterfaces.ICefContextMenuParams.html +++ b/docs/html/uCEFInterfaces.ICefContextMenuParams.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefContextMenuParams - + @@ -535,6 +535,6 @@ Returns flags representing the actions supported by the editable node, if any, that the context menu was invoked on.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefCookieAccessFilter.html b/docs/html/uCEFInterfaces.ICefCookieAccessFilter.html index 786fa683..e6b4a57d 100644 --- a/docs/html/uCEFInterfaces.ICefCookieAccessFilter.html +++ b/docs/html/uCEFInterfaces.ICefCookieAccessFilter.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefCookieAccessFilter - + @@ -83,6 +83,6 @@ Custom procedure to clear all references.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefCookieManager.html b/docs/html/uCEFInterfaces.ICefCookieManager.html index fd86594b..c2fe8089 100644 --- a/docs/html/uCEFInterfaces.ICefCookieManager.html +++ b/docs/html/uCEFInterfaces.ICefCookieManager.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefCookieManager - + @@ -171,6 +171,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefCookieVisitor.html b/docs/html/uCEFInterfaces.ICefCookieVisitor.html index ed9ee94b..6722ed3f 100644 --- a/docs/html/uCEFInterfaces.ICefCookieVisitor.html +++ b/docs/html/uCEFInterfaces.ICefCookieVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefCookieVisitor - + @@ -55,6 +55,6 @@ -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefCustomStreamReader.html b/docs/html/uCEFInterfaces.ICefCustomStreamReader.html index 23bdcf02..6ca5fad1 100644 --- a/docs/html/uCEFInterfaces.ICefCustomStreamReader.html +++ b/docs/html/uCEFInterfaces.ICefCustomStreamReader.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefCustomStreamReader - + @@ -111,6 +111,6 @@ Return true (1) if this handler performs work like accessing the file system which may block. Used as a hint for determining the thread to access the handler from.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefCustomUserData.html b/docs/html/uCEFInterfaces.ICefCustomUserData.html index c629ef3f..42b048ee 100644 --- a/docs/html/uCEFInterfaces.ICefCustomUserData.html +++ b/docs/html/uCEFInterfaces.ICefCustomUserData.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefCustomUserData - + @@ -91,6 +91,6 @@

      This item has no description.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefDeleteCookiesCallback.html b/docs/html/uCEFInterfaces.ICefDeleteCookiesCallback.html index 2087df8f..e73500aa 100644 --- a/docs/html/uCEFInterfaces.ICefDeleteCookiesCallback.html +++ b/docs/html/uCEFInterfaces.ICefDeleteCookiesCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefDeleteCookiesCallback - + @@ -55,6 +55,6 @@ -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefDevToolsMessageObserver.html b/docs/html/uCEFInterfaces.ICefDevToolsMessageObserver.html index 53509d8d..3aaee49d 100644 --- a/docs/html/uCEFInterfaces.ICefDevToolsMessageObserver.html +++ b/docs/html/uCEFInterfaces.ICefDevToolsMessageObserver.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefDevToolsMessageObserver - + @@ -113,6 +113,6 @@ Method that will be called when the DevTools agent has detached. |browser| is the originating browser instance. Any function results that were pending before the agent became detached will not be delivered, and any active event subscriptions will be canceled.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefDialogHandler.html b/docs/html/uCEFInterfaces.ICefDialogHandler.html index 5ca78b21..fb38a91d 100644 --- a/docs/html/uCEFInterfaces.ICefDialogHandler.html +++ b/docs/html/uCEFInterfaces.ICefDialogHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefDialogHandler - + @@ -83,6 +83,6 @@ Custom procedure to clear all references.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefDictionaryValue.html b/docs/html/uCEFInterfaces.ICefDictionaryValue.html index fe3d5b3f..cc41c1c7 100644 --- a/docs/html/uCEFInterfaces.ICefDictionaryValue.html +++ b/docs/html/uCEFInterfaces.ICefDictionaryValue.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefDictionaryValue - + @@ -447,6 +447,6 @@ Sets the value at the specified key as type list. Returns true (1) if the value was set successfully. If |value| is currently owned by another object then the value will be copied and the |value| reference will not change. Otherwise, ownership will be transferred to this object and the |value| reference will be invalidated.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefDisplay.html b/docs/html/uCEFInterfaces.ICefDisplay.html index 53cb4fb3..adf01d70 100644 --- a/docs/html/uCEFInterfaces.ICefDisplay.html +++ b/docs/html/uCEFInterfaces.ICefDisplay.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefDisplay - + @@ -219,6 +219,6 @@ Returns this Display's rotation in degrees.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefDisplayHandler.html b/docs/html/uCEFInterfaces.ICefDisplayHandler.html index 2196f690..fcaacea8 100644 --- a/docs/html/uCEFInterfaces.ICefDisplayHandler.html +++ b/docs/html/uCEFInterfaces.ICefDisplayHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefDisplayHandler - + @@ -245,6 +245,6 @@ Custom procedure to clear all references.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefDomDocument.html b/docs/html/uCEFInterfaces.ICefDomDocument.html index 20b7574d..1de4bacf 100644 --- a/docs/html/uCEFInterfaces.ICefDomDocument.html +++ b/docs/html/uCEFInterfaces.ICefDomDocument.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefDomDocument - + @@ -395,6 +395,6 @@ Returns the base URL for the document.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefDomNode.html b/docs/html/uCEFInterfaces.ICefDomNode.html index c2f83d47..a2f79df7 100644 --- a/docs/html/uCEFInterfaces.ICefDomNode.html +++ b/docs/html/uCEFInterfaces.ICefDomNode.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefDomNode - + @@ -591,6 +591,6 @@ Returns the bounds of the element in device pixels. Use "window.devicePixelRatio" to convert to/from CSS pixels.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefDomVisitor.html b/docs/html/uCEFInterfaces.ICefDomVisitor.html index 6c4c32ad..d5e1ba20 100644 --- a/docs/html/uCEFInterfaces.ICefDomVisitor.html +++ b/docs/html/uCEFInterfaces.ICefDomVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefDomVisitor - + @@ -55,6 +55,6 @@ -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefDownloadHandler.html b/docs/html/uCEFInterfaces.ICefDownloadHandler.html index 5e62ab17..9588bff1 100644 --- a/docs/html/uCEFInterfaces.ICefDownloadHandler.html +++ b/docs/html/uCEFInterfaces.ICefDownloadHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefDownloadHandler - + @@ -97,6 +97,6 @@ Custom procedure to clear all references.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefDownloadImageCallback.html b/docs/html/uCEFInterfaces.ICefDownloadImageCallback.html index 346d8aff..762221c8 100644 --- a/docs/html/uCEFInterfaces.ICefDownloadImageCallback.html +++ b/docs/html/uCEFInterfaces.ICefDownloadImageCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefDownloadImageCallback - + @@ -55,6 +55,6 @@ -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefDownloadItem.html b/docs/html/uCEFInterfaces.ICefDownloadItem.html index f5d4f38c..69705b43 100644 --- a/docs/html/uCEFInterfaces.ICefDownloadItem.html +++ b/docs/html/uCEFInterfaces.ICefDownloadItem.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefDownloadItem - + @@ -521,6 +521,6 @@ Returns the most recent interrupt reason.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefDownloadItemCallback.html b/docs/html/uCEFInterfaces.ICefDownloadItemCallback.html index 24eeae4e..332cd386 100644 --- a/docs/html/uCEFInterfaces.ICefDownloadItemCallback.html +++ b/docs/html/uCEFInterfaces.ICefDownloadItemCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefDownloadItemCallback - + @@ -83,6 +83,6 @@ Call to resume the download.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefDragData.html b/docs/html/uCEFInterfaces.ICefDragData.html index 4fa0cc67..6b88ea15 100644 --- a/docs/html/uCEFInterfaces.ICefDragData.html +++ b/docs/html/uCEFInterfaces.ICefDragData.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefDragData - + @@ -419,6 +419,6 @@ Returns true (1) if an image representation of drag data is available.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefDragHandler.html b/docs/html/uCEFInterfaces.ICefDragHandler.html index fcb7f3b2..1ab21381 100644 --- a/docs/html/uCEFInterfaces.ICefDragHandler.html +++ b/docs/html/uCEFInterfaces.ICefDragHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefDragHandler - + @@ -83,6 +83,6 @@ Custom procedure to clear all references.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefEndTracingCallback.html b/docs/html/uCEFInterfaces.ICefEndTracingCallback.html index 68b7b3ca..86f9e8b7 100644 --- a/docs/html/uCEFInterfaces.ICefEndTracingCallback.html +++ b/docs/html/uCEFInterfaces.ICefEndTracingCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefEndTracingCallback - + @@ -55,6 +55,6 @@ -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefFileDialogCallback.html b/docs/html/uCEFInterfaces.ICefFileDialogCallback.html index 242fac63..f894e53d 100644 --- a/docs/html/uCEFInterfaces.ICefFileDialogCallback.html +++ b/docs/html/uCEFInterfaces.ICefFileDialogCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefFileDialogCallback - + @@ -69,6 +69,6 @@ Cancel the file selection.

      -
      Generated by PasDoc 0.17.0.snapshot. +
      Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefFillLayout.html b/docs/html/uCEFInterfaces.ICefFillLayout.html index 5711af25..a298686e 100644 --- a/docs/html/uCEFInterfaces.ICefFillLayout.html +++ b/docs/html/uCEFInterfaces.ICefFillLayout.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefFillLayout - + @@ -31,6 +31,6 @@
      Generated by PasDoc 0.17.0.snapshot. +
    • ICefFillLayout

    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefFindHandler.html b/docs/html/uCEFInterfaces.ICefFindHandler.html index 3e4025f1..482a5c4c 100644 --- a/docs/html/uCEFInterfaces.ICefFindHandler.html +++ b/docs/html/uCEFInterfaces.ICefFindHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefFindHandler - + @@ -69,6 +69,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefFocusHandler.html b/docs/html/uCEFInterfaces.ICefFocusHandler.html index 6e569fee..7cb5e572 100644 --- a/docs/html/uCEFInterfaces.ICefFocusHandler.html +++ b/docs/html/uCEFInterfaces.ICefFocusHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefFocusHandler - + @@ -97,6 +97,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefFrame.html b/docs/html/uCEFInterfaces.ICefFrame.html index e7e9f805..a974cd25 100644 --- a/docs/html/uCEFInterfaces.ICefFrame.html +++ b/docs/html/uCEFInterfaces.ICefFrame.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefFrame - + @@ -525,6 +525,6 @@ Returns the globally unique identifier for this frame or empty if the underlying frame does not yet exist.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefFrameHandler.html b/docs/html/uCEFInterfaces.ICefFrameHandler.html index 99bd8547..3469ff93 100644 --- a/docs/html/uCEFInterfaces.ICefFrameHandler.html +++ b/docs/html/uCEFInterfaces.ICefFrameHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefFrameHandler - + @@ -200,6 +200,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefImage.html b/docs/html/uCEFInterfaces.ICefImage.html index cdda1eab..040cedeb 100644 --- a/docs/html/uCEFInterfaces.ICefImage.html +++ b/docs/html/uCEFInterfaces.ICefImage.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefImage - + @@ -255,6 +255,6 @@ Returns the image height in density independent pixel (DIP) units.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefJsDialogCallback.html b/docs/html/uCEFInterfaces.ICefJsDialogCallback.html index 8c9c108c..98ca3784 100644 --- a/docs/html/uCEFInterfaces.ICefJsDialogCallback.html +++ b/docs/html/uCEFInterfaces.ICefJsDialogCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefJsDialogCallback - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefJsDialogHandler.html b/docs/html/uCEFInterfaces.ICefJsDialogHandler.html index 90d441fa..006da49c 100644 --- a/docs/html/uCEFInterfaces.ICefJsDialogHandler.html +++ b/docs/html/uCEFInterfaces.ICefJsDialogHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefJsDialogHandler - + @@ -111,6 +111,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefKeyboardHandler.html b/docs/html/uCEFInterfaces.ICefKeyboardHandler.html index 27de027f..7a658b6e 100644 --- a/docs/html/uCEFInterfaces.ICefKeyboardHandler.html +++ b/docs/html/uCEFInterfaces.ICefKeyboardHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefKeyboardHandler - + @@ -83,6 +83,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefLabelButton.html b/docs/html/uCEFInterfaces.ICefLabelButton.html index 3c5ff274..6914fd03 100644 --- a/docs/html/uCEFInterfaces.ICefLabelButton.html +++ b/docs/html/uCEFInterfaces.ICefLabelButton.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefLabelButton - + @@ -217,6 +217,6 @@ Returns the text shown on the LabelButton.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefLayout.html b/docs/html/uCEFInterfaces.ICefLayout.html index cefb58be..7f39dc22 100644 --- a/docs/html/uCEFInterfaces.ICefLayout.html +++ b/docs/html/uCEFInterfaces.ICefLayout.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefLayout - + @@ -99,6 +99,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefLifeSpanHandler.html b/docs/html/uCEFInterfaces.ICefLifeSpanHandler.html index 13aa9640..7b8695fe 100644 --- a/docs/html/uCEFInterfaces.ICefLifeSpanHandler.html +++ b/docs/html/uCEFInterfaces.ICefLifeSpanHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefLifeSpanHandler - + @@ -245,6 +245,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefListValue.html b/docs/html/uCEFInterfaces.ICefListValue.html index 971ffc06..ccd0cdbd 100644 --- a/docs/html/uCEFInterfaces.ICefListValue.html +++ b/docs/html/uCEFInterfaces.ICefListValue.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefListValue - + @@ -433,6 +433,6 @@ Sets the value at the specified index as type list. Returns true (1) if the value was set successfully. If |value| is currently owned by another object then the value will be copied and the |value| reference will not change. Otherwise, ownership will be transferred to this object and the |value| reference will be invalidated.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefLoadHandler.html b/docs/html/uCEFInterfaces.ICefLoadHandler.html index b31490a0..51f57802 100644 --- a/docs/html/uCEFInterfaces.ICefLoadHandler.html +++ b/docs/html/uCEFInterfaces.ICefLoadHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefLoadHandler - + @@ -111,6 +111,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefMediaAccessCallback.html b/docs/html/uCEFInterfaces.ICefMediaAccessCallback.html index 1bce7b0c..246f8bcb 100644 --- a/docs/html/uCEFInterfaces.ICefMediaAccessCallback.html +++ b/docs/html/uCEFInterfaces.ICefMediaAccessCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefMediaAccessCallback - + @@ -73,6 +73,6 @@ Cancel the media access request.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefMediaObserver.html b/docs/html/uCEFInterfaces.ICefMediaObserver.html index 7f091ad6..27912cc7 100644 --- a/docs/html/uCEFInterfaces.ICefMediaObserver.html +++ b/docs/html/uCEFInterfaces.ICefMediaObserver.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefMediaObserver - + @@ -97,6 +97,6 @@ A message was received over |route|. |message| is only valid for the scope of this callback and should be copied if necessary.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefMediaRoute.html b/docs/html/uCEFInterfaces.ICefMediaRoute.html index 85f73bfd..9da11457 100644 --- a/docs/html/uCEFInterfaces.ICefMediaRoute.html +++ b/docs/html/uCEFInterfaces.ICefMediaRoute.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefMediaRoute - + @@ -157,6 +157,6 @@ Returns the sink associated with this route.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefMediaRouteCreateCallback.html b/docs/html/uCEFInterfaces.ICefMediaRouteCreateCallback.html index 6d8efcec..48ed2097 100644 --- a/docs/html/uCEFInterfaces.ICefMediaRouteCreateCallback.html +++ b/docs/html/uCEFInterfaces.ICefMediaRouteCreateCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefMediaRouteCreateCallback - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefMediaRouter.html b/docs/html/uCEFInterfaces.ICefMediaRouter.html index d3e86053..d721dd7e 100644 --- a/docs/html/uCEFInterfaces.ICefMediaRouter.html +++ b/docs/html/uCEFInterfaces.ICefMediaRouter.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefMediaRouter - + @@ -111,6 +111,6 @@ Trigger an asynchronous call to ICefMediaObserver.OnRoutes on all registered observers.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefMediaSink.html b/docs/html/uCEFInterfaces.ICefMediaSink.html index 4ca22908..3ee41d72 100644 --- a/docs/html/uCEFInterfaces.ICefMediaSink.html +++ b/docs/html/uCEFInterfaces.ICefMediaSink.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefMediaSink - + @@ -185,6 +185,6 @@ Returns the icon type for this sink.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefMediaSinkDeviceInfoCallback.html b/docs/html/uCEFInterfaces.ICefMediaSinkDeviceInfoCallback.html index 007f1380..add68d20 100644 --- a/docs/html/uCEFInterfaces.ICefMediaSinkDeviceInfoCallback.html +++ b/docs/html/uCEFInterfaces.ICefMediaSinkDeviceInfoCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefMediaSinkDeviceInfoCallback - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefMediaSource.html b/docs/html/uCEFInterfaces.ICefMediaSource.html index 9daaf411..ee9f554d 100644 --- a/docs/html/uCEFInterfaces.ICefMediaSource.html +++ b/docs/html/uCEFInterfaces.ICefMediaSource.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefMediaSource - + @@ -101,6 +101,6 @@ Returns the ID (media source URN or URL) for this source.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefMenuButton.html b/docs/html/uCEFInterfaces.ICefMenuButton.html index c66d4744..9bb22213 100644 --- a/docs/html/uCEFInterfaces.ICefMenuButton.html +++ b/docs/html/uCEFInterfaces.ICefMenuButton.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefMenuButton - + @@ -72,6 +72,6 @@ Show the menu for this button. Results in a call to ICefMenuButtonDelegate.OnMenuButtonPressed().

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefMenuButtonDelegate.html b/docs/html/uCEFInterfaces.ICefMenuButtonDelegate.html index 67f2b0ad..e373a66e 100644 --- a/docs/html/uCEFInterfaces.ICefMenuButtonDelegate.html +++ b/docs/html/uCEFInterfaces.ICefMenuButtonDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefMenuButtonDelegate - + @@ -57,6 +57,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefMenuButtonDelegateEvents.html b/docs/html/uCEFInterfaces.ICefMenuButtonDelegateEvents.html index 4184454b..f3eef15d 100644 --- a/docs/html/uCEFInterfaces.ICefMenuButtonDelegateEvents.html +++ b/docs/html/uCEFInterfaces.ICefMenuButtonDelegateEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefMenuButtonDelegateEvents - + @@ -48,6 +48,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefMenuButtonPressedLock.html b/docs/html/uCEFInterfaces.ICefMenuButtonPressedLock.html index 644b7a85..fcb1fbd5 100644 --- a/docs/html/uCEFInterfaces.ICefMenuButtonPressedLock.html +++ b/docs/html/uCEFInterfaces.ICefMenuButtonPressedLock.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefMenuButtonPressedLock - + @@ -30,6 +30,6 @@

    Hierarchy


    Generated by PasDoc 0.17.0.snapshot. +
  • ICefMenuButtonPressedLock

  • Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefMenuModel.html b/docs/html/uCEFInterfaces.ICefMenuModel.html index a1b7a82f..42ea55eb 100644 --- a/docs/html/uCEFInterfaces.ICefMenuModel.html +++ b/docs/html/uCEFInterfaces.ICefMenuModel.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefMenuModel - + @@ -829,6 +829,6 @@

    Here are examples of valid font description strings: - "Arial, Helvetica, Bold Italic 14px" - "Arial, 14px"

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefMenuModelDelegate.html b/docs/html/uCEFInterfaces.ICefMenuModelDelegate.html index da67bc23..f167b8e6 100644 --- a/docs/html/uCEFInterfaces.ICefMenuModelDelegate.html +++ b/docs/html/uCEFInterfaces.ICefMenuModelDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefMenuModelDelegate - + @@ -139,6 +139,6 @@ Optionally modify a menu item label. Return true (1) if |label| was modified.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefNavigationEntry.html b/docs/html/uCEFInterfaces.ICefNavigationEntry.html index b9ae0a81..afaeb291 100644 --- a/docs/html/uCEFInterfaces.ICefNavigationEntry.html +++ b/docs/html/uCEFInterfaces.ICefNavigationEntry.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefNavigationEntry - + @@ -297,6 +297,6 @@ Returns the SSL information for this navigation entry.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefNavigationEntryVisitor.html b/docs/html/uCEFInterfaces.ICefNavigationEntryVisitor.html index e19f39e6..bd23082b 100644 --- a/docs/html/uCEFInterfaces.ICefNavigationEntryVisitor.html +++ b/docs/html/uCEFInterfaces.ICefNavigationEntryVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefNavigationEntryVisitor - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefOverlayController.html b/docs/html/uCEFInterfaces.ICefOverlayController.html index 32eed8f8..a786924e 100644 --- a/docs/html/uCEFInterfaces.ICefOverlayController.html +++ b/docs/html/uCEFInterfaces.ICefOverlayController.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefOverlayController - + @@ -451,6 +451,6 @@ Returns whether this overlay is visible and drawn in a Window. A View is drawn if it and all parent Views are visible. To determine if the containing Window is visible to the user on-screen call is_visible() on the Window.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefPanel.html b/docs/html/uCEFInterfaces.ICefPanel.html index 9fde4cbd..5d500458 100644 --- a/docs/html/uCEFInterfaces.ICefPanel.html +++ b/docs/html/uCEFInterfaces.ICefPanel.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefPanel - + @@ -228,6 +228,6 @@ Returns this Panel as a Window or NULL if this is not a Window.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefPanelDelegate.html b/docs/html/uCEFInterfaces.ICefPanelDelegate.html index 1f260099..e08ad8d4 100644 --- a/docs/html/uCEFInterfaces.ICefPanelDelegate.html +++ b/docs/html/uCEFInterfaces.ICefPanelDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefPanelDelegate - + @@ -31,6 +31,6 @@
    Generated by PasDoc 0.17.0.snapshot. +
  • ICefPanelDelegate

  • Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefPanelDelegateEvents.html b/docs/html/uCEFInterfaces.ICefPanelDelegateEvents.html index 161f2cc7..d8d1ce26 100644 --- a/docs/html/uCEFInterfaces.ICefPanelDelegateEvents.html +++ b/docs/html/uCEFInterfaces.ICefPanelDelegateEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefPanelDelegateEvents - + @@ -24,6 +24,6 @@

    Hierarchy


    Generated by PasDoc 0.17.0.snapshot. +
  • ICefPanelDelegateEvents

  • Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefPdfPrintCallback.html b/docs/html/uCEFInterfaces.ICefPdfPrintCallback.html index 11698415..8d29f792 100644 --- a/docs/html/uCEFInterfaces.ICefPdfPrintCallback.html +++ b/docs/html/uCEFInterfaces.ICefPdfPrintCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefPdfPrintCallback - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefPermissionHandler.html b/docs/html/uCEFInterfaces.ICefPermissionHandler.html index 7d23662a..cdfb34a2 100644 --- a/docs/html/uCEFInterfaces.ICefPermissionHandler.html +++ b/docs/html/uCEFInterfaces.ICefPermissionHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefPermissionHandler - + @@ -111,6 +111,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefPermissionPromptCallback.html b/docs/html/uCEFInterfaces.ICefPermissionPromptCallback.html index 13a7f8cf..e14a7266 100644 --- a/docs/html/uCEFInterfaces.ICefPermissionPromptCallback.html +++ b/docs/html/uCEFInterfaces.ICefPermissionPromptCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefPermissionPromptCallback - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefPostData.html b/docs/html/uCEFInterfaces.ICefPostData.html index 279749e7..06fb0a57 100644 --- a/docs/html/uCEFInterfaces.ICefPostData.html +++ b/docs/html/uCEFInterfaces.ICefPostData.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefPostData - + @@ -139,6 +139,6 @@ Remove all existing post data elements.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefPostDataElement.html b/docs/html/uCEFInterfaces.ICefPostDataElement.html index b86afcca..6a761052 100644 --- a/docs/html/uCEFInterfaces.ICefPostDataElement.html +++ b/docs/html/uCEFInterfaces.ICefPostDataElement.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefPostDataElement - + @@ -153,6 +153,6 @@ Read up to |size| bytes into |bytes| and return the number of bytes actually read.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefPreferenceManager.html b/docs/html/uCEFInterfaces.ICefPreferenceManager.html index 28a8f590..af5efddb 100644 --- a/docs/html/uCEFInterfaces.ICefPreferenceManager.html +++ b/docs/html/uCEFInterfaces.ICefPreferenceManager.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefPreferenceManager - + @@ -125,6 +125,6 @@ Add an observer for preference changes. |name| is the name of the preference to observe. If |name| is NULL then all preferences will be observed. Observing all preferences has performance consequences and is not recommended outside of testing scenarios. The observer will remain registered until the returned Registration object is destroyed. This function must be called on the browser process UI thread.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefPreferenceObserver.html b/docs/html/uCEFInterfaces.ICefPreferenceObserver.html index db98027f..bde28186 100644 --- a/docs/html/uCEFInterfaces.ICefPreferenceObserver.html +++ b/docs/html/uCEFInterfaces.ICefPreferenceObserver.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefPreferenceObserver - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefPrintDialogCallback.html b/docs/html/uCEFInterfaces.ICefPrintDialogCallback.html index 9d9dfcb6..7acfe007 100644 --- a/docs/html/uCEFInterfaces.ICefPrintDialogCallback.html +++ b/docs/html/uCEFInterfaces.ICefPrintDialogCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefPrintDialogCallback - + @@ -69,6 +69,6 @@ Cancel the printing.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefPrintHandler.html b/docs/html/uCEFInterfaces.ICefPrintHandler.html index 2b8f44ce..bac38655 100644 --- a/docs/html/uCEFInterfaces.ICefPrintHandler.html +++ b/docs/html/uCEFInterfaces.ICefPrintHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefPrintHandler - + @@ -139,6 +139,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefPrintJobCallback.html b/docs/html/uCEFInterfaces.ICefPrintJobCallback.html index b83a6d67..ed8b958b 100644 --- a/docs/html/uCEFInterfaces.ICefPrintJobCallback.html +++ b/docs/html/uCEFInterfaces.ICefPrintJobCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefPrintJobCallback - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefPrintSettings.html b/docs/html/uCEFInterfaces.ICefPrintSettings.html index de92be8e..c625232d 100644 --- a/docs/html/uCEFInterfaces.ICefPrintSettings.html +++ b/docs/html/uCEFInterfaces.ICefPrintSettings.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefPrintSettings - + @@ -465,6 +465,6 @@ Get the duplex mode.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefProcessMessage.html b/docs/html/uCEFInterfaces.ICefProcessMessage.html index 8c7ff43c..e3340892 100644 --- a/docs/html/uCEFInterfaces.ICefProcessMessage.html +++ b/docs/html/uCEFInterfaces.ICefProcessMessage.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefProcessMessage - + @@ -171,6 +171,6 @@ Returns the shared memory region. Returns nullptr when message contains an argument list.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefReadHandler.html b/docs/html/uCEFInterfaces.ICefReadHandler.html index f8b00b0d..c29a2732 100644 --- a/docs/html/uCEFInterfaces.ICefReadHandler.html +++ b/docs/html/uCEFInterfaces.ICefReadHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefReadHandler - + @@ -111,6 +111,6 @@ Return true (1) if this handler performs work like accessing the file system which may block. Used as a hint for determining the thread to access the handler from.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefRegistration.html b/docs/html/uCEFInterfaces.ICefRegistration.html index 78fb3d59..b2769818 100644 --- a/docs/html/uCEFInterfaces.ICefRegistration.html +++ b/docs/html/uCEFInterfaces.ICefRegistration.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefRegistration - + @@ -30,6 +30,6 @@

    Hierarchy


    Generated by PasDoc 0.17.0.snapshot. +
  • ICefRegistration

  • Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefRenderHandler.html b/docs/html/uCEFInterfaces.ICefRenderHandler.html index f107bb73..3485c3fa 100644 --- a/docs/html/uCEFInterfaces.ICefRenderHandler.html +++ b/docs/html/uCEFInterfaces.ICefRenderHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefRenderHandler - + @@ -313,6 +313,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefRenderProcessHandler.html b/docs/html/uCEFInterfaces.ICefRenderProcessHandler.html index 275554de..d1fe56bb 100644 --- a/docs/html/uCEFInterfaces.ICefRenderProcessHandler.html +++ b/docs/html/uCEFInterfaces.ICefRenderProcessHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefRenderProcessHandler - + @@ -181,6 +181,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefRequest.html b/docs/html/uCEFInterfaces.ICefRequest.html index 53d784d9..2ee15526 100644 --- a/docs/html/uCEFInterfaces.ICefRequest.html +++ b/docs/html/uCEFInterfaces.ICefRequest.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefRequest - + @@ -493,6 +493,6 @@ Returns the globally unique identifier for this request or 0 if not specified. Can be used by ICefResourceRequestHandler implementations in the browser process to track a single request across multiple callbacks.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefRequestContext.html b/docs/html/uCEFInterfaces.ICefRequestContext.html index 9b62b9e4..8119d6f7 100644 --- a/docs/html/uCEFInterfaces.ICefRequestContext.html +++ b/docs/html/uCEFInterfaces.ICefRequestContext.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefRequestContext - + @@ -456,6 +456,6 @@ Returns the current Chrome color scheme variant. Must be called on the browser process UI thread.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefRequestContextHandler.html b/docs/html/uCEFInterfaces.ICefRequestContextHandler.html index d5ea48e4..27277bad 100644 --- a/docs/html/uCEFInterfaces.ICefRequestContextHandler.html +++ b/docs/html/uCEFInterfaces.ICefRequestContextHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefRequestContextHandler - + @@ -83,6 +83,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefRequestHandler.html b/docs/html/uCEFInterfaces.ICefRequestHandler.html index d369b356..9b8c64a2 100644 --- a/docs/html/uCEFInterfaces.ICefRequestHandler.html +++ b/docs/html/uCEFInterfaces.ICefRequestHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefRequestHandler - + @@ -209,6 +209,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefResolveCallback.html b/docs/html/uCEFInterfaces.ICefResolveCallback.html index d0b89293..e6ef8352 100644 --- a/docs/html/uCEFInterfaces.ICefResolveCallback.html +++ b/docs/html/uCEFInterfaces.ICefResolveCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefResolveCallback - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefResourceBundle.html b/docs/html/uCEFInterfaces.ICefResourceBundle.html index 5baa6541..b915a6a7 100644 --- a/docs/html/uCEFInterfaces.ICefResourceBundle.html +++ b/docs/html/uCEFInterfaces.ICefResourceBundle.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefResourceBundle - + @@ -83,6 +83,6 @@ Returns a cef_binary_value_t containing the decompressed contents of the specified |resource_id| nearest the scale factor |scale_factor| or NULL if not found. Use a |scale_factor| value of SCALE_FACTOR_NONE for scale independent resources or call GetDataResource instead. Use the cef_id_for_pack_resource_name() function for version-safe mapping of resource IDR names from cef_pack_resources.h to version-specific numerical |resource_id| values.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefResourceBundleHandler.html b/docs/html/uCEFInterfaces.ICefResourceBundleHandler.html index 7c2bcd74..c76c8e1c 100644 --- a/docs/html/uCEFInterfaces.ICefResourceBundleHandler.html +++ b/docs/html/uCEFInterfaces.ICefResourceBundleHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefResourceBundleHandler - + @@ -97,6 +97,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefResourceHandler.html b/docs/html/uCEFInterfaces.ICefResourceHandler.html index f47d5dc0..71494a3c 100644 --- a/docs/html/uCEFInterfaces.ICefResourceHandler.html +++ b/docs/html/uCEFInterfaces.ICefResourceHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefResourceHandler - + @@ -147,6 +147,6 @@ Request processing has been canceled.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefResourceReadCallback.html b/docs/html/uCEFInterfaces.ICefResourceReadCallback.html index 369523e2..726e14b3 100644 --- a/docs/html/uCEFInterfaces.ICefResourceReadCallback.html +++ b/docs/html/uCEFInterfaces.ICefResourceReadCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefResourceReadCallback - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefResourceRequestHandler.html b/docs/html/uCEFInterfaces.ICefResourceRequestHandler.html index 74a88d72..4b8b4563 100644 --- a/docs/html/uCEFInterfaces.ICefResourceRequestHandler.html +++ b/docs/html/uCEFInterfaces.ICefResourceRequestHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefResourceRequestHandler - + @@ -169,6 +169,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefResourceSkipCallback.html b/docs/html/uCEFInterfaces.ICefResourceSkipCallback.html index eccf8f6d..f9db103d 100644 --- a/docs/html/uCEFInterfaces.ICefResourceSkipCallback.html +++ b/docs/html/uCEFInterfaces.ICefResourceSkipCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefResourceSkipCallback - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefResponse.html b/docs/html/uCEFInterfaces.ICefResponse.html index d3db19cb..aaede900 100644 --- a/docs/html/uCEFInterfaces.ICefResponse.html +++ b/docs/html/uCEFInterfaces.ICefResponse.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefResponse - + @@ -367,6 +367,6 @@ Get the resolved URL after redirects or changed as a result of HSTS.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefResponseFilter.html b/docs/html/uCEFInterfaces.ICefResponseFilter.html index a03113b7..b6d656a6 100644 --- a/docs/html/uCEFInterfaces.ICefResponseFilter.html +++ b/docs/html/uCEFInterfaces.ICefResponseFilter.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefResponseFilter - + @@ -104,6 +104,6 @@

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefRunContextMenuCallback.html b/docs/html/uCEFInterfaces.ICefRunContextMenuCallback.html index 6256e96f..75a55de6 100644 --- a/docs/html/uCEFInterfaces.ICefRunContextMenuCallback.html +++ b/docs/html/uCEFInterfaces.ICefRunContextMenuCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefRunContextMenuCallback - + @@ -69,6 +69,6 @@ Cancel context menu display.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefRunFileDialogCallback.html b/docs/html/uCEFInterfaces.ICefRunFileDialogCallback.html index bbfe07ed..3b3984cf 100644 --- a/docs/html/uCEFInterfaces.ICefRunFileDialogCallback.html +++ b/docs/html/uCEFInterfaces.ICefRunFileDialogCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefRunFileDialogCallback - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefRunQuickMenuCallback.html b/docs/html/uCEFInterfaces.ICefRunQuickMenuCallback.html index 197df022..017dfb53 100644 --- a/docs/html/uCEFInterfaces.ICefRunQuickMenuCallback.html +++ b/docs/html/uCEFInterfaces.ICefRunQuickMenuCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefRunQuickMenuCallback - + @@ -69,6 +69,6 @@ Cancel quick menu display.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefSSLStatus.html b/docs/html/uCEFInterfaces.ICefSSLStatus.html index d47cfabb..2cfd4b0a 100644 --- a/docs/html/uCEFInterfaces.ICefSSLStatus.html +++ b/docs/html/uCEFInterfaces.ICefSSLStatus.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefSSLStatus - + @@ -111,6 +111,6 @@ Returns the X.509 certificate.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefSchemeHandlerFactory.html b/docs/html/uCEFInterfaces.ICefSchemeHandlerFactory.html index db23c0a3..665c82f7 100644 --- a/docs/html/uCEFInterfaces.ICefSchemeHandlerFactory.html +++ b/docs/html/uCEFInterfaces.ICefSchemeHandlerFactory.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefSchemeHandlerFactory - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefScrollView.html b/docs/html/uCEFInterfaces.ICefScrollView.html index 37a63ed4..5c5a1c3a 100644 --- a/docs/html/uCEFInterfaces.ICefScrollView.html +++ b/docs/html/uCEFInterfaces.ICefScrollView.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefScrollView - + @@ -200,6 +200,6 @@ Returns the width of the vertical scrollbar.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefSelectClientCertificateCallback.html b/docs/html/uCEFInterfaces.ICefSelectClientCertificateCallback.html index a3651a91..f1362434 100644 --- a/docs/html/uCEFInterfaces.ICefSelectClientCertificateCallback.html +++ b/docs/html/uCEFInterfaces.ICefSelectClientCertificateCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefSelectClientCertificateCallback - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefServer.html b/docs/html/uCEFInterfaces.ICefServer.html index 30755df0..46f31ef5 100644 --- a/docs/html/uCEFInterfaces.ICefServer.html +++ b/docs/html/uCEFInterfaces.ICefServer.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefServer - + @@ -223,6 +223,6 @@ Send a WebSocket message to the connection identified by |connection_id|. |data| is the response content and |data_size| is the size of |data| in bytes. The contents of |data| will be copied. See ICefServerHandler.OnWebSocketRequest documentation for intended usage.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefServerHandler.html b/docs/html/uCEFInterfaces.ICefServerHandler.html index ba438cfb..82a05886 100644 --- a/docs/html/uCEFInterfaces.ICefServerHandler.html +++ b/docs/html/uCEFInterfaces.ICefServerHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefServerHandler - + @@ -153,6 +153,6 @@ Called when |server| receives an WebSocket message. |connection_id| uniquely identifies the connection, |data| is the message content and |data_size| is the size of |data| in bytes. Do not keep a reference to |data| outside of this function. See OnWebSocketRequest documentation for intended usage.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefSetCookieCallback.html b/docs/html/uCEFInterfaces.ICefSetCookieCallback.html index e3d94f77..68795c00 100644 --- a/docs/html/uCEFInterfaces.ICefSetCookieCallback.html +++ b/docs/html/uCEFInterfaces.ICefSetCookieCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefSetCookieCallback - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefSettingObserver.html b/docs/html/uCEFInterfaces.ICefSettingObserver.html index 153d8d6f..b3d89f97 100644 --- a/docs/html/uCEFInterfaces.ICefSettingObserver.html +++ b/docs/html/uCEFInterfaces.ICefSettingObserver.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefSettingObserver - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefSharedMemoryRegion.html b/docs/html/uCEFInterfaces.ICefSharedMemoryRegion.html index 719f11c7..a3b195c2 100644 --- a/docs/html/uCEFInterfaces.ICefSharedMemoryRegion.html +++ b/docs/html/uCEFInterfaces.ICefSharedMemoryRegion.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefSharedMemoryRegion - + @@ -83,6 +83,6 @@ Returns the pointer to the memory. Returns nullptr for invalid instances. The returned pointer is only valid for the life span of this object.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefSharedProcessMessageBuilder.html b/docs/html/uCEFInterfaces.ICefSharedProcessMessageBuilder.html index 7d34d950..324c9512 100644 --- a/docs/html/uCEFInterfaces.ICefSharedProcessMessageBuilder.html +++ b/docs/html/uCEFInterfaces.ICefSharedProcessMessageBuilder.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefSharedProcessMessageBuilder - + @@ -97,6 +97,6 @@ Creates a new ICefProcessMessage from the data provided to the builder. Returns nullptr for invalid instances. Invalidates the builder instance.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefSslInfo.html b/docs/html/uCEFInterfaces.ICefSslInfo.html index 14083aed..c1275f96 100644 --- a/docs/html/uCEFInterfaces.ICefSslInfo.html +++ b/docs/html/uCEFInterfaces.ICefSslInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefSslInfo - + @@ -69,6 +69,6 @@ Returns the X.509 certificate.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefStreamReader.html b/docs/html/uCEFInterfaces.ICefStreamReader.html index f1abf0d2..468fef8d 100644 --- a/docs/html/uCEFInterfaces.ICefStreamReader.html +++ b/docs/html/uCEFInterfaces.ICefStreamReader.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefStreamReader - + @@ -111,6 +111,6 @@ Return true (1) if this handler performs work like accessing the file system which may block. Used as a hint for determining the thread to access the handler from.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefStreamWriter.html b/docs/html/uCEFInterfaces.ICefStreamWriter.html index 2822ea25..3faee7a3 100644 --- a/docs/html/uCEFInterfaces.ICefStreamWriter.html +++ b/docs/html/uCEFInterfaces.ICefStreamWriter.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefStreamWriter - + @@ -111,6 +111,6 @@ Returns true (1) if this writer performs work like accessing the file system which may block. Used as a hint for determining the thread to access the writer from.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefStringList.html b/docs/html/uCEFInterfaces.ICefStringList.html index 182d7316..d47b7d29 100644 --- a/docs/html/uCEFInterfaces.ICefStringList.html +++ b/docs/html/uCEFInterfaces.ICefStringList.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefStringList - + @@ -170,6 +170,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefStringMap.html b/docs/html/uCEFInterfaces.ICefStringMap.html index 4592eb94..312c46ba 100644 --- a/docs/html/uCEFInterfaces.ICefStringMap.html +++ b/docs/html/uCEFInterfaces.ICefStringMap.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefStringMap - + @@ -170,6 +170,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefStringMultimap.html b/docs/html/uCEFInterfaces.ICefStringMultimap.html index 2bfad13f..78231610 100644 --- a/docs/html/uCEFInterfaces.ICefStringMultimap.html +++ b/docs/html/uCEFInterfaces.ICefStringMultimap.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefStringMultimap - + @@ -194,6 +194,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefStringVisitor.html b/docs/html/uCEFInterfaces.ICefStringVisitor.html index ddb152b6..f5b8a875 100644 --- a/docs/html/uCEFInterfaces.ICefStringVisitor.html +++ b/docs/html/uCEFInterfaces.ICefStringVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefStringVisitor - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefTask.html b/docs/html/uCEFInterfaces.ICefTask.html index f46ed737..52654a22 100644 --- a/docs/html/uCEFInterfaces.ICefTask.html +++ b/docs/html/uCEFInterfaces.ICefTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefTask - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefTaskManager.html b/docs/html/uCEFInterfaces.ICefTaskManager.html index 36abcc4b..fa994bb2 100644 --- a/docs/html/uCEFInterfaces.ICefTaskManager.html +++ b/docs/html/uCEFInterfaces.ICefTaskManager.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefTaskManager - + @@ -109,6 +109,6 @@ Returns the task ID associated with the main task for |browser_id| (value from cef_browser_t::GetIdentifier). Returns -1 if |browser_id| is invalid, does not currently have an associated task, or the function was called from the incorrect thread.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefTaskRunner.html b/docs/html/uCEFInterfaces.ICefTaskRunner.html index 40a36dce..43c5e89a 100644 --- a/docs/html/uCEFInterfaces.ICefTaskRunner.html +++ b/docs/html/uCEFInterfaces.ICefTaskRunner.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefTaskRunner - + @@ -113,6 +113,6 @@ Post a task for delayed execution on the thread associated with this task runner. Execution will occur asynchronously. Delayed tasks are not supported on V8 WebWorker threads and will be executed without the specified delay.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefTextfield.html b/docs/html/uCEFInterfaces.ICefTextfield.html index 76a761f7..75c48137 100644 --- a/docs/html/uCEFInterfaces.ICefTextfield.html +++ b/docs/html/uCEFInterfaces.ICefTextfield.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefTextfield - + @@ -594,6 +594,6 @@ Returns the placeholder text that will be displayed when the Textfield is NULL.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefTextfieldDelegate.html b/docs/html/uCEFInterfaces.ICefTextfieldDelegate.html index 4be4b3d6..e82e963e 100644 --- a/docs/html/uCEFInterfaces.ICefTextfieldDelegate.html +++ b/docs/html/uCEFInterfaces.ICefTextfieldDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefTextfieldDelegate - + @@ -70,6 +70,6 @@ Called after performing a user action that may change |textfield|.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefTextfieldDelegateEvents.html b/docs/html/uCEFInterfaces.ICefTextfieldDelegateEvents.html index 7dab3206..7e1e74a0 100644 --- a/docs/html/uCEFInterfaces.ICefTextfieldDelegateEvents.html +++ b/docs/html/uCEFInterfaces.ICefTextfieldDelegateEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefTextfieldDelegateEvents - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefThread.html b/docs/html/uCEFInterfaces.ICefThread.html index 064cd695..094b5850 100644 --- a/docs/html/uCEFInterfaces.ICefThread.html +++ b/docs/html/uCEFInterfaces.ICefThread.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefThread - + @@ -97,6 +97,6 @@ Returns true (1) if the thread is currently running. This function must be called from the same thread that called cef_thread_create().

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefUnresponsiveProcessCallback.html b/docs/html/uCEFInterfaces.ICefUnresponsiveProcessCallback.html index e69c031d..eac38649 100644 --- a/docs/html/uCEFInterfaces.ICefUnresponsiveProcessCallback.html +++ b/docs/html/uCEFInterfaces.ICefUnresponsiveProcessCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefUnresponsiveProcessCallback - + @@ -69,6 +69,6 @@ Terminate the unresponsive process.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefUrlRequest.html b/docs/html/uCEFInterfaces.ICefUrlRequest.html index 497747af..27d360a7 100644 --- a/docs/html/uCEFInterfaces.ICefUrlRequest.html +++ b/docs/html/uCEFInterfaces.ICefUrlRequest.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefUrlRequest - + @@ -227,6 +227,6 @@ Returns true (1) if the response body was served from the cache. This includes responses for which revalidation was required.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefUrlrequestClient.html b/docs/html/uCEFInterfaces.ICefUrlrequestClient.html index f1309bdc..1928e263 100644 --- a/docs/html/uCEFInterfaces.ICefUrlrequestClient.html +++ b/docs/html/uCEFInterfaces.ICefUrlrequestClient.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefUrlrequestClient - + @@ -125,6 +125,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefV8Accessor.html b/docs/html/uCEFInterfaces.ICefV8Accessor.html index a7ecf5bd..34a74b18 100644 --- a/docs/html/uCEFInterfaces.ICefV8Accessor.html +++ b/docs/html/uCEFInterfaces.ICefV8Accessor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefV8Accessor - + @@ -69,6 +69,6 @@ Handle assignment of the accessor value identified by |name|. |object| is the receiver ('this' object) of the accessor. |value| is the new value being assigned to the accessor. If assignment fails set |exception| to the exception that will be thrown. Return true (1) if accessor assignment was handled.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefV8Exception.html b/docs/html/uCEFInterfaces.ICefV8Exception.html index 5d454fdc..e04de7cd 100644 --- a/docs/html/uCEFInterfaces.ICefV8Exception.html +++ b/docs/html/uCEFInterfaces.ICefV8Exception.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefV8Exception - + @@ -269,6 +269,6 @@ Returns the index within the line of the last character where the error occurred.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefV8Interceptor.html b/docs/html/uCEFInterfaces.ICefV8Interceptor.html index 758a7937..3f365386 100644 --- a/docs/html/uCEFInterfaces.ICefV8Interceptor.html +++ b/docs/html/uCEFInterfaces.ICefV8Interceptor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefV8Interceptor - + @@ -97,6 +97,6 @@ Handle assignment of the interceptor value identified by |index|. |object| is the receiver ('this' object) of the interceptor. |value| is the new value being assigned to the interceptor. If assignment fails, set |exception| to the exception that will be thrown. Return true (1) if interceptor assignment was handled, false (0) otherwise.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefV8StackFrame.html b/docs/html/uCEFInterfaces.ICefV8StackFrame.html index dc713fdd..777d9821 100644 --- a/docs/html/uCEFInterfaces.ICefV8StackFrame.html +++ b/docs/html/uCEFInterfaces.ICefV8StackFrame.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefV8StackFrame - + @@ -227,6 +227,6 @@ Returns the 1-based column offset on the line for the function call or 0 if unknown.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefV8StackTrace.html b/docs/html/uCEFInterfaces.ICefV8StackTrace.html index b524210c..2ad760ba 100644 --- a/docs/html/uCEFInterfaces.ICefV8StackTrace.html +++ b/docs/html/uCEFInterfaces.ICefV8StackTrace.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefV8StackTrace - + @@ -115,6 +115,6 @@ Returns the stack frame at the specified 0-based index.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefValue.html b/docs/html/uCEFInterfaces.ICefValue.html index 2d0eb2e1..444c01bb 100644 --- a/docs/html/uCEFInterfaces.ICefValue.html +++ b/docs/html/uCEFInterfaces.ICefValue.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefValue - + @@ -349,6 +349,6 @@ Sets the underlying value as type list. Returns true (1) if the value was set successfully. This object keeps a reference to |value| and ownership of the underlying data remains unchanged.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefView.html b/docs/html/uCEFInterfaces.ICefView.html index df329d3a..58283eec 100644 --- a/docs/html/uCEFInterfaces.ICefView.html +++ b/docs/html/uCEFInterfaces.ICefView.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefView - + @@ -1081,6 +1081,6 @@ Returns the type of this View as a string. Used primarily for testing purposes.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefViewDelegate.html b/docs/html/uCEFInterfaces.ICefViewDelegate.html index 654fe875..713637d3 100644 --- a/docs/html/uCEFInterfaces.ICefViewDelegate.html +++ b/docs/html/uCEFInterfaces.ICefViewDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefViewDelegate - + @@ -214,6 +214,6 @@

    (

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefViewDelegateEvents.html b/docs/html/uCEFInterfaces.ICefViewDelegateEvents.html index 620b3f34..fa718b24 100644 --- a/docs/html/uCEFInterfaces.ICefViewDelegateEvents.html +++ b/docs/html/uCEFInterfaces.ICefViewDelegateEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefViewDelegateEvents - + @@ -210,6 +210,6 @@ Custom

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefWaitableEvent.html b/docs/html/uCEFInterfaces.ICefWaitableEvent.html index e2ab9f87..eef06795 100644 --- a/docs/html/uCEFInterfaces.ICefWaitableEvent.html +++ b/docs/html/uCEFInterfaces.ICefWaitableEvent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefWaitableEvent - + @@ -111,6 +111,6 @@ Wait up to |max_ms| milliseconds for the event to be signaled. Returns true (1) if the event was signaled. A return value of false (0) does not necessarily mean that |max_ms| was exceeded. This function will not return until after the call to signal() has completed. This function cannot be called on the browser process UI or IO threads.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefWindow.html b/docs/html/uCEFInterfaces.ICefWindow.html index bd41d029..7d6e9904 100644 --- a/docs/html/uCEFInterfaces.ICefWindow.html +++ b/docs/html/uCEFInterfaces.ICefWindow.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefWindow - + @@ -787,6 +787,6 @@ Returns the runtime style for this Window (ALLOY or CHROME). See TCefRuntimeStyle documentation for details.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefWindowDelegate.html b/docs/html/uCEFInterfaces.ICefWindowDelegate.html index 3a8691c2..b009555f 100644 --- a/docs/html/uCEFInterfaces.ICefWindowDelegate.html +++ b/docs/html/uCEFInterfaces.ICefWindowDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefWindowDelegate - + @@ -383,6 +383,6 @@ Return Linux-specific window properties for correctly handling by window managers.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefWindowDelegateEvents.html b/docs/html/uCEFInterfaces.ICefWindowDelegateEvents.html index 6ff97871..54f310a9 100644 --- a/docs/html/uCEFInterfaces.ICefWindowDelegateEvents.html +++ b/docs/html/uCEFInterfaces.ICefWindowDelegateEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefWindowDelegateEvents - + @@ -312,6 +312,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefWriteHandler.html b/docs/html/uCEFInterfaces.ICefWriteHandler.html index 25c93ac5..e0c2aed6 100644 --- a/docs/html/uCEFInterfaces.ICefWriteHandler.html +++ b/docs/html/uCEFInterfaces.ICefWriteHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefWriteHandler - + @@ -111,6 +111,6 @@ Return true (1) if this handler performs work like accessing the file system which may block. Used as a hint for determining the thread to access the handler from.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefX509CertPrincipal.html b/docs/html/uCEFInterfaces.ICefX509CertPrincipal.html index 7df68781..8b358faf 100644 --- a/docs/html/uCEFInterfaces.ICefX509CertPrincipal.html +++ b/docs/html/uCEFInterfaces.ICefX509CertPrincipal.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefX509CertPrincipal - + @@ -139,6 +139,6 @@ Retrieve the list of organization unit names.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefX509Certificate.html b/docs/html/uCEFInterfaces.ICefX509Certificate.html index b4bce0b4..5377adf4 100644 --- a/docs/html/uCEFInterfaces.ICefX509Certificate.html +++ b/docs/html/uCEFInterfaces.ICefX509Certificate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefX509Certificate - + @@ -209,6 +209,6 @@ Returns the PEM encoded data for the certificate issuer chain. If we failed to encode a certificate in the chain it is still present in the array but is an NULL string.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefXmlReader.html b/docs/html/uCEFInterfaces.ICefXmlReader.html index f9aedf03..76b2a6ad 100644 --- a/docs/html/uCEFInterfaces.ICefXmlReader.html +++ b/docs/html/uCEFInterfaces.ICefXmlReader.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefXmlReader - + @@ -447,6 +447,6 @@ Moves the cursor back to the carrying element. Returns true (1) if the cursor position was set successfully.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefZipReader.html b/docs/html/uCEFInterfaces.ICefZipReader.html index 7215b55c..88b2b947 100644 --- a/docs/html/uCEFInterfaces.ICefZipReader.html +++ b/docs/html/uCEFInterfaces.ICefZipReader.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefZipReader - + @@ -209,6 +209,6 @@ Returns true (1) if at end of the file contents.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefv8ArrayBufferReleaseCallback.html b/docs/html/uCEFInterfaces.ICefv8ArrayBufferReleaseCallback.html index ced9a0db..ecc3ba9e 100644 --- a/docs/html/uCEFInterfaces.ICefv8ArrayBufferReleaseCallback.html +++ b/docs/html/uCEFInterfaces.ICefv8ArrayBufferReleaseCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefv8ArrayBufferReleaseCallback - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefv8BackingStore.html b/docs/html/uCEFInterfaces.ICefv8BackingStore.html index 3796bbae..2de832b2 100644 --- a/docs/html/uCEFInterfaces.ICefv8BackingStore.html +++ b/docs/html/uCEFInterfaces.ICefv8BackingStore.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefv8BackingStore - + @@ -89,6 +89,6 @@ Returns true (1) if this backing store has not yet been consumed by TCefv8ValueRef.NewArrayBufferFromBackingStore().

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefv8Context.html b/docs/html/uCEFInterfaces.ICefv8Context.html index 0c6a8299..0c140e1b 100644 --- a/docs/html/uCEFInterfaces.ICefv8Context.html +++ b/docs/html/uCEFInterfaces.ICefv8Context.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefv8Context - + @@ -213,6 +213,6 @@ Returns the global object for this context. The context must be entered before calling this function.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefv8Handler.html b/docs/html/uCEFInterfaces.ICefv8Handler.html index 2508d776..f0989620 100644 --- a/docs/html/uCEFInterfaces.ICefv8Handler.html +++ b/docs/html/uCEFInterfaces.ICefv8Handler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefv8Handler - + @@ -55,6 +55,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.ICefv8Value.html b/docs/html/uCEFInterfaces.ICefv8Value.html index 456e2c6e..7ef02b13 100644 --- a/docs/html/uCEFInterfaces.ICefv8Value.html +++ b/docs/html/uCEFInterfaces.ICefv8Value.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface ICefv8Value - + @@ -769,6 +769,6 @@ Reject the Promise using the current V8 context. This function should only be called from within the scope of a ICefv8Handler or ICefV8Accessor callback, or in combination with calling enter() and exit() on a stored ICefv8Context reference. Returns true (1) on success. Returns false (0) if this function is called incorrectly or an exception is thrown.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.IChromiumEvents.html b/docs/html/uCEFInterfaces.IChromiumEvents.html index 782e85b0..b68aa55b 100644 --- a/docs/html/uCEFInterfaces.IChromiumEvents.html +++ b/docs/html/uCEFInterfaces.IChromiumEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface IChromiumEvents - + @@ -2230,6 +2230,6 @@ Custom

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.IServerEvents.html b/docs/html/uCEFInterfaces.IServerEvents.html index 6da028e2..08899a91 100644 --- a/docs/html/uCEFInterfaces.IServerEvents.html +++ b/docs/html/uCEFInterfaces.IServerEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Interface IServerEvents - + @@ -132,6 +132,6 @@ ICefServerHandler

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.TCefMediaRouteInfo.html b/docs/html/uCEFInterfaces.TCefMediaRouteInfo.html index 28453648..f88ed27c 100644 --- a/docs/html/uCEFInterfaces.TCefMediaRouteInfo.html +++ b/docs/html/uCEFInterfaces.TCefMediaRouteInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Record TCefMediaRouteInfo - + @@ -75,6 +75,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.TCefMediaSinkInfo.html b/docs/html/uCEFInterfaces.TCefMediaSinkInfo.html index 1d7df954..8dc4229b 100644 --- a/docs/html/uCEFInterfaces.TCefMediaSinkInfo.html +++ b/docs/html/uCEFInterfaces.TCefMediaSinkInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Record TCefMediaSinkInfo - + @@ -87,6 +87,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.TCefMediaSourceInfo.html b/docs/html/uCEFInterfaces.TCefMediaSourceInfo.html index 13b57834..0d69a592 100644 --- a/docs/html/uCEFInterfaces.TCefMediaSourceInfo.html +++ b/docs/html/uCEFInterfaces.TCefMediaSourceInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces: Record TCefMediaSourceInfo - + @@ -75,6 +75,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFInterfaces.html b/docs/html/uCEFInterfaces.html index 03444fe8..2b38280f 100644 --- a/docs/html/uCEFInterfaces.html +++ b/docs/html/uCEFInterfaces.html @@ -3,7 +3,7 @@ cef4delphi: uCEFInterfaces - + @@ -1155,6 +1155,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFJsDialogCallback.TCefJsDialogCallbackRef.html b/docs/html/uCEFJsDialogCallback.TCefJsDialogCallbackRef.html index 3585e007..b8153aa2 100644 --- a/docs/html/uCEFJsDialogCallback.TCefJsDialogCallbackRef.html +++ b/docs/html/uCEFJsDialogCallback.TCefJsDialogCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFJsDialogCallback: Class TCefJsDialogCallbackRef - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFJsDialogCallback.html b/docs/html/uCEFJsDialogCallback.html index 30044a92..55a00532 100644 --- a/docs/html/uCEFJsDialogCallback.html +++ b/docs/html/uCEFJsDialogCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFJsDialogCallback - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFJsDialogHandler.TCefJsDialogHandlerOwn.html b/docs/html/uCEFJsDialogHandler.TCefJsDialogHandlerOwn.html index a92aafc1..ff3e95e5 100644 --- a/docs/html/uCEFJsDialogHandler.TCefJsDialogHandlerOwn.html +++ b/docs/html/uCEFJsDialogHandler.TCefJsDialogHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFJsDialogHandler: Class TCefJsDialogHandlerOwn - + @@ -110,6 +110,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFJsDialogHandler.TCustomJsDialogHandler.html b/docs/html/uCEFJsDialogHandler.TCustomJsDialogHandler.html index a2b5dcf8..491cfe8e 100644 --- a/docs/html/uCEFJsDialogHandler.TCustomJsDialogHandler.html +++ b/docs/html/uCEFJsDialogHandler.TCustomJsDialogHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFJsDialogHandler: Class TCustomJsDialogHandler - + @@ -139,6 +139,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFJsDialogHandler.html b/docs/html/uCEFJsDialogHandler.html index d9adcbae..0235a8d0 100644 --- a/docs/html/uCEFJsDialogHandler.html +++ b/docs/html/uCEFJsDialogHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFJsDialogHandler - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFJson.TCEFJson.html b/docs/html/uCEFJson.TCEFJson.html index 05ac2564..4397df7f 100644 --- a/docs/html/uCEFJson.TCEFJson.html +++ b/docs/html/uCEFJson.TCEFJson.html @@ -3,7 +3,7 @@ cef4delphi: uCEFJson: Class TCEFJson - + @@ -279,6 +279,6 @@ Loads the JSON data in |aFileName| using the |encoding| and returns an ICefValue node in |aRsltNode|.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFJson.html b/docs/html/uCEFJson.html index d2bd8161..b38d2950 100644 --- a/docs/html/uCEFJson.html +++ b/docs/html/uCEFJson.html @@ -3,7 +3,7 @@ cef4delphi: uCEFJson - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFKeyboardHandler.TCefKeyboardHandlerOwn.html b/docs/html/uCEFKeyboardHandler.TCefKeyboardHandlerOwn.html index 6ecf8b64..f605a95b 100644 --- a/docs/html/uCEFKeyboardHandler.TCefKeyboardHandlerOwn.html +++ b/docs/html/uCEFKeyboardHandler.TCefKeyboardHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFKeyboardHandler: Class TCefKeyboardHandlerOwn - + @@ -82,6 +82,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFKeyboardHandler.TCustomKeyboardHandler.html b/docs/html/uCEFKeyboardHandler.TCustomKeyboardHandler.html index 35ec8d08..ccb7cb70 100644 --- a/docs/html/uCEFKeyboardHandler.TCustomKeyboardHandler.html +++ b/docs/html/uCEFKeyboardHandler.TCustomKeyboardHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFKeyboardHandler: Class TCustomKeyboardHandler - + @@ -111,6 +111,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFKeyboardHandler.html b/docs/html/uCEFKeyboardHandler.html index 728bb4a4..4052d88a 100644 --- a/docs/html/uCEFKeyboardHandler.html +++ b/docs/html/uCEFKeyboardHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFKeyboardHandler - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLabelButton.TCefLabelButtonRef.html b/docs/html/uCEFLabelButton.TCefLabelButtonRef.html index c8a5ed22..9292dda8 100644 --- a/docs/html/uCEFLabelButton.TCefLabelButtonRef.html +++ b/docs/html/uCEFLabelButton.TCefLabelButtonRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLabelButton: Class TCefLabelButtonRef - + @@ -220,6 +220,6 @@ Create a new LabelButton. A |delegate| must be provided to handle the button click. |text| will be shown on the LabelButton and used as the default accessible name.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLabelButton.html b/docs/html/uCEFLabelButton.html index 124d148d..e29e3c70 100644 --- a/docs/html/uCEFLabelButton.html +++ b/docs/html/uCEFLabelButton.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLabelButton - + @@ -25,6 +25,6 @@ LabelButton is a button with optional text and/or icon. Methods must be called on the browser process UI thread unless otherwise indicated. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLabelButtonComponent.TCEFLabelButtonComponent.html b/docs/html/uCEFLabelButtonComponent.TCEFLabelButtonComponent.html index 6a1fd00d..a8f83dbb 100644 --- a/docs/html/uCEFLabelButtonComponent.TCEFLabelButtonComponent.html +++ b/docs/html/uCEFLabelButtonComponent.TCEFLabelButtonComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLabelButtonComponent: Class TCEFLabelButtonComponent - + @@ -371,6 +371,6 @@ ICefViewDelegateEvents

    Returns this LabelButton as a MenuButton or NULL if this is not a MenuButton.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLabelButtonComponent.html b/docs/html/uCEFLabelButtonComponent.html index 9be74283..d176f239 100644 --- a/docs/html/uCEFLabelButtonComponent.html +++ b/docs/html/uCEFLabelButtonComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLabelButtonComponent - + @@ -40,6 +40,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLayout.TCefLayoutRef.html b/docs/html/uCEFLayout.TCefLayoutRef.html index c938f1c7..7fb68457 100644 --- a/docs/html/uCEFLayout.TCefLayoutRef.html +++ b/docs/html/uCEFLayout.TCefLayoutRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLayout: Class TCefLayoutRef - + @@ -90,6 +90,6 @@ Returns a ICefLayout instance using a PCefLayout data pointer.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLayout.html b/docs/html/uCEFLayout.html index df68bbbb..891ee414 100644 --- a/docs/html/uCEFLayout.html +++ b/docs/html/uCEFLayout.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLayout - + @@ -25,6 +25,6 @@ A Layout handles the sizing of the children of a Panel according to implementation-specific heuristics. Methods must be called on the browser process UI thread unless otherwise indicated. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLazarusCocoa.html b/docs/html/uCEFLazarusCocoa.html index d13df0cd..2dad63d2 100644 --- a/docs/html/uCEFLazarusCocoa.html +++ b/docs/html/uCEFLazarusCocoa.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLazarusCocoa - + @@ -13,6 +13,6 @@

    Description

    -

    This item has no description.


    Generated by PasDoc 0.17.0.snapshot. +

    This item has no description.


    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLibFunctions.html b/docs/html/uCEFLibFunctions.html index e87beb0f..4054fd3e 100644 --- a/docs/html/uCEFLibFunctions.html +++ b/docs/html/uCEFLibFunctions.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLibFunctions - + @@ -2229,6 +2229,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLifeSpanHandler.TCefLifeSpanHandlerOwn.html b/docs/html/uCEFLifeSpanHandler.TCefLifeSpanHandlerOwn.html index bdbac969..4915a560 100644 --- a/docs/html/uCEFLifeSpanHandler.TCefLifeSpanHandlerOwn.html +++ b/docs/html/uCEFLifeSpanHandler.TCefLifeSpanHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLifeSpanHandler: Class TCefLifeSpanHandlerOwn - + @@ -244,6 +244,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLifeSpanHandler.TCustomLifeSpanHandler.html b/docs/html/uCEFLifeSpanHandler.TCustomLifeSpanHandler.html index 927560a9..99eaf39e 100644 --- a/docs/html/uCEFLifeSpanHandler.TCustomLifeSpanHandler.html +++ b/docs/html/uCEFLifeSpanHandler.TCustomLifeSpanHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLifeSpanHandler: Class TCustomLifeSpanHandler - + @@ -273,6 +273,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLifeSpanHandler.html b/docs/html/uCEFLifeSpanHandler.html index e7904f05..5506b690 100644 --- a/docs/html/uCEFLifeSpanHandler.html +++ b/docs/html/uCEFLifeSpanHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLifeSpanHandler - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLinkedWinControlBase.TCEFLinkedWinControlBase.html b/docs/html/uCEFLinkedWinControlBase.TCEFLinkedWinControlBase.html index ed83eae5..9cc855d8 100644 --- a/docs/html/uCEFLinkedWinControlBase.TCEFLinkedWinControlBase.html +++ b/docs/html/uCEFLinkedWinControlBase.TCEFLinkedWinControlBase.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLinkedWinControlBase: Class TCEFLinkedWinControlBase - + @@ -176,6 +176,6 @@ Use TChromium.SetFocus when the component receives a WM_SETFOCUS message in Windows.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLinkedWinControlBase.html b/docs/html/uCEFLinkedWinControlBase.html index fdfa344c..1c685159 100644 --- a/docs/html/uCEFLinkedWinControlBase.html +++ b/docs/html/uCEFLinkedWinControlBase.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLinkedWinControlBase - + @@ -25,6 +25,6 @@ TCEFLinkedWinControlBase is a custom TWinControl to host the child controls created by the web browser to show the web contents and it's linked to the TChromium instance that handles that web browser. TCEFLinkedWinControlBase is the parent class of TChromiumWindow, TBrowserWindow and TCEFLinkedWindowParent. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLinkedWindowParent.TCEFLinkedWindowParent.html b/docs/html/uCEFLinkedWindowParent.TCEFLinkedWindowParent.html index 0aa6a9d6..444193cf 100644 --- a/docs/html/uCEFLinkedWindowParent.TCEFLinkedWindowParent.html +++ b/docs/html/uCEFLinkedWindowParent.TCEFLinkedWindowParent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLinkedWindowParent: Class TCEFLinkedWindowParent - + @@ -113,6 +113,6 @@ TChromium instance used by this component.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLinkedWindowParent.html b/docs/html/uCEFLinkedWindowParent.html index 215e37bc..4d64d9fa 100644 --- a/docs/html/uCEFLinkedWindowParent.html +++ b/docs/html/uCEFLinkedWindowParent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLinkedWindowParent - + @@ -40,6 +40,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLinuxConstants.html b/docs/html/uCEFLinuxConstants.html index 89c83b48..24ae4781 100644 --- a/docs/html/uCEFLinuxConstants.html +++ b/docs/html/uCEFLinuxConstants.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLinuxConstants - + @@ -13,6 +13,6 @@

    Description

    -

    This item has no description.


    Generated by PasDoc 0.17.0.snapshot. +

    This item has no description.


    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLinuxEventPipe.html b/docs/html/uCEFLinuxEventPipe.html index efb82ba6..50887688 100644 --- a/docs/html/uCEFLinuxEventPipe.html +++ b/docs/html/uCEFLinuxEventPipe.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLinuxEventPipe - + @@ -13,6 +13,6 @@

    Description

    -

    This item has no description.


    Generated by PasDoc 0.17.0.snapshot. +

    This item has no description.


    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLinuxFunctions.html b/docs/html/uCEFLinuxFunctions.html index 28f964fa..510f71e5 100644 --- a/docs/html/uCEFLinuxFunctions.html +++ b/docs/html/uCEFLinuxFunctions.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLinuxFunctions - + @@ -13,6 +13,6 @@

    Description

    -

    This item has no description.


    Generated by PasDoc 0.17.0.snapshot. +

    This item has no description.


    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLinuxOSRIMEHandler.TCEFLinuxOSRIMEHandler.html b/docs/html/uCEFLinuxOSRIMEHandler.TCEFLinuxOSRIMEHandler.html new file mode 100644 index 00000000..68b5c04e --- /dev/null +++ b/docs/html/uCEFLinuxOSRIMEHandler.TCEFLinuxOSRIMEHandler.html @@ -0,0 +1,268 @@ + + + +cef4delphi: uCEFLinuxOSRIMEHandler: Class TCEFLinuxOSRIMEHandler + + + + + + + +

    Class TCEFLinuxOSRIMEHandler

    + +

    Unit

    + +

    Declaration

    +

    +type TCEFLinuxOSRIMEHandler = class(TObject)

    +

    Description

    +

    This item has no description.

    Hierarchy

    +
    • TObject
    • +
    • TCEFLinuxOSRIMEHandler

    Overview

    +

    Fields

    + + + + + + + + + + + + + +
    ProtectedFPanel: TCustomPanel;
    ProtectedFForm: TCustomForm;
    ProtectedFHasFocus: boolean;
    +

    Methods

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Protectedfunction GetInitialized: boolean;
    Protectedprocedure SetPanel(aValue : TCustomPanel);
    Publicconstructor Create(aPanel : TCustomPanel);
    Publicdestructor Destroy; override;
    Publicfunction CreateContext: boolean;
    Publicprocedure DestroyContext;
    Publicprocedure SetClientWindow;
    Publicprocedure ResetClientWindow;
    Publicfunction ConnectSignals: boolean;
    Publicprocedure Focus;
    Publicprocedure Blur;
    Publicprocedure Reset;
    Publicprocedure SetCursorLocation(X, Y: integer);
    +

    Properties

    + + + + + + + + + + + + + +
    Publicproperty Initialized : boolean read GetInitialized;
    Publicproperty HasFocus : boolean read FHasFocus;
    Publicproperty Panel : TCustomPanel read FPanel write SetPanel;
    +

    Description

    +

    Fields

    + + + + + + +
    ProtectedFPanel: TCustomPanel;
    +

    This item has no description.

    + + + + + + +
    ProtectedFForm: TCustomForm;
    +

    This item has no description.

    + + + + + + +
    ProtectedFHasFocus: boolean;
    +

    This item has no description.

    +

    Methods

    + + + + + + +
    Protectedfunction GetInitialized: boolean;
    +

    This item has no description.

    + + + + + + +
    Protectedprocedure SetPanel(aValue : TCustomPanel);
    +

    This item has no description.

    + + + + + + +
    Publicconstructor Create(aPanel : TCustomPanel);
    +

    This item has no description.

    + + + + + + +
    Publicdestructor Destroy; override;
    +

    This item has no description.

    + + + + + + +
    Publicfunction CreateContext: boolean;
    +

    This item has no description.

    + + + + + + +
    Publicprocedure DestroyContext;
    +

    This item has no description.

    + + + + + + +
    Publicprocedure SetClientWindow;
    +

    This item has no description.

    + + + + + + +
    Publicprocedure ResetClientWindow;
    +

    This item has no description.

    + + + + + + +
    Publicfunction ConnectSignals: boolean;
    +

    This item has no description.

    + + + + + + +
    Publicprocedure Focus;
    +

    This item has no description.

    + + + + + + +
    Publicprocedure Blur;
    +

    This item has no description.

    + + + + + + +
    Publicprocedure Reset;
    +

    This item has no description.

    + + + + + + +
    Publicprocedure SetCursorLocation(X, Y: integer);
    +

    This item has no description.

    +

    Properties

    + + + + + + +
    Publicproperty Initialized : boolean read GetInitialized;
    +

    This item has no description.

    + + + + + + +
    Publicproperty HasFocus : boolean read FHasFocus;
    +

    This item has no description.

    + + + + + + +
    Publicproperty Panel : TCustomPanel read FPanel write SetPanel;
    +

    This item has no description.

    +
    Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFLinuxOSRIMEHandler.html b/docs/html/uCEFLinuxOSRIMEHandler.html new file mode 100644 index 00000000..db027358 --- /dev/null +++ b/docs/html/uCEFLinuxOSRIMEHandler.html @@ -0,0 +1,30 @@ + + + +cef4delphi: uCEFLinuxOSRIMEHandler + + + + + + + +

    Unit uCEFLinuxOSRIMEHandler

    + +

    Description

    +

    This item has no description.

    Overview

    +

    Classes, Interfaces, Objects and Records

    + + + + + + + + + +
    NameDescription
    Class TCEFLinuxOSRIMEHandler 
    +
    Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFLinuxTypes.html b/docs/html/uCEFLinuxTypes.html index 1d28932c..1b0e0287 100644 --- a/docs/html/uCEFLinuxTypes.html +++ b/docs/html/uCEFLinuxTypes.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLinuxTypes - + @@ -13,6 +13,6 @@

    Description

    -

    This item has no description.


    Generated by PasDoc 0.17.0.snapshot. +

    This item has no description.


    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFListValue.TCefListValueRef.html b/docs/html/uCEFListValue.TCefListValueRef.html index 03b2486a..2216f0a9 100644 --- a/docs/html/uCEFListValue.TCefListValueRef.html +++ b/docs/html/uCEFListValue.TCefListValueRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFListValue: Class TCefListValueRef - + @@ -444,6 +444,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFListValue.html b/docs/html/uCEFListValue.html index b406e61d..db6f0a24 100644 --- a/docs/html/uCEFListValue.html +++ b/docs/html/uCEFListValue.html @@ -3,7 +3,7 @@ cef4delphi: uCEFListValue - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLoadHandler.TCefLoadHandlerOwn.html b/docs/html/uCEFLoadHandler.TCefLoadHandlerOwn.html index 76fa9b74..c29aa3bc 100644 --- a/docs/html/uCEFLoadHandler.TCefLoadHandlerOwn.html +++ b/docs/html/uCEFLoadHandler.TCefLoadHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLoadHandler: Class TCefLoadHandlerOwn - + @@ -110,6 +110,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLoadHandler.TCustomLoadHandler.html b/docs/html/uCEFLoadHandler.TCustomLoadHandler.html index 90b537ef..d78acfc4 100644 --- a/docs/html/uCEFLoadHandler.TCustomLoadHandler.html +++ b/docs/html/uCEFLoadHandler.TCustomLoadHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLoadHandler: Class TCustomLoadHandler - + @@ -139,6 +139,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLoadHandler.TCustomRenderLoadHandler.html b/docs/html/uCEFLoadHandler.TCustomRenderLoadHandler.html index 811c1caa..874dde83 100644 --- a/docs/html/uCEFLoadHandler.TCustomRenderLoadHandler.html +++ b/docs/html/uCEFLoadHandler.TCustomRenderLoadHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLoadHandler: Class TCustomRenderLoadHandler - + @@ -139,6 +139,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFLoadHandler.html b/docs/html/uCEFLoadHandler.html index a2c37991..5614a5a3 100644 --- a/docs/html/uCEFLoadHandler.html +++ b/docs/html/uCEFLoadHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFLoadHandler - + @@ -33,6 +33,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMacOSConstants.html b/docs/html/uCEFMacOSConstants.html index 3ffa27ff..876062f9 100644 --- a/docs/html/uCEFMacOSConstants.html +++ b/docs/html/uCEFMacOSConstants.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMacOSConstants - + @@ -13,6 +13,6 @@

    Description

    -

    This item has no description.


    Generated by PasDoc 0.17.0.snapshot. +

    This item has no description.


    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMacOSCustomCocoaTimer.html b/docs/html/uCEFMacOSCustomCocoaTimer.html index 2e012213..1a6a6eaa 100644 --- a/docs/html/uCEFMacOSCustomCocoaTimer.html +++ b/docs/html/uCEFMacOSCustomCocoaTimer.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMacOSCustomCocoaTimer - + @@ -13,6 +13,6 @@

    Description

    -

    This item has no description.


    Generated by PasDoc 0.17.0.snapshot. +

    This item has no description.


    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMacOSFunctions.html b/docs/html/uCEFMacOSFunctions.html index a99ca116..fb112060 100644 --- a/docs/html/uCEFMacOSFunctions.html +++ b/docs/html/uCEFMacOSFunctions.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMacOSFunctions - + @@ -13,6 +13,6 @@

    Description

    -

    This item has no description.


    Generated by PasDoc 0.17.0.snapshot. +

    This item has no description.


    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMacOSInterfaces.html b/docs/html/uCEFMacOSInterfaces.html index 40bcb5d1..86739e1d 100644 --- a/docs/html/uCEFMacOSInterfaces.html +++ b/docs/html/uCEFMacOSInterfaces.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMacOSInterfaces - + @@ -13,6 +13,6 @@

    Description

    -

    This item has no description.


    Generated by PasDoc 0.17.0.snapshot. +

    This item has no description.


    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaAccessCallback.TCefMediaAccessCallbackRef.html b/docs/html/uCEFMediaAccessCallback.TCefMediaAccessCallbackRef.html index afd2903a..60276fd3 100644 --- a/docs/html/uCEFMediaAccessCallback.TCefMediaAccessCallbackRef.html +++ b/docs/html/uCEFMediaAccessCallback.TCefMediaAccessCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaAccessCallback: Class TCefMediaAccessCallbackRef - + @@ -68,6 +68,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaAccessCallback.html b/docs/html/uCEFMediaAccessCallback.html index 63bb7993..601d8331 100644 --- a/docs/html/uCEFMediaAccessCallback.html +++ b/docs/html/uCEFMediaAccessCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaAccessCallback - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaObserver.TCefMediaObserverOwn.html b/docs/html/uCEFMediaObserver.TCefMediaObserverOwn.html index 2ce88aed..acaba0f7 100644 --- a/docs/html/uCEFMediaObserver.TCefMediaObserverOwn.html +++ b/docs/html/uCEFMediaObserver.TCefMediaObserverOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaObserver: Class TCefMediaObserverOwn - + @@ -96,6 +96,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaObserver.TCustomMediaObserver.html b/docs/html/uCEFMediaObserver.TCustomMediaObserver.html index dea86930..05f6144d 100644 --- a/docs/html/uCEFMediaObserver.TCustomMediaObserver.html +++ b/docs/html/uCEFMediaObserver.TCustomMediaObserver.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaObserver: Class TCustomMediaObserver - + @@ -125,6 +125,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaObserver.html b/docs/html/uCEFMediaObserver.html index 3f107190..a58aec01 100644 --- a/docs/html/uCEFMediaObserver.html +++ b/docs/html/uCEFMediaObserver.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaObserver - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaRoute.TCefMediaRouteRef.html b/docs/html/uCEFMediaRoute.TCefMediaRouteRef.html index f73563be..1b0077c1 100644 --- a/docs/html/uCEFMediaRoute.TCefMediaRouteRef.html +++ b/docs/html/uCEFMediaRoute.TCefMediaRouteRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaRoute: Class TCefMediaRouteRef - + @@ -110,6 +110,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaRoute.html b/docs/html/uCEFMediaRoute.html index eaee9c7c..bfe43b77 100644 --- a/docs/html/uCEFMediaRoute.html +++ b/docs/html/uCEFMediaRoute.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaRoute - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaRouteCreateCallback.TCefCustomMediaRouteCreateCallback.html b/docs/html/uCEFMediaRouteCreateCallback.TCefCustomMediaRouteCreateCallback.html index de95557e..67c9e6cf 100644 --- a/docs/html/uCEFMediaRouteCreateCallback.TCefCustomMediaRouteCreateCallback.html +++ b/docs/html/uCEFMediaRouteCreateCallback.TCefCustomMediaRouteCreateCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaRouteCreateCallback: Class TCefCustomMediaRouteCreateCallback - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaRouteCreateCallback.TCefFastMediaRouteCreateCallback.html b/docs/html/uCEFMediaRouteCreateCallback.TCefFastMediaRouteCreateCallback.html index 9e341822..7e02dd96 100644 --- a/docs/html/uCEFMediaRouteCreateCallback.TCefFastMediaRouteCreateCallback.html +++ b/docs/html/uCEFMediaRouteCreateCallback.TCefFastMediaRouteCreateCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaRouteCreateCallback: Class TCefFastMediaRouteCreateCallback - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaRouteCreateCallback.TCefMediaRouteCreateCallbackOwn.html b/docs/html/uCEFMediaRouteCreateCallback.TCefMediaRouteCreateCallbackOwn.html index 111d8a56..ad611745 100644 --- a/docs/html/uCEFMediaRouteCreateCallback.TCefMediaRouteCreateCallbackOwn.html +++ b/docs/html/uCEFMediaRouteCreateCallback.TCefMediaRouteCreateCallbackOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaRouteCreateCallback: Class TCefMediaRouteCreateCallbackOwn - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaRouteCreateCallback.html b/docs/html/uCEFMediaRouteCreateCallback.html index 565ec74d..dc51eff5 100644 --- a/docs/html/uCEFMediaRouteCreateCallback.html +++ b/docs/html/uCEFMediaRouteCreateCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaRouteCreateCallback - + @@ -33,6 +33,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaRouter.TCefMediaRouterRef.html b/docs/html/uCEFMediaRouter.TCefMediaRouterRef.html index 3f36211d..41b860d0 100644 --- a/docs/html/uCEFMediaRouter.TCefMediaRouterRef.html +++ b/docs/html/uCEFMediaRouter.TCefMediaRouterRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaRouter: Class TCefMediaRouterRef - + @@ -122,6 +122,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaRouter.html b/docs/html/uCEFMediaRouter.html index b9219b8a..38fa7a14 100644 --- a/docs/html/uCEFMediaRouter.html +++ b/docs/html/uCEFMediaRouter.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaRouter - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaSink.TCefMediaSinkRef.html b/docs/html/uCEFMediaSink.TCefMediaSinkRef.html index 5fbf83e3..4f2e2150 100644 --- a/docs/html/uCEFMediaSink.TCefMediaSinkRef.html +++ b/docs/html/uCEFMediaSink.TCefMediaSinkRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaSink: Class TCefMediaSinkRef - + @@ -138,6 +138,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaSink.html b/docs/html/uCEFMediaSink.html index ac0e5404..1f134af6 100644 --- a/docs/html/uCEFMediaSink.html +++ b/docs/html/uCEFMediaSink.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaSink - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaSinkDeviceInfoCallback.TCefCustomMediaSinkDeviceInfoCallback.html b/docs/html/uCEFMediaSinkDeviceInfoCallback.TCefCustomMediaSinkDeviceInfoCallback.html index 4b5e66ce..3c49bede 100644 --- a/docs/html/uCEFMediaSinkDeviceInfoCallback.TCefCustomMediaSinkDeviceInfoCallback.html +++ b/docs/html/uCEFMediaSinkDeviceInfoCallback.TCefCustomMediaSinkDeviceInfoCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaSinkDeviceInfoCallback: Class TCefCustomMediaSinkDeviceInfoCallback - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaSinkDeviceInfoCallback.TCefFastMediaSinkDeviceInfoCallback.html b/docs/html/uCEFMediaSinkDeviceInfoCallback.TCefFastMediaSinkDeviceInfoCallback.html index a872712d..dba7c074 100644 --- a/docs/html/uCEFMediaSinkDeviceInfoCallback.TCefFastMediaSinkDeviceInfoCallback.html +++ b/docs/html/uCEFMediaSinkDeviceInfoCallback.TCefFastMediaSinkDeviceInfoCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaSinkDeviceInfoCallback: Class TCefFastMediaSinkDeviceInfoCallback - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaSinkDeviceInfoCallback.TCefMediaSinkDeviceInfoCallbackOwn.html b/docs/html/uCEFMediaSinkDeviceInfoCallback.TCefMediaSinkDeviceInfoCallbackOwn.html index 35ff70d7..857ce43b 100644 --- a/docs/html/uCEFMediaSinkDeviceInfoCallback.TCefMediaSinkDeviceInfoCallbackOwn.html +++ b/docs/html/uCEFMediaSinkDeviceInfoCallback.TCefMediaSinkDeviceInfoCallbackOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaSinkDeviceInfoCallback: Class TCefMediaSinkDeviceInfoCallbackOwn - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaSinkDeviceInfoCallback.html b/docs/html/uCEFMediaSinkDeviceInfoCallback.html index b1ec7e31..2884fa5d 100644 --- a/docs/html/uCEFMediaSinkDeviceInfoCallback.html +++ b/docs/html/uCEFMediaSinkDeviceInfoCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaSinkDeviceInfoCallback - + @@ -33,6 +33,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaSource.TCefMediaSourceRef.html b/docs/html/uCEFMediaSource.TCefMediaSourceRef.html index fcbeb039..3d79a325 100644 --- a/docs/html/uCEFMediaSource.TCefMediaSourceRef.html +++ b/docs/html/uCEFMediaSource.TCefMediaSourceRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaSource: Class TCefMediaSourceRef - + @@ -82,6 +82,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMediaSource.html b/docs/html/uCEFMediaSource.html index 747b890f..0d7854dd 100644 --- a/docs/html/uCEFMediaSource.html +++ b/docs/html/uCEFMediaSource.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMediaSource - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMenuButton.TCefMenuButtonRef.html b/docs/html/uCEFMenuButton.TCefMenuButtonRef.html index 9de70972..3658c84d 100644 --- a/docs/html/uCEFMenuButton.TCefMenuButtonRef.html +++ b/docs/html/uCEFMenuButton.TCefMenuButtonRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMenuButton: Class TCefMenuButtonRef - + @@ -93,6 +93,6 @@ Create a new MenuButton. A |delegate| must be provided to call show_menu() when the button is clicked. |text| will be shown on the MenuButton and used as the default accessible name. If |with_frame| is true (1) the button will have a visible frame at all times, center alignment, additional padding and a default minimum size of 70x33 DIP. If |with_frame| is false (0) the button will only have a visible frame on hover/press, left alignment, less padding and no default minimum size.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMenuButton.html b/docs/html/uCEFMenuButton.html index 392a5eb7..2f3e707a 100644 --- a/docs/html/uCEFMenuButton.html +++ b/docs/html/uCEFMenuButton.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMenuButton - + @@ -25,6 +25,6 @@ MenuButton is a button with optional text, icon and/or menu marker that shows a menu when clicked with the left mouse button. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMenuButtonComponent.TCEFMenuButtonComponent.html b/docs/html/uCEFMenuButtonComponent.TCEFMenuButtonComponent.html index 2f92b41c..1340cddd 100644 --- a/docs/html/uCEFMenuButtonComponent.TCEFMenuButtonComponent.html +++ b/docs/html/uCEFMenuButtonComponent.TCEFMenuButtonComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMenuButtonComponent: Class TCEFMenuButtonComponent - + @@ -234,6 +234,6 @@ ICefViewDelegateEvents

    Called when |button| is pressed. Call ICefMenuButton.ShowMenu() to show a popup menu at |screen_point|. When showing a custom popup such as a window keep a reference to |button_pressed_lock| until the popup is hidden to maintain the pressed button state.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMenuButtonComponent.html b/docs/html/uCEFMenuButtonComponent.html index 4a280a54..4d2ebc6f 100644 --- a/docs/html/uCEFMenuButtonComponent.html +++ b/docs/html/uCEFMenuButtonComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMenuButtonComponent - + @@ -40,6 +40,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMenuButtonDelegate.TCefMenuButtonDelegateOwn.html b/docs/html/uCEFMenuButtonDelegate.TCefMenuButtonDelegateOwn.html index 212d50da..b1542e7e 100644 --- a/docs/html/uCEFMenuButtonDelegate.TCefMenuButtonDelegateOwn.html +++ b/docs/html/uCEFMenuButtonDelegate.TCefMenuButtonDelegateOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMenuButtonDelegate: Class TCefMenuButtonDelegateOwn - + @@ -76,6 +76,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMenuButtonDelegate.TCefMenuButtonDelegateRef.html b/docs/html/uCEFMenuButtonDelegate.TCefMenuButtonDelegateRef.html index 39b28288..3bde2b1e 100644 --- a/docs/html/uCEFMenuButtonDelegate.TCefMenuButtonDelegateRef.html +++ b/docs/html/uCEFMenuButtonDelegate.TCefMenuButtonDelegateRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMenuButtonDelegate: Class TCefMenuButtonDelegateRef - + @@ -58,6 +58,6 @@ Returns a ICefMenuButtonDelegate instance using a PCefMenuButtonDelegate data pointer.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMenuButtonDelegate.TCustomMenuButtonDelegate.html b/docs/html/uCEFMenuButtonDelegate.TCustomMenuButtonDelegate.html index 482fc7c0..76adaf26 100644 --- a/docs/html/uCEFMenuButtonDelegate.TCustomMenuButtonDelegate.html +++ b/docs/html/uCEFMenuButtonDelegate.TCustomMenuButtonDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMenuButtonDelegate: Class TCustomMenuButtonDelegate - + @@ -278,6 +278,6 @@ ICefMenuButtonDelegate

    Creates an instance of this class liked to an interface that's implemented by a control receiving the events.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMenuButtonDelegate.html b/docs/html/uCEFMenuButtonDelegate.html index ac5a837d..ac318c1e 100644 --- a/docs/html/uCEFMenuButtonDelegate.html +++ b/docs/html/uCEFMenuButtonDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMenuButtonDelegate - + @@ -33,6 +33,6 @@ This class handles all the ICefMenuButtonDelegate methods which call the ICefMenuButtonDelegateEvents methods. ICefMenuButtonDelegateEvents will be implemented by the control receiving the ICefMenuButtonDelegate events. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMenuButtonPressedLock.TCefMenuButtonPressedLockRef.html b/docs/html/uCEFMenuButtonPressedLock.TCefMenuButtonPressedLockRef.html index 80b402a9..a7e429a7 100644 --- a/docs/html/uCEFMenuButtonPressedLock.TCefMenuButtonPressedLockRef.html +++ b/docs/html/uCEFMenuButtonPressedLock.TCefMenuButtonPressedLockRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMenuButtonPressedLock: Class TCefMenuButtonPressedLockRef - + @@ -48,6 +48,6 @@ Returns a ICefMenuButtonPressedLock instance using a PCefMenuButtonPressedLock data pointer.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMenuButtonPressedLock.html b/docs/html/uCEFMenuButtonPressedLock.html index 53e2bcf4..2ddc8867 100644 --- a/docs/html/uCEFMenuButtonPressedLock.html +++ b/docs/html/uCEFMenuButtonPressedLock.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMenuButtonPressedLock - + @@ -25,6 +25,6 @@ MenuButton pressed lock is released when this object is destroyed. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMenuModel.TCefMenuModelRef.html b/docs/html/uCEFMenuModel.TCefMenuModelRef.html index 7f48915e..1f346f0b 100644 --- a/docs/html/uCEFMenuModel.TCefMenuModelRef.html +++ b/docs/html/uCEFMenuModel.TCefMenuModelRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMenuModel: Class TCefMenuModelRef - + @@ -840,6 +840,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMenuModel.html b/docs/html/uCEFMenuModel.html index 639a3466..2f0c479c 100644 --- a/docs/html/uCEFMenuModel.html +++ b/docs/html/uCEFMenuModel.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMenuModel - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMenuModelDelegate.TCefMenuModelDelegateOwn.html b/docs/html/uCEFMenuModelDelegate.TCefMenuModelDelegateOwn.html index 16125240..40adb63a 100644 --- a/docs/html/uCEFMenuModelDelegate.TCefMenuModelDelegateOwn.html +++ b/docs/html/uCEFMenuModelDelegate.TCefMenuModelDelegateOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMenuModelDelegate: Class TCefMenuModelDelegateOwn - + @@ -138,6 +138,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMenuModelDelegate.html b/docs/html/uCEFMenuModelDelegate.html index 615a9b7e..a930f856 100644 --- a/docs/html/uCEFMenuModelDelegate.html +++ b/docs/html/uCEFMenuModelDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMenuModelDelegate - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFMiscFunctions.html b/docs/html/uCEFMiscFunctions.html index 26e5c4e7..cb42f63d 100644 --- a/docs/html/uCEFMiscFunctions.html +++ b/docs/html/uCEFMiscFunctions.html @@ -3,7 +3,7 @@ cef4delphi: uCEFMiscFunctions - + @@ -2106,6 +2106,6 @@ example.test.increment();

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFNavigationEntry.TCefNavigationEntryRef.html b/docs/html/uCEFNavigationEntry.TCefNavigationEntryRef.html index dbb32fe9..bedea11d 100644 --- a/docs/html/uCEFNavigationEntry.TCefNavigationEntryRef.html +++ b/docs/html/uCEFNavigationEntry.TCefNavigationEntryRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFNavigationEntry: Class TCefNavigationEntryRef - + @@ -180,6 +180,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFNavigationEntry.html b/docs/html/uCEFNavigationEntry.html index 0224f299..8ea4cab3 100644 --- a/docs/html/uCEFNavigationEntry.html +++ b/docs/html/uCEFNavigationEntry.html @@ -3,7 +3,7 @@ cef4delphi: uCEFNavigationEntry - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFNavigationEntryVisitor.TCefFastNavigationEntryVisitor.html b/docs/html/uCEFNavigationEntryVisitor.TCefFastNavigationEntryVisitor.html index 59f1e00b..bbe2b2e7 100644 --- a/docs/html/uCEFNavigationEntryVisitor.TCefFastNavigationEntryVisitor.html +++ b/docs/html/uCEFNavigationEntryVisitor.TCefFastNavigationEntryVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFNavigationEntryVisitor: Class TCefFastNavigationEntryVisitor - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFNavigationEntryVisitor.TCefNavigationEntryVisitorOwn.html b/docs/html/uCEFNavigationEntryVisitor.TCefNavigationEntryVisitorOwn.html index 86d4bd89..d4bfcccf 100644 --- a/docs/html/uCEFNavigationEntryVisitor.TCefNavigationEntryVisitorOwn.html +++ b/docs/html/uCEFNavigationEntryVisitor.TCefNavigationEntryVisitorOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFNavigationEntryVisitor: Class TCefNavigationEntryVisitorOwn - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFNavigationEntryVisitor.TCustomCefNavigationEntryVisitor.html b/docs/html/uCEFNavigationEntryVisitor.TCustomCefNavigationEntryVisitor.html index d889b81a..b1b756ed 100644 --- a/docs/html/uCEFNavigationEntryVisitor.TCustomCefNavigationEntryVisitor.html +++ b/docs/html/uCEFNavigationEntryVisitor.TCustomCefNavigationEntryVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFNavigationEntryVisitor: Class TCustomCefNavigationEntryVisitor - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFNavigationEntryVisitor.html b/docs/html/uCEFNavigationEntryVisitor.html index 45df55a9..4d5715d1 100644 --- a/docs/html/uCEFNavigationEntryVisitor.html +++ b/docs/html/uCEFNavigationEntryVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFNavigationEntryVisitor - + @@ -33,6 +33,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFOAuth2Helper.TCEFOAuth2Helper.html b/docs/html/uCEFOAuth2Helper.TCEFOAuth2Helper.html index 8dc1c6d2..29f9f129 100644 --- a/docs/html/uCEFOAuth2Helper.TCEFOAuth2Helper.html +++ b/docs/html/uCEFOAuth2Helper.TCEFOAuth2Helper.html @@ -3,7 +3,7 @@ cef4delphi: uCEFOAuth2Helper: Class TCEFOAuth2Helper - + @@ -755,6 +755,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFOAuth2Helper.html b/docs/html/uCEFOAuth2Helper.html index 643e6b8a..02b0643b 100644 --- a/docs/html/uCEFOAuth2Helper.html +++ b/docs/html/uCEFOAuth2Helper.html @@ -3,7 +3,7 @@ cef4delphi: uCEFOAuth2Helper - + @@ -93,6 +93,6 @@ REFERENCES : ============ https://

    This item has no description.

    -
    Generated by
    PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFOLEDragAndDrop.TOLEDataObject.html b/docs/html/uCEFOLEDragAndDrop.TOLEDataObject.html index c7843684..9de933ee 100644 --- a/docs/html/uCEFOLEDragAndDrop.TOLEDataObject.html +++ b/docs/html/uCEFOLEDragAndDrop.TOLEDataObject.html @@ -3,7 +3,7 @@ cef4delphi: uCEFOLEDragAndDrop: Class TOLEDataObject - + @@ -237,6 +237,6 @@ IDataObject

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFOLEDragAndDrop.TOLEDragAndDropMgr.html b/docs/html/uCEFOLEDragAndDrop.TOLEDragAndDropMgr.html index c30bd517..067c786d 100644 --- a/docs/html/uCEFOLEDragAndDrop.TOLEDragAndDropMgr.html +++ b/docs/html/uCEFOLEDragAndDrop.TOLEDragAndDropMgr.html @@ -3,7 +3,7 @@ cef4delphi: uCEFOLEDragAndDrop: Class TOLEDragAndDropMgr - + @@ -123,6 +123,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFOLEDragAndDrop.TOLEDropSource.html b/docs/html/uCEFOLEDragAndDrop.TOLEDropSource.html index aa5e6cc4..563cb81c 100644 --- a/docs/html/uCEFOLEDragAndDrop.TOLEDropSource.html +++ b/docs/html/uCEFOLEDragAndDrop.TOLEDropSource.html @@ -3,7 +3,7 @@ cef4delphi: uCEFOLEDragAndDrop: Class TOLEDropSource - + @@ -53,6 +53,6 @@ IDropSource

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFOLEDragAndDrop.TOLEDropTarget.html b/docs/html/uCEFOLEDragAndDrop.TOLEDropTarget.html index c7353394..6cb30d12 100644 --- a/docs/html/uCEFOLEDragAndDrop.TOLEDropTarget.html +++ b/docs/html/uCEFOLEDragAndDrop.TOLEDropTarget.html @@ -3,7 +3,7 @@ cef4delphi: uCEFOLEDragAndDrop: Class TOLEDropTarget - + @@ -105,6 +105,6 @@ IDropTarget

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html b/docs/html/uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html index a625a969..c2126419 100644 --- a/docs/html/uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html +++ b/docs/html/uCEFOLEDragAndDrop.TOLEEnumFormatEtc.html @@ -3,7 +3,7 @@ cef4delphi: uCEFOLEDragAndDrop: Class TOLEEnumFormatEtc - + @@ -177,6 +177,6 @@ IEnumFormatEtc

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFOLEDragAndDrop.html b/docs/html/uCEFOLEDragAndDrop.html index 88e1b336..cab1badf 100644 --- a/docs/html/uCEFOLEDragAndDrop.html +++ b/docs/html/uCEFOLEDragAndDrop.html @@ -3,7 +3,7 @@ cef4delphi: uCEFOLEDragAndDrop - + @@ -80,6 +80,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFOSRIMEHandler.TCEFOSRIMEHandler.html b/docs/html/uCEFOSRIMEHandler.TCEFOSRIMEHandler.html index 048442e6..32640cfc 100644 --- a/docs/html/uCEFOSRIMEHandler.TCEFOSRIMEHandler.html +++ b/docs/html/uCEFOSRIMEHandler.TCEFOSRIMEHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFOSRIMEHandler: Class TCEFOSRIMEHandler - + @@ -533,6 +533,6 @@ Resturns True if the library was loaded successfully.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFOSRIMEHandler.html b/docs/html/uCEFOSRIMEHandler.html index 3c13298c..90c86213 100644 --- a/docs/html/uCEFOSRIMEHandler.html +++ b/docs/html/uCEFOSRIMEHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFOSRIMEHandler - + @@ -74,6 +74,6 @@ White SkColor

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFOsrBrowserWindow.TEmbeddedOsrChromium.html b/docs/html/uCEFOsrBrowserWindow.TEmbeddedOsrChromium.html index a8c8be40..febd3577 100644 --- a/docs/html/uCEFOsrBrowserWindow.TEmbeddedOsrChromium.html +++ b/docs/html/uCEFOsrBrowserWindow.TEmbeddedOsrChromium.html @@ -3,7 +3,7 @@ cef4delphi: uCEFOsrBrowserWindow: Class TEmbeddedOsrChromium - + @@ -30,6 +30,6 @@ TEmbeddedOsrChromium
  • TChromiumCore
  • TChromium
  • TEmbeddedChromium
  • -
  • TEmbeddedOsrChromium

  • Generated by PasDoc 0.17.0.snapshot. +
  • TEmbeddedOsrChromium

  • Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFOsrBrowserWindow.TOsrBrowserWindow.html b/docs/html/uCEFOsrBrowserWindow.TOsrBrowserWindow.html index 9ee164df..dad879f8 100644 --- a/docs/html/uCEFOsrBrowserWindow.TOsrBrowserWindow.html +++ b/docs/html/uCEFOsrBrowserWindow.TOsrBrowserWindow.html @@ -3,7 +3,7 @@ cef4delphi: uCEFOsrBrowserWindow: Class TOsrBrowserWindow - + @@ -536,6 +536,6 @@ Mouse/Key events The below events can be used to see mouse/key input before it i

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFOsrBrowserWindow.html b/docs/html/uCEFOsrBrowserWindow.html index bb0d4b26..1f087ae4 100644 --- a/docs/html/uCEFOsrBrowserWindow.html +++ b/docs/html/uCEFOsrBrowserWindow.html @@ -3,7 +3,7 @@ cef4delphi: uCEFOsrBrowserWindow - + @@ -100,6 +100,6 @@ TBrowserKeyPressEvent = procedure(Sender: TObject; var Key: char; var AHandled: Boolean) of Object;

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFOverlayController.TCefOverlayControllerRef.html b/docs/html/uCEFOverlayController.TCefOverlayControllerRef.html index 2abb2df2..a110d163 100644 --- a/docs/html/uCEFOverlayController.TCefOverlayControllerRef.html +++ b/docs/html/uCEFOverlayController.TCefOverlayControllerRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFOverlayController: Class TCefOverlayControllerRef - + @@ -314,6 +314,6 @@ Returns a ICefOverlayController instance using a PCefOverlayController data pointer.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFOverlayController.html b/docs/html/uCEFOverlayController.html index 7456c5d8..7c04c6b6 100644 --- a/docs/html/uCEFOverlayController.html +++ b/docs/html/uCEFOverlayController.html @@ -3,7 +3,7 @@ cef4delphi: uCEFOverlayController - + @@ -25,6 +25,6 @@ Controller for an overlay that contains a contents View added via ICefWindow.AddOverlayView. Methods exposed by this controller should be called in preference to functions of the same name exposed by the contents View unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPDFPrintCallback.TCefCustomPDFPrintCallBack.html b/docs/html/uCEFPDFPrintCallback.TCefCustomPDFPrintCallBack.html index c6b6e2d6..fce8c856 100644 --- a/docs/html/uCEFPDFPrintCallback.TCefCustomPDFPrintCallBack.html +++ b/docs/html/uCEFPDFPrintCallback.TCefCustomPDFPrintCallBack.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPDFPrintCallback: Class TCefCustomPDFPrintCallBack - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPDFPrintCallback.TCefFastPdfPrintCallback.html b/docs/html/uCEFPDFPrintCallback.TCefFastPdfPrintCallback.html index c3f9f5d3..5ff6f5a9 100644 --- a/docs/html/uCEFPDFPrintCallback.TCefFastPdfPrintCallback.html +++ b/docs/html/uCEFPDFPrintCallback.TCefFastPdfPrintCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPDFPrintCallback: Class TCefFastPdfPrintCallback - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPDFPrintCallback.TCefPdfPrintCallbackOwn.html b/docs/html/uCEFPDFPrintCallback.TCefPdfPrintCallbackOwn.html index cb4b18dc..ce38e984 100644 --- a/docs/html/uCEFPDFPrintCallback.TCefPdfPrintCallbackOwn.html +++ b/docs/html/uCEFPDFPrintCallback.TCefPdfPrintCallbackOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPDFPrintCallback: Class TCefPdfPrintCallbackOwn - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPDFPrintCallback.html b/docs/html/uCEFPDFPrintCallback.html index cf95d785..95854202 100644 --- a/docs/html/uCEFPDFPrintCallback.html +++ b/docs/html/uCEFPDFPrintCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPDFPrintCallback - + @@ -33,6 +33,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPDFPrintOptions.TPDFPrintOptions.html b/docs/html/uCEFPDFPrintOptions.TPDFPrintOptions.html index 81ca4c64..09367a19 100644 --- a/docs/html/uCEFPDFPrintOptions.TPDFPrintOptions.html +++ b/docs/html/uCEFPDFPrintOptions.TPDFPrintOptions.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPDFPrintOptions: Class TPDFPrintOptions - + @@ -820,6 +820,6 @@ Left margin in mm.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPDFPrintOptions.html b/docs/html/uCEFPDFPrintOptions.html index 4abb0cb1..59302e32 100644 --- a/docs/html/uCEFPDFPrintOptions.html +++ b/docs/html/uCEFPDFPrintOptions.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPDFPrintOptions - + @@ -25,6 +25,6 @@ The TPDFPrintOptions properties are used to fill the TCefPdfPrintSettings record which is used in the TChromiumCore.PrintToPDF call. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPanel.TCefPanelRef.html b/docs/html/uCEFPanel.TCefPanelRef.html index ab767920..8d554ada 100644 --- a/docs/html/uCEFPanel.TCefPanelRef.html +++ b/docs/html/uCEFPanel.TCefPanelRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPanel: Class TCefPanelRef - + @@ -231,6 +231,6 @@ Create a new Panel.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPanel.html b/docs/html/uCEFPanel.html index 3c756a84..28ad87bb 100644 --- a/docs/html/uCEFPanel.html +++ b/docs/html/uCEFPanel.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPanel - + @@ -25,6 +25,6 @@ A Panel is a container in the views hierarchy that can contain other Views as children. Methods must be called on the browser process UI thread unless otherwise indicated. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPanelComponent.TCEFPanelComponent.html b/docs/html/uCEFPanelComponent.TCEFPanelComponent.html index 3cc1f202..f161a02c 100644 --- a/docs/html/uCEFPanelComponent.TCEFPanelComponent.html +++ b/docs/html/uCEFPanelComponent.TCEFPanelComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPanelComponent: Class TCEFPanelComponent - + @@ -330,6 +330,6 @@ ICefViewDelegateEvents

    Returns the number of child Views.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPanelComponent.html b/docs/html/uCEFPanelComponent.html index a0418c35..88f79680 100644 --- a/docs/html/uCEFPanelComponent.html +++ b/docs/html/uCEFPanelComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPanelComponent - + @@ -40,6 +40,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPanelDelegate.TCefPanelDelegateOwn.html b/docs/html/uCEFPanelDelegate.TCefPanelDelegateOwn.html index e4888fdd..d6f5f1bb 100644 --- a/docs/html/uCEFPanelDelegate.TCefPanelDelegateOwn.html +++ b/docs/html/uCEFPanelDelegate.TCefPanelDelegateOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPanelDelegate: Class TCefPanelDelegateOwn - + @@ -47,6 +47,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPanelDelegate.TCefPanelDelegateRef.html b/docs/html/uCEFPanelDelegate.TCefPanelDelegateRef.html index b931fc01..b17ac97b 100644 --- a/docs/html/uCEFPanelDelegate.TCefPanelDelegateRef.html +++ b/docs/html/uCEFPanelDelegate.TCefPanelDelegateRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPanelDelegate: Class TCefPanelDelegateRef - + @@ -43,6 +43,6 @@ Returns a ICefPanelDelegate instance using a PCefPanelDelegate data pointer.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPanelDelegate.TCustomPanelDelegate.html b/docs/html/uCEFPanelDelegate.TCustomPanelDelegate.html index 39da3d18..57f131d6 100644 --- a/docs/html/uCEFPanelDelegate.TCustomPanelDelegate.html +++ b/docs/html/uCEFPanelDelegate.TCustomPanelDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPanelDelegate: Class TCustomPanelDelegate - + @@ -235,6 +235,6 @@ ICefViewDelegate

    Creates an instance of this class liked to an interface that's implemented by a control receiving the events.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPanelDelegate.html b/docs/html/uCEFPanelDelegate.html index 41e02965..fecd6fd8 100644 --- a/docs/html/uCEFPanelDelegate.html +++ b/docs/html/uCEFPanelDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPanelDelegate - + @@ -33,6 +33,6 @@ This class handles all the ICefPanelDelegate methods which call the ICefPanelDelegateEvents methods. ICefPanelDelegateEvents will be implemented by the control receiving the ICefPanelDelegate events. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPermissionHandler.TCefPermissionHandlerOwn.html b/docs/html/uCEFPermissionHandler.TCefPermissionHandlerOwn.html index edf117f9..d6363834 100644 --- a/docs/html/uCEFPermissionHandler.TCefPermissionHandlerOwn.html +++ b/docs/html/uCEFPermissionHandler.TCefPermissionHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPermissionHandler: Class TCefPermissionHandlerOwn - + @@ -110,6 +110,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPermissionHandler.TCustomPermissionHandler.html b/docs/html/uCEFPermissionHandler.TCustomPermissionHandler.html index 75052078..5081e9fb 100644 --- a/docs/html/uCEFPermissionHandler.TCustomPermissionHandler.html +++ b/docs/html/uCEFPermissionHandler.TCustomPermissionHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPermissionHandler: Class TCustomPermissionHandler - + @@ -139,6 +139,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPermissionHandler.html b/docs/html/uCEFPermissionHandler.html index ac66f588..51ef9053 100644 --- a/docs/html/uCEFPermissionHandler.html +++ b/docs/html/uCEFPermissionHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPermissionHandler - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPermissionPromptCallback.TCefPermissionPromptCallbackRef.html b/docs/html/uCEFPermissionPromptCallback.TCefPermissionPromptCallbackRef.html index b8e3dcdc..e84e0da0 100644 --- a/docs/html/uCEFPermissionPromptCallback.TCefPermissionPromptCallbackRef.html +++ b/docs/html/uCEFPermissionPromptCallback.TCefPermissionPromptCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPermissionPromptCallback: Class TCefPermissionPromptCallbackRef - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPermissionPromptCallback.html b/docs/html/uCEFPermissionPromptCallback.html index 3edba368..85dc25d3 100644 --- a/docs/html/uCEFPermissionPromptCallback.html +++ b/docs/html/uCEFPermissionPromptCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPermissionPromptCallback - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPostData.TCefPostDataRef.html b/docs/html/uCEFPostData.TCefPostDataRef.html index 5e3ced64..a688fa81 100644 --- a/docs/html/uCEFPostData.TCefPostDataRef.html +++ b/docs/html/uCEFPostData.TCefPostDataRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPostData: Class TCefPostDataRef - + @@ -150,6 +150,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPostData.html b/docs/html/uCEFPostData.html index 4046b981..11a0dae4 100644 --- a/docs/html/uCEFPostData.html +++ b/docs/html/uCEFPostData.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPostData - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPostDataElement.TCefPostDataElementOwn.html b/docs/html/uCEFPostDataElement.TCefPostDataElementOwn.html index 47f89fa1..71c3eb57 100644 --- a/docs/html/uCEFPostDataElement.TCefPostDataElementOwn.html +++ b/docs/html/uCEFPostDataElement.TCefPostDataElementOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPostDataElement: Class TCefPostDataElementOwn - + @@ -228,6 +228,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPostDataElement.TCefPostDataElementRef.html b/docs/html/uCEFPostDataElement.TCefPostDataElementRef.html index 1552d4a8..7c346194 100644 --- a/docs/html/uCEFPostDataElement.TCefPostDataElementRef.html +++ b/docs/html/uCEFPostDataElement.TCefPostDataElementRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPostDataElement: Class TCefPostDataElementRef - + @@ -164,6 +164,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPostDataElement.html b/docs/html/uCEFPostDataElement.html index 2e0807d9..267f4cf0 100644 --- a/docs/html/uCEFPostDataElement.html +++ b/docs/html/uCEFPostDataElement.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPostDataElement - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPreferenceManager.TCefPreferenceManagerRef.html b/docs/html/uCEFPreferenceManager.TCefPreferenceManagerRef.html index a6bf1f86..642954bc 100644 --- a/docs/html/uCEFPreferenceManager.TCefPreferenceManagerRef.html +++ b/docs/html/uCEFPreferenceManager.TCefPreferenceManagerRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPreferenceManager: Class TCefPreferenceManagerRef - + @@ -172,6 +172,6 @@ Returns the current Chrome Variations configuration (combination of field trials and chrome://flags) as human-readable strings. This is the human- readable equivalent of the "Active Variations" section of chrome://version. See https://developer.chrome.com/docs/web-platform/chrome-variations for background and details. Note that field trial tests are disabled by default in Official CEF builds (via the `disable_fieldtrial_testing_config=true (1)` GN flag). This function must be called on the browser process UI thread.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPreferenceManager.html b/docs/html/uCEFPreferenceManager.html index 38d4d5df..fa0b1afa 100644 --- a/docs/html/uCEFPreferenceManager.html +++ b/docs/html/uCEFPreferenceManager.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPreferenceManager - + @@ -25,6 +25,6 @@ Manage access to preferences. Many built-in preferences are registered by Chromium. Custom preferences can be registered in ICefBrowserProcessHandler.OnRegisterCustomPreferences. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPreferenceObserver.TCefPreferenceObserverOwn.html b/docs/html/uCEFPreferenceObserver.TCefPreferenceObserverOwn.html new file mode 100644 index 00000000..b09f8d2b --- /dev/null +++ b/docs/html/uCEFPreferenceObserver.TCefPreferenceObserverOwn.html @@ -0,0 +1,71 @@ + + + +cef4delphi: uCEFPreferenceObserver: Class TCefPreferenceObserverOwn + + + + + + + +

    Class TCefPreferenceObserverOwn

    + +

    Unit

    + +

    Declaration

    +

    +type TCefPreferenceObserverOwn = class(TCefBaseRefCountedOwn, ICefPreferenceObserver)

    +

    Description

    +

    This item has no description.

    Hierarchy

    +

    Overview

    +

    Methods

    + + + + + + + + + + + + + +
    Protectedprocedure OnPreferenceChanged(const name : ustring); virtual;
    Protectedprocedure RemoveReferences; virtual;
    Publicconstructor Create; virtual;
    +

    Description

    +

    Methods

    + + + + + + +
    Protectedprocedure OnPreferenceChanged(const name : ustring); virtual;
    +

    This item has no description. Showing description inherited from ICefPreferenceObserver.OnPreferenceChanged.

    + Called when a preference has changed. The new value can be retrieved using ICefPreferenceManager.GetPreference.

    +
    + + + + + + +
    Protectedprocedure RemoveReferences; virtual;
    +

    This item has no description.

    + + + + + + +
    Publicconstructor Create; virtual;
    +

    This item has no description.

    +
    Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFPreferenceObserver.TCustomPreferenceObserver.html b/docs/html/uCEFPreferenceObserver.TCustomPreferenceObserver.html new file mode 100644 index 00000000..e4de9bfd --- /dev/null +++ b/docs/html/uCEFPreferenceObserver.TCustomPreferenceObserver.html @@ -0,0 +1,100 @@ + + + +cef4delphi: uCEFPreferenceObserver: Class TCustomPreferenceObserver + + + + + + + +

    Class TCustomPreferenceObserver

    + +

    Unit

    + +

    Declaration

    +

    +type TCustomPreferenceObserver = class(TCefPreferenceObserverOwn)

    +

    Description

    +

    This item has no description.

    Hierarchy

    +

    Overview

    +

    Fields

    + + + + + +
    ProtectedFEvents: Pointer;
    +

    Methods

    + + + + + + + + + + + + + + + + + +
    Protectedprocedure OnPreferenceChanged(const name : ustring); override;
    Protectedprocedure RemoveReferences; override;
    Publicconstructor Create(const events : IChromiumEvents); reintroduce; virtual;
    Publicdestructor Destroy; override;
    +

    Description

    +

    Fields

    + + + + + + +
    ProtectedFEvents: Pointer;
    +

    This item has no description.

    +

    Methods

    + + + + + + +
    Protectedprocedure OnPreferenceChanged(const name : ustring); override;
    +

    This item has no description. Showing description inherited from ICefPreferenceObserver.OnPreferenceChanged.

    + Called when a preference has changed. The new value can be retrieved using ICefPreferenceManager.GetPreference.

    +
    + + + + + + +
    Protectedprocedure RemoveReferences; override;
    +

    This item has no description.

    + + + + + + +
    Publicconstructor Create(const events : IChromiumEvents); reintroduce; virtual;
    +

    This item has no description.

    + + + + + + +
    Publicdestructor Destroy; override;
    +

    This item has no description.

    +
    Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFPreferenceObserver.TPreferenceInfo.html b/docs/html/uCEFPreferenceObserver.TPreferenceInfo.html new file mode 100644 index 00000000..71463659 --- /dev/null +++ b/docs/html/uCEFPreferenceObserver.TPreferenceInfo.html @@ -0,0 +1,136 @@ + + + +cef4delphi: uCEFPreferenceObserver: Class TPreferenceInfo + + + + + + + +

    Class TPreferenceInfo

    + +

    Unit

    + +

    Declaration

    +

    +type TPreferenceInfo = class(TObject)

    +

    Description

    +

    This item has no description.

    Hierarchy

    +
    • TObject
    • +
    • TPreferenceInfo

    Overview

    +

    Fields

    + + + + + + + + + + + + + +
    ProtectedFObserver: ICefPreferenceObserver;
    ProtectedFRegistration: ICefRegistration;
    ProtectedFName: ustring;
    +

    Methods

    + + + + + + + + + +
    Publicconstructor Create(const aName : ustring; const events : IChromiumEvents);
    Publicdestructor Destroy; override;
    +

    Properties

    + + + + + + + + + + + + + +
    Publicproperty PrefName : ustring read FName;
    Publicproperty Observer : ICefPreferenceObserver read FObserver;
    Publicproperty Registration : ICefRegistration read FRegistration write FRegistration;
    +

    Description

    +

    Fields

    + + + + + + +
    ProtectedFObserver: ICefPreferenceObserver;
    +

    This item has no description.

    + + + + + + +
    ProtectedFRegistration: ICefRegistration;
    +

    This item has no description.

    + + + + + + +
    ProtectedFName: ustring;
    +

    This item has no description.

    +

    Methods

    + + + + + + +
    Publicconstructor Create(const aName : ustring; const events : IChromiumEvents);
    +

    This item has no description.

    + + + + + + +
    Publicdestructor Destroy; override;
    +

    This item has no description.

    +

    Properties

    + + + + + + +
    Publicproperty PrefName : ustring read FName;
    +

    This item has no description.

    + + + + + + +
    Publicproperty Observer : ICefPreferenceObserver read FObserver;
    +

    This item has no description.

    + + + + + + +
    Publicproperty Registration : ICefRegistration read FRegistration write FRegistration;
    +

    This item has no description.

    +
    Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFPreferenceObserver.TPreferenceInfoList.html b/docs/html/uCEFPreferenceObserver.TPreferenceInfoList.html new file mode 100644 index 00000000..90ebeba4 --- /dev/null +++ b/docs/html/uCEFPreferenceObserver.TPreferenceInfoList.html @@ -0,0 +1,93 @@ + + + +cef4delphi: uCEFPreferenceObserver: Class TPreferenceInfoList + + + + + + + +

    Class TPreferenceInfoList

    + +

    Unit

    + +

    Declaration

    +

    +type TPreferenceInfoList = class(TList)

    +

    Description

    +

    This item has no description.

    Hierarchy

    +
    • TObject
    • +
    • TList
    • +
    • TPreferenceInfoList

    Overview

    +

    Methods

    + + + + + + + + + + + + + + + + + + + + + +
    Protectedfunction SearchPreference(const aName : ustring): integer;
    Publicdestructor Destroy; override;
    Publicfunction HasPreference(const aName : ustring): boolean;
    Publicfunction AddPreference(const aName : ustring; const events : IChromiumEvents): integer;
    Publicprocedure RemovePreference(const aName : ustring);
    +

    Description

    +

    Methods

    + + + + + + +
    Protectedfunction SearchPreference(const aName : ustring): integer;
    +

    This item has no description.

    + + + + + + +
    Publicdestructor Destroy; override;
    +

    This item has no description.

    + + + + + + +
    Publicfunction HasPreference(const aName : ustring): boolean;
    +

    This item has no description.

    + + + + + + +
    Publicfunction AddPreference(const aName : ustring; const events : IChromiumEvents): integer;
    +

    This item has no description.

    + + + + + + +
    Publicprocedure RemovePreference(const aName : ustring);
    +

    This item has no description.

    +
    Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFPreferenceObserver.html b/docs/html/uCEFPreferenceObserver.html new file mode 100644 index 00000000..baf33f8b --- /dev/null +++ b/docs/html/uCEFPreferenceObserver.html @@ -0,0 +1,42 @@ + + + +cef4delphi: uCEFPreferenceObserver + + + + + + + +

    Unit uCEFPreferenceObserver

    + +

    Description

    +

    This item has no description.

    Overview

    +

    Classes, Interfaces, Objects and Records

    + + + + + + + + + + + + + + + + + + + + + +
    NameDescription
    Class TCefPreferenceObserverOwn 
    Class TCustomPreferenceObserver 
    Class TPreferenceInfo 
    Class TPreferenceInfoList 
    +
    Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFPreferenceRegistrar.TCefPreferenceRegistrarRef.html b/docs/html/uCEFPreferenceRegistrar.TCefPreferenceRegistrarRef.html index c0839a9e..60efe9ba 100644 --- a/docs/html/uCEFPreferenceRegistrar.TCefPreferenceRegistrarRef.html +++ b/docs/html/uCEFPreferenceRegistrar.TCefPreferenceRegistrarRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPreferenceRegistrar: Class TCefPreferenceRegistrarRef - + @@ -48,6 +48,6 @@ Register a preference with the specified |name| and |default_value|. To avoid conflicts with built-in preferences the |name| value should contain an application-specific prefix followed by a period (e.g. "myapp.value"). The contents of |default_value| will be copied. The data type for the preference will be inferred from |default_value|'s type and cannot be changed after registration. Returns true (1) on success. Returns false (0) if |name| is already registered or if |default_value| has an invalid type. This function must be called from within the scope of the ICefBrowserProcessHandler.OnRegisterCustomPreferences callback.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPreferenceRegistrar.html b/docs/html/uCEFPreferenceRegistrar.html index b514b8a8..8812c642 100644 --- a/docs/html/uCEFPreferenceRegistrar.html +++ b/docs/html/uCEFPreferenceRegistrar.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPreferenceRegistrar - + @@ -25,6 +25,6 @@ Class that manages custom preference registrations. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPrintDialogCallback.TCefPrintDialogCallbackRef.html b/docs/html/uCEFPrintDialogCallback.TCefPrintDialogCallbackRef.html index 861509f3..213a022c 100644 --- a/docs/html/uCEFPrintDialogCallback.TCefPrintDialogCallbackRef.html +++ b/docs/html/uCEFPrintDialogCallback.TCefPrintDialogCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPrintDialogCallback: Class TCefPrintDialogCallbackRef - + @@ -68,6 +68,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPrintDialogCallback.html b/docs/html/uCEFPrintDialogCallback.html index f6006e7d..e198c3d0 100644 --- a/docs/html/uCEFPrintDialogCallback.html +++ b/docs/html/uCEFPrintDialogCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPrintDialogCallback - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPrintHandler.TCefPrintHandlerOwn.html b/docs/html/uCEFPrintHandler.TCefPrintHandlerOwn.html index aab88c6e..eeed7ef0 100644 --- a/docs/html/uCEFPrintHandler.TCefPrintHandlerOwn.html +++ b/docs/html/uCEFPrintHandler.TCefPrintHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPrintHandler: Class TCefPrintHandlerOwn - + @@ -138,6 +138,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPrintHandler.TCustomPrintHandler.html b/docs/html/uCEFPrintHandler.TCustomPrintHandler.html index 540a916b..f0b33f6b 100644 --- a/docs/html/uCEFPrintHandler.TCustomPrintHandler.html +++ b/docs/html/uCEFPrintHandler.TCustomPrintHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPrintHandler: Class TCustomPrintHandler - + @@ -167,6 +167,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPrintHandler.html b/docs/html/uCEFPrintHandler.html index 88e27485..d4c22352 100644 --- a/docs/html/uCEFPrintHandler.html +++ b/docs/html/uCEFPrintHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPrintHandler - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPrintJobCallback.TCefPrintJobCallbackRef.html b/docs/html/uCEFPrintJobCallback.TCefPrintJobCallbackRef.html index ac2772fb..9e101d77 100644 --- a/docs/html/uCEFPrintJobCallback.TCefPrintJobCallbackRef.html +++ b/docs/html/uCEFPrintJobCallback.TCefPrintJobCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPrintJobCallback: Class TCefPrintJobCallbackRef - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPrintJobCallback.html b/docs/html/uCEFPrintJobCallback.html index 6cb303c4..46cdb1e9 100644 --- a/docs/html/uCEFPrintJobCallback.html +++ b/docs/html/uCEFPrintJobCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPrintJobCallback - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPrintSettings.TCefPrintSettingsRef.html b/docs/html/uCEFPrintSettings.TCefPrintSettingsRef.html index d7b6783a..81a98b6c 100644 --- a/docs/html/uCEFPrintSettings.TCefPrintSettingsRef.html +++ b/docs/html/uCEFPrintSettings.TCefPrintSettingsRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPrintSettings: Class TCefPrintSettingsRef - + @@ -360,6 +360,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFPrintSettings.html b/docs/html/uCEFPrintSettings.html index c5aa915c..c44b4a21 100644 --- a/docs/html/uCEFPrintSettings.html +++ b/docs/html/uCEFPrintSettings.html @@ -3,7 +3,7 @@ cef4delphi: uCEFPrintSettings - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFProcessMessage.TCefProcessMessageRef.html b/docs/html/uCEFProcessMessage.TCefProcessMessageRef.html index 19dc5aa8..605d3362 100644 --- a/docs/html/uCEFProcessMessage.TCefProcessMessageRef.html +++ b/docs/html/uCEFProcessMessage.TCefProcessMessageRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFProcessMessage: Class TCefProcessMessageRef - + @@ -136,6 +136,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFProcessMessage.html b/docs/html/uCEFProcessMessage.html index ef8ec9a4..9bab889e 100644 --- a/docs/html/uCEFProcessMessage.html +++ b/docs/html/uCEFProcessMessage.html @@ -3,7 +3,7 @@ cef4delphi: uCEFProcessMessage - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRegistration.TCefRegistrationRef.html b/docs/html/uCEFRegistration.TCefRegistrationRef.html index 190d08ee..1209668e 100644 --- a/docs/html/uCEFRegistration.TCefRegistrationRef.html +++ b/docs/html/uCEFRegistration.TCefRegistrationRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRegistration: Class TCefRegistrationRef - + @@ -40,6 +40,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRegistration.html b/docs/html/uCEFRegistration.html index 6adb55a0..f7884bde 100644 --- a/docs/html/uCEFRegistration.html +++ b/docs/html/uCEFRegistration.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRegistration - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRenderHandler.TCefRenderHandlerOwn.html b/docs/html/uCEFRenderHandler.TCefRenderHandlerOwn.html index 92fa28cc..02f6a8b4 100644 --- a/docs/html/uCEFRenderHandler.TCefRenderHandlerOwn.html +++ b/docs/html/uCEFRenderHandler.TCefRenderHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRenderHandler: Class TCefRenderHandlerOwn - + @@ -312,6 +312,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRenderHandler.TCustomRenderHandler.html b/docs/html/uCEFRenderHandler.TCustomRenderHandler.html index cd26a167..861aa26e 100644 --- a/docs/html/uCEFRenderHandler.TCustomRenderHandler.html +++ b/docs/html/uCEFRenderHandler.TCustomRenderHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRenderHandler: Class TCustomRenderHandler - + @@ -341,6 +341,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRenderHandler.html b/docs/html/uCEFRenderHandler.html index b886c86a..7492edfd 100644 --- a/docs/html/uCEFRenderHandler.html +++ b/docs/html/uCEFRenderHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRenderHandler - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRenderProcessHandler.TCefCustomRenderProcessHandler.html b/docs/html/uCEFRenderProcessHandler.TCefCustomRenderProcessHandler.html index acd65231..3599df02 100644 --- a/docs/html/uCEFRenderProcessHandler.TCefCustomRenderProcessHandler.html +++ b/docs/html/uCEFRenderProcessHandler.TCefCustomRenderProcessHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRenderProcessHandler: Class TCefCustomRenderProcessHandler - + @@ -221,6 +221,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRenderProcessHandler.TCefRenderProcessHandlerOwn.html b/docs/html/uCEFRenderProcessHandler.TCefRenderProcessHandlerOwn.html index b775f549..2c6e5ef1 100644 --- a/docs/html/uCEFRenderProcessHandler.TCefRenderProcessHandlerOwn.html +++ b/docs/html/uCEFRenderProcessHandler.TCefRenderProcessHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRenderProcessHandler: Class TCefRenderProcessHandlerOwn - + @@ -180,6 +180,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRenderProcessHandler.html b/docs/html/uCEFRenderProcessHandler.html index 53301797..fe54fe89 100644 --- a/docs/html/uCEFRenderProcessHandler.html +++ b/docs/html/uCEFRenderProcessHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRenderProcessHandler - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRequest.TCefRequestRef.html b/docs/html/uCEFRequest.TCefRequestRef.html index d726cee0..b73d251e 100644 --- a/docs/html/uCEFRequest.TCefRequestRef.html +++ b/docs/html/uCEFRequest.TCefRequestRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRequest: Class TCefRequestRef - + @@ -360,6 +360,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRequest.html b/docs/html/uCEFRequest.html index a6727a84..20ea1f6f 100644 --- a/docs/html/uCEFRequest.html +++ b/docs/html/uCEFRequest.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRequest - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRequestContext.TCefClearCertificateExceptionsCompletionCallback.html b/docs/html/uCEFRequestContext.TCefClearCertificateExceptionsCompletionCallback.html index a675ee63..d1dc185f 100644 --- a/docs/html/uCEFRequestContext.TCefClearCertificateExceptionsCompletionCallback.html +++ b/docs/html/uCEFRequestContext.TCefClearCertificateExceptionsCompletionCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRequestContext: Class TCefClearCertificateExceptionsCompletionCallback - + @@ -44,6 +44,6 @@ Method that will be called once the task is complete.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRequestContext.TCefClearHttpAuthCredentialsCompletionCallback.html b/docs/html/uCEFRequestContext.TCefClearHttpAuthCredentialsCompletionCallback.html index 2942025f..f08f4246 100644 --- a/docs/html/uCEFRequestContext.TCefClearHttpAuthCredentialsCompletionCallback.html +++ b/docs/html/uCEFRequestContext.TCefClearHttpAuthCredentialsCompletionCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRequestContext: Class TCefClearHttpAuthCredentialsCompletionCallback - + @@ -44,6 +44,6 @@ Method that will be called once the task is complete.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRequestContext.TCefClearHttpCacheCompletionCallback.html b/docs/html/uCEFRequestContext.TCefClearHttpCacheCompletionCallback.html index b5ac7d04..2f062000 100644 --- a/docs/html/uCEFRequestContext.TCefClearHttpCacheCompletionCallback.html +++ b/docs/html/uCEFRequestContext.TCefClearHttpCacheCompletionCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRequestContext: Class TCefClearHttpCacheCompletionCallback - + @@ -44,6 +44,6 @@ Method that will be called once the task is complete.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRequestContext.TCefCloseAllConnectionsCompletionCallback.html b/docs/html/uCEFRequestContext.TCefCloseAllConnectionsCompletionCallback.html index df1de376..bfb89e10 100644 --- a/docs/html/uCEFRequestContext.TCefCloseAllConnectionsCompletionCallback.html +++ b/docs/html/uCEFRequestContext.TCefCloseAllConnectionsCompletionCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRequestContext: Class TCefCloseAllConnectionsCompletionCallback - + @@ -44,6 +44,6 @@ Method that will be called once the task is complete.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRequestContext.TCefRequestContextRef.html b/docs/html/uCEFRequestContext.TCefRequestContextRef.html index 336ae21d..04c874fc 100644 --- a/docs/html/uCEFRequestContext.TCefRequestContextRef.html +++ b/docs/html/uCEFRequestContext.TCefRequestContextRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRequestContext: Class TCefRequestContextRef - + @@ -496,6 +496,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRequestContext.html b/docs/html/uCEFRequestContext.html index b0bc0f0a..afb18f77 100644 --- a/docs/html/uCEFRequestContext.html +++ b/docs/html/uCEFRequestContext.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRequestContext - + @@ -41,6 +41,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRequestContextHandler.TCefRequestContextHandlerOwn.html b/docs/html/uCEFRequestContextHandler.TCefRequestContextHandlerOwn.html index dd90456a..185fa79f 100644 --- a/docs/html/uCEFRequestContextHandler.TCefRequestContextHandlerOwn.html +++ b/docs/html/uCEFRequestContextHandler.TCefRequestContextHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRequestContextHandler: Class TCefRequestContextHandlerOwn - + @@ -82,6 +82,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRequestContextHandler.TCefRequestContextHandlerRef.html b/docs/html/uCEFRequestContextHandler.TCefRequestContextHandlerRef.html index 95a5137d..51b2f030 100644 --- a/docs/html/uCEFRequestContextHandler.TCefRequestContextHandlerRef.html +++ b/docs/html/uCEFRequestContextHandler.TCefRequestContextHandlerRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRequestContextHandler: Class TCefRequestContextHandlerRef - + @@ -82,6 +82,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRequestContextHandler.TCustomRequestContextHandler.html b/docs/html/uCEFRequestContextHandler.TCustomRequestContextHandler.html index 04a33103..941e8133 100644 --- a/docs/html/uCEFRequestContextHandler.TCustomRequestContextHandler.html +++ b/docs/html/uCEFRequestContextHandler.TCustomRequestContextHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRequestContextHandler: Class TCustomRequestContextHandler - + @@ -111,6 +111,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRequestContextHandler.html b/docs/html/uCEFRequestContextHandler.html index f46bf6b3..562bd929 100644 --- a/docs/html/uCEFRequestContextHandler.html +++ b/docs/html/uCEFRequestContextHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRequestContextHandler - + @@ -33,6 +33,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRequestHandler.TCefRequestHandlerOwn.html b/docs/html/uCEFRequestHandler.TCefRequestHandlerOwn.html index db8f7000..2bb58d83 100644 --- a/docs/html/uCEFRequestHandler.TCefRequestHandlerOwn.html +++ b/docs/html/uCEFRequestHandler.TCefRequestHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRequestHandler: Class TCefRequestHandlerOwn - + @@ -208,6 +208,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRequestHandler.TCustomRequestHandler.html b/docs/html/uCEFRequestHandler.TCustomRequestHandler.html index 87dee8b6..62925281 100644 --- a/docs/html/uCEFRequestHandler.TCustomRequestHandler.html +++ b/docs/html/uCEFRequestHandler.TCustomRequestHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRequestHandler: Class TCustomRequestHandler - + @@ -237,6 +237,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRequestHandler.html b/docs/html/uCEFRequestHandler.html index a868c77d..44fc15b1 100644 --- a/docs/html/uCEFRequestHandler.html +++ b/docs/html/uCEFRequestHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRequestHandler - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResolveCallback.TCefCustomResolveCallback.html b/docs/html/uCEFResolveCallback.TCefCustomResolveCallback.html index 43ee2f57..8f329d6b 100644 --- a/docs/html/uCEFResolveCallback.TCefCustomResolveCallback.html +++ b/docs/html/uCEFResolveCallback.TCefCustomResolveCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResolveCallback: Class TCefCustomResolveCallback - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResolveCallback.TCefResolveCallbackOwn.html b/docs/html/uCEFResolveCallback.TCefResolveCallbackOwn.html index aba39db9..c2983c9c 100644 --- a/docs/html/uCEFResolveCallback.TCefResolveCallbackOwn.html +++ b/docs/html/uCEFResolveCallback.TCefResolveCallbackOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResolveCallback: Class TCefResolveCallbackOwn - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResolveCallback.html b/docs/html/uCEFResolveCallback.html index 29d821ae..867b790b 100644 --- a/docs/html/uCEFResolveCallback.html +++ b/docs/html/uCEFResolveCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResolveCallback - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceBundle.TCefResourceBundleRef.html b/docs/html/uCEFResourceBundle.TCefResourceBundleRef.html index d3acd210..f3775db4 100644 --- a/docs/html/uCEFResourceBundle.TCefResourceBundleRef.html +++ b/docs/html/uCEFResourceBundle.TCefResourceBundleRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceBundle: Class TCefResourceBundleRef - + @@ -94,6 +94,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceBundle.html b/docs/html/uCEFResourceBundle.html index 82e15d07..bb033459 100644 --- a/docs/html/uCEFResourceBundle.html +++ b/docs/html/uCEFResourceBundle.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceBundle - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceBundleHandler.TCefCustomResourceBundleHandler.html b/docs/html/uCEFResourceBundleHandler.TCefCustomResourceBundleHandler.html index 1e465b1e..d6264bab 100644 --- a/docs/html/uCEFResourceBundleHandler.TCefCustomResourceBundleHandler.html +++ b/docs/html/uCEFResourceBundleHandler.TCefCustomResourceBundleHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceBundleHandler: Class TCefCustomResourceBundleHandler - + @@ -125,6 +125,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceBundleHandler.TCefResourceBundleHandlerOwn.html b/docs/html/uCEFResourceBundleHandler.TCefResourceBundleHandlerOwn.html index 5c541686..0ef06d01 100644 --- a/docs/html/uCEFResourceBundleHandler.TCefResourceBundleHandlerOwn.html +++ b/docs/html/uCEFResourceBundleHandler.TCefResourceBundleHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceBundleHandler: Class TCefResourceBundleHandlerOwn - + @@ -96,6 +96,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceBundleHandler.html b/docs/html/uCEFResourceBundleHandler.html index 2889dc60..0204b3a5 100644 --- a/docs/html/uCEFResourceBundleHandler.html +++ b/docs/html/uCEFResourceBundleHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceBundleHandler - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceHandler.TCefResourceHandlerOwn.html b/docs/html/uCEFResourceHandler.TCefResourceHandlerOwn.html index c201ce4e..a5c6c571 100644 --- a/docs/html/uCEFResourceHandler.TCefResourceHandlerOwn.html +++ b/docs/html/uCEFResourceHandler.TCefResourceHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceHandler: Class TCefResourceHandlerOwn - + @@ -142,6 +142,6 @@ deprecated

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceHandler.TCefResourceHandlerRef.html b/docs/html/uCEFResourceHandler.TCefResourceHandlerRef.html index d354f7f5..a7673fce 100644 --- a/docs/html/uCEFResourceHandler.TCefResourceHandlerRef.html +++ b/docs/html/uCEFResourceHandler.TCefResourceHandlerRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceHandler: Class TCefResourceHandlerRef - + @@ -142,6 +142,6 @@ deprecated

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceHandler.html b/docs/html/uCEFResourceHandler.html index 99080df0..4e10dc7f 100644 --- a/docs/html/uCEFResourceHandler.html +++ b/docs/html/uCEFResourceHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceHandler - + @@ -44,6 +44,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceReadCallback.TCefResourceReadCallbackRef.html b/docs/html/uCEFResourceReadCallback.TCefResourceReadCallbackRef.html index 37e99cc1..c40ee500 100644 --- a/docs/html/uCEFResourceReadCallback.TCefResourceReadCallbackRef.html +++ b/docs/html/uCEFResourceReadCallback.TCefResourceReadCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceReadCallback: Class TCefResourceReadCallbackRef - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceReadCallback.html b/docs/html/uCEFResourceReadCallback.html index 62d2614c..26ee7d68 100644 --- a/docs/html/uCEFResourceReadCallback.html +++ b/docs/html/uCEFResourceReadCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceReadCallback - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceRequestHandler.TCefResourceRequestHandlerOwn.html b/docs/html/uCEFResourceRequestHandler.TCefResourceRequestHandlerOwn.html index 64331261..f1a5088e 100644 --- a/docs/html/uCEFResourceRequestHandler.TCefResourceRequestHandlerOwn.html +++ b/docs/html/uCEFResourceRequestHandler.TCefResourceRequestHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceRequestHandler: Class TCefResourceRequestHandlerOwn - + @@ -168,6 +168,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceRequestHandler.TCefResourceRequestHandlerRef.html b/docs/html/uCEFResourceRequestHandler.TCefResourceRequestHandlerRef.html index 64b2f6e2..9cfdaf66 100644 --- a/docs/html/uCEFResourceRequestHandler.TCefResourceRequestHandlerRef.html +++ b/docs/html/uCEFResourceRequestHandler.TCefResourceRequestHandlerRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceRequestHandler: Class TCefResourceRequestHandlerRef - + @@ -168,6 +168,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceRequestHandler.TCustomResourceRequestHandler.html b/docs/html/uCEFResourceRequestHandler.TCustomResourceRequestHandler.html index 130247a2..a86a8130 100644 --- a/docs/html/uCEFResourceRequestHandler.TCustomResourceRequestHandler.html +++ b/docs/html/uCEFResourceRequestHandler.TCustomResourceRequestHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceRequestHandler: Class TCustomResourceRequestHandler - + @@ -221,6 +221,6 @@ Custom procedure to clear all references.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceRequestHandler.html b/docs/html/uCEFResourceRequestHandler.html index 9da46d93..78c190c8 100644 --- a/docs/html/uCEFResourceRequestHandler.html +++ b/docs/html/uCEFResourceRequestHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceRequestHandler - + @@ -33,6 +33,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceSkipCallback.TCefResourceSkipCallbackRef.html b/docs/html/uCEFResourceSkipCallback.TCefResourceSkipCallbackRef.html index 3431aff9..e3ac81e0 100644 --- a/docs/html/uCEFResourceSkipCallback.TCefResourceSkipCallbackRef.html +++ b/docs/html/uCEFResourceSkipCallback.TCefResourceSkipCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceSkipCallback: Class TCefResourceSkipCallbackRef - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResourceSkipCallback.html b/docs/html/uCEFResourceSkipCallback.html index ba85958f..78a2ca9e 100644 --- a/docs/html/uCEFResourceSkipCallback.html +++ b/docs/html/uCEFResourceSkipCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResourceSkipCallback - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResponse.TCefResponseRef.html b/docs/html/uCEFResponse.TCefResponseRef.html index 42ab8ad3..57ff377c 100644 --- a/docs/html/uCEFResponse.TCefResponseRef.html +++ b/docs/html/uCEFResponse.TCefResponseRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResponse: Class TCefResponseRef - + @@ -290,6 +290,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResponse.html b/docs/html/uCEFResponse.html index c21194d1..a83a410d 100644 --- a/docs/html/uCEFResponse.html +++ b/docs/html/uCEFResponse.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResponse - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResponseFilter.TCefResponseFilterOwn.html b/docs/html/uCEFResponseFilter.TCefResponseFilterOwn.html index 0e8793c5..1fa758a5 100644 --- a/docs/html/uCEFResponseFilter.TCefResponseFilterOwn.html +++ b/docs/html/uCEFResponseFilter.TCefResponseFilterOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResponseFilter: Class TCefResponseFilterOwn - + @@ -111,6 +111,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResponseFilter.TCefResponseFilterRef.html b/docs/html/uCEFResponseFilter.TCefResponseFilterRef.html index 52935abc..3c2affaa 100644 --- a/docs/html/uCEFResponseFilter.TCefResponseFilterRef.html +++ b/docs/html/uCEFResponseFilter.TCefResponseFilterRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResponseFilter: Class TCefResponseFilterRef - + @@ -111,6 +111,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResponseFilter.TCustomResponseFilter.html b/docs/html/uCEFResponseFilter.TCustomResponseFilter.html index 49e7ff38..6650cce4 100644 --- a/docs/html/uCEFResponseFilter.TCustomResponseFilter.html +++ b/docs/html/uCEFResponseFilter.TCustomResponseFilter.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResponseFilter: Class TCustomResponseFilter - + @@ -209,6 +209,6 @@ OnInitFilter is triggered when ICefResponseFilter.InitFilter is executed. Set the aResult parameter to install the filter.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFResponseFilter.html b/docs/html/uCEFResponseFilter.html index 23e5868e..9b4b9cf1 100644 --- a/docs/html/uCEFResponseFilter.html +++ b/docs/html/uCEFResponseFilter.html @@ -3,7 +3,7 @@ cef4delphi: uCEFResponseFilter - + @@ -58,6 +58,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRunContextMenuCallback.TCefRunContextMenuCallbackRef.html b/docs/html/uCEFRunContextMenuCallback.TCefRunContextMenuCallbackRef.html index a0d54d43..55b45d7e 100644 --- a/docs/html/uCEFRunContextMenuCallback.TCefRunContextMenuCallbackRef.html +++ b/docs/html/uCEFRunContextMenuCallback.TCefRunContextMenuCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRunContextMenuCallback: Class TCefRunContextMenuCallbackRef - + @@ -68,6 +68,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRunContextMenuCallback.html b/docs/html/uCEFRunContextMenuCallback.html index 518029f0..9b837da1 100644 --- a/docs/html/uCEFRunContextMenuCallback.html +++ b/docs/html/uCEFRunContextMenuCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRunContextMenuCallback - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRunFileDialogCallback.TCefFastRunFileDialogCallback.html b/docs/html/uCEFRunFileDialogCallback.TCefFastRunFileDialogCallback.html index c2e43d32..58695018 100644 --- a/docs/html/uCEFRunFileDialogCallback.TCefFastRunFileDialogCallback.html +++ b/docs/html/uCEFRunFileDialogCallback.TCefFastRunFileDialogCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRunFileDialogCallback: Class TCefFastRunFileDialogCallback - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRunFileDialogCallback.TCefRunFileDialogCallbackOwn.html b/docs/html/uCEFRunFileDialogCallback.TCefRunFileDialogCallbackOwn.html index 09e951db..9bfd8c55 100644 --- a/docs/html/uCEFRunFileDialogCallback.TCefRunFileDialogCallbackOwn.html +++ b/docs/html/uCEFRunFileDialogCallback.TCefRunFileDialogCallbackOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRunFileDialogCallback: Class TCefRunFileDialogCallbackOwn - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRunFileDialogCallback.html b/docs/html/uCEFRunFileDialogCallback.html index 480693c7..0b782915 100644 --- a/docs/html/uCEFRunFileDialogCallback.html +++ b/docs/html/uCEFRunFileDialogCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRunFileDialogCallback - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRunQuickMenuCallback.TCefRunQuickMenuCallbackRef.html b/docs/html/uCEFRunQuickMenuCallback.TCefRunQuickMenuCallbackRef.html index 75787f18..8a1a466d 100644 --- a/docs/html/uCEFRunQuickMenuCallback.TCefRunQuickMenuCallbackRef.html +++ b/docs/html/uCEFRunQuickMenuCallback.TCefRunQuickMenuCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRunQuickMenuCallback: Class TCefRunQuickMenuCallbackRef - + @@ -68,6 +68,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFRunQuickMenuCallback.html b/docs/html/uCEFRunQuickMenuCallback.html index 50d311c4..97ff5708 100644 --- a/docs/html/uCEFRunQuickMenuCallback.html +++ b/docs/html/uCEFRunQuickMenuCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFRunQuickMenuCallback - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSSLStatus.TCefSSLStatusRef.html b/docs/html/uCEFSSLStatus.TCefSSLStatusRef.html index f398fbd0..7259fcd8 100644 --- a/docs/html/uCEFSSLStatus.TCefSSLStatusRef.html +++ b/docs/html/uCEFSSLStatus.TCefSSLStatusRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSSLStatus: Class TCefSSLStatusRef - + @@ -110,6 +110,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSSLStatus.html b/docs/html/uCEFSSLStatus.html index 711c1192..5668467f 100644 --- a/docs/html/uCEFSSLStatus.html +++ b/docs/html/uCEFSSLStatus.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSSLStatus - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSchemeHandlerFactory.TCefSchemeHandlerFactoryOwn.html b/docs/html/uCEFSchemeHandlerFactory.TCefSchemeHandlerFactoryOwn.html index 350cb2f7..ebfc4756 100644 --- a/docs/html/uCEFSchemeHandlerFactory.TCefSchemeHandlerFactoryOwn.html +++ b/docs/html/uCEFSchemeHandlerFactory.TCefSchemeHandlerFactoryOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSchemeHandlerFactory: Class TCefSchemeHandlerFactoryOwn - + @@ -85,6 +85,6 @@ -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSchemeHandlerFactory.html b/docs/html/uCEFSchemeHandlerFactory.html index e6bacefc..9a29c60d 100644 --- a/docs/html/uCEFSchemeHandlerFactory.html +++ b/docs/html/uCEFSchemeHandlerFactory.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSchemeHandlerFactory - + @@ -25,6 +25,6 @@ Class that creates ICefResourceHandler instances for handling scheme requests. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSchemeRegistrar.TCefSchemeRegistrarRef.html b/docs/html/uCEFSchemeRegistrar.TCefSchemeRegistrarRef.html index 3c932548..1d8f5631 100644 --- a/docs/html/uCEFSchemeRegistrar.TCefSchemeRegistrarRef.html +++ b/docs/html/uCEFSchemeRegistrar.TCefSchemeRegistrarRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSchemeRegistrar: Class TCefSchemeRegistrarRef - + @@ -58,6 +58,6 @@

    <see>See the CEF_SCHEME_OPTION_* constants in the uCEFConstants unit for possible values for |options|.)

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSchemeRegistrar.html b/docs/html/uCEFSchemeRegistrar.html index d0c71df3..b154459f 100644 --- a/docs/html/uCEFSchemeRegistrar.html +++ b/docs/html/uCEFSchemeRegistrar.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSchemeRegistrar - + @@ -25,6 +25,6 @@ Class that manages custom scheme registrations. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFScrollView.TCefScrollViewRef.html b/docs/html/uCEFScrollView.TCefScrollViewRef.html index 3ce7656e..c71dd3cf 100644 --- a/docs/html/uCEFScrollView.TCefScrollViewRef.html +++ b/docs/html/uCEFScrollView.TCefScrollViewRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFScrollView: Class TCefScrollViewRef - + @@ -161,6 +161,6 @@ Create a new ScrollView.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFScrollView.html b/docs/html/uCEFScrollView.html index 5070028d..27e686e5 100644 --- a/docs/html/uCEFScrollView.html +++ b/docs/html/uCEFScrollView.html @@ -3,7 +3,7 @@ cef4delphi: uCEFScrollView - + @@ -25,6 +25,6 @@ A ScrollView will show horizontal and/or vertical scrollbars when necessary based on the size of the attached content view. Methods must be called on the browser process UI thread unless otherwise indicated. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFScrollViewComponent.TCEFScrollViewComponent.html b/docs/html/uCEFScrollViewComponent.TCEFScrollViewComponent.html index 3fc3c92e..7e5e5cbf 100644 --- a/docs/html/uCEFScrollViewComponent.TCEFScrollViewComponent.html +++ b/docs/html/uCEFScrollViewComponent.TCEFScrollViewComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFScrollViewComponent: Class TCEFScrollViewComponent - + @@ -306,6 +306,6 @@ ICefViewDelegateEvents

    Returns true (1) if the vertical scrollbar is currently showing.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFScrollViewComponent.html b/docs/html/uCEFScrollViewComponent.html index 57f60a48..521b3585 100644 --- a/docs/html/uCEFScrollViewComponent.html +++ b/docs/html/uCEFScrollViewComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFScrollViewComponent - + @@ -40,6 +40,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSelectClientCertificateCallback.TCefSelectClientCertificateCallbackRef.html b/docs/html/uCEFSelectClientCertificateCallback.TCefSelectClientCertificateCallbackRef.html index 0b2870be..6a3a3709 100644 --- a/docs/html/uCEFSelectClientCertificateCallback.TCefSelectClientCertificateCallbackRef.html +++ b/docs/html/uCEFSelectClientCertificateCallback.TCefSelectClientCertificateCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSelectClientCertificateCallback: Class TCefSelectClientCertificateCallbackRef - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSelectClientCertificateCallback.html b/docs/html/uCEFSelectClientCertificateCallback.html index cc587fdb..4cfd0da7 100644 --- a/docs/html/uCEFSelectClientCertificateCallback.html +++ b/docs/html/uCEFSelectClientCertificateCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSelectClientCertificateCallback - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSentinel.TCEFSentinel.html b/docs/html/uCEFSentinel.TCEFSentinel.html index 90edd30e..9d0980e8 100644 --- a/docs/html/uCEFSentinel.TCEFSentinel.html +++ b/docs/html/uCEFSentinel.TCEFSentinel.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSentinel: Class TCEFSentinel - + @@ -429,6 +429,6 @@ Event triggered when enought CEF subprocesses are closed.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSentinel.html b/docs/html/uCEFSentinel.html index 6c36521d..81b2a150 100644 --- a/docs/html/uCEFSentinel.html +++ b/docs/html/uCEFSentinel.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSentinel - + @@ -129,6 +129,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFServer.TCEFServerRef.html b/docs/html/uCEFServer.TCEFServerRef.html index 5f31383b..17e7cdbb 100644 --- a/docs/html/uCEFServer.TCEFServerRef.html +++ b/docs/html/uCEFServer.TCEFServerRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFServer: Class TCEFServerRef - + @@ -222,6 +222,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFServer.html b/docs/html/uCEFServer.html index 35f5ee7c..028abf0f 100644 --- a/docs/html/uCEFServer.html +++ b/docs/html/uCEFServer.html @@ -3,7 +3,7 @@ cef4delphi: uCEFServer - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFServerComponent.TCEFServerComponent.html b/docs/html/uCEFServerComponent.TCEFServerComponent.html index 3b275d31..1391ed76 100644 --- a/docs/html/uCEFServerComponent.TCEFServerComponent.html +++ b/docs/html/uCEFServerComponent.TCEFServerComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFServerComponent: Class TCEFServerComponent - + @@ -711,6 +711,6 @@ IServerEvents

    <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_server_capi.h">CEF source file: /include/capi/cef_server_capi.h (cef_server_handler_t))

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFServerComponent.html b/docs/html/uCEFServerComponent.html index d2aa00b7..691f01cc 100644 --- a/docs/html/uCEFServerComponent.html +++ b/docs/html/uCEFServerComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFServerComponent - + @@ -74,6 +74,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFServerEvents.html b/docs/html/uCEFServerEvents.html index 7b88a191..46b06fd5 100644 --- a/docs/html/uCEFServerEvents.html +++ b/docs/html/uCEFServerEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFServerEvents - + @@ -99,6 +99,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFServerHandler.TCEFServerHandlerOwn.html b/docs/html/uCEFServerHandler.TCEFServerHandlerOwn.html index 2b8b0dd1..21c2ecf2 100644 --- a/docs/html/uCEFServerHandler.TCEFServerHandlerOwn.html +++ b/docs/html/uCEFServerHandler.TCEFServerHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFServerHandler: Class TCEFServerHandlerOwn - + @@ -152,6 +152,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFServerHandler.TCustomServerHandler.html b/docs/html/uCEFServerHandler.TCustomServerHandler.html index 83176d72..b7aa4b08 100644 --- a/docs/html/uCEFServerHandler.TCustomServerHandler.html +++ b/docs/html/uCEFServerHandler.TCustomServerHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFServerHandler: Class TCustomServerHandler - + @@ -181,6 +181,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFServerHandler.html b/docs/html/uCEFServerHandler.html index 282ef45d..87aca3b7 100644 --- a/docs/html/uCEFServerHandler.html +++ b/docs/html/uCEFServerHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFServerHandler - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSetCookieCallback.TCefCustomSetCookieCallback.html b/docs/html/uCEFSetCookieCallback.TCefCustomSetCookieCallback.html index 7aa83261..02d6ed45 100644 --- a/docs/html/uCEFSetCookieCallback.TCefCustomSetCookieCallback.html +++ b/docs/html/uCEFSetCookieCallback.TCefCustomSetCookieCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSetCookieCallback: Class TCefCustomSetCookieCallback - + @@ -95,6 +95,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSetCookieCallback.TCefFastSetCookieCallback.html b/docs/html/uCEFSetCookieCallback.TCefFastSetCookieCallback.html index 6c94ec67..818f565d 100644 --- a/docs/html/uCEFSetCookieCallback.TCefFastSetCookieCallback.html +++ b/docs/html/uCEFSetCookieCallback.TCefFastSetCookieCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSetCookieCallback: Class TCefFastSetCookieCallback - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSetCookieCallback.TCefSetCookieCallbackOwn.html b/docs/html/uCEFSetCookieCallback.TCefSetCookieCallbackOwn.html index e0de508f..2980b2a2 100644 --- a/docs/html/uCEFSetCookieCallback.TCefSetCookieCallbackOwn.html +++ b/docs/html/uCEFSetCookieCallback.TCefSetCookieCallbackOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSetCookieCallback: Class TCefSetCookieCallbackOwn - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSetCookieCallback.html b/docs/html/uCEFSetCookieCallback.html index fa776627..ccca2d0e 100644 --- a/docs/html/uCEFSetCookieCallback.html +++ b/docs/html/uCEFSetCookieCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSetCookieCallback - + @@ -33,6 +33,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSettingObserver.TCefSettingObserverOwn.html b/docs/html/uCEFSettingObserver.TCefSettingObserverOwn.html new file mode 100644 index 00000000..7df13ce3 --- /dev/null +++ b/docs/html/uCEFSettingObserver.TCefSettingObserverOwn.html @@ -0,0 +1,71 @@ + + + +cef4delphi: uCEFSettingObserver: Class TCefSettingObserverOwn + + + + + + + +

    Class TCefSettingObserverOwn

    + +

    Unit

    + +

    Declaration

    +

    +type TCefSettingObserverOwn = class(TCefBaseRefCountedOwn, ICefSettingObserver)

    +

    Description

    +

    This item has no description.

    Hierarchy

    +

    Overview

    +

    Methods

    + + + + + + + + + + + + + +
    Protectedprocedure OnSettingChanged(const requesting_url, top_level_url : ustring; content_type: TCefContentSettingTypes); virtual;
    Protectedprocedure RemoveReferences; virtual;
    Publicconstructor Create; virtual;
    +

    Description

    +

    Methods

    + + + + + + +
    Protectedprocedure OnSettingChanged(const requesting_url, top_level_url : ustring; content_type: TCefContentSettingTypes); virtual;
    +

    This item has no description. Showing description inherited from ICefSettingObserver.OnSettingChanged.

    + Called when a content or website setting has changed. The new value can be retrieved using ICefRequestContext.GetContentSetting or ICefRequestContext.GetWebsiteSetting.

    +
    + + + + + + +
    Protectedprocedure RemoveReferences; virtual;
    +

    This item has no description.

    + + + + + + +
    Publicconstructor Create; virtual;
    +

    This item has no description.

    +
    Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFSettingObserver.TCustomSettingObserver.html b/docs/html/uCEFSettingObserver.TCustomSettingObserver.html new file mode 100644 index 00000000..b1393ddb --- /dev/null +++ b/docs/html/uCEFSettingObserver.TCustomSettingObserver.html @@ -0,0 +1,100 @@ + + + +cef4delphi: uCEFSettingObserver: Class TCustomSettingObserver + + + + + + + +

    Class TCustomSettingObserver

    + +

    Unit

    + +

    Declaration

    +

    +type TCustomSettingObserver = class(TCefSettingObserverOwn)

    +

    Description

    +

    This item has no description.

    Hierarchy

    +

    Overview

    +

    Fields

    + + + + + +
    ProtectedFEvents: Pointer;
    +

    Methods

    + + + + + + + + + + + + + + + + + +
    Protectedprocedure OnSettingChanged(const requesting_url, top_level_url : ustring; content_type: TCefContentSettingTypes); override;
    Protectedprocedure RemoveReferences; override;
    Publicconstructor Create(const events : IChromiumEvents); reintroduce; virtual;
    Publicdestructor Destroy; override;
    +

    Description

    +

    Fields

    + + + + + + +
    ProtectedFEvents: Pointer;
    +

    This item has no description.

    +

    Methods

    + + + + + + +
    Protectedprocedure OnSettingChanged(const requesting_url, top_level_url : ustring; content_type: TCefContentSettingTypes); override;
    +

    This item has no description. Showing description inherited from ICefSettingObserver.OnSettingChanged.

    + Called when a content or website setting has changed. The new value can be retrieved using ICefRequestContext.GetContentSetting or ICefRequestContext.GetWebsiteSetting.

    +
    + + + + + + +
    Protectedprocedure RemoveReferences; override;
    +

    This item has no description.

    + + + + + + +
    Publicconstructor Create(const events : IChromiumEvents); reintroduce; virtual;
    +

    This item has no description.

    + + + + + + +
    Publicdestructor Destroy; override;
    +

    This item has no description.

    +
    Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFSettingObserver.html b/docs/html/uCEFSettingObserver.html new file mode 100644 index 00000000..137e29d8 --- /dev/null +++ b/docs/html/uCEFSettingObserver.html @@ -0,0 +1,34 @@ + + + +cef4delphi: uCEFSettingObserver + + + + + + + +

    Unit uCEFSettingObserver

    + +

    Description

    +

    This item has no description.

    Overview

    +

    Classes, Interfaces, Objects and Records

    + + + + + + + + + + + + + +
    NameDescription
    Class TCefSettingObserverOwn 
    Class TCustomSettingObserver 
    +
    Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFSharedMemoryRegion.TCefSharedMemoryRegionRef.html b/docs/html/uCEFSharedMemoryRegion.TCefSharedMemoryRegionRef.html index b5261aac..99cfa782 100644 --- a/docs/html/uCEFSharedMemoryRegion.TCefSharedMemoryRegionRef.html +++ b/docs/html/uCEFSharedMemoryRegion.TCefSharedMemoryRegionRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSharedMemoryRegion: Class TCefSharedMemoryRegionRef - + @@ -82,6 +82,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSharedMemoryRegion.html b/docs/html/uCEFSharedMemoryRegion.html index bf27932a..71f29c50 100644 --- a/docs/html/uCEFSharedMemoryRegion.html +++ b/docs/html/uCEFSharedMemoryRegion.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSharedMemoryRegion - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSharedProcessMessageBuilder.TCefSharedProcessMessageBuilderRef.html b/docs/html/uCEFSharedProcessMessageBuilder.TCefSharedProcessMessageBuilderRef.html index b9256b4c..b512c544 100644 --- a/docs/html/uCEFSharedProcessMessageBuilder.TCefSharedProcessMessageBuilderRef.html +++ b/docs/html/uCEFSharedProcessMessageBuilder.TCefSharedProcessMessageBuilderRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSharedProcessMessageBuilder: Class TCefSharedProcessMessageBuilderRef - + @@ -108,6 +108,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSharedProcessMessageBuilder.html b/docs/html/uCEFSharedProcessMessageBuilder.html index df7af095..24ee4e99 100644 --- a/docs/html/uCEFSharedProcessMessageBuilder.html +++ b/docs/html/uCEFSharedProcessMessageBuilder.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSharedProcessMessageBuilder - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSslInfo.TCefSslInfoRef.html b/docs/html/uCEFSslInfo.TCefSslInfoRef.html index 8c9ca496..4583b8dc 100644 --- a/docs/html/uCEFSslInfo.TCefSslInfoRef.html +++ b/docs/html/uCEFSslInfo.TCefSslInfoRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSslInfo: Class TCefSslInfoRef - + @@ -68,6 +68,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFSslInfo.html b/docs/html/uCEFSslInfo.html index 81c79923..2551b5f5 100644 --- a/docs/html/uCEFSslInfo.html +++ b/docs/html/uCEFSslInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFSslInfo - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStreamReader.TCefStreamReaderRef.html b/docs/html/uCEFStreamReader.TCefStreamReaderRef.html index 98c58083..b8a27c59 100644 --- a/docs/html/uCEFStreamReader.TCefStreamReaderRef.html +++ b/docs/html/uCEFStreamReader.TCefStreamReaderRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStreamReader: Class TCefStreamReaderRef - + @@ -170,6 +170,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStreamReader.html b/docs/html/uCEFStreamReader.html index 917e5309..166163d8 100644 --- a/docs/html/uCEFStreamReader.html +++ b/docs/html/uCEFStreamReader.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStreamReader - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStreamWriter.TCefStreamWriterRef.html b/docs/html/uCEFStreamWriter.TCefStreamWriterRef.html index 669eb1fb..586c8d5f 100644 --- a/docs/html/uCEFStreamWriter.TCefStreamWriterRef.html +++ b/docs/html/uCEFStreamWriter.TCefStreamWriterRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStreamWriter: Class TCefStreamWriterRef - + @@ -134,6 +134,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStreamWriter.html b/docs/html/uCEFStreamWriter.html index 631e7c37..96bdee9a 100644 --- a/docs/html/uCEFStreamWriter.html +++ b/docs/html/uCEFStreamWriter.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStreamWriter - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringList.TCefCustomStringList.html b/docs/html/uCEFStringList.TCefCustomStringList.html index 25896f8c..de7fd511 100644 --- a/docs/html/uCEFStringList.TCefCustomStringList.html +++ b/docs/html/uCEFStringList.TCefCustomStringList.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringList: Class TCefCustomStringList - + @@ -163,6 +163,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringList.TCefStringListOwn.html b/docs/html/uCEFStringList.TCefStringListOwn.html index d1ed75c0..7362f963 100644 --- a/docs/html/uCEFStringList.TCefStringListOwn.html +++ b/docs/html/uCEFStringList.TCefStringListOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringList: Class TCefStringListOwn - + @@ -58,6 +58,6 @@ Free the string list.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringList.TCefStringListRef.html b/docs/html/uCEFStringList.TCefStringListRef.html index aed42979..fd7e6e60 100644 --- a/docs/html/uCEFStringList.TCefStringListRef.html +++ b/docs/html/uCEFStringList.TCefStringListRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringList: Class TCefStringListRef - + @@ -42,6 +42,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringList.html b/docs/html/uCEFStringList.html index 51c80684..d62607c1 100644 --- a/docs/html/uCEFStringList.html +++ b/docs/html/uCEFStringList.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringList - + @@ -33,6 +33,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringMap.TCefCustomStringMap.html b/docs/html/uCEFStringMap.TCefCustomStringMap.html index 7e1e2039..fc4e28a3 100644 --- a/docs/html/uCEFStringMap.TCefCustomStringMap.html +++ b/docs/html/uCEFStringMap.TCefCustomStringMap.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringMap: Class TCefCustomStringMap - + @@ -153,6 +153,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringMap.TCefStringMapOwn.html b/docs/html/uCEFStringMap.TCefStringMapOwn.html index 840fa09d..a9b49665 100644 --- a/docs/html/uCEFStringMap.TCefStringMapOwn.html +++ b/docs/html/uCEFStringMap.TCefStringMapOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringMap: Class TCefStringMapOwn - + @@ -58,6 +58,6 @@ Free the string map.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringMap.TCefStringMapRef.html b/docs/html/uCEFStringMap.TCefStringMapRef.html index 8568b096..761d7744 100644 --- a/docs/html/uCEFStringMap.TCefStringMapRef.html +++ b/docs/html/uCEFStringMap.TCefStringMapRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringMap: Class TCefStringMapRef - + @@ -42,6 +42,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringMap.html b/docs/html/uCEFStringMap.html index 445bf858..2cbbbe74 100644 --- a/docs/html/uCEFStringMap.html +++ b/docs/html/uCEFStringMap.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringMap - + @@ -33,6 +33,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringMultimap.TCefCustomStringMultimap.html b/docs/html/uCEFStringMultimap.TCefCustomStringMultimap.html index e56090a1..bfcb663f 100644 --- a/docs/html/uCEFStringMultimap.TCefCustomStringMultimap.html +++ b/docs/html/uCEFStringMultimap.TCefCustomStringMultimap.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringMultimap: Class TCefCustomStringMultimap - + @@ -167,6 +167,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringMultimap.TCefStringMultimapOwn.html b/docs/html/uCEFStringMultimap.TCefStringMultimapOwn.html index c68af3f1..6cef194d 100644 --- a/docs/html/uCEFStringMultimap.TCefStringMultimapOwn.html +++ b/docs/html/uCEFStringMultimap.TCefStringMultimapOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringMultimap: Class TCefStringMultimapOwn - + @@ -58,6 +58,6 @@ Free the string multimap.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringMultimap.TCefStringMultimapRef.html b/docs/html/uCEFStringMultimap.TCefStringMultimapRef.html index 2cd567bb..ab52b77f 100644 --- a/docs/html/uCEFStringMultimap.TCefStringMultimapRef.html +++ b/docs/html/uCEFStringMultimap.TCefStringMultimapRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringMultimap: Class TCefStringMultimapRef - + @@ -42,6 +42,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringMultimap.html b/docs/html/uCEFStringMultimap.html index ddb0720a..0d0df256 100644 --- a/docs/html/uCEFStringMultimap.html +++ b/docs/html/uCEFStringMultimap.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringMultimap - + @@ -33,6 +33,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringVisitor.TCefFastStringVisitor.html b/docs/html/uCEFStringVisitor.TCefFastStringVisitor.html index e40b9382..c9de1418 100644 --- a/docs/html/uCEFStringVisitor.TCefFastStringVisitor.html +++ b/docs/html/uCEFStringVisitor.TCefFastStringVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringVisitor: Class TCefFastStringVisitor - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringVisitor.TCefStringVisitorOwn.html b/docs/html/uCEFStringVisitor.TCefStringVisitorOwn.html index 78eb31eb..3c807c2c 100644 --- a/docs/html/uCEFStringVisitor.TCefStringVisitorOwn.html +++ b/docs/html/uCEFStringVisitor.TCefStringVisitorOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringVisitor: Class TCefStringVisitorOwn - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringVisitor.TCustomCefStringVisitor.html b/docs/html/uCEFStringVisitor.TCustomCefStringVisitor.html index b93ec275..f6e57f8f 100644 --- a/docs/html/uCEFStringVisitor.TCustomCefStringVisitor.html +++ b/docs/html/uCEFStringVisitor.TCustomCefStringVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringVisitor: Class TCustomCefStringVisitor - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFStringVisitor.html b/docs/html/uCEFStringVisitor.html index 469a6673..1f222d9a 100644 --- a/docs/html/uCEFStringVisitor.html +++ b/docs/html/uCEFStringVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFStringVisitor - + @@ -33,6 +33,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefAddPreferenceObserverTask.html b/docs/html/uCEFTask.TCefAddPreferenceObserverTask.html index c2444c63..b88d6312 100644 --- a/docs/html/uCEFTask.TCefAddPreferenceObserverTask.html +++ b/docs/html/uCEFTask.TCefAddPreferenceObserverTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefAddPreferenceObserverTask - + @@ -75,6 +75,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefBrowserNavigationTask.html b/docs/html/uCEFTask.TCefBrowserNavigationTask.html index fa5a68e4..7a04ee2a 100644 --- a/docs/html/uCEFTask.TCefBrowserNavigationTask.html +++ b/docs/html/uCEFTask.TCefBrowserNavigationTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefBrowserNavigationTask - + @@ -75,6 +75,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefChromiumTask.html b/docs/html/uCEFTask.TCefChromiumTask.html index a0f52cef..8f6a161b 100644 --- a/docs/html/uCEFTask.TCefChromiumTask.html +++ b/docs/html/uCEFTask.TCefChromiumTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefChromiumTask - + @@ -44,6 +44,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefCreateCustomViewTask.html b/docs/html/uCEFTask.TCefCreateCustomViewTask.html index 6155822b..9a321b55 100644 --- a/docs/html/uCEFTask.TCefCreateCustomViewTask.html +++ b/docs/html/uCEFTask.TCefCreateCustomViewTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefCreateCustomViewTask - + @@ -47,6 +47,6 @@ Method that will be executed on the target thread.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefEnableFocusTask.html b/docs/html/uCEFTask.TCefEnableFocusTask.html index cd7a78cd..8430a98a 100644 --- a/docs/html/uCEFTask.TCefEnableFocusTask.html +++ b/docs/html/uCEFTask.TCefEnableFocusTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefEnableFocusTask - + @@ -47,6 +47,6 @@ Method that will be executed on the target thread.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefFastTask.html b/docs/html/uCEFTask.TCefFastTask.html index 6936616b..14d1fcc0 100644 --- a/docs/html/uCEFTask.TCefFastTask.html +++ b/docs/html/uCEFTask.TCefFastTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefFastTask - + @@ -95,6 +95,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefGenericTask.html b/docs/html/uCEFTask.TCefGenericTask.html index 6fa45964..c40334ce 100644 --- a/docs/html/uCEFTask.TCefGenericTask.html +++ b/docs/html/uCEFTask.TCefGenericTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefGenericTask - + @@ -75,6 +75,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefManagedTask.html b/docs/html/uCEFTask.TCefManagedTask.html index e0bac5d1..2284aa32 100644 --- a/docs/html/uCEFTask.TCefManagedTask.html +++ b/docs/html/uCEFTask.TCefManagedTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefManagedTask - + @@ -95,6 +95,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefReadZoomTask.html b/docs/html/uCEFTask.TCefReadZoomTask.html index 87221506..6b233b19 100644 --- a/docs/html/uCEFTask.TCefReadZoomTask.html +++ b/docs/html/uCEFTask.TCefReadZoomTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefReadZoomTask - + @@ -47,6 +47,6 @@ Method that will be executed on the target thread.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefSavePrefsTask.html b/docs/html/uCEFTask.TCefSavePrefsTask.html index c526c2ba..3973d142 100644 --- a/docs/html/uCEFTask.TCefSavePrefsTask.html +++ b/docs/html/uCEFTask.TCefSavePrefsTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefSavePrefsTask - + @@ -47,6 +47,6 @@ Method that will be executed on the target thread.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefSetAudioMutedTask.html b/docs/html/uCEFTask.TCefSetAudioMutedTask.html index 14b3a455..84329ec5 100644 --- a/docs/html/uCEFTask.TCefSetAudioMutedTask.html +++ b/docs/html/uCEFTask.TCefSetAudioMutedTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefSetAudioMutedTask - + @@ -75,6 +75,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefSetZoomLevelTask.html b/docs/html/uCEFTask.TCefSetZoomLevelTask.html index ee5f9c18..d828ffcb 100644 --- a/docs/html/uCEFTask.TCefSetZoomLevelTask.html +++ b/docs/html/uCEFTask.TCefSetZoomLevelTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefSetZoomLevelTask - + @@ -75,6 +75,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefSetZoomPctTask.html b/docs/html/uCEFTask.TCefSetZoomPctTask.html index 35368324..b24744ec 100644 --- a/docs/html/uCEFTask.TCefSetZoomPctTask.html +++ b/docs/html/uCEFTask.TCefSetZoomPctTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefSetZoomPctTask - + @@ -75,6 +75,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefSetZoomStepTask.html b/docs/html/uCEFTask.TCefSetZoomStepTask.html index 3003e0ff..ff9e19cb 100644 --- a/docs/html/uCEFTask.TCefSetZoomStepTask.html +++ b/docs/html/uCEFTask.TCefSetZoomStepTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefSetZoomStepTask - + @@ -75,6 +75,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefTaskOwn.html b/docs/html/uCEFTask.TCefTaskOwn.html index ccaf96f0..8c33ec85 100644 --- a/docs/html/uCEFTask.TCefTaskOwn.html +++ b/docs/html/uCEFTask.TCefTaskOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefTaskOwn - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefTaskRef.html b/docs/html/uCEFTask.TCefTaskRef.html index feb26d32..a07deee2 100644 --- a/docs/html/uCEFTask.TCefTaskRef.html +++ b/docs/html/uCEFTask.TCefTaskRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefTaskRef - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefToggleAudioMutedTask.html b/docs/html/uCEFTask.TCefToggleAudioMutedTask.html index 9df45b98..694db33e 100644 --- a/docs/html/uCEFTask.TCefToggleAudioMutedTask.html +++ b/docs/html/uCEFTask.TCefToggleAudioMutedTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefToggleAudioMutedTask - + @@ -47,6 +47,6 @@ Method that will be executed on the target thread.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefTryCloseBrowserTask.html b/docs/html/uCEFTask.TCefTryCloseBrowserTask.html index 617b4539..d6de7112 100644 --- a/docs/html/uCEFTask.TCefTryCloseBrowserTask.html +++ b/docs/html/uCEFTask.TCefTryCloseBrowserTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefTryCloseBrowserTask - + @@ -47,6 +47,6 @@ Method that will be executed on the target thread.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefURLRequestClientTask.html b/docs/html/uCEFTask.TCefURLRequestClientTask.html index 5b45a6e2..0d0852a7 100644 --- a/docs/html/uCEFTask.TCefURLRequestClientTask.html +++ b/docs/html/uCEFTask.TCefURLRequestClientTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefURLRequestClientTask - + @@ -44,6 +44,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefURLRequestTask.html b/docs/html/uCEFTask.TCefURLRequestTask.html index 78903b14..76ea4b98 100644 --- a/docs/html/uCEFTask.TCefURLRequestTask.html +++ b/docs/html/uCEFTask.TCefURLRequestTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefURLRequestTask - + @@ -47,6 +47,6 @@ Method that will be executed on the target thread.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefUpdatePrefsTask.html b/docs/html/uCEFTask.TCefUpdatePrefsTask.html index 5f1eb572..58854b1c 100644 --- a/docs/html/uCEFTask.TCefUpdatePrefsTask.html +++ b/docs/html/uCEFTask.TCefUpdatePrefsTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefUpdatePrefsTask - + @@ -47,6 +47,6 @@ Method that will be executed on the target thread.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefUpdateZoomPctTask.html b/docs/html/uCEFTask.TCefUpdateZoomPctTask.html index dff8ce91..dd7b301f 100644 --- a/docs/html/uCEFTask.TCefUpdateZoomPctTask.html +++ b/docs/html/uCEFTask.TCefUpdateZoomPctTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefUpdateZoomPctTask - + @@ -75,6 +75,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefUpdateZoomStepTask.html b/docs/html/uCEFTask.TCefUpdateZoomStepTask.html index 831f3ec7..e3d4fe52 100644 --- a/docs/html/uCEFTask.TCefUpdateZoomStepTask.html +++ b/docs/html/uCEFTask.TCefUpdateZoomStepTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefUpdateZoomStepTask - + @@ -75,6 +75,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.TCefViewDelegateTask.html b/docs/html/uCEFTask.TCefViewDelegateTask.html index f3184df5..068e2327 100644 --- a/docs/html/uCEFTask.TCefViewDelegateTask.html +++ b/docs/html/uCEFTask.TCefViewDelegateTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask: Class TCefViewDelegateTask - + @@ -44,6 +44,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTask.html b/docs/html/uCEFTask.html index bc52f811..0a316d93 100644 --- a/docs/html/uCEFTask.html +++ b/docs/html/uCEFTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTask - + @@ -117,6 +117,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTaskManager.TCefTaskManagerRef.html b/docs/html/uCEFTaskManager.TCefTaskManagerRef.html index 95f2fdf3..b4d5a042 100644 --- a/docs/html/uCEFTaskManager.TCefTaskManagerRef.html +++ b/docs/html/uCEFTaskManager.TCefTaskManagerRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTaskManager: Class TCefTaskManagerRef - + @@ -158,6 +158,6 @@

    This function may only be called on the CEF UI thread.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTaskManager.html b/docs/html/uCEFTaskManager.html index fa058e8b..ede18278 100644 --- a/docs/html/uCEFTaskManager.html +++ b/docs/html/uCEFTaskManager.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTaskManager - + @@ -25,6 +25,6 @@ Class that facilitates managing the browser-related tasks. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTaskRunner.TCefTaskRunnerRef.html b/docs/html/uCEFTaskRunner.TCefTaskRunnerRef.html index a5acc8e3..9b5582f9 100644 --- a/docs/html/uCEFTaskRunner.TCefTaskRunnerRef.html +++ b/docs/html/uCEFTaskRunner.TCefTaskRunnerRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTaskRunner: Class TCefTaskRunnerRef - + @@ -140,6 +140,6 @@ Returns the task runner for the specified CEF thread.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTaskRunner.html b/docs/html/uCEFTaskRunner.html index 6052c585..f71f38a8 100644 --- a/docs/html/uCEFTaskRunner.html +++ b/docs/html/uCEFTaskRunner.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTaskRunner - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTextfield.TCefTextfieldRef.html b/docs/html/uCEFTextfield.TCefTextfieldRef.html index 615d3af5..188002ab 100644 --- a/docs/html/uCEFTextfield.TCefTextfieldRef.html +++ b/docs/html/uCEFTextfield.TCefTextfieldRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTextfield: Class TCefTextfieldRef - + @@ -499,6 +499,6 @@ Create a new Textfield.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTextfield.html b/docs/html/uCEFTextfield.html index 109bc1f9..e034a84e 100644 --- a/docs/html/uCEFTextfield.html +++ b/docs/html/uCEFTextfield.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTextfield - + @@ -25,6 +25,6 @@ A Textfield supports editing of text. This control is custom rendered with no platform-specific code. Methods must be called on the browser process UI thread unless otherwise indicated. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTextfieldComponent.TCEFTextfieldComponent.html b/docs/html/uCEFTextfieldComponent.TCEFTextfieldComponent.html index 920b7a46..f9f62d16 100644 --- a/docs/html/uCEFTextfieldComponent.TCEFTextfieldComponent.html +++ b/docs/html/uCEFTextfieldComponent.TCEFTextfieldComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTextfieldComponent: Class TCEFTextfieldComponent - + @@ -790,6 +790,6 @@ ICefViewDelegateEvents

    Called after performing a user action that may change |textfield|.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTextfieldComponent.html b/docs/html/uCEFTextfieldComponent.html index abcdd5dd..79ac3a3f 100644 --- a/docs/html/uCEFTextfieldComponent.html +++ b/docs/html/uCEFTextfieldComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTextfieldComponent - + @@ -40,6 +40,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTextfieldDelegate.TCefTextfieldDelegateOwn.html b/docs/html/uCEFTextfieldDelegate.TCefTextfieldDelegateOwn.html index 213713e0..2fe342ac 100644 --- a/docs/html/uCEFTextfieldDelegate.TCefTextfieldDelegateOwn.html +++ b/docs/html/uCEFTextfieldDelegate.TCefTextfieldDelegateOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTextfieldDelegate: Class TCefTextfieldDelegateOwn - + @@ -89,6 +89,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTextfieldDelegate.TCefTextfieldDelegateRef.html b/docs/html/uCEFTextfieldDelegate.TCefTextfieldDelegateRef.html index f3bf88b7..50310537 100644 --- a/docs/html/uCEFTextfieldDelegate.TCefTextfieldDelegateRef.html +++ b/docs/html/uCEFTextfieldDelegate.TCefTextfieldDelegateRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTextfieldDelegate: Class TCefTextfieldDelegateRef - + @@ -71,6 +71,6 @@ Returns a ICefTextfieldDelegate instance using a PCefTextfieldDelegate data pointer.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTextfieldDelegate.TCustomTextfieldDelegate.html b/docs/html/uCEFTextfieldDelegate.TCustomTextfieldDelegate.html index 193b2196..ec2ede54 100644 --- a/docs/html/uCEFTextfieldDelegate.TCustomTextfieldDelegate.html +++ b/docs/html/uCEFTextfieldDelegate.TCustomTextfieldDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTextfieldDelegate: Class TCustomTextfieldDelegate - + @@ -263,6 +263,6 @@ ICefTextfieldDelegate

    Creates an instance of this class liked to an interface that's implemented by a control receiving the events.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTextfieldDelegate.html b/docs/html/uCEFTextfieldDelegate.html index faa48009..41bc397b 100644 --- a/docs/html/uCEFTextfieldDelegate.html +++ b/docs/html/uCEFTextfieldDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTextfieldDelegate - + @@ -33,6 +33,6 @@ This class handles all the ICefTextfieldDelegate and ICefViewDelegate methods which call the ICefTextfieldDelegateEvents methods. ICefTextfieldDelegateEvents will be implemented by the control receiving the ICefTextfieldDelegate events. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFThread.TCefThreadRef.html b/docs/html/uCEFThread.TCefThreadRef.html index d0b4de96..709c66c3 100644 --- a/docs/html/uCEFThread.TCefThreadRef.html +++ b/docs/html/uCEFThread.TCefThreadRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFThread: Class TCefThreadRef - + @@ -108,6 +108,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFThread.html b/docs/html/uCEFThread.html index f20cb3ab..c93064ae 100644 --- a/docs/html/uCEFThread.html +++ b/docs/html/uCEFThread.html @@ -3,7 +3,7 @@ cef4delphi: uCEFThread - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html b/docs/html/uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html index 8c966403..1f61445a 100644 --- a/docs/html/uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html +++ b/docs/html/uCEFTimerWorkScheduler.TCEFTimerWorkScheduler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTimerWorkScheduler: Class TCEFTimerWorkScheduler - + @@ -407,6 +407,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTimerWorkScheduler.html b/docs/html/uCEFTimerWorkScheduler.html index f342bddd..b2473b92 100644 --- a/docs/html/uCEFTimerWorkScheduler.html +++ b/docs/html/uCEFTimerWorkScheduler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTimerWorkScheduler - + @@ -68,6 +68,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefAcceleratedPaintInfo.html b/docs/html/uCEFTypes.TCefAcceleratedPaintInfo.html index 366f7833..e494b35e 100644 --- a/docs/html/uCEFTypes.TCefAcceleratedPaintInfo.html +++ b/docs/html/uCEFTypes.TCefAcceleratedPaintInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefAcceleratedPaintInfo - + @@ -91,6 +91,6 @@ The extra common info.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefAcceleratedPaintInfoCommon.html b/docs/html/uCEFTypes.TCefAcceleratedPaintInfoCommon.html index 8976aab1..ff79c240 100644 --- a/docs/html/uCEFTypes.TCefAcceleratedPaintInfoCommon.html +++ b/docs/html/uCEFTypes.TCefAcceleratedPaintInfoCommon.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefAcceleratedPaintInfoCommon - + @@ -213,6 +213,6 @@ Optional flag of capture_counter

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefAccessibilityHandler.html b/docs/html/uCEFTypes.TCefAccessibilityHandler.html index 774a746e..d7c5e33b 100644 --- a/docs/html/uCEFTypes.TCefAccessibilityHandler.html +++ b/docs/html/uCEFTypes.TCefAccessibilityHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefAccessibilityHandler - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefApp.html b/docs/html/uCEFTypes.TCefApp.html index 5c381042..d1a32c18 100644 --- a/docs/html/uCEFTypes.TCefApp.html +++ b/docs/html/uCEFTypes.TCefApp.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefApp - + @@ -107,6 +107,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefAudioHandler.html b/docs/html/uCEFTypes.TCefAudioHandler.html index 58fe152b..98169935 100644 --- a/docs/html/uCEFTypes.TCefAudioHandler.html +++ b/docs/html/uCEFTypes.TCefAudioHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefAudioHandler - + @@ -107,6 +107,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefAudioParameters.html b/docs/html/uCEFTypes.TCefAudioParameters.html index deffbfab..11293b42 100644 --- a/docs/html/uCEFTypes.TCefAudioParameters.html +++ b/docs/html/uCEFTypes.TCefAudioParameters.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefAudioParameters - + @@ -87,6 +87,6 @@ Number of frames per buffer

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefAuthCallback.html b/docs/html/uCEFTypes.TCefAuthCallback.html index 65e2ca14..fba9a98a 100644 --- a/docs/html/uCEFTypes.TCefAuthCallback.html +++ b/docs/html/uCEFTypes.TCefAuthCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefAuthCallback - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefBaseRefCounted.html b/docs/html/uCEFTypes.TCefBaseRefCounted.html index f1ef05f4..afc10dbf 100644 --- a/docs/html/uCEFTypes.TCefBaseRefCounted.html +++ b/docs/html/uCEFTypes.TCefBaseRefCounted.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefBaseRefCounted - + @@ -93,6 +93,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefBaseScoped.html b/docs/html/uCEFTypes.TCefBaseScoped.html index cc3a112f..910bf21d 100644 --- a/docs/html/uCEFTypes.TCefBaseScoped.html +++ b/docs/html/uCEFTypes.TCefBaseScoped.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefBaseScoped - + @@ -57,6 +57,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefBeforeDownloadCallback.html b/docs/html/uCEFTypes.TCefBeforeDownloadCallback.html index 5b48ea2a..e00cb26d 100644 --- a/docs/html/uCEFTypes.TCefBeforeDownloadCallback.html +++ b/docs/html/uCEFTypes.TCefBeforeDownloadCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefBeforeDownloadCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefBinaryValue.html b/docs/html/uCEFTypes.TCefBinaryValue.html index 5511422f..58f3f363 100644 --- a/docs/html/uCEFTypes.TCefBinaryValue.html +++ b/docs/html/uCEFTypes.TCefBinaryValue.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefBinaryValue - + @@ -143,6 +143,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefBoxLayout.html b/docs/html/uCEFTypes.TCefBoxLayout.html index 7bdc0d5d..89c68288 100644 --- a/docs/html/uCEFTypes.TCefBoxLayout.html +++ b/docs/html/uCEFTypes.TCefBoxLayout.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefBoxLayout - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefBoxLayoutSettings.html b/docs/html/uCEFTypes.TCefBoxLayoutSettings.html index 44962fc8..f24f82b5 100644 --- a/docs/html/uCEFTypes.TCefBoxLayoutSettings.html +++ b/docs/html/uCEFTypes.TCefBoxLayoutSettings.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefBoxLayoutSettings - + @@ -171,6 +171,6 @@ Default flex for views when none is specified via CefBoxLayout methods. Using the preferred size as the basis, free space along the main axis is distributed to views in the ratio of their flex weights. Similarly, if the views will overflow the parent, space is subtracted in these ratios. A flex of 0 means this view is not resized. Flex values must not be negative.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefBrowser.html b/docs/html/uCEFTypes.TCefBrowser.html index cf977cd2..19d9ed27 100644 --- a/docs/html/uCEFTypes.TCefBrowser.html +++ b/docs/html/uCEFTypes.TCefBrowser.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefBrowser - + @@ -299,6 +299,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefBrowserHost.html b/docs/html/uCEFTypes.TCefBrowserHost.html index 35cc97a3..1088f2fd 100644 --- a/docs/html/uCEFTypes.TCefBrowserHost.html +++ b/docs/html/uCEFTypes.TCefBrowserHost.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefBrowserHost - + @@ -308,6 +308,10 @@ Public get_runtime_style: function(self: PCefBrowserHost): TCefRuntimeStyle; stdcall; + +Public +set_ax_viewport_collapse: procedure(self: PCefBrowserHost; enabled: integer); stdcall; +

    Description

    Fields

    @@ -863,6 +867,14 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. + + + + + + +
    Publicset_ax_viewport_collapse: procedure(self: PCefBrowserHost; enabled: integer); stdcall;
    +

    This item has no description.

    +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefBrowserProcessHandler.html b/docs/html/uCEFTypes.TCefBrowserProcessHandler.html index 81cb76a2..2f73ad44 100644 --- a/docs/html/uCEFTypes.TCefBrowserProcessHandler.html +++ b/docs/html/uCEFTypes.TCefBrowserProcessHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefBrowserProcessHandler - + @@ -131,6 +131,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefBrowserSettings.html b/docs/html/uCEFTypes.TCefBrowserSettings.html index 14453575..5dbd50f1 100644 --- a/docs/html/uCEFTypes.TCefBrowserSettings.html +++ b/docs/html/uCEFTypes.TCefBrowserSettings.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefBrowserSettings - + @@ -140,6 +140,10 @@ Public chrome_zoom_bubble: TCefState; + +Public +ax_viewport_collapse: TCefState; +

    Description

    Fields

    @@ -405,6 +409,16 @@ Controls whether the Chrome zoom bubble will be shown when zooming. Only supported with Chrome style.

    -
    Generated by PasDoc 0.17.0.snapshot. + + + + + + +
    Publicax_viewport_collapse: TCefState;
    +

    + Controls whether CDP accessibility tree serialization collapses off-screen nodes. When enabled, off-screen landmarks and headings are serialized as summaries (role + name only) and other off-screen nodes are pruned. This reduces snapshot size for AI agents using Playwright ariaSnapshot(). WARNING: This collapses the CDP accessibility tree and disables CDP dynamic tree updates (nodesUpdated events). The DevTools Accessibility panel will show an incomplete tree. Platform screen readers (NVDA, JAWS, VoiceOver) are unaffected — they use a separate code path. Can also be configured at runtime using CefBrowserHost::SetAxViewportCollapse.

    +
    +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefBrowserView.html b/docs/html/uCEFTypes.TCefBrowserView.html index 316e4fc0..25a0b2e5 100644 --- a/docs/html/uCEFTypes.TCefBrowserView.html +++ b/docs/html/uCEFTypes.TCefBrowserView.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefBrowserView - + @@ -95,6 +95,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefBrowserViewDelegate.html b/docs/html/uCEFTypes.TCefBrowserViewDelegate.html index b1e7aa47..18583f90 100644 --- a/docs/html/uCEFTypes.TCefBrowserViewDelegate.html +++ b/docs/html/uCEFTypes.TCefBrowserViewDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefBrowserViewDelegate - + @@ -169,6 +169,6 @@ * CEF_API_ADDED(13601) *

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefButton.html b/docs/html/uCEFTypes.TCefButton.html index abda9164..982987c2 100644 --- a/docs/html/uCEFTypes.TCefButton.html +++ b/docs/html/uCEFTypes.TCefButton.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefButton - + @@ -119,6 +119,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefButtonDelegate.html b/docs/html/uCEFTypes.TCefButtonDelegate.html index f3c2695e..434671cd 100644 --- a/docs/html/uCEFTypes.TCefButtonDelegate.html +++ b/docs/html/uCEFTypes.TCefButtonDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefButtonDelegate - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefCallback.html b/docs/html/uCEFTypes.TCefCallback.html index d685b22f..1e47fdfc 100644 --- a/docs/html/uCEFTypes.TCefCallback.html +++ b/docs/html/uCEFTypes.TCefCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefCallback - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefClient.html b/docs/html/uCEFTypes.TCefClient.html index c1da986d..a9476e4e 100644 --- a/docs/html/uCEFTypes.TCefClient.html +++ b/docs/html/uCEFTypes.TCefClient.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefClient - + @@ -275,6 +275,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefCommandHandler.html b/docs/html/uCEFTypes.TCefCommandHandler.html index 479437a0..04a60963 100644 --- a/docs/html/uCEFTypes.TCefCommandHandler.html +++ b/docs/html/uCEFTypes.TCefCommandHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefCommandHandler - + @@ -107,6 +107,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefCommandLine.html b/docs/html/uCEFTypes.TCefCommandLine.html index 59f64c65..da33b066 100644 --- a/docs/html/uCEFTypes.TCefCommandLine.html +++ b/docs/html/uCEFTypes.TCefCommandLine.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefCommandLine - + @@ -299,6 +299,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefCompletionCallback.html b/docs/html/uCEFTypes.TCefCompletionCallback.html index 5b38ca77..5b4be7b0 100644 --- a/docs/html/uCEFTypes.TCefCompletionCallback.html +++ b/docs/html/uCEFTypes.TCefCompletionCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefCompletionCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefComponent.html b/docs/html/uCEFTypes.TCefComponent.html index b2ca2cb4..465ec950 100644 --- a/docs/html/uCEFTypes.TCefComponent.html +++ b/docs/html/uCEFTypes.TCefComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefComponent - + @@ -93,6 +93,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefComponentUpdateCallback.html b/docs/html/uCEFTypes.TCefComponentUpdateCallback.html index 64fcaf30..bb2275b1 100644 --- a/docs/html/uCEFTypes.TCefComponentUpdateCallback.html +++ b/docs/html/uCEFTypes.TCefComponentUpdateCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefComponentUpdateCallback - + @@ -57,6 +57,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefComponentUpdater.html b/docs/html/uCEFTypes.TCefComponentUpdater.html index 9a57e185..0be55814 100644 --- a/docs/html/uCEFTypes.TCefComponentUpdater.html +++ b/docs/html/uCEFTypes.TCefComponentUpdater.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefComponentUpdater - + @@ -93,6 +93,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefCompositionUnderline.html b/docs/html/uCEFTypes.TCefCompositionUnderline.html index 273e726c..f959d1a3 100644 --- a/docs/html/uCEFTypes.TCefCompositionUnderline.html +++ b/docs/html/uCEFTypes.TCefCompositionUnderline.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefCompositionUnderline - + @@ -115,6 +115,6 @@ Style.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefContextMenuHandler.html b/docs/html/uCEFTypes.TCefContextMenuHandler.html index 0e0b7cec..175a16da 100644 --- a/docs/html/uCEFTypes.TCefContextMenuHandler.html +++ b/docs/html/uCEFTypes.TCefContextMenuHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefContextMenuHandler - + @@ -131,6 +131,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefContextMenuParams.html b/docs/html/uCEFTypes.TCefContextMenuParams.html index f9e989ae..15cf1e30 100644 --- a/docs/html/uCEFTypes.TCefContextMenuParams.html +++ b/docs/html/uCEFTypes.TCefContextMenuParams.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefContextMenuParams - + @@ -287,6 +287,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefCookie.html b/docs/html/uCEFTypes.TCefCookie.html index d969513e..5c3b0b63 100644 --- a/docs/html/uCEFTypes.TCefCookie.html +++ b/docs/html/uCEFTypes.TCefCookie.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefCookie - + @@ -211,6 +211,6 @@ Priority.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefCookieAccessFilter.html b/docs/html/uCEFTypes.TCefCookieAccessFilter.html index 26ce55de..c8eb96c4 100644 --- a/docs/html/uCEFTypes.TCefCookieAccessFilter.html +++ b/docs/html/uCEFTypes.TCefCookieAccessFilter.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefCookieAccessFilter - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefCookieManager.html b/docs/html/uCEFTypes.TCefCookieManager.html index 8f35411a..5e3bd36c 100644 --- a/docs/html/uCEFTypes.TCefCookieManager.html +++ b/docs/html/uCEFTypes.TCefCookieManager.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefCookieManager - + @@ -107,6 +107,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefCookieVisitor.html b/docs/html/uCEFTypes.TCefCookieVisitor.html index 488eadbe..b3597e33 100644 --- a/docs/html/uCEFTypes.TCefCookieVisitor.html +++ b/docs/html/uCEFTypes.TCefCookieVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefCookieVisitor - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefCursorInfo.html b/docs/html/uCEFTypes.TCefCursorInfo.html index be19ec32..c9f380a2 100644 --- a/docs/html/uCEFTypes.TCefCursorInfo.html +++ b/docs/html/uCEFTypes.TCefCursorInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefCursorInfo - + @@ -79,6 +79,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDeleteCookiesCallback.html b/docs/html/uCEFTypes.TCefDeleteCookiesCallback.html index 096a5873..ee6d937a 100644 --- a/docs/html/uCEFTypes.TCefDeleteCookiesCallback.html +++ b/docs/html/uCEFTypes.TCefDeleteCookiesCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDeleteCookiesCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDevToolsMessageObserver.html b/docs/html/uCEFTypes.TCefDevToolsMessageObserver.html index f7d0ca00..ee125b28 100644 --- a/docs/html/uCEFTypes.TCefDevToolsMessageObserver.html +++ b/docs/html/uCEFTypes.TCefDevToolsMessageObserver.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDevToolsMessageObserver - + @@ -107,6 +107,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDialogHandler.html b/docs/html/uCEFTypes.TCefDialogHandler.html index 51253863..238570c4 100644 --- a/docs/html/uCEFTypes.TCefDialogHandler.html +++ b/docs/html/uCEFTypes.TCefDialogHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDialogHandler - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDictionaryValue.html b/docs/html/uCEFTypes.TCefDictionaryValue.html index 6e3863a4..048fe6ad 100644 --- a/docs/html/uCEFTypes.TCefDictionaryValue.html +++ b/docs/html/uCEFTypes.TCefDictionaryValue.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDictionaryValue - + @@ -395,6 +395,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDisplay.html b/docs/html/uCEFTypes.TCefDisplay.html index 926028cb..8ddd85dc 100644 --- a/docs/html/uCEFTypes.TCefDisplay.html +++ b/docs/html/uCEFTypes.TCefDisplay.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDisplay - + @@ -133,6 +133,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDisplayHandler.html b/docs/html/uCEFTypes.TCefDisplayHandler.html index 5d83d779..7b2a78af 100644 --- a/docs/html/uCEFTypes.TCefDisplayHandler.html +++ b/docs/html/uCEFTypes.TCefDisplayHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDisplayHandler - + @@ -205,6 +205,6 @@ * CEF_API_ADDED(13700) *

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDomDocument.html b/docs/html/uCEFTypes.TCefDomDocument.html index ea6bf4fd..77e7e35e 100644 --- a/docs/html/uCEFTypes.TCefDomDocument.html +++ b/docs/html/uCEFTypes.TCefDomDocument.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDomDocument - + @@ -215,6 +215,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDomNode.html b/docs/html/uCEFTypes.TCefDomNode.html index ab713aa1..fb786e0f 100644 --- a/docs/html/uCEFTypes.TCefDomNode.html +++ b/docs/html/uCEFTypes.TCefDomNode.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDomNode - + @@ -359,6 +359,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDomVisitor.html b/docs/html/uCEFTypes.TCefDomVisitor.html index 2424d3e0..3b2cf92a 100644 --- a/docs/html/uCEFTypes.TCefDomVisitor.html +++ b/docs/html/uCEFTypes.TCefDomVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDomVisitor - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDownloadHandler.html b/docs/html/uCEFTypes.TCefDownloadHandler.html index 009dee1f..90e7b4a8 100644 --- a/docs/html/uCEFTypes.TCefDownloadHandler.html +++ b/docs/html/uCEFTypes.TCefDownloadHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDownloadHandler - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDownloadImageCallback.html b/docs/html/uCEFTypes.TCefDownloadImageCallback.html index 1e9431a0..bb713e72 100644 --- a/docs/html/uCEFTypes.TCefDownloadImageCallback.html +++ b/docs/html/uCEFTypes.TCefDownloadImageCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDownloadImageCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDownloadItem.html b/docs/html/uCEFTypes.TCefDownloadItem.html index 14197406..4244b24e 100644 --- a/docs/html/uCEFTypes.TCefDownloadItem.html +++ b/docs/html/uCEFTypes.TCefDownloadItem.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDownloadItem - + @@ -287,6 +287,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDownloadItemCallback.html b/docs/html/uCEFTypes.TCefDownloadItemCallback.html index 2fd22169..a82e024b 100644 --- a/docs/html/uCEFTypes.TCefDownloadItemCallback.html +++ b/docs/html/uCEFTypes.TCefDownloadItemCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDownloadItemCallback - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDragData.html b/docs/html/uCEFTypes.TCefDragData.html index 41e40778..5d595cc9 100644 --- a/docs/html/uCEFTypes.TCefDragData.html +++ b/docs/html/uCEFTypes.TCefDragData.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDragData - + @@ -371,6 +371,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDragHandler.html b/docs/html/uCEFTypes.TCefDragHandler.html index afae5f89..7ec4b072 100644 --- a/docs/html/uCEFTypes.TCefDragHandler.html +++ b/docs/html/uCEFTypes.TCefDragHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDragHandler - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefDraggableRegion.html b/docs/html/uCEFTypes.TCefDraggableRegion.html index d3d60017..b04326e1 100644 --- a/docs/html/uCEFTypes.TCefDraggableRegion.html +++ b/docs/html/uCEFTypes.TCefDraggableRegion.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefDraggableRegion - + @@ -59,6 +59,6 @@ True (1) this this region is draggable and false (0) otherwise.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefEndTracingCallback.html b/docs/html/uCEFTypes.TCefEndTracingCallback.html index e5c93425..af35abba 100644 --- a/docs/html/uCEFTypes.TCefEndTracingCallback.html +++ b/docs/html/uCEFTypes.TCefEndTracingCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefEndTracingCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefFileDialogCallback.html b/docs/html/uCEFTypes.TCefFileDialogCallback.html index 21e0c725..53f3af57 100644 --- a/docs/html/uCEFTypes.TCefFileDialogCallback.html +++ b/docs/html/uCEFTypes.TCefFileDialogCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefFileDialogCallback - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefFillLayout.html b/docs/html/uCEFTypes.TCefFillLayout.html index cd794911..ba44d116 100644 --- a/docs/html/uCEFTypes.TCefFillLayout.html +++ b/docs/html/uCEFTypes.TCefFillLayout.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefFillLayout - + @@ -47,6 +47,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefFindHandler.html b/docs/html/uCEFTypes.TCefFindHandler.html index 1b001f90..d2dec57b 100644 --- a/docs/html/uCEFTypes.TCefFindHandler.html +++ b/docs/html/uCEFTypes.TCefFindHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefFindHandler - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefFocusHandler.html b/docs/html/uCEFTypes.TCefFocusHandler.html index b6b9c8df..351f9e0f 100644 --- a/docs/html/uCEFTypes.TCefFocusHandler.html +++ b/docs/html/uCEFTypes.TCefFocusHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefFocusHandler - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefFrame.html b/docs/html/uCEFTypes.TCefFrame.html index ccc3b3ef..900d349b 100644 --- a/docs/html/uCEFTypes.TCefFrame.html +++ b/docs/html/uCEFTypes.TCefFrame.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefFrame - + @@ -359,6 +359,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefFrameHandler.html b/docs/html/uCEFTypes.TCefFrameHandler.html index 385854ec..0d6b2257 100644 --- a/docs/html/uCEFTypes.TCefFrameHandler.html +++ b/docs/html/uCEFTypes.TCefFrameHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefFrameHandler - + @@ -125,6 +125,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefImage.html b/docs/html/uCEFTypes.TCefImage.html index 0ad7f43c..1e911d39 100644 --- a/docs/html/uCEFTypes.TCefImage.html +++ b/docs/html/uCEFTypes.TCefImage.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefImage - + @@ -203,6 +203,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefInsets.html b/docs/html/uCEFTypes.TCefInsets.html index 3a6c943f..fd0b99d6 100644 --- a/docs/html/uCEFTypes.TCefInsets.html +++ b/docs/html/uCEFTypes.TCefInsets.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefInsets - + @@ -79,6 +79,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefJsDialogCallback.html b/docs/html/uCEFTypes.TCefJsDialogCallback.html index ec8892ff..e5ba3134 100644 --- a/docs/html/uCEFTypes.TCefJsDialogCallback.html +++ b/docs/html/uCEFTypes.TCefJsDialogCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefJsDialogCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefJsDialogHandler.html b/docs/html/uCEFTypes.TCefJsDialogHandler.html index 0e0aa7f4..b1868591 100644 --- a/docs/html/uCEFTypes.TCefJsDialogHandler.html +++ b/docs/html/uCEFTypes.TCefJsDialogHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefJsDialogHandler - + @@ -95,6 +95,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefKeyEvent.html b/docs/html/uCEFTypes.TCefKeyEvent.html index 3f6471a5..ad745403 100644 --- a/docs/html/uCEFTypes.TCefKeyEvent.html +++ b/docs/html/uCEFTypes.TCefKeyEvent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefKeyEvent - + @@ -157,6 +157,6 @@ True if the focus is currently on an editable field on the page. This is useful for determining if standard key events should be intercepted.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefKeyboardHandler.html b/docs/html/uCEFTypes.TCefKeyboardHandler.html index d6f0852e..7d1427e8 100644 --- a/docs/html/uCEFTypes.TCefKeyboardHandler.html +++ b/docs/html/uCEFTypes.TCefKeyboardHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefKeyboardHandler - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefLabelButton.html b/docs/html/uCEFTypes.TCefLabelButton.html index 5164b0b0..7f6d32a2 100644 --- a/docs/html/uCEFTypes.TCefLabelButton.html +++ b/docs/html/uCEFTypes.TCefLabelButton.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefLabelButton - + @@ -179,6 +179,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefLayout.html b/docs/html/uCEFTypes.TCefLayout.html index 2819c7c9..04ee6a1a 100644 --- a/docs/html/uCEFTypes.TCefLayout.html +++ b/docs/html/uCEFTypes.TCefLayout.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefLayout - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefLifeSpanHandler.html b/docs/html/uCEFTypes.TCefLifeSpanHandler.html index 88b1d96c..a5e7cf5c 100644 --- a/docs/html/uCEFTypes.TCefLifeSpanHandler.html +++ b/docs/html/uCEFTypes.TCefLifeSpanHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefLifeSpanHandler - + @@ -119,6 +119,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefLinuxWindowProperties.html b/docs/html/uCEFTypes.TCefLinuxWindowProperties.html index 9b687d2c..97470c64 100644 --- a/docs/html/uCEFTypes.TCefLinuxWindowProperties.html +++ b/docs/html/uCEFTypes.TCefLinuxWindowProperties.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefLinuxWindowProperties - + @@ -101,6 +101,6 @@ Main window's WM_WINDOW_ROLE in X11

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefListValue.html b/docs/html/uCEFTypes.TCefListValue.html index 95fa7478..6137b630 100644 --- a/docs/html/uCEFTypes.TCefListValue.html +++ b/docs/html/uCEFTypes.TCefListValue.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefListValue - + @@ -383,6 +383,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefLoadHandler.html b/docs/html/uCEFTypes.TCefLoadHandler.html index 379033dc..19530689 100644 --- a/docs/html/uCEFTypes.TCefLoadHandler.html +++ b/docs/html/uCEFTypes.TCefLoadHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefLoadHandler - + @@ -95,6 +95,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMainArgs.html b/docs/html/uCEFTypes.TCefMainArgs.html index b92c049e..ddb3066a 100644 --- a/docs/html/uCEFTypes.TCefMainArgs.html +++ b/docs/html/uCEFTypes.TCefMainArgs.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMainArgs - + @@ -43,6 +43,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMediaAccessCallback.html b/docs/html/uCEFTypes.TCefMediaAccessCallback.html index e2d52b33..3f66924e 100644 --- a/docs/html/uCEFTypes.TCefMediaAccessCallback.html +++ b/docs/html/uCEFTypes.TCefMediaAccessCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMediaAccessCallback - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMediaObserver.html b/docs/html/uCEFTypes.TCefMediaObserver.html index 6ad699fb..8879c908 100644 --- a/docs/html/uCEFTypes.TCefMediaObserver.html +++ b/docs/html/uCEFTypes.TCefMediaObserver.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMediaObserver - + @@ -95,6 +95,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMediaRoute.html b/docs/html/uCEFTypes.TCefMediaRoute.html index 61b0cd9e..085261ff 100644 --- a/docs/html/uCEFTypes.TCefMediaRoute.html +++ b/docs/html/uCEFTypes.TCefMediaRoute.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMediaRoute - + @@ -107,6 +107,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMediaRouteCreateCallback.html b/docs/html/uCEFTypes.TCefMediaRouteCreateCallback.html index 303d463e..ca85ffde 100644 --- a/docs/html/uCEFTypes.TCefMediaRouteCreateCallback.html +++ b/docs/html/uCEFTypes.TCefMediaRouteCreateCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMediaRouteCreateCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMediaRouter.html b/docs/html/uCEFTypes.TCefMediaRouter.html index d3c19ccf..6cbddf92 100644 --- a/docs/html/uCEFTypes.TCefMediaRouter.html +++ b/docs/html/uCEFTypes.TCefMediaRouter.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMediaRouter - + @@ -107,6 +107,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMediaSink.html b/docs/html/uCEFTypes.TCefMediaSink.html index 46976f3e..55f453d6 100644 --- a/docs/html/uCEFTypes.TCefMediaSink.html +++ b/docs/html/uCEFTypes.TCefMediaSink.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMediaSink - + @@ -131,6 +131,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMediaSinkDeviceInfo.html b/docs/html/uCEFTypes.TCefMediaSinkDeviceInfo.html index 97b2b272..b9a862df 100644 --- a/docs/html/uCEFTypes.TCefMediaSinkDeviceInfo.html +++ b/docs/html/uCEFTypes.TCefMediaSinkDeviceInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMediaSinkDeviceInfo - + @@ -81,6 +81,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMediaSinkDeviceInfoCallback.html b/docs/html/uCEFTypes.TCefMediaSinkDeviceInfoCallback.html index 45ec4bf3..060ae72d 100644 --- a/docs/html/uCEFTypes.TCefMediaSinkDeviceInfoCallback.html +++ b/docs/html/uCEFTypes.TCefMediaSinkDeviceInfoCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMediaSinkDeviceInfoCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMediaSource.html b/docs/html/uCEFTypes.TCefMediaSource.html index dc136de0..88f9ce1f 100644 --- a/docs/html/uCEFTypes.TCefMediaSource.html +++ b/docs/html/uCEFTypes.TCefMediaSource.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMediaSource - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMenuButton.html b/docs/html/uCEFTypes.TCefMenuButton.html index 037d0246..92d5182d 100644 --- a/docs/html/uCEFTypes.TCefMenuButton.html +++ b/docs/html/uCEFTypes.TCefMenuButton.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMenuButton - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMenuButtonDelegate.html b/docs/html/uCEFTypes.TCefMenuButtonDelegate.html index 958b4508..f7ae98ce 100644 --- a/docs/html/uCEFTypes.TCefMenuButtonDelegate.html +++ b/docs/html/uCEFTypes.TCefMenuButtonDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMenuButtonDelegate - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMenuButtonPressedLock.html b/docs/html/uCEFTypes.TCefMenuButtonPressedLock.html index 0d2aaba0..540f03ec 100644 --- a/docs/html/uCEFTypes.TCefMenuButtonPressedLock.html +++ b/docs/html/uCEFTypes.TCefMenuButtonPressedLock.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMenuButtonPressedLock - + @@ -47,6 +47,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMenuModel.html b/docs/html/uCEFTypes.TCefMenuModel.html index 386952e7..88341bda 100644 --- a/docs/html/uCEFTypes.TCefMenuModel.html +++ b/docs/html/uCEFTypes.TCefMenuModel.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMenuModel - + @@ -719,6 +719,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMenuModelDelegate.html b/docs/html/uCEFTypes.TCefMenuModelDelegate.html index d9ce130e..67a6fcf8 100644 --- a/docs/html/uCEFTypes.TCefMenuModelDelegate.html +++ b/docs/html/uCEFTypes.TCefMenuModelDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMenuModelDelegate - + @@ -131,6 +131,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefMouseEvent.html b/docs/html/uCEFTypes.TCefMouseEvent.html index 1192cddb..06e61af3 100644 --- a/docs/html/uCEFTypes.TCefMouseEvent.html +++ b/docs/html/uCEFTypes.TCefMouseEvent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefMouseEvent - + @@ -73,6 +73,6 @@ Bit flags describing any pressed modifier keys. See TCefEventFlags for values.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefNavigationEntry.html b/docs/html/uCEFTypes.TCefNavigationEntry.html index 513a55bd..bb0ac19e 100644 --- a/docs/html/uCEFTypes.TCefNavigationEntry.html +++ b/docs/html/uCEFTypes.TCefNavigationEntry.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefNavigationEntry - + @@ -167,6 +167,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefNavigationEntryVisitor.html b/docs/html/uCEFTypes.TCefNavigationEntryVisitor.html index 1322d6a8..b3053ac9 100644 --- a/docs/html/uCEFTypes.TCefNavigationEntryVisitor.html +++ b/docs/html/uCEFTypes.TCefNavigationEntryVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefNavigationEntryVisitor - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefOverlayController.html b/docs/html/uCEFTypes.TCefOverlayController.html index a3d03386..1cc73e02 100644 --- a/docs/html/uCEFTypes.TCefOverlayController.html +++ b/docs/html/uCEFTypes.TCefOverlayController.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefOverlayController - + @@ -275,6 +275,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPanel.html b/docs/html/uCEFTypes.TCefPanel.html index f523f042..720504c6 100644 --- a/docs/html/uCEFTypes.TCefPanel.html +++ b/docs/html/uCEFTypes.TCefPanel.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPanel - + @@ -191,6 +191,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPanelDelegate.html b/docs/html/uCEFTypes.TCefPanelDelegate.html index 332444b1..ac60820d 100644 --- a/docs/html/uCEFTypes.TCefPanelDelegate.html +++ b/docs/html/uCEFTypes.TCefPanelDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPanelDelegate - + @@ -47,6 +47,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPdfPrintCallback.html b/docs/html/uCEFTypes.TCefPdfPrintCallback.html index ae2fd50f..6c4e0f9f 100644 --- a/docs/html/uCEFTypes.TCefPdfPrintCallback.html +++ b/docs/html/uCEFTypes.TCefPdfPrintCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPdfPrintCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPdfPrintSettings.html b/docs/html/uCEFTypes.TCefPdfPrintSettings.html index 65773349..e01d16ca 100644 --- a/docs/html/uCEFTypes.TCefPdfPrintSettings.html +++ b/docs/html/uCEFTypes.TCefPdfPrintSettings.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPdfPrintSettings - + @@ -279,6 +279,6 @@ Set to true (1) to generate a document outline.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPermissionHandler.html b/docs/html/uCEFTypes.TCefPermissionHandler.html index ec813dc1..d7ef0892 100644 --- a/docs/html/uCEFTypes.TCefPermissionHandler.html +++ b/docs/html/uCEFTypes.TCefPermissionHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPermissionHandler - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPermissionPromptCallback.html b/docs/html/uCEFTypes.TCefPermissionPromptCallback.html index 1e16f02f..522cd0f8 100644 --- a/docs/html/uCEFTypes.TCefPermissionPromptCallback.html +++ b/docs/html/uCEFTypes.TCefPermissionPromptCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPermissionPromptCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPoint.html b/docs/html/uCEFTypes.TCefPoint.html index ed30e455..5ebab634 100644 --- a/docs/html/uCEFTypes.TCefPoint.html +++ b/docs/html/uCEFTypes.TCefPoint.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPoint - + @@ -55,6 +55,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPopupFeatures.html b/docs/html/uCEFTypes.TCefPopupFeatures.html index de599598..e9b0bcfd 100644 --- a/docs/html/uCEFTypes.TCefPopupFeatures.html +++ b/docs/html/uCEFTypes.TCefPopupFeatures.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPopupFeatures - + @@ -155,6 +155,6 @@ True (1) if browser interface elements should be hidden.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPostData.html b/docs/html/uCEFTypes.TCefPostData.html index 8f404d6a..cdb7fa12 100644 --- a/docs/html/uCEFTypes.TCefPostData.html +++ b/docs/html/uCEFTypes.TCefPostData.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPostData - + @@ -131,6 +131,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPostDataElement.html b/docs/html/uCEFTypes.TCefPostDataElement.html index 3e7c7098..01884cc2 100644 --- a/docs/html/uCEFTypes.TCefPostDataElement.html +++ b/docs/html/uCEFTypes.TCefPostDataElement.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPostDataElement - + @@ -143,6 +143,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPreferenceManager.html b/docs/html/uCEFTypes.TCefPreferenceManager.html index e5ee0329..deabd7aa 100644 --- a/docs/html/uCEFTypes.TCefPreferenceManager.html +++ b/docs/html/uCEFTypes.TCefPreferenceManager.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPreferenceManager - + @@ -119,6 +119,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPreferenceObserver.html b/docs/html/uCEFTypes.TCefPreferenceObserver.html index 4c6758cb..1414e8f3 100644 --- a/docs/html/uCEFTypes.TCefPreferenceObserver.html +++ b/docs/html/uCEFTypes.TCefPreferenceObserver.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPreferenceObserver - + @@ -51,6 +51,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPreferenceRegistrar.html b/docs/html/uCEFTypes.TCefPreferenceRegistrar.html index 3c5cfea0..035f601b 100644 --- a/docs/html/uCEFTypes.TCefPreferenceRegistrar.html +++ b/docs/html/uCEFTypes.TCefPreferenceRegistrar.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPreferenceRegistrar - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPrintDialogCallback.html b/docs/html/uCEFTypes.TCefPrintDialogCallback.html index b61214b5..dc1fe5fb 100644 --- a/docs/html/uCEFTypes.TCefPrintDialogCallback.html +++ b/docs/html/uCEFTypes.TCefPrintDialogCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPrintDialogCallback - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPrintHandler.html b/docs/html/uCEFTypes.TCefPrintHandler.html index 3476c122..828a32f0 100644 --- a/docs/html/uCEFTypes.TCefPrintHandler.html +++ b/docs/html/uCEFTypes.TCefPrintHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPrintHandler - + @@ -119,6 +119,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPrintJobCallback.html b/docs/html/uCEFTypes.TCefPrintJobCallback.html index 625115a9..a81fb5bc 100644 --- a/docs/html/uCEFTypes.TCefPrintJobCallback.html +++ b/docs/html/uCEFTypes.TCefPrintJobCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPrintJobCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefPrintSettings.html b/docs/html/uCEFTypes.TCefPrintSettings.html index 4e7db91f..1e1b600f 100644 --- a/docs/html/uCEFTypes.TCefPrintSettings.html +++ b/docs/html/uCEFTypes.TCefPrintSettings.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefPrintSettings - + @@ -311,6 +311,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefProcessMessage.html b/docs/html/uCEFTypes.TCefProcessMessage.html index 076fddde..f8e33335 100644 --- a/docs/html/uCEFTypes.TCefProcessMessage.html +++ b/docs/html/uCEFTypes.TCefProcessMessage.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefProcessMessage - + @@ -119,6 +119,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefRange.html b/docs/html/uCEFTypes.TCefRange.html index 97bc8823..7d401d9f 100644 --- a/docs/html/uCEFTypes.TCefRange.html +++ b/docs/html/uCEFTypes.TCefRange.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefRange - + @@ -55,6 +55,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefReadHandler.html b/docs/html/uCEFTypes.TCefReadHandler.html index 165ad59c..2b3fca5a 100644 --- a/docs/html/uCEFTypes.TCefReadHandler.html +++ b/docs/html/uCEFTypes.TCefReadHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefReadHandler - + @@ -107,6 +107,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefRect.html b/docs/html/uCEFTypes.TCefRect.html index f97bd2f9..607e0e8b 100644 --- a/docs/html/uCEFTypes.TCefRect.html +++ b/docs/html/uCEFTypes.TCefRect.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefRect - + @@ -79,6 +79,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefRegistration.html b/docs/html/uCEFTypes.TCefRegistration.html index b55aadbe..550055a5 100644 --- a/docs/html/uCEFTypes.TCefRegistration.html +++ b/docs/html/uCEFTypes.TCefRegistration.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefRegistration - + @@ -47,6 +47,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefRenderHandler.html b/docs/html/uCEFTypes.TCefRenderHandler.html index 38b26bed..3bc55319 100644 --- a/docs/html/uCEFTypes.TCefRenderHandler.html +++ b/docs/html/uCEFTypes.TCefRenderHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefRenderHandler - + @@ -251,6 +251,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefRenderProcessHandler.html b/docs/html/uCEFTypes.TCefRenderProcessHandler.html index b227fd07..4dcb907c 100644 --- a/docs/html/uCEFTypes.TCefRenderProcessHandler.html +++ b/docs/html/uCEFTypes.TCefRenderProcessHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefRenderProcessHandler - + @@ -155,6 +155,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefRequest.html b/docs/html/uCEFTypes.TCefRequest.html index 3a15cb38..300bdf01 100644 --- a/docs/html/uCEFTypes.TCefRequest.html +++ b/docs/html/uCEFTypes.TCefRequest.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefRequest - + @@ -311,6 +311,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefRequestContext.html b/docs/html/uCEFTypes.TCefRequestContext.html index 6ded16b8..6630e100 100644 --- a/docs/html/uCEFTypes.TCefRequestContext.html +++ b/docs/html/uCEFTypes.TCefRequestContext.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefRequestContext - + @@ -325,6 +325,6 @@ * CEF_API_ADDED(13401) *

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefRequestContextHandler.html b/docs/html/uCEFTypes.TCefRequestContextHandler.html index 7674066d..c1cc3f57 100644 --- a/docs/html/uCEFTypes.TCefRequestContextHandler.html +++ b/docs/html/uCEFTypes.TCefRequestContextHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefRequestContextHandler - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefRequestContextSettings.html b/docs/html/uCEFTypes.TCefRequestContextSettings.html index 617fd993..73ca69f4 100644 --- a/docs/html/uCEFTypes.TCefRequestContextSettings.html +++ b/docs/html/uCEFTypes.TCefRequestContextSettings.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefRequestContextSettings - + @@ -113,6 +113,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefRequestHandler.html b/docs/html/uCEFTypes.TCefRequestHandler.html index 7cc5406c..67f42500 100644 --- a/docs/html/uCEFTypes.TCefRequestHandler.html +++ b/docs/html/uCEFTypes.TCefRequestHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefRequestHandler - + @@ -179,6 +179,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefResolveCallback.html b/docs/html/uCEFTypes.TCefResolveCallback.html index a570792f..4fd7cb64 100644 --- a/docs/html/uCEFTypes.TCefResolveCallback.html +++ b/docs/html/uCEFTypes.TCefResolveCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefResolveCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefResourceBundle.html b/docs/html/uCEFTypes.TCefResourceBundle.html index 14ef4976..7fd67f51 100644 --- a/docs/html/uCEFTypes.TCefResourceBundle.html +++ b/docs/html/uCEFTypes.TCefResourceBundle.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefResourceBundle - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefResourceBundleHandler.html b/docs/html/uCEFTypes.TCefResourceBundleHandler.html index 1540477d..0ce9831c 100644 --- a/docs/html/uCEFTypes.TCefResourceBundleHandler.html +++ b/docs/html/uCEFTypes.TCefResourceBundleHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefResourceBundleHandler - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefResourceHandler.html b/docs/html/uCEFTypes.TCefResourceHandler.html index f99574c0..c93699e0 100644 --- a/docs/html/uCEFTypes.TCefResourceHandler.html +++ b/docs/html/uCEFTypes.TCefResourceHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefResourceHandler - + @@ -135,6 +135,6 @@ deprecated

    deprecated

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefResourceReadCallback.html b/docs/html/uCEFTypes.TCefResourceReadCallback.html index 341e407e..e2d1c9e7 100644 --- a/docs/html/uCEFTypes.TCefResourceReadCallback.html +++ b/docs/html/uCEFTypes.TCefResourceReadCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefResourceReadCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefResourceRequestHandler.html b/docs/html/uCEFTypes.TCefResourceRequestHandler.html index 4e70c073..1e026a4f 100644 --- a/docs/html/uCEFTypes.TCefResourceRequestHandler.html +++ b/docs/html/uCEFTypes.TCefResourceRequestHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefResourceRequestHandler - + @@ -143,6 +143,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefResourceSkipCallback.html b/docs/html/uCEFTypes.TCefResourceSkipCallback.html index 0553d694..d7df5bd3 100644 --- a/docs/html/uCEFTypes.TCefResourceSkipCallback.html +++ b/docs/html/uCEFTypes.TCefResourceSkipCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefResourceSkipCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefResponse.html b/docs/html/uCEFTypes.TCefResponse.html index d88739aa..189f1567 100644 --- a/docs/html/uCEFTypes.TCefResponse.html +++ b/docs/html/uCEFTypes.TCefResponse.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefResponse - + @@ -251,6 +251,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefResponseFilter.html b/docs/html/uCEFTypes.TCefResponseFilter.html index 44f9db3e..9423a771 100644 --- a/docs/html/uCEFTypes.TCefResponseFilter.html +++ b/docs/html/uCEFTypes.TCefResponseFilter.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefResponseFilter - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefRunContextMenuCallback.html b/docs/html/uCEFTypes.TCefRunContextMenuCallback.html index 6965e36b..c10485a4 100644 --- a/docs/html/uCEFTypes.TCefRunContextMenuCallback.html +++ b/docs/html/uCEFTypes.TCefRunContextMenuCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefRunContextMenuCallback - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefRunFileDialogCallback.html b/docs/html/uCEFTypes.TCefRunFileDialogCallback.html index 823066e0..47ae252f 100644 --- a/docs/html/uCEFTypes.TCefRunFileDialogCallback.html +++ b/docs/html/uCEFTypes.TCefRunFileDialogCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefRunFileDialogCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefRunQuickMenuCallback.html b/docs/html/uCEFTypes.TCefRunQuickMenuCallback.html index 34d05fbd..16cd3fee 100644 --- a/docs/html/uCEFTypes.TCefRunQuickMenuCallback.html +++ b/docs/html/uCEFTypes.TCefRunQuickMenuCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefRunQuickMenuCallback - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefSSLStatus.html b/docs/html/uCEFTypes.TCefSSLStatus.html index ad9ddfcc..54082305 100644 --- a/docs/html/uCEFTypes.TCefSSLStatus.html +++ b/docs/html/uCEFTypes.TCefSSLStatus.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefSSLStatus - + @@ -107,6 +107,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefSchemeHandlerFactory.html b/docs/html/uCEFTypes.TCefSchemeHandlerFactory.html index 28d91d4b..7d40665e 100644 --- a/docs/html/uCEFTypes.TCefSchemeHandlerFactory.html +++ b/docs/html/uCEFTypes.TCefSchemeHandlerFactory.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefSchemeHandlerFactory - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefSchemeRegistrar.html b/docs/html/uCEFTypes.TCefSchemeRegistrar.html index 70a2d04d..cbceef17 100644 --- a/docs/html/uCEFTypes.TCefSchemeRegistrar.html +++ b/docs/html/uCEFTypes.TCefSchemeRegistrar.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefSchemeRegistrar - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefScreenInfo.html b/docs/html/uCEFTypes.TCefScreenInfo.html index bc51d252..c05dc5cc 100644 --- a/docs/html/uCEFTypes.TCefScreenInfo.html +++ b/docs/html/uCEFTypes.TCefScreenInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefScreenInfo - + @@ -133,6 +133,6 @@

    The |rect| and |available_rect| properties are used to determine the available surface for rendering popup views.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefScrollView.html b/docs/html/uCEFTypes.TCefScrollView.html index f6d46553..a6e03f18 100644 --- a/docs/html/uCEFTypes.TCefScrollView.html +++ b/docs/html/uCEFTypes.TCefScrollView.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefScrollView - + @@ -131,6 +131,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefSelectClientCertificateCallback.html b/docs/html/uCEFTypes.TCefSelectClientCertificateCallback.html index e80442a2..e23d3208 100644 --- a/docs/html/uCEFTypes.TCefSelectClientCertificateCallback.html +++ b/docs/html/uCEFTypes.TCefSelectClientCertificateCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefSelectClientCertificateCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefServer.html b/docs/html/uCEFTypes.TCefServer.html index 654e23c1..ea0c03ef 100644 --- a/docs/html/uCEFTypes.TCefServer.html +++ b/docs/html/uCEFTypes.TCefServer.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefServer - + @@ -203,6 +203,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefServerHandler.html b/docs/html/uCEFTypes.TCefServerHandler.html index 4de6a90b..1665da67 100644 --- a/docs/html/uCEFTypes.TCefServerHandler.html +++ b/docs/html/uCEFTypes.TCefServerHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefServerHandler - + @@ -143,6 +143,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefSetCookieCallback.html b/docs/html/uCEFTypes.TCefSetCookieCallback.html index 45bc0e36..491a00c7 100644 --- a/docs/html/uCEFTypes.TCefSetCookieCallback.html +++ b/docs/html/uCEFTypes.TCefSetCookieCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefSetCookieCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefSettingObserver.html b/docs/html/uCEFTypes.TCefSettingObserver.html index 7502e945..095eb0a5 100644 --- a/docs/html/uCEFTypes.TCefSettingObserver.html +++ b/docs/html/uCEFTypes.TCefSettingObserver.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefSettingObserver - + @@ -51,6 +51,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefSettings.html b/docs/html/uCEFTypes.TCefSettings.html index b8f913a2..df4e1210 100644 --- a/docs/html/uCEFTypes.TCefSettings.html +++ b/docs/html/uCEFTypes.TCefSettings.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefSettings - + @@ -477,6 +477,6 @@ If true use a Views (bare-bones) window instead of a Chrome UI window when creating default popups for Chrome style native-hosted (non-Views) browsers. This applies when CefLifeSpanHandler::OnBeforePopup has not been implemented to provide parent window information for the new popup.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefSharedMemoryRegion.html b/docs/html/uCEFTypes.TCefSharedMemoryRegion.html index 41a25971..766d9d1c 100644 --- a/docs/html/uCEFTypes.TCefSharedMemoryRegion.html +++ b/docs/html/uCEFTypes.TCefSharedMemoryRegion.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefSharedMemoryRegion - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefSharedProcessMessageBuilder.html b/docs/html/uCEFTypes.TCefSharedProcessMessageBuilder.html index e57a7247..c6afa708 100644 --- a/docs/html/uCEFTypes.TCefSharedProcessMessageBuilder.html +++ b/docs/html/uCEFTypes.TCefSharedProcessMessageBuilder.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefSharedProcessMessageBuilder - + @@ -95,6 +95,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefSimulatedTouchPoint.html b/docs/html/uCEFTypes.TCefSimulatedTouchPoint.html index 275b6353..11735e9e 100644 --- a/docs/html/uCEFTypes.TCefSimulatedTouchPoint.html +++ b/docs/html/uCEFTypes.TCefSimulatedTouchPoint.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefSimulatedTouchPoint - + @@ -185,6 +185,6 @@ The clockwise rotation of a pen stylus around its own major axis, in degrees in the range [0,359] (default: 0). This is an optional value.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefSize.html b/docs/html/uCEFTypes.TCefSize.html index ea1b8714..e56fee7a 100644 --- a/docs/html/uCEFTypes.TCefSize.html +++ b/docs/html/uCEFTypes.TCefSize.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefSize - + @@ -55,6 +55,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefSslInfo.html b/docs/html/uCEFTypes.TCefSslInfo.html index 87781720..1391ea12 100644 --- a/docs/html/uCEFTypes.TCefSslInfo.html +++ b/docs/html/uCEFTypes.TCefSslInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefSslInfo - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefStreamReader.html b/docs/html/uCEFTypes.TCefStreamReader.html index f93e69bb..e4662e5f 100644 --- a/docs/html/uCEFTypes.TCefStreamReader.html +++ b/docs/html/uCEFTypes.TCefStreamReader.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefStreamReader - + @@ -107,6 +107,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefStreamWriter.html b/docs/html/uCEFTypes.TCefStreamWriter.html index 7ef98159..a6d06e17 100644 --- a/docs/html/uCEFTypes.TCefStreamWriter.html +++ b/docs/html/uCEFTypes.TCefStreamWriter.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefStreamWriter - + @@ -107,6 +107,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefStringUtf16.html b/docs/html/uCEFTypes.TCefStringUtf16.html index 5104905d..de2eace9 100644 --- a/docs/html/uCEFTypes.TCefStringUtf16.html +++ b/docs/html/uCEFTypes.TCefStringUtf16.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefStringUtf16 - + @@ -67,6 +67,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefStringUtf8.html b/docs/html/uCEFTypes.TCefStringUtf8.html index 42d1504c..1ee655ef 100644 --- a/docs/html/uCEFTypes.TCefStringUtf8.html +++ b/docs/html/uCEFTypes.TCefStringUtf8.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefStringUtf8 - + @@ -67,6 +67,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefStringVisitor.html b/docs/html/uCEFTypes.TCefStringVisitor.html index a30a9409..c036b71b 100644 --- a/docs/html/uCEFTypes.TCefStringVisitor.html +++ b/docs/html/uCEFTypes.TCefStringVisitor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefStringVisitor - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefStringWide.html b/docs/html/uCEFTypes.TCefStringWide.html index ec48dd94..bd8bd044 100644 --- a/docs/html/uCEFTypes.TCefStringWide.html +++ b/docs/html/uCEFTypes.TCefStringWide.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefStringWide - + @@ -67,6 +67,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefTask.html b/docs/html/uCEFTypes.TCefTask.html index 446e06af..9178b34d 100644 --- a/docs/html/uCEFTypes.TCefTask.html +++ b/docs/html/uCEFTypes.TCefTask.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefTask - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefTaskInfo.html b/docs/html/uCEFTypes.TCefTaskInfo.html index ee0b3ba1..e00235a2 100644 --- a/docs/html/uCEFTypes.TCefTaskInfo.html +++ b/docs/html/uCEFTypes.TCefTaskInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefTaskInfo - + @@ -171,6 +171,6 @@ Set to true (1) if this task process' GPU resource count is inflated because it is counting other processes' resources (e.g, the GPU process has this value set to true because it is the aggregate of all processes).

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefTaskManager.html b/docs/html/uCEFTypes.TCefTaskManager.html index c70a69a9..62868e3e 100644 --- a/docs/html/uCEFTypes.TCefTaskManager.html +++ b/docs/html/uCEFTypes.TCefTaskManager.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefTaskManager - + @@ -107,6 +107,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefTaskRunner.html b/docs/html/uCEFTypes.TCefTaskRunner.html index 11166367..c6b713ea 100644 --- a/docs/html/uCEFTypes.TCefTaskRunner.html +++ b/docs/html/uCEFTypes.TCefTaskRunner.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefTaskRunner - + @@ -109,6 +109,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefTextfield.html b/docs/html/uCEFTypes.TCefTextfield.html index f872f94d..5bff3293 100644 --- a/docs/html/uCEFTypes.TCefTextfield.html +++ b/docs/html/uCEFTypes.TCefTextfield.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefTextfield - + @@ -419,6 +419,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefTextfieldDelegate.html b/docs/html/uCEFTypes.TCefTextfieldDelegate.html index e57158af..708330e8 100644 --- a/docs/html/uCEFTypes.TCefTextfieldDelegate.html +++ b/docs/html/uCEFTypes.TCefTextfieldDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefTextfieldDelegate - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefThread.html b/docs/html/uCEFTypes.TCefThread.html index a251691f..175e4367 100644 --- a/docs/html/uCEFTypes.TCefThread.html +++ b/docs/html/uCEFTypes.TCefThread.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefThread - + @@ -95,6 +95,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefTime.html b/docs/html/uCEFTypes.TCefTime.html index c4cbcb58..89615118 100644 --- a/docs/html/uCEFTypes.TCefTime.html +++ b/docs/html/uCEFTypes.TCefTime.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefTime - + @@ -143,6 +143,6 @@ Milliseconds within the current second (0-999)

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefTouchEvent.html b/docs/html/uCEFTypes.TCefTouchEvent.html index 85032ee0..fd20b9e8 100644 --- a/docs/html/uCEFTypes.TCefTouchEvent.html +++ b/docs/html/uCEFTypes.TCefTouchEvent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefTouchEvent - + @@ -171,6 +171,6 @@ The device type that caused the event.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefTouchHandleState.html b/docs/html/uCEFTypes.TCefTouchHandleState.html index 6c481005..d3013931 100644 --- a/docs/html/uCEFTypes.TCefTouchHandleState.html +++ b/docs/html/uCEFTypes.TCefTouchHandleState.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefTouchHandleState - + @@ -153,6 +153,6 @@ Alpha state. Only set if |flags| contains CEF_THS_FLAG_ALPHA.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefUnresponsiveProcessCallback.html b/docs/html/uCEFTypes.TCefUnresponsiveProcessCallback.html index 8ccc0aae..55c9db41 100644 --- a/docs/html/uCEFTypes.TCefUnresponsiveProcessCallback.html +++ b/docs/html/uCEFTypes.TCefUnresponsiveProcessCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefUnresponsiveProcessCallback - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefUrlParts.html b/docs/html/uCEFTypes.TCefUrlParts.html index 92c308f9..74f352ba 100644 --- a/docs/html/uCEFTypes.TCefUrlParts.html +++ b/docs/html/uCEFTypes.TCefUrlParts.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefUrlParts - + @@ -185,6 +185,6 @@ Fragment (hash) identifier component (i.e., the string following the '#').

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefUrlRequest.html b/docs/html/uCEFTypes.TCefUrlRequest.html index 7e2b2cb2..0983382d 100644 --- a/docs/html/uCEFTypes.TCefUrlRequest.html +++ b/docs/html/uCEFTypes.TCefUrlRequest.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefUrlRequest - + @@ -131,6 +131,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefUrlrequestClient.html b/docs/html/uCEFTypes.TCefUrlrequestClient.html index 5716462d..639fc9e4 100644 --- a/docs/html/uCEFTypes.TCefUrlrequestClient.html +++ b/docs/html/uCEFTypes.TCefUrlrequestClient.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefUrlrequestClient - + @@ -107,6 +107,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefV8Accessor.html b/docs/html/uCEFTypes.TCefV8Accessor.html index f4f61bb9..271c04b5 100644 --- a/docs/html/uCEFTypes.TCefV8Accessor.html +++ b/docs/html/uCEFTypes.TCefV8Accessor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefV8Accessor - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefV8Context.html b/docs/html/uCEFTypes.TCefV8Context.html index 94c1948a..bf905096 100644 --- a/docs/html/uCEFTypes.TCefV8Context.html +++ b/docs/html/uCEFTypes.TCefV8Context.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefV8Context - + @@ -155,6 +155,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefV8Exception.html b/docs/html/uCEFTypes.TCefV8Exception.html index 36012bb1..fb5f0036 100644 --- a/docs/html/uCEFTypes.TCefV8Exception.html +++ b/docs/html/uCEFTypes.TCefV8Exception.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefV8Exception - + @@ -143,6 +143,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefV8Interceptor.html b/docs/html/uCEFTypes.TCefV8Interceptor.html index 6d5d60d1..cfc421db 100644 --- a/docs/html/uCEFTypes.TCefV8Interceptor.html +++ b/docs/html/uCEFTypes.TCefV8Interceptor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefV8Interceptor - + @@ -95,6 +95,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefV8StackFrame.html b/docs/html/uCEFTypes.TCefV8StackFrame.html index abfbfda0..18c6a03b 100644 --- a/docs/html/uCEFTypes.TCefV8StackFrame.html +++ b/docs/html/uCEFTypes.TCefV8StackFrame.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefV8StackFrame - + @@ -143,6 +143,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefV8StackTrace.html b/docs/html/uCEFTypes.TCefV8StackTrace.html index 4e555b42..6a9ae6b4 100644 --- a/docs/html/uCEFTypes.TCefV8StackTrace.html +++ b/docs/html/uCEFTypes.TCefV8StackTrace.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefV8StackTrace - + @@ -83,6 +83,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefValue.html b/docs/html/uCEFTypes.TCefValue.html index a7a9f219..f2d64e77 100644 --- a/docs/html/uCEFTypes.TCefValue.html +++ b/docs/html/uCEFTypes.TCefValue.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefValue - + @@ -311,6 +311,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefVersionInfo.html b/docs/html/uCEFTypes.TCefVersionInfo.html index 62ec010d..9e6aa50d 100644 --- a/docs/html/uCEFTypes.TCefVersionInfo.html +++ b/docs/html/uCEFTypes.TCefVersionInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefVersionInfo - + @@ -75,6 +75,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefVersionInfoEx.html b/docs/html/uCEFTypes.TCefVersionInfoEx.html index 521100d1..68c160aa 100644 --- a/docs/html/uCEFTypes.TCefVersionInfoEx.html +++ b/docs/html/uCEFTypes.TCefVersionInfoEx.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefVersionInfoEx - + @@ -157,6 +157,6 @@ Sandbox compatibility hash (Windows only, empty on other platforms).

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefView.html b/docs/html/uCEFTypes.TCefView.html index 1a00234d..6b6ce7d7 100644 --- a/docs/html/uCEFTypes.TCefView.html +++ b/docs/html/uCEFTypes.TCefView.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefView - + @@ -671,6 +671,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefViewDelegate.html b/docs/html/uCEFTypes.TCefViewDelegate.html index e648c5dc..2f3d208c 100644 --- a/docs/html/uCEFTypes.TCefViewDelegate.html +++ b/docs/html/uCEFTypes.TCefViewDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefViewDelegate - + @@ -179,6 +179,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefWaitableEvent.html b/docs/html/uCEFTypes.TCefWaitableEvent.html index 811d0ec3..1d488918 100644 --- a/docs/html/uCEFTypes.TCefWaitableEvent.html +++ b/docs/html/uCEFTypes.TCefWaitableEvent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefWaitableEvent - + @@ -107,6 +107,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefWindow.html b/docs/html/uCEFTypes.TCefWindow.html index b85f2869..65e3fb6b 100644 --- a/docs/html/uCEFTypes.TCefWindow.html +++ b/docs/html/uCEFTypes.TCefWindow.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefWindow - + @@ -551,6 +551,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefWindowDelegate.html b/docs/html/uCEFTypes.TCefWindowDelegate.html index ba53472a..34fe9a1c 100644 --- a/docs/html/uCEFTypes.TCefWindowDelegate.html +++ b/docs/html/uCEFTypes.TCefWindowDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefWindowDelegate - + @@ -323,6 +323,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefWindowInfo.html b/docs/html/uCEFTypes.TCefWindowInfo.html index 7d4d35a8..00b5f11e 100644 --- a/docs/html/uCEFTypes.TCefWindowInfo.html +++ b/docs/html/uCEFTypes.TCefWindowInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefWindowInfo - + @@ -193,6 +193,6 @@ Optionally change the runtime style. Alloy style will always be used if |windowless_rendering_enabled| is true. See TCefRuntimeStyle documentation for details.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefWriteHandler.html b/docs/html/uCEFTypes.TCefWriteHandler.html index afe48db8..75235590 100644 --- a/docs/html/uCEFTypes.TCefWriteHandler.html +++ b/docs/html/uCEFTypes.TCefWriteHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefWriteHandler - + @@ -107,6 +107,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefX509CertPrincipal.html b/docs/html/uCEFTypes.TCefX509CertPrincipal.html index c340a4e9..9c968d39 100644 --- a/docs/html/uCEFTypes.TCefX509CertPrincipal.html +++ b/docs/html/uCEFTypes.TCefX509CertPrincipal.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefX509CertPrincipal - + @@ -131,6 +131,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefX509Certificate.html b/docs/html/uCEFTypes.TCefX509Certificate.html index 3b7410a5..5d071ca0 100644 --- a/docs/html/uCEFTypes.TCefX509Certificate.html +++ b/docs/html/uCEFTypes.TCefX509Certificate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefX509Certificate - + @@ -167,6 +167,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefXmlReader.html b/docs/html/uCEFTypes.TCefXmlReader.html index dd0a71e0..a5689228 100644 --- a/docs/html/uCEFTypes.TCefXmlReader.html +++ b/docs/html/uCEFTypes.TCefXmlReader.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefXmlReader - + @@ -395,6 +395,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefZipReader.html b/docs/html/uCEFTypes.TCefZipReader.html index 1353c359..81442ade 100644 --- a/docs/html/uCEFTypes.TCefZipReader.html +++ b/docs/html/uCEFTypes.TCefZipReader.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefZipReader - + @@ -191,6 +191,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefv8ArrayBufferReleaseCallback.html b/docs/html/uCEFTypes.TCefv8ArrayBufferReleaseCallback.html index 71ee3171..76d2b8cd 100644 --- a/docs/html/uCEFTypes.TCefv8ArrayBufferReleaseCallback.html +++ b/docs/html/uCEFTypes.TCefv8ArrayBufferReleaseCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefv8ArrayBufferReleaseCallback - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefv8BackingStore.html b/docs/html/uCEFTypes.TCefv8BackingStore.html index 8520383f..6a17615c 100644 --- a/docs/html/uCEFTypes.TCefv8BackingStore.html +++ b/docs/html/uCEFTypes.TCefv8BackingStore.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefv8BackingStore - + @@ -85,6 +85,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefv8Handler.html b/docs/html/uCEFTypes.TCefv8Handler.html index a556ae5b..06d85fd5 100644 --- a/docs/html/uCEFTypes.TCefv8Handler.html +++ b/docs/html/uCEFTypes.TCefv8Handler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefv8Handler - + @@ -59,6 +59,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCefv8Value.html b/docs/html/uCEFTypes.TCefv8Value.html index 8e9557f3..6879efd7 100644 --- a/docs/html/uCEFTypes.TCefv8Value.html +++ b/docs/html/uCEFTypes.TCefv8Value.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCefv8Value - + @@ -671,6 +671,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TChromiumVersionInfo.html b/docs/html/uCEFTypes.TChromiumVersionInfo.html index 578ab389..c70a8fd6 100644 --- a/docs/html/uCEFTypes.TChromiumVersionInfo.html +++ b/docs/html/uCEFTypes.TChromiumVersionInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TChromiumVersionInfo - + @@ -75,6 +75,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCookie.html b/docs/html/uCEFTypes.TCookie.html index fc3920f4..08280f76 100644 --- a/docs/html/uCEFTypes.TCookie.html +++ b/docs/html/uCEFTypes.TCookie.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCookie - + @@ -171,6 +171,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TCustomTaskInfo.html b/docs/html/uCEFTypes.TCustomTaskInfo.html index 416c7f8f..0300b298 100644 --- a/docs/html/uCEFTypes.TCustomTaskInfo.html +++ b/docs/html/uCEFTypes.TCustomTaskInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TCustomTaskInfo - + @@ -157,6 +157,6 @@ Set to true (1) if this task process' GPU resource count is inflated because it is counting other processes' resources (e.g, the GPU process has this value set to true because it is the aggregate of all processes).

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TFileVersionInfo.html b/docs/html/uCEFTypes.TFileVersionInfo.html index 51145b0a..1438cde3 100644 --- a/docs/html/uCEFTypes.TFileVersionInfo.html +++ b/docs/html/uCEFTypes.TFileVersionInfo.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TFileVersionInfo - + @@ -75,6 +75,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TLinuxWindowProperties.html b/docs/html/uCEFTypes.TLinuxWindowProperties.html index 0167cde1..29505791 100644 --- a/docs/html/uCEFTypes.TLinuxWindowProperties.html +++ b/docs/html/uCEFTypes.TLinuxWindowProperties.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TLinuxWindowProperties - + @@ -87,6 +87,6 @@ Main window's WM_WINDOW_ROLE in X11

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TMyMemoryStatusEx.html b/docs/html/uCEFTypes.TMyMemoryStatusEx.html index e6dd6756..4a2a2f03 100644 --- a/docs/html/uCEFTypes.TMyMemoryStatusEx.html +++ b/docs/html/uCEFTypes.TMyMemoryStatusEx.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TMyMemoryStatusEx - + @@ -139,6 +139,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TOSVersionInfoEx.html b/docs/html/uCEFTypes.TOSVersionInfoEx.html index 22589d19..118f357b 100644 --- a/docs/html/uCEFTypes.TOSVersionInfoEx.html +++ b/docs/html/uCEFTypes.TOSVersionInfoEx.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TOSVersionInfoEx - + @@ -163,6 +163,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.TUrlParts.html b/docs/html/uCEFTypes.TUrlParts.html index 25538f72..30a69117 100644 --- a/docs/html/uCEFTypes.TUrlParts.html +++ b/docs/html/uCEFTypes.TUrlParts.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes: Record TUrlParts - + @@ -171,6 +171,6 @@ Fragment (hash) identifier component (i.e., the string following the '#').

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFTypes.html b/docs/html/uCEFTypes.html index dc2ac694..3ce31740 100644 --- a/docs/html/uCEFTypes.html +++ b/docs/html/uCEFTypes.html @@ -3,7 +3,7 @@ cef4delphi: uCEFTypes - + @@ -7899,6 +7899,6 @@ Ranges:

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFUnresponsiveProcessCallback.TCefUnresponsiveProcessCallbackRef.html b/docs/html/uCEFUnresponsiveProcessCallback.TCefUnresponsiveProcessCallbackRef.html index 66df8663..2fb8584f 100644 --- a/docs/html/uCEFUnresponsiveProcessCallback.TCefUnresponsiveProcessCallbackRef.html +++ b/docs/html/uCEFUnresponsiveProcessCallback.TCefUnresponsiveProcessCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFUnresponsiveProcessCallback: Class TCefUnresponsiveProcessCallbackRef - + @@ -68,6 +68,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFUnresponsiveProcessCallback.html b/docs/html/uCEFUnresponsiveProcessCallback.html index 9971326a..640a46e6 100644 --- a/docs/html/uCEFUnresponsiveProcessCallback.html +++ b/docs/html/uCEFUnresponsiveProcessCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFUnresponsiveProcessCallback - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFUrlRequest.TCefUrlRequestRef.html b/docs/html/uCEFUrlRequest.TCefUrlRequestRef.html index 75602ffc..bd848b5b 100644 --- a/docs/html/uCEFUrlRequest.TCefUrlRequestRef.html +++ b/docs/html/uCEFUrlRequest.TCefUrlRequestRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFUrlRequest: Class TCefUrlRequestRef - + @@ -150,6 +150,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFUrlRequest.html b/docs/html/uCEFUrlRequest.html index d8e943ce..51f61f19 100644 --- a/docs/html/uCEFUrlRequest.html +++ b/docs/html/uCEFUrlRequest.html @@ -3,7 +3,7 @@ cef4delphi: uCEFUrlRequest - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html b/docs/html/uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html index 1352f708..607e5263 100644 --- a/docs/html/uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html +++ b/docs/html/uCEFUrlRequestClientComponent.TCEFUrlRequestClientComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFUrlRequestClientComponent: Class TCEFUrlRequestClientComponent - + @@ -439,6 +439,6 @@ Custom

    Event triggered when the URLRequest has been created.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFUrlRequestClientComponent.html b/docs/html/uCEFUrlRequestClientComponent.html index a22ccdcd..529d112f 100644 --- a/docs/html/uCEFUrlRequestClientComponent.html +++ b/docs/html/uCEFUrlRequestClientComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFUrlRequestClientComponent - + @@ -40,6 +40,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFUrlRequestClientEvents.html b/docs/html/uCEFUrlRequestClientEvents.html index 6669cd75..c0f767bd 100644 --- a/docs/html/uCEFUrlRequestClientEvents.html +++ b/docs/html/uCEFUrlRequestClientEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFUrlRequestClientEvents - + @@ -69,6 +69,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFUrlrequestClient.TCefUrlrequestClientOwn.html b/docs/html/uCEFUrlrequestClient.TCefUrlrequestClientOwn.html index 24c9213b..31e49af4 100644 --- a/docs/html/uCEFUrlrequestClient.TCefUrlrequestClientOwn.html +++ b/docs/html/uCEFUrlrequestClient.TCefUrlrequestClientOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFUrlrequestClient: Class TCefUrlrequestClientOwn - + @@ -124,6 +124,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFUrlrequestClient.TCefUrlrequestClientRef.html b/docs/html/uCEFUrlrequestClient.TCefUrlrequestClientRef.html index fbf02488..24221bfa 100644 --- a/docs/html/uCEFUrlrequestClient.TCefUrlrequestClientRef.html +++ b/docs/html/uCEFUrlrequestClient.TCefUrlrequestClientRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFUrlrequestClient: Class TCefUrlrequestClientRef - + @@ -124,6 +124,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFUrlrequestClient.TCustomCefUrlrequestClient.html b/docs/html/uCEFUrlrequestClient.TCustomCefUrlrequestClient.html index 2f8dc864..b6289292 100644 --- a/docs/html/uCEFUrlrequestClient.TCustomCefUrlrequestClient.html +++ b/docs/html/uCEFUrlrequestClient.TCustomCefUrlrequestClient.html @@ -3,7 +3,7 @@ cef4delphi: uCEFUrlrequestClient: Class TCustomCefUrlrequestClient - + @@ -153,6 +153,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFUrlrequestClient.html b/docs/html/uCEFUrlrequestClient.html index 896a18f6..b7072e7f 100644 --- a/docs/html/uCEFUrlrequestClient.html +++ b/docs/html/uCEFUrlrequestClient.html @@ -3,7 +3,7 @@ cef4delphi: uCEFUrlrequestClient - + @@ -33,6 +33,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFValue.TCefValueRef.html b/docs/html/uCEFValue.TCefValueRef.html index da83512c..455b20a1 100644 --- a/docs/html/uCEFValue.TCefValueRef.html +++ b/docs/html/uCEFValue.TCefValueRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFValue: Class TCefValueRef - + @@ -360,6 +360,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFValue.html b/docs/html/uCEFValue.html index c2bf8285..b111a873 100644 --- a/docs/html/uCEFValue.html +++ b/docs/html/uCEFValue.html @@ -3,7 +3,7 @@ cef4delphi: uCEFValue - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFView.TCefViewRef.html b/docs/html/uCEFView.TCefViewRef.html index d9b63d04..dd39947f 100644 --- a/docs/html/uCEFView.TCefViewRef.html +++ b/docs/html/uCEFView.TCefViewRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFView: Class TCefViewRef - + @@ -776,6 +776,6 @@ Returns a ICefView instance using a PCefView data pointer.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFView.html b/docs/html/uCEFView.html index 442807d6..98d494a9 100644 --- a/docs/html/uCEFView.html +++ b/docs/html/uCEFView.html @@ -3,7 +3,7 @@ cef4delphi: uCEFView - + @@ -25,6 +25,6 @@ A View is a rectangle within the views View hierarchy. It is the base interface for all Views. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFViewComponent.TCEFViewComponent.html b/docs/html/uCEFViewComponent.TCEFViewComponent.html index 0ab6d019..8350c670 100644 --- a/docs/html/uCEFViewComponent.TCEFViewComponent.html +++ b/docs/html/uCEFViewComponent.TCEFViewComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFViewComponent: Class TCEFViewComponent - + @@ -1708,6 +1708,6 @@ Custom

    (

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFViewComponent.html b/docs/html/uCEFViewComponent.html index a79d549c..1f234ca8 100644 --- a/docs/html/uCEFViewComponent.html +++ b/docs/html/uCEFViewComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFViewComponent - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFViewDelegate.TCefViewDelegateOwn.html b/docs/html/uCEFViewDelegate.TCefViewDelegateOwn.html index 5f229894..cec0d881 100644 --- a/docs/html/uCEFViewDelegate.TCefViewDelegateOwn.html +++ b/docs/html/uCEFViewDelegate.TCefViewDelegateOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFViewDelegate: Class TCefViewDelegateOwn - + @@ -233,6 +233,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFViewDelegate.TCefViewDelegateRef.html b/docs/html/uCEFViewDelegate.TCefViewDelegateRef.html index 7d61a6b0..dcfbb362 100644 --- a/docs/html/uCEFViewDelegate.TCefViewDelegateRef.html +++ b/docs/html/uCEFViewDelegate.TCefViewDelegateRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFViewDelegate: Class TCefViewDelegateRef - + @@ -215,6 +215,6 @@ Returns a ICefViewDelegate instance using a PCefViewDelegate data pointer.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFViewDelegate.TCustomViewDelegate.html b/docs/html/uCEFViewDelegate.TCustomViewDelegate.html index 1e582461..d627081e 100644 --- a/docs/html/uCEFViewDelegate.TCustomViewDelegate.html +++ b/docs/html/uCEFViewDelegate.TCustomViewDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFViewDelegate: Class TCustomViewDelegate - + @@ -246,6 +246,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFViewDelegate.html b/docs/html/uCEFViewDelegate.html index cdcc0e19..949aada2 100644 --- a/docs/html/uCEFViewDelegate.html +++ b/docs/html/uCEFViewDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFViewDelegate - + @@ -33,6 +33,6 @@ This class handles all the ICefViewDelegate methods which call the ICefViewDelegateEvents methods. ICefViewDelegateEvents will be implemented by the control receiving the ICefViewDelegate events. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFViewsFrameworkEvents.html b/docs/html/uCEFViewsFrameworkEvents.html index 593ca1fe..c3f7a234 100644 --- a/docs/html/uCEFViewsFrameworkEvents.html +++ b/docs/html/uCEFViewsFrameworkEvents.html @@ -3,7 +3,7 @@ cef4delphi: uCEFViewsFrameworkEvents - + @@ -521,6 +521,6 @@ ICefWindowDelegate

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWaitableEvent.TCefWaitableEventRef.html b/docs/html/uCEFWaitableEvent.TCefWaitableEventRef.html index dedaf0f6..83908dd9 100644 --- a/docs/html/uCEFWaitableEvent.TCefWaitableEventRef.html +++ b/docs/html/uCEFWaitableEvent.TCefWaitableEventRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWaitableEvent: Class TCefWaitableEventRef - + @@ -122,6 +122,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWaitableEvent.html b/docs/html/uCEFWaitableEvent.html index b2122dfd..561c9205 100644 --- a/docs/html/uCEFWaitableEvent.html +++ b/docs/html/uCEFWaitableEvent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWaitableEvent - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWinControl.TCEFWinControl.html b/docs/html/uCEFWinControl.TCEFWinControl.html index d3fb1b15..c15ab162 100644 --- a/docs/html/uCEFWinControl.TCEFWinControl.html +++ b/docs/html/uCEFWinControl.TCEFWinControl.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWinControl: Class TCEFWinControl - + @@ -393,6 +393,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWinControl.html b/docs/html/uCEFWinControl.html index f613699b..47b60581 100644 --- a/docs/html/uCEFWinControl.html +++ b/docs/html/uCEFWinControl.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWinControl - + @@ -25,6 +25,6 @@ Custom TWinControl used by CEF browsers. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWindow.TCefWindowRef.html b/docs/html/uCEFWindow.TCefWindowRef.html index a42bb694..b396835d 100644 --- a/docs/html/uCEFWindow.TCefWindowRef.html +++ b/docs/html/uCEFWindow.TCefWindowRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWindow: Class TCefWindowRef - + @@ -718,6 +718,6 @@ Create a new Window.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWindow.html b/docs/html/uCEFWindow.html index 893b0756..2654ce33 100644 --- a/docs/html/uCEFWindow.html +++ b/docs/html/uCEFWindow.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWindow - + @@ -25,6 +25,6 @@ A Window is a top-level Window/widget in the Views hierarchy. By default it will have a non-client area with title bar, icon and buttons that supports moving and resizing. All size and position values are in density independent pixels (DIP) unless otherwise indicated. Methods must be called on the browser process UI thread unless otherwise indicated. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWindowComponent.TCEFWindowComponent.html b/docs/html/uCEFWindowComponent.TCEFWindowComponent.html index 0537aa75..0e6ea703 100644 --- a/docs/html/uCEFWindowComponent.TCEFWindowComponent.html +++ b/docs/html/uCEFWindowComponent.TCEFWindowComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWindowComponent: Class TCEFWindowComponent - + @@ -1875,6 +1875,6 @@ ICefViewDelegateEvents

    Return Linux-specific window properties for correctly handling by window managers.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWindowComponent.html b/docs/html/uCEFWindowComponent.html index b692300c..225764d9 100644 --- a/docs/html/uCEFWindowComponent.html +++ b/docs/html/uCEFWindowComponent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWindowComponent - + @@ -40,6 +40,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWindowDelegate.TCefWindowDelegateOwn.html b/docs/html/uCEFWindowDelegate.TCefWindowDelegateOwn.html index 98723760..18e939bc 100644 --- a/docs/html/uCEFWindowDelegate.TCefWindowDelegateOwn.html +++ b/docs/html/uCEFWindowDelegate.TCefWindowDelegateOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWindowDelegate: Class TCefWindowDelegateOwn - + @@ -402,6 +402,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWindowDelegate.TCefWindowDelegateRef.html b/docs/html/uCEFWindowDelegate.TCefWindowDelegateRef.html index f1207b29..9446dd74 100644 --- a/docs/html/uCEFWindowDelegate.TCefWindowDelegateRef.html +++ b/docs/html/uCEFWindowDelegate.TCefWindowDelegateRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWindowDelegate: Class TCefWindowDelegateRef - + @@ -384,6 +384,6 @@ Returns a ICefWindowDelegate instance using a PCefWindowDelegate data pointer.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWindowDelegate.TCustomWindowDelegate.html b/docs/html/uCEFWindowDelegate.TCustomWindowDelegate.html index aecf4429..9a483c57 100644 --- a/docs/html/uCEFWindowDelegate.TCustomWindowDelegate.html +++ b/docs/html/uCEFWindowDelegate.TCustomWindowDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWindowDelegate: Class TCustomWindowDelegate - + @@ -576,6 +576,6 @@ ICefWindowDelegate

    Creates an instance of this class liked to an interface that's implemented by a control receiving the events.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWindowDelegate.html b/docs/html/uCEFWindowDelegate.html index 00800abe..01411677 100644 --- a/docs/html/uCEFWindowDelegate.html +++ b/docs/html/uCEFWindowDelegate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWindowDelegate - + @@ -33,6 +33,6 @@ This class handles all the TCustomWindowDelegate methods which call the ICefWindowDelegateEvents methods. ICefWindowDelegateEvents will be implemented by the control receiving the TCustomWindowDelegate events. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWindowInfoWrapper.TCEFWindowInfoWrapper.html b/docs/html/uCEFWindowInfoWrapper.TCEFWindowInfoWrapper.html index f0a86e6a..15c3d28f 100644 --- a/docs/html/uCEFWindowInfoWrapper.TCEFWindowInfoWrapper.html +++ b/docs/html/uCEFWindowInfoWrapper.TCEFWindowInfoWrapper.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWindowInfoWrapper: Class TCEFWindowInfoWrapper - + @@ -615,6 +615,6 @@ Handle for the new browser window. Only used with windowed rendering.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWindowInfoWrapper.html b/docs/html/uCEFWindowInfoWrapper.html index a6176c76..886a737f 100644 --- a/docs/html/uCEFWindowInfoWrapper.html +++ b/docs/html/uCEFWindowInfoWrapper.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWindowInfoWrapper - + @@ -25,6 +25,6 @@ Wrapper class used to initialize a TCEFWindowInfo record. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWindowParent.TCEFWindowParent.html b/docs/html/uCEFWindowParent.TCEFWindowParent.html index 9dcae987..869e07bb 100644 --- a/docs/html/uCEFWindowParent.TCEFWindowParent.html +++ b/docs/html/uCEFWindowParent.TCEFWindowParent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWindowParent: Class TCEFWindowParent - + @@ -42,6 +42,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWindowParent.html b/docs/html/uCEFWindowParent.html index 1c830563..a9a37984 100644 --- a/docs/html/uCEFWindowParent.html +++ b/docs/html/uCEFWindowParent.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWindowParent - + @@ -40,6 +40,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWorkScheduler.TCEFWorkScheduler.html b/docs/html/uCEFWorkScheduler.TCEFWorkScheduler.html index 4d4fb6a6..6479f190 100644 --- a/docs/html/uCEFWorkScheduler.TCEFWorkScheduler.html +++ b/docs/html/uCEFWorkScheduler.TCEFWorkScheduler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWorkScheduler: Class TCEFWorkScheduler - + @@ -494,6 +494,6 @@ Use a custom queue thread instead of Windows messages or any other way to schedule the next pump work.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWorkScheduler.html b/docs/html/uCEFWorkScheduler.html index 62cb7b4f..0428bccb 100644 --- a/docs/html/uCEFWorkScheduler.html +++ b/docs/html/uCEFWorkScheduler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWorkScheduler - + @@ -70,6 +70,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html b/docs/html/uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html index e9f01308..40a65408 100644 --- a/docs/html/uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html +++ b/docs/html/uCEFWorkSchedulerQueueThread.TCEFWorkSchedulerQueueThread.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWorkSchedulerQueueThread: Class TCEFWorkSchedulerQueueThread - + @@ -324,6 +324,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWorkSchedulerQueueThread.html b/docs/html/uCEFWorkSchedulerQueueThread.html index d7255923..614ee774 100644 --- a/docs/html/uCEFWorkSchedulerQueueThread.html +++ b/docs/html/uCEFWorkSchedulerQueueThread.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWorkSchedulerQueueThread - + @@ -50,6 +50,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWorkSchedulerThread.TCEFWorkSchedulerThread.html b/docs/html/uCEFWorkSchedulerThread.TCEFWorkSchedulerThread.html index 95009abe..85d51fa0 100644 --- a/docs/html/uCEFWorkSchedulerThread.TCEFWorkSchedulerThread.html +++ b/docs/html/uCEFWorkSchedulerThread.TCEFWorkSchedulerThread.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWorkSchedulerThread: Class TCEFWorkSchedulerThread - + @@ -276,6 +276,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWorkSchedulerThread.html b/docs/html/uCEFWorkSchedulerThread.html index 671c0953..b3897d4d 100644 --- a/docs/html/uCEFWorkSchedulerThread.html +++ b/docs/html/uCEFWorkSchedulerThread.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWorkSchedulerThread - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWriteHandler.TCefBytesWriteHandler.html b/docs/html/uCEFWriteHandler.TCefBytesWriteHandler.html index 608c98a7..766cbdaf 100644 --- a/docs/html/uCEFWriteHandler.TCefBytesWriteHandler.html +++ b/docs/html/uCEFWriteHandler.TCefBytesWriteHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWriteHandler: Class TCefBytesWriteHandler - + @@ -223,6 +223,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWriteHandler.TCefWriteHandlerOwn.html b/docs/html/uCEFWriteHandler.TCefWriteHandlerOwn.html index 6ebf908d..d6296bdb 100644 --- a/docs/html/uCEFWriteHandler.TCefWriteHandlerOwn.html +++ b/docs/html/uCEFWriteHandler.TCefWriteHandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWriteHandler: Class TCefWriteHandlerOwn - + @@ -110,6 +110,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFWriteHandler.html b/docs/html/uCEFWriteHandler.html index 48f248cf..d9308a4a 100644 --- a/docs/html/uCEFWriteHandler.html +++ b/docs/html/uCEFWriteHandler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFWriteHandler - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFX509CertPrincipal.TCefX509CertPrincipalRef.html b/docs/html/uCEFX509CertPrincipal.TCefX509CertPrincipalRef.html index 8c1b4862..fb4a7309 100644 --- a/docs/html/uCEFX509CertPrincipal.TCefX509CertPrincipalRef.html +++ b/docs/html/uCEFX509CertPrincipal.TCefX509CertPrincipalRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFX509CertPrincipal: Class TCefX509CertPrincipalRef - + @@ -138,6 +138,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFX509CertPrincipal.html b/docs/html/uCEFX509CertPrincipal.html index 1d72aab0..4712620c 100644 --- a/docs/html/uCEFX509CertPrincipal.html +++ b/docs/html/uCEFX509CertPrincipal.html @@ -3,7 +3,7 @@ cef4delphi: uCEFX509CertPrincipal - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFX509Certificate.TCEFX509CertificateRef.html b/docs/html/uCEFX509Certificate.TCEFX509CertificateRef.html index c6a36100..92dbcf75 100644 --- a/docs/html/uCEFX509Certificate.TCEFX509CertificateRef.html +++ b/docs/html/uCEFX509Certificate.TCEFX509CertificateRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFX509Certificate: Class TCEFX509CertificateRef - + @@ -208,6 +208,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFX509Certificate.html b/docs/html/uCEFX509Certificate.html index a710c419..9222f021 100644 --- a/docs/html/uCEFX509Certificate.html +++ b/docs/html/uCEFX509Certificate.html @@ -3,7 +3,7 @@ cef4delphi: uCEFX509Certificate - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFXmlReader.TCefXmlReaderRef.html b/docs/html/uCEFXmlReader.TCefXmlReaderRef.html index dd0395b8..cecfd161 100644 --- a/docs/html/uCEFXmlReader.TCefXmlReaderRef.html +++ b/docs/html/uCEFXmlReader.TCefXmlReaderRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFXmlReader: Class TCefXmlReaderRef - + @@ -458,6 +458,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFXmlReader.html b/docs/html/uCEFXmlReader.html index 3c9b9c16..58a6a6ca 100644 --- a/docs/html/uCEFXmlReader.html +++ b/docs/html/uCEFXmlReader.html @@ -3,7 +3,7 @@ cef4delphi: uCEFXmlReader - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFZipReader.TCefZipReaderRef.html b/docs/html/uCEFZipReader.TCefZipReaderRef.html index 91ed717e..57e2cec4 100644 --- a/docs/html/uCEFZipReader.TCefZipReaderRef.html +++ b/docs/html/uCEFZipReader.TCefZipReaderRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFZipReader: Class TCefZipReaderRef - + @@ -228,6 +228,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFZipReader.html b/docs/html/uCEFZipReader.html index 00e63ae7..bbc24ab5 100644 --- a/docs/html/uCEFZipReader.html +++ b/docs/html/uCEFZipReader.html @@ -3,7 +3,7 @@ cef4delphi: uCEFZipReader - + @@ -25,6 +25,6 @@ Class that supports the reading of zip archives via the zlib unzip API. The functions of this interface should only be called on the thread that creates the object. -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8Accessor.TCefFastV8Accessor.html b/docs/html/uCEFv8Accessor.TCefFastV8Accessor.html index b7004e08..8bdf8a09 100644 --- a/docs/html/uCEFv8Accessor.TCefFastV8Accessor.html +++ b/docs/html/uCEFv8Accessor.TCefFastV8Accessor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Accessor: Class TCefFastV8Accessor - + @@ -97,6 +97,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8Accessor.TCefV8AccessorOwn.html b/docs/html/uCEFv8Accessor.TCefV8AccessorOwn.html index 684c5ad0..520fab53 100644 --- a/docs/html/uCEFv8Accessor.TCefV8AccessorOwn.html +++ b/docs/html/uCEFv8Accessor.TCefV8AccessorOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Accessor: Class TCefV8AccessorOwn - + @@ -68,6 +68,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8Accessor.html b/docs/html/uCEFv8Accessor.html index 12513ce1..b2e58f16 100644 --- a/docs/html/uCEFv8Accessor.html +++ b/docs/html/uCEFv8Accessor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Accessor - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8ArrayBufferReleaseCallback.TCefFastv8ArrayBufferReleaseCallback.html b/docs/html/uCEFv8ArrayBufferReleaseCallback.TCefFastv8ArrayBufferReleaseCallback.html index d8c5c510..8a7dc323 100644 --- a/docs/html/uCEFv8ArrayBufferReleaseCallback.TCefFastv8ArrayBufferReleaseCallback.html +++ b/docs/html/uCEFv8ArrayBufferReleaseCallback.TCefFastv8ArrayBufferReleaseCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8ArrayBufferReleaseCallback: Class TCefFastv8ArrayBufferReleaseCallback - + @@ -71,6 +71,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8ArrayBufferReleaseCallback.TCefv8ArrayBufferReleaseCallbackOwn.html b/docs/html/uCEFv8ArrayBufferReleaseCallback.TCefv8ArrayBufferReleaseCallbackOwn.html index 403a6d51..20c84190 100644 --- a/docs/html/uCEFv8ArrayBufferReleaseCallback.TCefv8ArrayBufferReleaseCallbackOwn.html +++ b/docs/html/uCEFv8ArrayBufferReleaseCallback.TCefv8ArrayBufferReleaseCallbackOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8ArrayBufferReleaseCallback: Class TCefv8ArrayBufferReleaseCallbackOwn - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8ArrayBufferReleaseCallback.TCefv8ArrayBufferReleaseCallbackRef.html b/docs/html/uCEFv8ArrayBufferReleaseCallback.TCefv8ArrayBufferReleaseCallbackRef.html index 8669f59a..a2f7289f 100644 --- a/docs/html/uCEFv8ArrayBufferReleaseCallback.TCefv8ArrayBufferReleaseCallbackRef.html +++ b/docs/html/uCEFv8ArrayBufferReleaseCallback.TCefv8ArrayBufferReleaseCallbackRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8ArrayBufferReleaseCallback: Class TCefv8ArrayBufferReleaseCallbackRef - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8ArrayBufferReleaseCallback.html b/docs/html/uCEFv8ArrayBufferReleaseCallback.html index 2e469ede..d309abf4 100644 --- a/docs/html/uCEFv8ArrayBufferReleaseCallback.html +++ b/docs/html/uCEFv8ArrayBufferReleaseCallback.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8ArrayBufferReleaseCallback - + @@ -33,6 +33,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8BackingStore.TCefv8BackingStoreRef.html b/docs/html/uCEFv8BackingStore.TCefv8BackingStoreRef.html new file mode 100644 index 00000000..12d38827 --- /dev/null +++ b/docs/html/uCEFv8BackingStore.TCefv8BackingStoreRef.html @@ -0,0 +1,111 @@ + + + +cef4delphi: uCEFv8BackingStore: Class TCefv8BackingStoreRef + + + + + + + +

    Class TCefv8BackingStoreRef

    + +

    Unit

    + +

    Declaration

    +

    +type TCefv8BackingStoreRef = class(TCefBaseRefCountedRef, ICefv8BackingStore)

    +

    Description

    +

    + + +

    Structure representing a V8 ArrayBuffer backing store. The backing store holds the memory that backs an ArrayBuffer. It must be created on a thread with a valid V8 isolate (renderer main thread or WebWorker thread). Once created, the data() pointer can be safely read/written from any thread. This allows expensive operations like memcpy to be performed on a background thread before creating the ArrayBuffer on the V8 thread. + +

    The backing store is consumed when passed to TCefv8ValueRef.NewArrayBufferFromBackingStore(), after which IsValid() returns false (0). + +

    +

    + + +

    <see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_v8_capi.h">CEF source file: /include/capi/cef_v8_capi.h (cef_v8_backing_store_t))

    +

    Hierarchy

    +

    Overview

    +

    Methods

    + + + + + + + + + + + + + + + + + + + + + +
    Protectedfunction data: Pointer;
    Protectedfunction ByteLength: NativeUInt;
    Protectedfunction IsValid: boolean;
    Publicclass function UnWrap(data_: Pointer): ICefv8BackingStore;
    Publicclass function New(byte_length: NativeUInt): ICefv8BackingStore;
    +

    Description

    +

    Methods

    + + + + + + +
    Protectedfunction data: Pointer;
    +

    + Returns a pointer to the allocated memory, or nullptr if the backing store has been consumed or is otherwise invalid. The pointer is safe to read/write from any thread. The caller must ensure all writes are complete before passing this object to TCefv8ValueRef.NewArrayBufferFromBackingStore(). Pointers obtained from this function should not be retained after calling TCefv8ValueRef.NewArrayBufferFromBackingStore(), as the memory will then be owned by the ArrayBuffer and subject to V8 garbage collection.

    +
    + + + + + + +
    Protectedfunction ByteLength: NativeUInt;
    +

    + Returns the size of the allocated memory in bytes, or 0 if the backing store has been consumed.

    +
    + + + + + + +
    Protectedfunction IsValid: boolean;
    +

    + Returns true (1) if this backing store has not yet been consumed by TCefv8ValueRef.NewArrayBufferFromBackingStore().

    +
    + + + + + + +
    Publicclass function UnWrap(data_: Pointer): ICefv8BackingStore;
    +

    This item has no description.

    + + + + + + +
    Publicclass function New(byte_length: NativeUInt): ICefv8BackingStore;
    +

    This item has no description.

    +
    Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFv8BackingStore.html b/docs/html/uCEFv8BackingStore.html new file mode 100644 index 00000000..8cf7f52b --- /dev/null +++ b/docs/html/uCEFv8BackingStore.html @@ -0,0 +1,36 @@ + + + +cef4delphi: uCEFv8BackingStore + + + + + + + +

    Unit uCEFv8BackingStore

    + +

    Description

    +

    This item has no description.

    Overview

    +

    Classes, Interfaces, Objects and Records

    + + + + + + + + + +
    NameDescription
    Class TCefv8BackingStoreRef + +

    Structure representing a V8 ArrayBuffer backing store. The backing store holds the memory that backs an ArrayBuffer. It must be created on a thread with a valid V8 isolate (renderer main thread or WebWorker thread). Once created, the data() pointer can be safely read/written from any thread. This allows expensive operations like memcpy to be performed on a background thread before creating the ArrayBuffer on the V8 thread. + +

    The backing store is consumed when passed to TCefv8ValueRef.NewArrayBufferFromBackingStore(), after which IsValid() returns false (0). + +

    +
    Generated by PasDoc 1.0.0. + + diff --git a/docs/html/uCEFv8Context.TCefv8ContextRef.html b/docs/html/uCEFv8Context.TCefv8ContextRef.html index 35253a8d..5a8d97c0 100644 --- a/docs/html/uCEFv8Context.TCefv8ContextRef.html +++ b/docs/html/uCEFv8Context.TCefv8ContextRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Context: Class TCefv8ContextRef - + @@ -190,6 +190,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8Context.html b/docs/html/uCEFv8Context.html index b4305d60..3c2cd04c 100644 --- a/docs/html/uCEFv8Context.html +++ b/docs/html/uCEFv8Context.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Context - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8Exception.TCefV8ExceptionRef.html b/docs/html/uCEFv8Exception.TCefV8ExceptionRef.html index a0314172..c62798bd 100644 --- a/docs/html/uCEFv8Exception.TCefV8ExceptionRef.html +++ b/docs/html/uCEFv8Exception.TCefV8ExceptionRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Exception: Class TCefV8ExceptionRef - + @@ -152,6 +152,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8Exception.html b/docs/html/uCEFv8Exception.html index cfca16a1..b28f3ef9 100644 --- a/docs/html/uCEFv8Exception.html +++ b/docs/html/uCEFv8Exception.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Exception - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8Handler.TCefCustomUserData.html b/docs/html/uCEFv8Handler.TCefCustomUserData.html index e396ab62..e58f1f53 100644 --- a/docs/html/uCEFv8Handler.TCefCustomUserData.html +++ b/docs/html/uCEFv8Handler.TCefCustomUserData.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Handler: Class TCefCustomUserData - + @@ -116,6 +116,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8Handler.TCefv8HandlerOwn.html b/docs/html/uCEFv8Handler.TCefv8HandlerOwn.html index 4e6d8e65..a216b8b1 100644 --- a/docs/html/uCEFv8Handler.TCefv8HandlerOwn.html +++ b/docs/html/uCEFv8Handler.TCefv8HandlerOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Handler: Class TCefv8HandlerOwn - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8Handler.TCefv8HandlerRef.html b/docs/html/uCEFv8Handler.TCefv8HandlerRef.html index b4301b15..2228bc7e 100644 --- a/docs/html/uCEFv8Handler.TCefv8HandlerRef.html +++ b/docs/html/uCEFv8Handler.TCefv8HandlerRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Handler: Class TCefv8HandlerRef - + @@ -54,6 +54,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8Handler.html b/docs/html/uCEFv8Handler.html index b3a51cd5..8cdb8151 100644 --- a/docs/html/uCEFv8Handler.html +++ b/docs/html/uCEFv8Handler.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Handler - + @@ -33,6 +33,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8Interceptor.TCefFastV8Interceptor.html b/docs/html/uCEFv8Interceptor.TCefFastV8Interceptor.html index 9996c9d8..51f4d406 100644 --- a/docs/html/uCEFv8Interceptor.TCefFastV8Interceptor.html +++ b/docs/html/uCEFv8Interceptor.TCefFastV8Interceptor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Interceptor: Class TCefFastV8Interceptor - + @@ -149,6 +149,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8Interceptor.TCefV8InterceptorOwn.html b/docs/html/uCEFv8Interceptor.TCefV8InterceptorOwn.html index e61e68b0..101c48ed 100644 --- a/docs/html/uCEFv8Interceptor.TCefV8InterceptorOwn.html +++ b/docs/html/uCEFv8Interceptor.TCefV8InterceptorOwn.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Interceptor: Class TCefV8InterceptorOwn - + @@ -96,6 +96,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8Interceptor.html b/docs/html/uCEFv8Interceptor.html index fb9e3674..9340156d 100644 --- a/docs/html/uCEFv8Interceptor.html +++ b/docs/html/uCEFv8Interceptor.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Interceptor - + @@ -29,6 +29,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8StackFrame.TCefV8StackFrameRef.html b/docs/html/uCEFv8StackFrame.TCefV8StackFrameRef.html index 11a4f644..0c439e74 100644 --- a/docs/html/uCEFv8StackFrame.TCefV8StackFrameRef.html +++ b/docs/html/uCEFv8StackFrame.TCefV8StackFrameRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8StackFrame: Class TCefV8StackFrameRef - + @@ -152,6 +152,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8StackFrame.html b/docs/html/uCEFv8StackFrame.html index 48b75169..ff01e48b 100644 --- a/docs/html/uCEFv8StackFrame.html +++ b/docs/html/uCEFv8StackFrame.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8StackFrame - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8StackTrace.TCefV8StackTraceRef.html b/docs/html/uCEFv8StackTrace.TCefV8StackTraceRef.html index ba9493a2..162c52fc 100644 --- a/docs/html/uCEFv8StackTrace.TCefV8StackTraceRef.html +++ b/docs/html/uCEFv8StackTrace.TCefV8StackTraceRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8StackTrace: Class TCefV8StackTraceRef - + @@ -94,6 +94,6 @@

    This item has no description.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8StackTrace.html b/docs/html/uCEFv8StackTrace.html index 52d26a1e..177c512f 100644 --- a/docs/html/uCEFv8StackTrace.html +++ b/docs/html/uCEFv8StackTrace.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8StackTrace - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8Value.TCefv8ValueRef.html b/docs/html/uCEFv8Value.TCefv8ValueRef.html index 7293d0d7..68915c48 100644 --- a/docs/html/uCEFv8Value.TCefv8ValueRef.html +++ b/docs/html/uCEFv8Value.TCefv8ValueRef.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Value: Class TCefv8ValueRef - + @@ -998,6 +998,6 @@ Create a new ICefv8Value object of type Promise. This function should only be called from within the scope of a ICefRenderProcessHandler, ICefv8Handler or ICefv8Accessor callback, or in combination with calling enter() and exit() on a stored ICefv8Context reference.

    -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/docs/html/uCEFv8Value.html b/docs/html/uCEFv8Value.html index 20b4c9b3..4aa6b030 100644 --- a/docs/html/uCEFv8Value.html +++ b/docs/html/uCEFv8Value.html @@ -3,7 +3,7 @@ cef4delphi: uCEFv8Value - + @@ -25,6 +25,6 @@   -
    Generated by PasDoc 0.17.0.snapshot. +
    Generated by PasDoc 1.0.0. diff --git a/packages/cef4delphi.pds b/packages/cef4delphi.pds index 2eddc1bf..900c350d 100644 --- a/packages/cef4delphi.pds +++ b/packages/cef4delphi.pds @@ -47,6 +47,8 @@ VizGraphUses=0 CheckSpelling=0 LatexGraphicsPackage=0 ImplementationComments=0 +InheritedMembers=0 +Bootstrap=1 [Defines] Count=2 @@ -67,7 +69,7 @@ Count=1 Item_0=..\source [Files] -Count=218 +Count=225 Item_0=..\source\uCEFAccessibilityHandler.pas Item_1=..\source\uCEFApp.pas Item_2=..\source\uCEFApplication.pas @@ -104,188 +106,195 @@ Item_32=..\source\uCEFClient.pas Item_33=..\source\uCEFCommandHandler.pas Item_34=..\source\uCEFCommandLine.pas Item_35=..\source\uCEFCompletionCallback.pas -Item_36=..\source\uCEFComponentIdList.pas -Item_37=..\source\uCEFConstants.pas -Item_38=..\source\uCEFContextMenuHandler.pas -Item_39=..\source\uCEFContextMenuParams.pas -Item_40=..\source\uCEFCookieAccessFilter.pas -Item_41=..\source\uCEFCookieManager.pas -Item_42=..\source\uCEFCookieVisitor.pas -Item_43=..\source\uCEFCustomStreamReader.pas -Item_44=..\source\uCEFDeleteCookiesCallback.pas -Item_45=..\source\uCEFDevToolsMessageObserver.pas -Item_46=..\source\uCEFDialogHandler.pas -Item_47=..\source\uCEFDictionaryValue.pas -Item_48=..\source\uCEFDisplay.pas -Item_49=..\source\uCEFDisplayHandler.pas -Item_50=..\source\uCEFDomDocument.pas -Item_51=..\source\uCEFDomNode.pas -Item_52=..\source\uCEFDomVisitor.pas -Item_53=..\source\uCEFDownloadHandler.pas -Item_54=..\source\uCEFDownloadImageCallBack.pas -Item_55=..\source\uCEFDownLoadItem.pas -Item_56=..\source\uCEFDownloadItemCallback.pas -Item_57=..\source\uCEFDragAndDropMgr.pas -Item_58=..\source\uCEFDragData.pas -Item_59=..\source\uCEFDragHandler.pas -Item_60=..\source\uCEFEndTracingCallback.pas -Item_61=..\source\uCEFFileDialogCallback.pas -Item_62=..\source\uCEFFileDialogInfo.pas -Item_63=..\source\uCEFFillLayout.pas -Item_64=..\source\uCEFFindHandler.pas -Item_65=..\source\uCEFFMXBufferPanel.pas -Item_66=..\source\uCEFFMXChromium.pas -Item_67=..\source\uCEFFMXWindowParent.pas -Item_68=..\source\uCEFFMXWorkScheduler.pas -Item_69=..\source\uCEFFocusHandler.pas -Item_70=..\source\uCEFFrame.pas -Item_71=..\source\uCEFFrameHandler.pas -Item_72=..\source\uCEFImage.pas -Item_73=..\source\uCEFInterfaces.pas -Item_74=..\source\uCEFJsDialogCallback.pas -Item_75=..\source\uCEFJsDialogHandler.pas -Item_76=..\source\uCEFJson.pas -Item_77=..\source\uCEFKeyboardHandler.pas -Item_78=..\source\uCEFLabelButton.pas -Item_79=..\source\uCEFLabelButtonComponent.pas -Item_80=..\source\uCEFLayout.pas -Item_81=..\source\uceflazaruscocoa.pas -Item_82=..\source\uCEFLibFunctions.pas -Item_83=..\source\uCEFLifeSpanHandler.pas -Item_84=..\source\uCEFLinkedWinControlBase.pas -Item_85=..\source\uCEFLinkedWindowParent.pas -Item_86=..\source\uCEFLinuxConstants.pas -Item_87=..\source\uCEFLinuxEventPipe.pas -Item_88=..\source\uCEFLinuxFunctions.pas -Item_89=..\source\uCEFLinuxTypes.pas -Item_90=..\source\uCEFListValue.pas -Item_91=..\source\uCEFLoadHandler.pas -Item_92=..\source\uCEFMacOSConstants.pas -Item_93=..\source\uCEFMacOSCustomCocoaTimer.pas -Item_94=..\source\uCEFMacOSFunctions.pas -Item_95=..\source\uCEFMacOSInterfaces.pas -Item_96=..\source\uCEFMediaAccessCallback.pas -Item_97=..\source\uCEFMediaAccessHandler.pas -Item_98=..\source\uCEFMediaObserver.pas -Item_99=..\source\uCEFMediaRoute.pas -Item_100=..\source\uCEFMediaRouteCreateCallback.pas -Item_101=..\source\uCEFMediaRouter.pas -Item_102=..\source\uCEFMediaSink.pas -Item_103=..\source\uCEFMediaSinkDeviceInfoCallback.pas -Item_104=..\source\uCEFMediaSource.pas -Item_105=..\source\uCEFMenuButton.pas -Item_106=..\source\uCEFMenuButtonComponent.pas -Item_107=..\source\uCEFMenuButtonDelegate.pas -Item_108=..\source\uCEFMenuButtonPressedLock.pas -Item_109=..\source\uCEFMenuModel.pas -Item_110=..\source\uCEFMenuModelDelegate.pas -Item_111=..\source\uCEFMiscFunctions.pas -Item_112=..\source\uCEFNavigationEntry.pas -Item_113=..\source\uCEFNavigationEntryVisitor.pas -Item_114=..\source\uCEFOAuth2Helper.pas -Item_115=..\source\uCEFOLEDragAndDrop.pas -Item_116=..\source\uCEFOsrBrowserWindow.pas -Item_117=..\source\uCEFOSRIMEHandler.pas -Item_118=..\source\uCEFOverlayController.pas -Item_119=..\source\uCEFPanel.pas -Item_120=..\source\uCEFPanelComponent.pas -Item_121=..\source\uCEFPanelDelegate.pas -Item_122=..\source\uCEFPDFPrintCallback.pas -Item_123=..\source\uCEFPDFPrintOptions.pas -Item_124=..\source\uCEFPermissionHandler.pas -Item_125=..\source\uCEFPermissionPromptCallback.pas -Item_126=..\source\uCEFPostData.pas -Item_127=..\source\uCEFPostDataElement.pas -Item_128=..\source\uCEFPreferenceManager.pas -Item_129=..\source\uCEFPreferenceRegistrar.pas -Item_130=..\source\uCEFPrintDialogCallback.pas -Item_131=..\source\uCEFPrintHandler.pas -Item_132=..\source\uCEFPrintJobCallback.pas -Item_133=..\source\uCEFPrintSettings.pas -Item_134=..\source\uCEFProcessMessage.pas -Item_135=..\source\uCEFRegistration.pas -Item_136=..\source\uCEFRenderHandler.pas -Item_137=..\source\uCEFRenderProcessHandler.pas -Item_138=..\source\uCEFRequest.pas -Item_139=..\source\uCEFRequestContext.pas -Item_140=..\source\uCEFRequestContextHandler.pas -Item_141=..\source\uCEFRequestHandler.pas -Item_142=..\source\uCEFResolveCallback.pas -Item_143=..\source\uCEFResourceBundle.pas -Item_144=..\source\uCEFResourceBundleHandler.pas -Item_145=..\source\uCEFResourceHandler.pas -Item_146=..\source\uCEFResourceReadCallback.pas -Item_147=..\source\uCEFResourceRequestHandler.pas -Item_148=..\source\uCEFResourceSkipCallback.pas -Item_149=..\source\uCEFResponse.pas -Item_150=..\source\uCEFResponseFilter.pas -Item_151=..\source\uCEFRunContextMenuCallback.pas -Item_152=..\source\uCEFRunFileDialogCallback.pas -Item_153=..\source\uCEFRunQuickMenuCallback.pas -Item_154=..\source\uCEFSchemeHandlerFactory.pas -Item_155=..\source\uCEFSchemeRegistrar.pas -Item_156=..\source\uCEFScrollView.pas -Item_157=..\source\uCEFScrollViewComponent.pas -Item_158=..\source\uCEFSelectClientCertificateCallback.pas -Item_159=..\source\uCEFSentinel.pas -Item_160=..\source\uCEFServer.pas -Item_161=..\source\uCEFServerComponent.pas -Item_162=..\source\uCEFServerEvents.pas -Item_163=..\source\uCEFServerHandler.pas -Item_164=..\source\uCEFSetCookieCallback.pas -Item_165=..\source\uCEFSharedMemoryRegion.pas -Item_166=..\source\uCEFSharedProcessMessageBuilder.pas -Item_167=..\source\uCEFSslInfo.pas -Item_168=..\source\uCEFSSLStatus.pas -Item_169=..\source\uCEFStreamReader.pas -Item_170=..\source\uCEFStreamWriter.pas -Item_171=..\source\uCEFStringList.pas -Item_172=..\source\uCEFStringMap.pas -Item_173=..\source\uCEFStringMultimap.pas -Item_174=..\source\uCEFStringVisitor.pas -Item_175=..\source\uCEFTask.pas -Item_176=..\source\uCEFTaskManager.pas -Item_177=..\source\uCEFTaskRunner.pas -Item_178=..\source\uCEFTextfield.pas -Item_179=..\source\uCEFTextfieldComponent.pas -Item_180=..\source\uCEFTextfieldDelegate.pas -Item_181=..\source\uCEFThread.pas -Item_182=..\source\uCEFTimerWorkScheduler.pas -Item_183=..\source\uCEFTypes.pas -Item_184=..\source\uCEFUnresponsiveProcessCallback.pas -Item_185=..\source\uCEFUrlRequest.pas -Item_186=..\source\uCEFUrlrequestClient.pas -Item_187=..\source\uCEFUrlRequestClientComponent.pas -Item_188=..\source\uCEFUrlRequestClientEvents.pas -Item_189=..\source\uCEFv8Accessor.pas -Item_190=..\source\uCEFv8ArrayBufferReleaseCallback.pas -Item_191=..\source\uCEFv8Context.pas -Item_192=..\source\uCEFv8Exception.pas -Item_193=..\source\uCEFv8Handler.pas -Item_194=..\source\uCEFv8Interceptor.pas -Item_195=..\source\uCEFv8StackFrame.pas -Item_196=..\source\uCEFv8StackTrace.pas -Item_197=..\source\uCEFv8Value.pas -Item_198=..\source\uCEFValue.pas -Item_199=..\source\uCEFView.pas -Item_200=..\source\uCEFViewComponent.pas -Item_201=..\source\uCEFViewDelegate.pas -Item_202=..\source\uCEFViewsFrameworkEvents.pas -Item_203=..\source\uCEFWaitableEvent.pas -Item_204=..\source\uCEFWinControl.pas -Item_205=..\source\uCEFWindow.pas -Item_206=..\source\uCEFWindowComponent.pas -Item_207=..\source\uCEFWindowDelegate.pas -Item_208=..\source\uCEFWindowInfoWrapper.pas -Item_209=..\source\uCEFWindowParent.pas -Item_210=..\source\uCEFWorkScheduler.pas -Item_211=..\source\uCEFWorkSchedulerQueueThread.pas -Item_212=..\source\uCEFWorkSchedulerThread.pas -Item_213=..\source\uCEFWriteHandler.pas -Item_214=..\source\uCEFX509Certificate.pas -Item_215=..\source\uCEFX509CertPrincipal.pas -Item_216=..\source\uCEFXmlReader.pas -Item_217=..\source\uCEFZipReader.pas +Item_36=..\source\uCEFComponent.pas +Item_37=..\source\uCEFComponentIdList.pas +Item_38=..\source\uCEFComponentUpdateCallback.pas +Item_39=..\source\uCEFComponentUpdater.pas +Item_40=..\source\uCEFConstants.pas +Item_41=..\source\uCEFContextMenuHandler.pas +Item_42=..\source\uCEFContextMenuParams.pas +Item_43=..\source\uCEFCookieAccessFilter.pas +Item_44=..\source\uCEFCookieManager.pas +Item_45=..\source\uCEFCookieVisitor.pas +Item_46=..\source\uCEFCustomStreamReader.pas +Item_47=..\source\uCEFDeleteCookiesCallback.pas +Item_48=..\source\uCEFDevToolsMessageObserver.pas +Item_49=..\source\uCEFDialogHandler.pas +Item_50=..\source\uCEFDictionaryValue.pas +Item_51=..\source\uCEFDisplay.pas +Item_52=..\source\uCEFDisplayHandler.pas +Item_53=..\source\uCEFDomDocument.pas +Item_54=..\source\uCEFDomNode.pas +Item_55=..\source\uCEFDomVisitor.pas +Item_56=..\source\uCEFDownloadHandler.pas +Item_57=..\source\uCEFDownloadImageCallBack.pas +Item_58=..\source\uCEFDownLoadItem.pas +Item_59=..\source\uCEFDownloadItemCallback.pas +Item_60=..\source\uCEFDragAndDropMgr.pas +Item_61=..\source\uCEFDragData.pas +Item_62=..\source\uCEFDragHandler.pas +Item_63=..\source\uCEFEndTracingCallback.pas +Item_64=..\source\uCEFFileDialogCallback.pas +Item_65=..\source\uCEFFileDialogInfo.pas +Item_66=..\source\uCEFFillLayout.pas +Item_67=..\source\uCEFFindHandler.pas +Item_68=..\source\uCEFFMXBufferPanel.pas +Item_69=..\source\uCEFFMXChromium.pas +Item_70=..\source\uCEFFMXWindowParent.pas +Item_71=..\source\uCEFFMXWorkScheduler.pas +Item_72=..\source\uCEFFocusHandler.pas +Item_73=..\source\uCEFFrame.pas +Item_74=..\source\uCEFFrameHandler.pas +Item_75=..\source\uCEFImage.pas +Item_76=..\source\uCEFInterfaces.pas +Item_77=..\source\uCEFJsDialogCallback.pas +Item_78=..\source\uCEFJsDialogHandler.pas +Item_79=..\source\uCEFJson.pas +Item_80=..\source\uCEFKeyboardHandler.pas +Item_81=..\source\uCEFLabelButton.pas +Item_82=..\source\uCEFLabelButtonComponent.pas +Item_83=..\source\uCEFLayout.pas +Item_84=..\source\uceflazaruscocoa.pas +Item_85=..\source\uCEFLibFunctions.pas +Item_86=..\source\uCEFLifeSpanHandler.pas +Item_87=..\source\uCEFLinkedWinControlBase.pas +Item_88=..\source\uCEFLinkedWindowParent.pas +Item_89=..\source\uCEFLinuxConstants.pas +Item_90=..\source\uCEFLinuxEventPipe.pas +Item_91=..\source\uCEFLinuxFunctions.pas +Item_92=..\source\uceflinuxosrimehandler.pas +Item_93=..\source\uCEFLinuxTypes.pas +Item_94=..\source\uCEFListValue.pas +Item_95=..\source\uCEFLoadHandler.pas +Item_96=..\source\uCEFMacOSConstants.pas +Item_97=..\source\uCEFMacOSCustomCocoaTimer.pas +Item_98=..\source\uCEFMacOSFunctions.pas +Item_99=..\source\uCEFMacOSInterfaces.pas +Item_100=..\source\uCEFMediaAccessCallback.pas +Item_101=..\source\uCEFMediaAccessHandler.pas +Item_102=..\source\uCEFMediaObserver.pas +Item_103=..\source\uCEFMediaRoute.pas +Item_104=..\source\uCEFMediaRouteCreateCallback.pas +Item_105=..\source\uCEFMediaRouter.pas +Item_106=..\source\uCEFMediaSink.pas +Item_107=..\source\uCEFMediaSinkDeviceInfoCallback.pas +Item_108=..\source\uCEFMediaSource.pas +Item_109=..\source\uCEFMenuButton.pas +Item_110=..\source\uCEFMenuButtonComponent.pas +Item_111=..\source\uCEFMenuButtonDelegate.pas +Item_112=..\source\uCEFMenuButtonPressedLock.pas +Item_113=..\source\uCEFMenuModel.pas +Item_114=..\source\uCEFMenuModelDelegate.pas +Item_115=..\source\uCEFMiscFunctions.pas +Item_116=..\source\uCEFNavigationEntry.pas +Item_117=..\source\uCEFNavigationEntryVisitor.pas +Item_118=..\source\uCEFOAuth2Helper.pas +Item_119=..\source\uCEFOLEDragAndDrop.pas +Item_120=..\source\uCEFOsrBrowserWindow.pas +Item_121=..\source\uCEFOSRIMEHandler.pas +Item_122=..\source\uCEFOverlayController.pas +Item_123=..\source\uCEFPanel.pas +Item_124=..\source\uCEFPanelComponent.pas +Item_125=..\source\uCEFPanelDelegate.pas +Item_126=..\source\uCEFPDFPrintCallback.pas +Item_127=..\source\uCEFPDFPrintOptions.pas +Item_128=..\source\uCEFPermissionHandler.pas +Item_129=..\source\uCEFPermissionPromptCallback.pas +Item_130=..\source\uCEFPostData.pas +Item_131=..\source\uCEFPostDataElement.pas +Item_132=..\source\uCEFPreferenceManager.pas +Item_133=..\source\uCEFPreferenceObserver.pas +Item_134=..\source\uCEFPreferenceRegistrar.pas +Item_135=..\source\uCEFPrintDialogCallback.pas +Item_136=..\source\uCEFPrintHandler.pas +Item_137=..\source\uCEFPrintJobCallback.pas +Item_138=..\source\uCEFPrintSettings.pas +Item_139=..\source\uCEFProcessMessage.pas +Item_140=..\source\uCEFRegistration.pas +Item_141=..\source\uCEFRenderHandler.pas +Item_142=..\source\uCEFRenderProcessHandler.pas +Item_143=..\source\uCEFRequest.pas +Item_144=..\source\uCEFRequestContext.pas +Item_145=..\source\uCEFRequestContextHandler.pas +Item_146=..\source\uCEFRequestHandler.pas +Item_147=..\source\uCEFResolveCallback.pas +Item_148=..\source\uCEFResourceBundle.pas +Item_149=..\source\uCEFResourceBundleHandler.pas +Item_150=..\source\uCEFResourceHandler.pas +Item_151=..\source\uCEFResourceReadCallback.pas +Item_152=..\source\uCEFResourceRequestHandler.pas +Item_153=..\source\uCEFResourceSkipCallback.pas +Item_154=..\source\uCEFResponse.pas +Item_155=..\source\uCEFResponseFilter.pas +Item_156=..\source\uCEFRunContextMenuCallback.pas +Item_157=..\source\uCEFRunFileDialogCallback.pas +Item_158=..\source\uCEFRunQuickMenuCallback.pas +Item_159=..\source\uCEFSchemeHandlerFactory.pas +Item_160=..\source\uCEFSchemeRegistrar.pas +Item_161=..\source\uCEFScrollView.pas +Item_162=..\source\uCEFScrollViewComponent.pas +Item_163=..\source\uCEFSelectClientCertificateCallback.pas +Item_164=..\source\uCEFSentinel.pas +Item_165=..\source\uCEFServer.pas +Item_166=..\source\uCEFServerComponent.pas +Item_167=..\source\uCEFServerEvents.pas +Item_168=..\source\uCEFServerHandler.pas +Item_169=..\source\uCEFSetCookieCallback.pas +Item_170=..\source\uCEFSettingObserver.pas +Item_171=..\source\uCEFSharedMemoryRegion.pas +Item_172=..\source\uCEFSharedProcessMessageBuilder.pas +Item_173=..\source\uCEFSslInfo.pas +Item_174=..\source\uCEFSSLStatus.pas +Item_175=..\source\uCEFStreamReader.pas +Item_176=..\source\uCEFStreamWriter.pas +Item_177=..\source\uCEFStringList.pas +Item_178=..\source\uCEFStringMap.pas +Item_179=..\source\uCEFStringMultimap.pas +Item_180=..\source\uCEFStringVisitor.pas +Item_181=..\source\uCEFTask.pas +Item_182=..\source\uCEFTaskManager.pas +Item_183=..\source\uCEFTaskRunner.pas +Item_184=..\source\uCEFTextfield.pas +Item_185=..\source\uCEFTextfieldComponent.pas +Item_186=..\source\uCEFTextfieldDelegate.pas +Item_187=..\source\uCEFThread.pas +Item_188=..\source\uCEFTimerWorkScheduler.pas +Item_189=..\source\uCEFTypes.pas +Item_190=..\source\uCEFUnresponsiveProcessCallback.pas +Item_191=..\source\uCEFUrlRequest.pas +Item_192=..\source\uCEFUrlrequestClient.pas +Item_193=..\source\uCEFUrlRequestClientComponent.pas +Item_194=..\source\uCEFUrlRequestClientEvents.pas +Item_195=..\source\uCEFv8Accessor.pas +Item_196=..\source\uCEFv8ArrayBufferReleaseCallback.pas +Item_197=..\source\uCEFv8BackingStore.pas +Item_198=..\source\uCEFv8Context.pas +Item_199=..\source\uCEFv8Exception.pas +Item_200=..\source\uCEFv8Handler.pas +Item_201=..\source\uCEFv8Interceptor.pas +Item_202=..\source\uCEFv8StackFrame.pas +Item_203=..\source\uCEFv8StackTrace.pas +Item_204=..\source\uCEFv8Value.pas +Item_205=..\source\uCEFValue.pas +Item_206=..\source\uCEFView.pas +Item_207=..\source\uCEFViewComponent.pas +Item_208=..\source\uCEFViewDelegate.pas +Item_209=..\source\uCEFViewsFrameworkEvents.pas +Item_210=..\source\uCEFWaitableEvent.pas +Item_211=..\source\uCEFWinControl.pas +Item_212=..\source\uCEFWindow.pas +Item_213=..\source\uCEFWindowComponent.pas +Item_214=..\source\uCEFWindowDelegate.pas +Item_215=..\source\uCEFWindowInfoWrapper.pas +Item_216=..\source\uCEFWindowParent.pas +Item_217=..\source\uCEFWorkScheduler.pas +Item_218=..\source\uCEFWorkSchedulerQueueThread.pas +Item_219=..\source\uCEFWorkSchedulerThread.pas +Item_220=..\source\uCEFWriteHandler.pas +Item_221=..\source\uCEFX509Certificate.pas +Item_222=..\source\uCEFX509CertPrincipal.pas +Item_223=..\source\uCEFXmlReader.pas +Item_224=..\source\uCEFZipReader.pas [AdditionalFiles] Count=0 diff --git a/packages/cef4delphi_lazarus.lpk b/packages/cef4delphi_lazarus.lpk index 142b4aed..049648ab 100644 --- a/packages/cef4delphi_lazarus.lpk +++ b/packages/cef4delphi_lazarus.lpk @@ -21,7 +21,7 @@ - + diff --git a/source/uCEFBrowser.pas b/source/uCEFBrowser.pas index 51bb9d6a..557de75d 100644 --- a/source/uCEFBrowser.pas +++ b/source/uCEFBrowser.pas @@ -122,6 +122,7 @@ type procedure ExecuteChromeCommand(command_id: integer; disposition: TCefWindowOpenDisposition); function IsRenderProcessUnresponsive : boolean; function GetRuntimeStyle : TCefRuntimeStyle; + procedure SetAxViewportCollapse(enabled: boolean); {* CEF_API_ADDED(CEF_EXPERIMENTAL) *} public class function UnWrap(data: Pointer): ICefBrowserHost; @@ -375,6 +376,11 @@ begin Result := PCefBrowserHost(FData)^.get_runtime_style(PCefBrowserHost(FData)); end; +procedure TCefBrowserHostRef.SetAxViewportCollapse(enabled: boolean); +begin + PCefBrowserHost(FData)^.set_ax_viewport_collapse(PCefBrowserHost(FData), ord(enabled)); +end; + procedure TCefBrowserHostRef.DragTargetDragEnter(const dragData: ICefDragData; const event: PCefMouseEvent; allowedOps: TCefDragOperations); begin PCefBrowserHost(FData)^.drag_target_drag_enter(PCefBrowserHost(FData), CefGetData(dragData), event, allowedOps); diff --git a/source/uCEFChromiumCore.pas b/source/uCEFChromiumCore.pas index c5eefaa5..69e5f7f9 100644 --- a/source/uCEFChromiumCore.pas +++ b/source/uCEFChromiumCore.pas @@ -1487,6 +1487,19 @@ type /// procedure ExecuteChromeCommand(command_id: integer; disposition: TCefWindowOpenDisposition); /// + /// Enable or disable CDP accessibility tree viewport collapse for this + /// browser. When enabled, off-screen landmarks and headings are serialized as + /// summaries and other off-screen nodes are pruned. Overrides the + /// TChromiumOptions.AxViewportCollapse value. If called on the UI + /// thread the change will be applied immediately. Otherwise, the change will + /// be applied asynchronously on the UI thread. WARNING: This collapses the + /// CDP accessibility tree and disables CDP dynamic tree updates (nodesUpdated + /// events). The DevTools Accessibility panel will show an incomplete tree. + /// Platform screen readers (NVDA, JAWS, VoiceOver) are unaffected — they use + /// a separate code path. + /// + procedure SetAxViewportCollapse(enabled: boolean); {* CEF_API_ADDED(CEF_EXPERIMENTAL) *} + /// /// Issue a BeginFrame request to Chromium. Only valid when /// TCefWindowInfo.external_begin_frame_enabled is set to true (1). /// @@ -5643,6 +5656,7 @@ begin aSettings.background_color := FOptions.BackgroundColor; aSettings.chrome_status_bubble := FOptions.ChromeStatusBubble; aSettings.chrome_zoom_bubble := FOptions.ChromeZoomBubble; + aSettings.ax_viewport_collapse := FOptions.AxViewportCollapse; end; end; @@ -10226,6 +10240,12 @@ begin Browser.Host.ExecuteChromeCommand(command_id, disposition); end; +procedure TChromiumCore.SetAxViewportCollapse(enabled: boolean); +begin + if Initialized then + Browser.Host.SetAxViewportCollapse(enabled); +end; + procedure TChromiumCore.SendExternalBeginFrame; begin if Initialized then diff --git a/source/uCEFChromiumOptions.pas b/source/uCEFChromiumOptions.pas index ec797790..163da798 100644 --- a/source/uCEFChromiumOptions.pas +++ b/source/uCEFChromiumOptions.pas @@ -40,6 +40,7 @@ type FBackgroundColor : TCefColor; FChromeStatusBubble : TCefState; FChromeZoomBubble : TCefState; + FAxViewportCollapse : TCefState; public /// @@ -148,6 +149,19 @@ type /// supported with Chrome style. /// property ChromeZoomBubble : TCefState read FChromeZoomBubble write FChromeZoomBubble default STATE_DEFAULT; + /// + /// Controls whether CDP accessibility tree serialization collapses off-screen + /// nodes. When enabled, off-screen landmarks and headings are serialized as + /// summaries (role + name only) and other off-screen nodes are pruned. + /// This reduces snapshot size for AI agents using Playwright ariaSnapshot(). + /// WARNING: This collapses the CDP accessibility tree and disables CDP + /// dynamic tree updates (nodesUpdated events). The DevTools Accessibility + /// panel will show an incomplete tree. Platform screen readers (NVDA, JAWS, + /// VoiceOver) are unaffected — they use a separate code path. + /// Can also be configured at runtime using + /// ICefBrowserHost.SetAxViewportCollapse. + /// + property AxViewportCollapse : TCefState read FAxViewportCollapse write FAxViewportCollapse default STATE_DEFAULT; end; implementation @@ -176,6 +190,7 @@ begin FBackgroundColor := 0; FChromeStatusBubble := STATE_DEFAULT; FChromeZoomBubble := STATE_DEFAULT; + FAxViewportCollapse := STATE_DEFAULT; end; end. diff --git a/source/uCEFInterfaces.pas b/source/uCEFInterfaces.pas index 70e399bb..038cbc41 100644 --- a/source/uCEFInterfaces.pas +++ b/source/uCEFInterfaces.pas @@ -1437,6 +1437,19 @@ type /// function GetRuntimeStyle : TCefRuntimeStyle; /// + /// Enable or disable CDP accessibility tree viewport collapse for this + /// browser. When enabled, off-screen landmarks and headings are serialized as + /// summaries and other off-screen nodes are pruned. Overrides the + /// TCefBrowserSettings.ax_viewport_collapse value. If called on the UI + /// thread the change will be applied immediately. Otherwise, the change will + /// be applied asynchronously on the UI thread. WARNING: This collapses the + /// CDP accessibility tree and disables CDP dynamic tree updates (nodesUpdated + /// events). The DevTools Accessibility panel will show an incomplete tree. + /// Platform screen readers (NVDA, JAWS, VoiceOver) are unaffected — they use + /// a separate code path. + /// + procedure SetAxViewportCollapse(enabled: boolean); {* CEF_API_ADDED(CEF_EXPERIMENTAL) *} + /// /// Returns the hosted browser object. /// property Browser : ICefBrowser read GetBrowser; diff --git a/source/uCEFTypes.pas b/source/uCEFTypes.pas index fdb20f14..057ed26f 100644 --- a/source/uCEFTypes.pas +++ b/source/uCEFTypes.pas @@ -4689,6 +4689,19 @@ type /// supported with Chrome style. /// chrome_zoom_bubble : TCefState; + /// + /// Controls whether CDP accessibility tree serialization collapses off-screen + /// nodes. When enabled, off-screen landmarks and headings are serialized as + /// summaries (role + name only) and other off-screen nodes are pruned. + /// This reduces snapshot size for AI agents using Playwright ariaSnapshot(). + /// WARNING: This collapses the CDP accessibility tree and disables CDP + /// dynamic tree updates (nodesUpdated events). The DevTools Accessibility + /// panel will show an incomplete tree. Platform screen readers (NVDA, JAWS, + /// VoiceOver) are unaffected — they use a separate code path. + /// Can also be configured at runtime using + /// CefBrowserHost::SetAxViewportCollapse. + /// + ax_viewport_collapse : TCefState; {* CEF_API_ADDED(CEF_EXPERIMENTAL) *} end; /// @@ -8696,6 +8709,7 @@ type execute_chrome_command : procedure(self: PCefBrowserHost; command_id: integer; disposition: TCefWindowOpenDisposition); stdcall; is_render_process_unresponsive : function(self: PCefBrowserHost): integer; stdcall; get_runtime_style : function(self: PCefBrowserHost): TCefRuntimeStyle; stdcall; + set_ax_viewport_collapse : procedure(self: PCefBrowserHost; enabled: integer); stdcall; {* CEF_API_ADDED(CEF_EXPERIMENTAL) *} end; /// diff --git a/source/uCEFVersion.inc b/source/uCEFVersion.inc index 7c3be529..62461cfb 100644 --- a/source/uCEFVersion.inc +++ b/source/uCEFVersion.inc @@ -1,6 +1,6 @@ CEF_SUPPORTED_VERSION_MAJOR = 146; CEF_SUPPORTED_VERSION_MINOR = 0; - CEF_SUPPORTED_VERSION_RELEASE = 7; + CEF_SUPPORTED_VERSION_RELEASE = 9; CEF_SUPPORTED_VERSION_BUILD = 0; CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR; @@ -15,6 +15,7 @@ // value defined in /include/cef_api_hash.h CEF_API_VERSION_EXPERIMENTAL = 999999; + CEF_EXPERIMENTAL = CEF_API_VERSION_EXPERIMENTAL; // values defined in cef_api_versions.json CEF_API_HASH_PLATFORM_LINUX = '7cec742972d6735aa8a955fc2e098a1f6669c3d5'; diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json index 2538df84..c55b7003 100644 --- a/update_CEF4Delphi.json +++ b/update_CEF4Delphi.json @@ -2,9 +2,9 @@ "UpdateLazPackages" : [ { "ForceNotify" : true, - "InternalVersion" : 864, + "InternalVersion" : 865, "Name" : "cef4delphi_lazarus.lpk", - "Version" : "146.0.7" + "Version" : "146.0.9" } ], "UpdatePackageData" : {