1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-12 22:07:39 +02:00

Update to CEF 137.0.4

This commit is contained in:
Salvador Díaz Fau
2025-05-30 16:54:28 +02:00
parent 44caea2fd9
commit 9ac32a08e3
34 changed files with 1991 additions and 1019 deletions

View File

@ -3,19 +3,19 @@ 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 136.1.6 which includes Chromium 136.0.7103.114.
CEF4Delphi uses CEF 137.0.4 which includes Chromium 137.0.7151.6.
The CEF binaries used by CEF4Delphi are available for download at Spotify :
* [Windows 32 bits](https://cef-builds.spotifycdn.com/cef_binary_136.1.6%2Bg1ac1b14%2Bchromium-136.0.7103.114_windows32.tar.bz2)
* [Windows 64 bits](https://cef-builds.spotifycdn.com/cef_binary_136.1.6%2Bg1ac1b14%2Bchromium-136.0.7103.114_windows64.tar.bz2)
* [Linux x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_136.1.6%2Bg1ac1b14%2Bchromium-136.0.7103.114_linux64.tar.bz2)
* [Linux ARM 32 bits](https://cef-builds.spotifycdn.com/cef_binary_136.1.6%2Bg1ac1b14%2Bchromium-136.0.7103.114_linuxarm.tar.bz2)
* [Linux ARM 64 bits](https://cef-builds.spotifycdn.com/cef_binary_136.1.6%2Bg1ac1b14%2Bchromium-136.0.7103.114_linuxarm64.tar.bz2)
* [MacOS x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_136.1.6%2Bg1ac1b14%2Bchromium-136.0.7103.114_macosx64.tar.bz2)
* [Windows 32 bits](https://cef-builds.spotifycdn.com/cef_binary_137.0.4%2Bg8614a8d%2Bchromium-137.0.7151.6_windows32.tar.bz2)
* [Windows 64 bits](https://cef-builds.spotifycdn.com/cef_binary_137.0.4%2Bg8614a8d%2Bchromium-137.0.7151.6_windows64.tar.bz2)
* [Linux x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_137.0.4%2Bg8614a8d%2Bchromium-137.0.7151.6_linux64.tar.bz2)
* [Linux ARM 32 bits](https://cef-builds.spotifycdn.com/cef_binary_137.0.4%2Bg8614a8d%2Bchromium-137.0.7151.6_linuxarm.tar.bz2)
* [Linux ARM 64 bits](https://cef-builds.spotifycdn.com/cef_binary_137.0.4%2Bg8614a8d%2Bchromium-137.0.7151.6_linuxarm64.tar.bz2)
* [MacOS x86 64 bits](https://cef-builds.spotifycdn.com/cef_binary_137.0.4%2Bg8614a8d%2Bchromium-137.0.7151.6_macosx64.tar.bz2)
CEF4Delphi was developed and tested on Delphi 12.3 and it has been tested in Delphi 6, Delphi XE, Delphi 10, Delphi 11 and Lazarus 4.0/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 and Raspberry Pi OS.
CEF4Delphi demos have been tested in Windows 10, Windows 11, Linux Mint 22.1 and Raspberry Pi OS.
## Links
* [Installation instructions and more information about CEF4Delphi](https://www.briskbard.com/index.php?lang=en&pageid=cef)

Binary file not shown.

View File

@ -188,7 +188,13 @@
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFInterfaces.ICefDisplay.html">ICefDisplay</a></td>
<td class="itemunit"><a class="bold" href="uCEFInterfaces.html">uCEFInterfaces</a></td>
<td class="itemdesc"><p> This interface 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. </p></td>
<td class="itemdesc"><p>
<p>This interface 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.
<p>For details on coordinate systems and usage see <a href="https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown">https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown</a>- header-coordinate-systems
<p></p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFInterfaces.ICefDisplayHandler.html">ICefDisplayHandler</a></td>
@ -1573,7 +1579,13 @@
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFDisplay.TCefDisplayRef.html">TCefDisplayRef</a></td>
<td class="itemunit"><a class="bold" href="uCEFDisplay.html">uCEFDisplay</a></td>
<td class="itemdesc"><p> This class 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. </p></td>
<td class="itemdesc"><p>
<p>This interface 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.
<p>For details on coordinate systems and usage see <a href="https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown">https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown</a>- header-coordinate-systems
<p></p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFTypes.TCefDomDocument.html">TCefDomDocument</a></td>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2283,335 +2283,345 @@ Ranges:
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnContentsBoundsChange">TOnContentsBoundsChange</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFApplicationEvents.html#TOnContextCreatedEvent">TOnContextCreatedEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFApplicationEvents.html">uCEFApplicationEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFApplicationEvents.html#TOnContextInitializedEvent">TOnContextInitializedEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFApplicationEvents.html">uCEFApplicationEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnContextMenuCommand">TOnContextMenuCommand</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnContextMenuDismissed">TOnContextMenuDismissed</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFApplicationEvents.html#TOnContextReleasedEvent">TOnContextReleasedEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFApplicationEvents.html">uCEFApplicationEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnCookiesDeletedEvent">TOnCookiesDeletedEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnCookieSet">TOnCookieSet</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnCookiesVisited">TOnCookiesVisited</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnCookieVisitorDestroyed">TOnCookieVisitorDestroyed</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnCursorChange">TOnCursorChange</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnDevToolsAgentAttachedEvent">TOnDevToolsAgentAttachedEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnDevToolsAgentDetachedEvent">TOnDevToolsAgentDetachedEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnDevToolsEventEvent">TOnDevToolsEventEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnDevToolsEventRawEvent">TOnDevToolsEventRawEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnDevToolsMessageEvent">TOnDevToolsMessageEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>ICefDevToolsMessageObserver</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnDevToolsMethodRawResultEvent">TOnDevToolsMethodRawResultEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnDevToolsMethodResultEvent">TOnDevToolsMethodResultEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnDevToolsRawMessageEvent">TOnDevToolsRawMessageEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnDialogClosed">TOnDialogClosed</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnDismissPermissionPromptEvent">TOnDismissPermissionPromptEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnDocumentAvailableInMainFrame">TOnDocumentAvailableInMainFrame</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFUrlRequestClientEvents.html#TOnDownloadData">TOnDownloadData</a></td>
<td class="itemunit"><a class="bold" href="uCEFUrlRequestClientEvents.html">uCEFUrlRequestClientEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnDownloadImageFinishedEvent">TOnDownloadImageFinishedEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFInterfaces.html#TOnDownloadImageFinishedProc">TOnDownloadImageFinishedProc</a></td>
<td class="itemunit"><a class="bold" href="uCEFInterfaces.html">uCEFInterfaces</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFUrlRequestClientEvents.html#TOnDownloadProgress">TOnDownloadProgress</a></td>
<td class="itemunit"><a class="bold" href="uCEFUrlRequestClientEvents.html">uCEFUrlRequestClientEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnDownloadUpdated">TOnDownloadUpdated</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnDragEnter">TOnDragEnter</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>ICefDragHandler</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnDraggableRegionsChanged">TOnDraggableRegionsChanged</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnExecuteTaskOnCefThread">TOnExecuteTaskOnCefThread</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnFavIconUrlChange">TOnFavIconUrlChange</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnFileDialog">TOnFileDialog</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>ICefDialogHandler</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFResponseFilter.html#TOnFilterEvent">TOnFilterEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFResponseFilter.html">uCEFResponseFilter</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnFindResult">TOnFindResult</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>ICefFindHandler</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFApplicationEvents.html#TOnFocusedNodeChangedEvent">TOnFocusedNodeChangedEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFApplicationEvents.html">uCEFApplicationEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFViewsFrameworkEvents.html#TOnFocusEvent">TOnFocusEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFViewsFrameworkEvents.html">uCEFViewsFrameworkEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnFrameAttached">TOnFrameAttached</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnFrameCreated">TOnFrameCreated</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>ICefFrameHandler</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnFrameDestroyed">TOnFrameDestroyed</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnFrameDetached">TOnFrameDetached</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnFullScreenModeChange">TOnFullScreenModeChange</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFViewsFrameworkEvents.html#TOnGestureCommandEvent">TOnGestureCommandEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFViewsFrameworkEvents.html">uCEFViewsFrameworkEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnGetAccessibilityHandler">TOnGetAccessibilityHandler</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>ICefRenderHandler</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnGetAudioParametersEvent">TOnGetAudioParametersEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>ICefAudioHandler</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFUrlRequestClientEvents.html#TOnGetAuthCredentials">TOnGetAuthCredentials</a></td>
<td class="itemunit"><a class="bold" href="uCEFUrlRequestClientEvents.html">uCEFUrlRequestClientEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFViewsFrameworkEvents.html#TOnGetBrowserRuntimeStyleEvent">TOnGetBrowserRuntimeStyleEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFViewsFrameworkEvents.html">uCEFViewsFrameworkEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFViewsFrameworkEvents.html#TOnGetChromeToolbarTypeEvent">TOnGetChromeToolbarTypeEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFViewsFrameworkEvents.html">uCEFViewsFrameworkEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFApplicationEvents.html#TOnGetDataResourceEvent">TOnGetDataResourceEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFApplicationEvents.html">uCEFApplicationEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFApplicationEvents.html#TOnGetDataResourceForScaleEvent">TOnGetDataResourceForScaleEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFApplicationEvents.html">uCEFApplicationEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFApplicationEvents.html#TOnGetDefaultClientEvent">TOnGetDefaultClientEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFApplicationEvents.html">uCEFApplicationEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFApplicationEvents.html#TOnGetDefaultRequestContextHandlerEvent">TOnGetDefaultRequestContextHandlerEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFApplicationEvents.html">uCEFApplicationEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFViewsFrameworkEvents.html#TOnGetDelegateForPopupBrowserViewEvent">TOnGetDelegateForPopupBrowserViewEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFViewsFrameworkEvents.html">uCEFViewsFrameworkEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFViewsFrameworkEvents.html#TOnGetHeightForWidthEvent">TOnGetHeightForWidthEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFViewsFrameworkEvents.html">uCEFViewsFrameworkEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFViewsFrameworkEvents.html#TOnGetInitialBoundsEvent">TOnGetInitialBoundsEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFViewsFrameworkEvents.html">uCEFViewsFrameworkEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFViewsFrameworkEvents.html#TOnGetInitialShowStateEvent">TOnGetInitialShowStateEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFViewsFrameworkEvents.html">uCEFViewsFrameworkEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFViewsFrameworkEvents.html#TOnGetLinuxWindowPropertiesEvent">TOnGetLinuxWindowPropertiesEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFViewsFrameworkEvents.html">uCEFViewsFrameworkEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFApplicationEvents.html#TOnGetLocalizedStringEvent">TOnGetLocalizedStringEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFApplicationEvents.html">uCEFApplicationEvents</a></td>
<td class="itemdesc"><p>ICefResourceBundleHandler</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFViewsFrameworkEvents.html#TOnGetMaximumSizeEvent">TOnGetMaximumSizeEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFViewsFrameworkEvents.html">uCEFViewsFrameworkEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFViewsFrameworkEvents.html#TOnGetMinimumSizeEvent">TOnGetMinimumSizeEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFViewsFrameworkEvents.html">uCEFViewsFrameworkEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFViewsFrameworkEvents.html#TOnGetParentWindowEvent">TOnGetParentWindowEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFViewsFrameworkEvents.html">uCEFViewsFrameworkEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnGetPDFPaperSizeEvent">TOnGetPDFPaperSizeEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFViewsFrameworkEvents.html#TOnGetPreferredSizeEvent">TOnGetPreferredSizeEvent</a></td>
<td class="itemunit"><a class="bold" href="uCEFViewsFrameworkEvents.html">uCEFViewsFrameworkEvents</a></td>
<td class="itemdesc"><p>ICefViewDelegate</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnGetResourceHandler">TOnGetResourceHandler</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnGetResourceRequestHandler">TOnGetResourceRequestHandler</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnGetResourceResponseFilter">TOnGetResourceResponseFilter</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnGetRootScreenRect">TOnGetRootScreenRect</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnGetRootWindowScreenRect">TOnGetRootWindowScreenRect</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>
<td class="itemdesc"><p>&nbsp;</p></td>
</tr>
<tr class="list2">
<td class="itemname"><a class="bold" href="uCEFChromiumEvents.html#TOnGetScreenInfo">TOnGetScreenInfo</a></td>
<td class="itemunit"><a class="bold" href="uCEFChromiumEvents.html">uCEFChromiumEvents</a></td>

View File

@ -6370,6 +6370,14 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnMediaAccessChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FOnContentsBoundsChange">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FOnGetRootWindowScreenRect">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnGetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FOnCanDownload">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnCanDownload">
</object>
@ -7472,6 +7480,14 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnMediaAccessChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnContentsBoundsChange">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnGetRootWindowScreenRect">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnGetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnCanDownload">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnCanDownload">
</object>
@ -8550,6 +8566,14 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnMediaAccessChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnContentsBoundsChange">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnGetRootWindowScreenRect">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnGetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnCanDownload">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnCanDownload">
</object>
@ -9972,6 +9996,14 @@
<param name="Local" value="uCEFChromiumEvents.html#TOnMediaAccessChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TOnContentsBoundsChange">
<param name="Local" value="uCEFChromiumEvents.html#TOnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TOnGetRootWindowScreenRect">
<param name="Local" value="uCEFChromiumEvents.html#TOnGetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TOnCanDownloadEvent">
<param name="Local" value="uCEFChromiumEvents.html#TOnCanDownloadEvent">
</object>
@ -12822,6 +12854,10 @@
<param name="Local" value="uCEFConstants.html#IDC_MOVE_TAB_TO_NEW_WINDOW">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_NEW_SPLIT_TAB">
<param name="Local" value="uCEFConstants.html#IDC_NEW_SPLIT_TAB">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_COPY_URL">
<param name="Local" value="uCEFConstants.html#IDC_COPY_URL">
</object>
@ -12854,6 +12890,26 @@
<param name="Local" value="uCEFConstants.html#IDC_VISIT_DESKTOP_OF_LRU_USER_5">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_ADD_NEW_TAB_TO_GROUP">
<param name="Local" value="uCEFConstants.html#IDC_ADD_NEW_TAB_TO_GROUP">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_CREATE_NEW_TAB_GROUP">
<param name="Local" value="uCEFConstants.html#IDC_CREATE_NEW_TAB_GROUP">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_FOCUS_NEXT_TAB_GROUP">
<param name="Local" value="uCEFConstants.html#IDC_FOCUS_NEXT_TAB_GROUP">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_FOCUS_PREV_TAB_GROUP">
<param name="Local" value="uCEFConstants.html#IDC_FOCUS_PREV_TAB_GROUP">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_CLOSE_TAB_GROUP">
<param name="Local" value="uCEFConstants.html#IDC_CLOSE_TAB_GROUP">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_BOOKMARK_THIS_TAB">
<param name="Local" value="uCEFConstants.html#IDC_BOOKMARK_THIS_TAB">
</object>
@ -13002,10 +13058,6 @@
<param name="Local" value="uCEFConstants.html#IDC_ORGANIZE_TABS">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_CREATE_NEW_TAB_GROUP">
<param name="Local" value="uCEFConstants.html#IDC_CREATE_NEW_TAB_GROUP">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_DECLUTTER_TABS">
<param name="Local" value="uCEFConstants.html#IDC_DECLUTTER_TABS">
</object>
@ -13506,6 +13558,10 @@
<param name="Local" value="uCEFConstants.html#IDC_OPEN_GLIC">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_FIND_EXTENSIONS">
<param name="Local" value="uCEFConstants.html#IDC_FIND_EXTENSIONS">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_SPELLCHECK_SUGGESTION_0">
<param name="Local" value="uCEFConstants.html#IDC_SPELLCHECK_SUGGESTION_0">
</object>
@ -14070,6 +14126,10 @@
<param name="Local" value="uCEFConstants.html#IDC_BOOKMARK_BAR_MOVE">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_BOOKMARK_BAR_OPEN_SPLIT_VIEW">
<param name="Local" value="uCEFConstants.html#IDC_BOOKMARK_BAR_OPEN_SPLIT_VIEW">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE">
<param name="Local" value="uCEFConstants.html#IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE">
</object>
@ -14310,10 +14370,6 @@
<param name="Local" value="uCEFConstants.html#IDC_GLIC_TOGGLE_PIN">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_GLIC_TOGGLE_FOCUS">
<param name="Local" value="uCEFConstants.html#IDC_GLIC_TOGGLE_FOCUS">
</object>
<li><object type="text/sitemap">
<param name="Name" value="CERT_STATUS_NONE">
<param name="Local" value="uCEFConstants.html#CERT_STATUS_NONE">
</object>
@ -17490,6 +17546,14 @@
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnMediaAccessChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnContentsBoundsChange">
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetRootWindowScreenRect">
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#GetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="RemoveReferences">
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#RemoveReferences">
</object>
@ -17564,6 +17628,14 @@
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#OnMediaAccessChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnContentsBoundsChange">
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#OnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetRootWindowScreenRect">
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#GetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="RemoveReferences">
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#RemoveReferences">
</object>
@ -20702,6 +20774,14 @@
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnMediaAccessChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnContentsBoundsChange">
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnGetRootWindowScreenRect">
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnGetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnCanDownload">
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnCanDownload">
</object>
@ -26338,6 +26418,14 @@
<param name="Local" value="uCEFInterfaces.ICefDisplayHandler.html#OnMediaAccessChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnContentsBoundsChange">
<param name="Local" value="uCEFInterfaces.ICefDisplayHandler.html#OnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetRootWindowScreenRect">
<param name="Local" value="uCEFInterfaces.ICefDisplayHandler.html#GetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="RemoveReferences">
<param name="Local" value="uCEFInterfaces.ICefDisplayHandler.html#RemoveReferences">
</object>
@ -43169,6 +43257,14 @@
<param name="Name" value="on_media_access_change">
<param name="Local" value="uCEFTypes.TCefDisplayHandler.html#on_media_access_change">
</object>
<li><object type="text/sitemap">
<param name="Name" value="on_contents_bounds_change">
<param name="Local" value="uCEFTypes.TCefDisplayHandler.html#on_contents_bounds_change">
</object>
<li><object type="text/sitemap">
<param name="Name" value="get_root_window_screen_rect">
<param name="Local" value="uCEFTypes.TCefDisplayHandler.html#get_root_window_screen_rect">
</object>
</ul>
</ul>
<li><object type="text/sitemap">
@ -58818,6 +58914,10 @@
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="GetRootWindowScreenRect">
<param name="Local" value="uCEFInterfaces.ICefDisplayHandler.html#GetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnAutoResize">
<param name="Local" value="uCEFInterfaces.ICefDisplayHandler.html#OnAutoResize">
</object>
@ -58826,6 +58926,10 @@
<param name="Local" value="uCEFInterfaces.ICefDisplayHandler.html#OnConsoleMessage">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnContentsBoundsChange">
<param name="Local" value="uCEFInterfaces.ICefDisplayHandler.html#OnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnTooltip">
<param name="Local" value="uCEFInterfaces.ICefDisplayHandler.html#OnTooltip">
</object>
@ -65610,6 +65714,10 @@
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnConsoleMessage">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnContentsBoundsChange">
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnContextMenuCommand">
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnContextMenuCommand">
</object>
@ -65630,6 +65738,10 @@
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnGetRootScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnGetRootWindowScreenRect">
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnGetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnGetScreenInfo">
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnGetScreenInfo">
</object>
@ -74822,6 +74934,10 @@
<param name="Local" value="uCEFTypes.TCefDisplayHandler.html#base">
</object>
<li><object type="text/sitemap">
<param name="Name" value="get_root_window_screen_rect">
<param name="Local" value="uCEFTypes.TCefDisplayHandler.html#get_root_window_screen_rect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="on_address_change">
<param name="Local" value="uCEFTypes.TCefDisplayHandler.html#on_address_change">
</object>
@ -74834,6 +74950,10 @@
<param name="Local" value="uCEFTypes.TCefDisplayHandler.html#on_console_message">
</object>
<li><object type="text/sitemap">
<param name="Name" value="on_contents_bounds_change">
<param name="Local" value="uCEFTypes.TCefDisplayHandler.html#on_contents_bounds_change">
</object>
<li><object type="text/sitemap">
<param name="Name" value="on_cursor_change">
<param name="Local" value="uCEFTypes.TCefDisplayHandler.html#on_cursor_change">
</object>
@ -74882,6 +75002,10 @@
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#Create">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetRootWindowScreenRect">
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#GetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnAutoResize">
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnAutoResize">
</object>
@ -74890,6 +75014,10 @@
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnConsoleMessage">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnContentsBoundsChange">
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnTooltip">
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnTooltip">
</object>
@ -94452,6 +94580,10 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnConsoleMessage">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FOnContentsBoundsChange">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FOnContextMenuCommand">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnContextMenuCommand">
</object>
@ -94616,6 +94748,10 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnGetRootScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FOnGetRootWindowScreenRect">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnGetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FOnGetScreenInfo">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnGetScreenInfo">
</object>
@ -95458,6 +95594,10 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnConsoleMessage">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnContentsBoundsChange">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnContextMenuCommand">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnContextMenuCommand">
</object>
@ -95618,6 +95758,10 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnGetRootScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnGetRootWindowScreenRect">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnGetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnGetScreenInfo">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnGetScreenInfo">
</object>
@ -96268,6 +96412,10 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnConsoleMessage">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnContentsBoundsChange">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnContextMenuCommand">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnContextMenuCommand">
</object>
@ -96288,6 +96436,10 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnGetRootScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnGetRootWindowScreenRect">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnGetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnGetScreenInfo">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnGetScreenInfo">
</object>
@ -99446,6 +99598,10 @@
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#Destroy">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetRootWindowScreenRect">
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#GetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnAutoResize">
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#OnAutoResize">
</object>
@ -99454,6 +99610,10 @@
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#OnConsoleMessage">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnContentsBoundsChange">
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#OnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnTooltip">
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#OnTooltip">
</object>

View File

@ -114,16 +114,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CefGetDataURI">
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-ustring-ustring-">
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-pointer-integer-ustring-ustring-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-ustring-ustring-">
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-pointer-integer-ustring-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-pointer-integer-ustring-ustring-">
<param name="Local" value="uCEFMiscFunctions.html#CefGetDataURI-ustring-ustring-">
</object>
</ul>
<li><object type="text/sitemap">
@ -256,16 +256,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CefString">
<param name="Local" value="uCEFMiscFunctions.html#CefString-PCefString-">
<param name="Local" value="uCEFMiscFunctions.html#CefString-ustring-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#CefString-PCefString-">
<param name="Local" value="uCEFMiscFunctions.html#CefString-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#CefString-ustring-">
<param name="Local" value="uCEFMiscFunctions.html#CefString-PCefString-">
</object>
</ul>
<li><object type="text/sitemap">
@ -2678,11 +2678,15 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="DeviceToLogical">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-single-double-">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCEFMouseEvent-double-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCEFMouseEvent-double-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-single-double-">
</object>
<li><object type="text/sitemap">
@ -2697,10 +2701,6 @@
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCefTouchEvent-double-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#DeviceToLogical-TCEFMouseEvent-double-">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="DEVTOOLS_WINDOWNAME">
@ -5078,16 +5078,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetSwitches">
<param name="Local" value="uCEFInterfaces.ICefCommandLine.html#GetSwitches-TStringList-TStringList-">
<param name="Local" value="uCEFInterfaces.ICefCommandLine.html#GetSwitches-TStrings-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="ICefCommandLine - uCEFInterfaces Unit">
<param name="Local" value="uCEFInterfaces.ICefCommandLine.html#GetSwitches-TStringList-TStringList-">
<param name="Local" value="uCEFInterfaces.ICefCommandLine.html#GetSwitches-TStrings-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="ICefCommandLine - uCEFInterfaces Unit">
<param name="Local" value="uCEFInterfaces.ICefCommandLine.html#GetSwitches-TStrings-">
<param name="Local" value="uCEFInterfaces.ICefCommandLine.html#GetSwitches-TStringList-TStringList-">
</object>
</ul>
<li><object type="text/sitemap">
@ -5655,6 +5655,10 @@
<param name="Local" value="uCEFInterfaces.ICefDisplayHandler.html">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetRootWindowScreenRect">
<param name="Local" value="uCEFInterfaces.ICefDisplayHandler.html#GetRootWindowScreenRect-ICefBrowser-PCefRect-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnAddressChange">
<param name="Local" value="uCEFInterfaces.ICefDisplayHandler.html#OnAddressChange-ICefBrowser-ICefFrame-ustring-">
</object>
@ -5667,6 +5671,10 @@
<param name="Local" value="uCEFInterfaces.ICefDisplayHandler.html#OnConsoleMessage-ICefBrowser-TCefLogSeverity-ustring-ustring-Integer-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnContentsBoundsChange">
<param name="Local" value="uCEFInterfaces.ICefDisplayHandler.html#OnContentsBoundsChange-ICefBrowser-PCefRect-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnCursorChange">
<param name="Local" value="uCEFInterfaces.ICefDisplayHandler.html#OnCursorChange-ICefBrowser-TCefCursorHandle-TCefCursorType-PCefCursorInfo-boolean-">
</object>
@ -5848,16 +5856,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetElementAttributes">
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-ICefStringMap-">
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-TStrings-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="ICefDomNode - uCEFInterfaces Unit">
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-ICefStringMap-">
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-TStrings-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="ICefDomNode - uCEFInterfaces Unit">
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-TStrings-">
<param name="Local" value="uCEFInterfaces.ICefDomNode.html#GetElementAttributes-ICefStringMap-">
</object>
</ul>
<li><object type="text/sitemap">
@ -11353,6 +11361,10 @@
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnConsoleMessage-ICefBrowser-TCefLogSeverity-ustring-ustring-Integer-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnContentsBoundsChange">
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnContentsBoundsChange-ICefBrowser-PCefRect-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnContextMenuCommand">
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnContextMenuCommand-ICefBrowser-ICefFrame-ICefContextMenuParams-Integer-TCefEventFlags-">
</object>
@ -11489,6 +11501,10 @@
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnGetRootScreenRect-ICefBrowser-TCefRect-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnGetRootWindowScreenRect">
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnGetRootWindowScreenRect-ICefBrowser-PCefRect-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnGetScreenInfo">
<param name="Local" value="uCEFInterfaces.IChromiumEvents.html#doOnGetScreenInfo-ICefBrowser-TCefScreenInfo-">
</object>
@ -11905,6 +11921,10 @@
<param name="Local" value="uCEFConstants.html#IDC_ADD_NEW_PROFILE">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_ADD_NEW_TAB_TO_GROUP">
<param name="Local" value="uCEFConstants.html#IDC_ADD_NEW_TAB_TO_GROUP">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_ADD_TO_COMPARISON_TABLE_MENU">
<param name="Local" value="uCEFConstants.html#IDC_ADD_TO_COMPARISON_TABLE_MENU">
</object>
@ -11981,6 +12001,10 @@
<param name="Local" value="uCEFConstants.html#IDC_BOOKMARK_BAR_OPEN_INCOGNITO">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_BOOKMARK_BAR_OPEN_SPLIT_VIEW">
<param name="Local" value="uCEFConstants.html#IDC_BOOKMARK_BAR_OPEN_SPLIT_VIEW">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_BOOKMARK_BAR_REDO">
<param name="Local" value="uCEFConstants.html#IDC_BOOKMARK_BAR_REDO">
</object>
@ -12073,6 +12097,10 @@
<param name="Local" value="uCEFConstants.html#IDC_CLOSE_TAB">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_CLOSE_TAB_GROUP">
<param name="Local" value="uCEFConstants.html#IDC_CLOSE_TAB_GROUP">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_CLOSE_WINDOW">
<param name="Local" value="uCEFConstants.html#IDC_CLOSE_WINDOW">
</object>
@ -12709,6 +12737,10 @@
<param name="Local" value="uCEFConstants.html#IDC_FIND_AND_EDIT_MENU">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_FIND_EXTENSIONS">
<param name="Local" value="uCEFConstants.html#IDC_FIND_EXTENSIONS">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_FIND_MENU">
<param name="Local" value="uCEFConstants.html#IDC_FIND_MENU">
</object>
@ -12741,10 +12773,18 @@
<param name="Local" value="uCEFConstants.html#IDC_FOCUS_NEXT_PANE">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_FOCUS_NEXT_TAB_GROUP">
<param name="Local" value="uCEFConstants.html#IDC_FOCUS_NEXT_TAB_GROUP">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_FOCUS_PREVIOUS_PANE">
<param name="Local" value="uCEFConstants.html#IDC_FOCUS_PREVIOUS_PANE">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_FOCUS_PREV_TAB_GROUP">
<param name="Local" value="uCEFConstants.html#IDC_FOCUS_PREV_TAB_GROUP">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_FOCUS_SEARCH">
<param name="Local" value="uCEFConstants.html#IDC_FOCUS_SEARCH">
</object>
@ -12793,10 +12833,6 @@
<param name="Local" value="uCEFConstants.html#IDC_GLIC_STATUS_ICON_MENU_SHOW">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_GLIC_TOGGLE_FOCUS">
<param name="Local" value="uCEFConstants.html#IDC_GLIC_TOGGLE_FOCUS">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_GLIC_TOGGLE_PIN">
<param name="Local" value="uCEFConstants.html#IDC_GLIC_TOGGLE_PIN">
</object>
@ -12957,6 +12993,10 @@
<param name="Local" value="uCEFConstants.html#IDC_NEW_INCOGNITO_WINDOW">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_NEW_SPLIT_TAB">
<param name="Local" value="uCEFConstants.html#IDC_NEW_SPLIT_TAB">
</object>
<li><object type="text/sitemap">
<param name="Name" value="IDC_NEW_TAB">
<param name="Local" value="uCEFConstants.html#IDC_NEW_TAB">
</object>
@ -13676,16 +13716,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="LogicalToDevice">
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-TCEFRect-double-">
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-integer-double-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-TCEFRect-double-">
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-integer-double-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="uCEFMiscFunctions Unit">
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-integer-double-">
<param name="Local" value="uCEFMiscFunctions.html#LogicalToDevice-TCEFRect-double-">
</object>
</ul>
<li><object type="text/sitemap">
@ -18154,16 +18194,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="SameAs">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-Pointer-">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-ICefBaseRefCounted-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TCefBaseRefCountedOwn - uCEFBaseRefCounted Unit">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-Pointer-">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-ICefBaseRefCounted-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCefBaseRefCountedOwn - uCEFBaseRefCounted Unit">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-ICefBaseRefCounted-">
<param name="Local" value="uCEFBaseRefCounted.TCefBaseRefCountedOwn.html#SameAs-Pointer-">
</object>
</ul>
<li><object type="text/sitemap">
@ -20818,16 +20858,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetSwitches">
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStringList-TStringList-">
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStrings-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TCefCommandLineRef - uCEFCommandLine Unit">
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStringList-TStringList-">
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStrings-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCefCommandLineRef - uCEFCommandLine Unit">
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStrings-">
<param name="Local" value="uCEFCommandLine.TCefCommandLineRef.html#GetSwitches-TStringList-TStringList-">
</object>
</ul>
<li><object type="text/sitemap">
@ -21892,16 +21932,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="Create">
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-TStream-Boolean-">
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-string-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TCefCustomStreamReader - uCEFCustomStreamReader Unit">
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-TStream-Boolean-">
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-string-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCefCustomStreamReader - uCEFCustomStreamReader Unit">
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-string-">
<param name="Local" value="uCEFCustomStreamReader.TCefCustomStreamReader.html#Create-TStream-Boolean-">
</object>
</ul>
<li><object type="text/sitemap">
@ -22539,6 +22579,10 @@
<param name="Local" value="uCEFTypes.TCefDisplayHandler.html#base">
</object>
<li><object type="text/sitemap">
<param name="Name" value="get_root_window_screen_rect">
<param name="Local" value="uCEFTypes.TCefDisplayHandler.html#get_root_window_screen_rect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="on_address_change">
<param name="Local" value="uCEFTypes.TCefDisplayHandler.html#on_address_change">
</object>
@ -22551,6 +22595,10 @@
<param name="Local" value="uCEFTypes.TCefDisplayHandler.html#on_console_message">
</object>
<li><object type="text/sitemap">
<param name="Name" value="on_contents_bounds_change">
<param name="Local" value="uCEFTypes.TCefDisplayHandler.html#on_contents_bounds_change">
</object>
<li><object type="text/sitemap">
<param name="Name" value="on_cursor_change">
<param name="Local" value="uCEFTypes.TCefDisplayHandler.html#on_cursor_change">
</object>
@ -22591,6 +22639,10 @@
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#Create">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetRootWindowScreenRect">
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#GetRootWindowScreenRect-ICefBrowser-PCefRect-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnAddressChange">
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnAddressChange-ICefBrowser-ICefFrame-ustring-">
</object>
@ -22603,6 +22655,10 @@
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnConsoleMessage-ICefBrowser-TCefLogSeverity-ustring-ustring-Integer-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnContentsBoundsChange">
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnContentsBoundsChange-ICefBrowser-PCefRect-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnCursorChange">
<param name="Local" value="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnCursorChange-ICefBrowser-TCefCursorHandle-TCefCursorType-PCefCursorInfo-boolean-">
</object>
@ -22988,16 +23044,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetElementAttributes">
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-ICefStringMap-">
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-TStrings-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TCefDomNodeRef - uCEFDomNode Unit">
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-ICefStringMap-">
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-TStrings-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCefDomNodeRef - uCEFDomNode Unit">
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-TStrings-">
<param name="Local" value="uCEFDomNode.TCefDomNodeRef.html#GetElementAttributes-ICefStringMap-">
</object>
</ul>
<li><object type="text/sitemap">
@ -25263,11 +25319,11 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCEFJson - uCEFJson Unit">
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefValue-TCefJsonWriterOptions-">
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TStringList-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TCEFJson - uCEFJson Unit">
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefDictionaryValue-TStringList-">
<param name="Local" value="uCEFJson.TCEFJson.html#Write-ICefValue-TCefJsonWriterOptions-">
</object>
</ul>
<li><object type="text/sitemap">
@ -39350,16 +39406,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CloseDevTools">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools-TCefWindowHandle-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools-TCefWindowHandle-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools-TCefWindowHandle-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CloseDevTools">
</object>
</ul>
<li><object type="text/sitemap">
@ -39372,16 +39428,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CreateBrowser">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
</object>
</ul>
<li><object type="text/sitemap">
@ -39398,16 +39454,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CreateClientHandler">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-ICefClient-boolean-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-boolean-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-ICefClient-boolean-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-boolean-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-boolean-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateClientHandler-ICefClient-boolean-">
</object>
</ul>
<li><object type="text/sitemap">
@ -39452,16 +39508,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CreateUrlRequest">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ustring-ustring-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ustring-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ustring-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#CreateUrlRequest-ICefRequest-ICefUrlrequestClient-ICefFrame-">
</object>
</ul>
<li><object type="text/sitemap">
@ -39725,6 +39781,10 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnConsoleMessage-ICefBrowser-TCefLogSeverity-ustring-ustring-Integer-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnContentsBoundsChange">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnContentsBoundsChange-ICefBrowser-PCefRect-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnContextMenuCommand">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnContextMenuCommand-ICefBrowser-ICefFrame-ICefContextMenuParams-Integer-TCefEventFlags-">
</object>
@ -39861,6 +39921,10 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnGetRootScreenRect-ICefBrowser-TCefRect-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnGetRootWindowScreenRect">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnGetRootWindowScreenRect-ICefBrowser-PCefRect-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="doOnGetScreenInfo">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#doOnGetScreenInfo-ICefBrowser-TCefScreenInfo-">
</object>
@ -40623,6 +40687,10 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnConsoleMessage">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FOnContentsBoundsChange">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FOnContextMenuCommand">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnContextMenuCommand">
</object>
@ -40787,6 +40855,10 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnGetRootScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FOnGetRootWindowScreenRect">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnGetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="FOnGetScreenInfo">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#FOnGetScreenInfo">
</object>
@ -41612,44 +41684,44 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="LoadResource">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ustring-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ICefFrame-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ustring-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ICefFrame-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadResource-TCustomMemoryStream-string-string-ustring-ustring-">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="LoadString">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadString-ustring-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadString-ustring-ustring-ustring-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadString-ustring-ICefFrame-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadString-ustring-ustring-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadString-ustring-ICefFrame-">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="LoadURL">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ustring-ustring-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ustring-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ustring-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#LoadURL-ustring-ICefFrame-">
</object>
</ul>
<li><object type="text/sitemap">
@ -41901,6 +41973,10 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnConsoleMessage">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnContentsBoundsChange">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnContextMenuCommand">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnContextMenuCommand">
</object>
@ -42061,6 +42137,10 @@
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnGetRootScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnGetRootWindowScreenRect">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnGetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnGetScreenInfo">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#OnGetScreenInfo">
</object>
@ -42494,16 +42574,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="RetrieveHTML">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ustring-ustring-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ustring-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ustring-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#RetrieveHTML-ICefFrame-">
</object>
</ul>
<li><object type="text/sitemap">
@ -42578,16 +42658,16 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="SendProcessMessage">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ustring-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ICefFrame-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ustring-ustring-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ICefFrame-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ICefFrame-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#SendProcessMessage-TCefProcessId-ICefProcessMessage-ustring-ustring-">
</object>
</ul>
<li><object type="text/sitemap">
@ -42880,11 +42960,19 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="UpdatePreference">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-TStringList-">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-double-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-double-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-TStringList-">
</object>
<li><object type="text/sitemap">
@ -42893,16 +42981,8 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-ustring-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-integer-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TChromiumCore - uCEFChromiumCore Unit">
<param name="Local" value="uCEFChromiumCore.TChromiumCore.html#UpdatePreference-ICefBrowser-ustring-double-">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="UpdatePreferences">
@ -44193,6 +44273,10 @@
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#FEvents">
</object>
<li><object type="text/sitemap">
<param name="Name" value="GetRootWindowScreenRect">
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#GetRootWindowScreenRect-ICefBrowser-PCefRect-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnAddressChange">
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#OnAddressChange-ICefBrowser-ICefFrame-ustring-">
</object>
@ -44205,6 +44289,10 @@
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#OnConsoleMessage-ICefBrowser-TCefLogSeverity-ustring-ustring-Integer-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnContentsBoundsChange">
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#OnContentsBoundsChange-ICefBrowser-PCefRect-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="OnCursorChange">
<param name="Local" value="uCEFDisplayHandler.TCustomDisplayHandler.html#OnCursorChange-ICefBrowser-TCefCursorHandle-TCefCursorType-PCefCursorInfo-boolean-">
</object>
@ -45470,21 +45558,21 @@
</object>
<li><object type="text/sitemap">
<param name="Name" value="CreateBrowser">
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
</object>
<ul>
<li><object type="text/sitemap">
<param name="Name" value="TEmbeddedChromium - uCEFBrowserWindow Unit">
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TEmbeddedChromium - uCEFBrowserWindow Unit">
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-TCefWindowHandle-TRect-ustring-ICefRequestContext-ICefDictionaryValue-boolean-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TEmbeddedChromium - uCEFBrowserWindow Unit">
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-TWinControl-ustring-ICefRequestContext-ICefDictionaryValue-">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TEmbeddedChromium - uCEFBrowserWindow Unit">
<param name="Local" value="uCEFBrowserWindow.TEmbeddedChromium.html#CreateBrowser-ustring-TCEFBrowserViewComponent-ICefRequestContext-ICefDictionaryValue-">
</object>
</ul>
<li><object type="text/sitemap">
<param name="Name" value="Destroy">
@ -46579,6 +46667,10 @@
<param name="Local" value="uCEFChromiumEvents.html#TOnConsoleMessage">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TOnContentsBoundsChange">
<param name="Local" value="uCEFChromiumEvents.html#TOnContentsBoundsChange">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TOnContextCreatedEvent">
<param name="Local" value="uCEFApplicationEvents.html#TOnContextCreatedEvent">
</object>
@ -46849,6 +46941,10 @@
<param name="Local" value="uCEFChromiumEvents.html#TOnGetRootScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TOnGetRootWindowScreenRect">
<param name="Local" value="uCEFChromiumEvents.html#TOnGetRootWindowScreenRect">
</object>
<li><object type="text/sitemap">
<param name="Name" value="TOnGetScreenInfo">
<param name="Local" value="uCEFChromiumEvents.html#TOnGetScreenInfo">
</object>

View File

@ -41,13 +41,13 @@
<span id="PasDoc-Constants"></span><h3 class="summary">Constants</h3>
<table class="summary wide_list">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MAJOR">CEF_SUPPORTED_VERSION_MAJOR</a></strong> = 136;</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MAJOR">CEF_SUPPORTED_VERSION_MAJOR</a></strong> = 137;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MINOR">CEF_SUPPORTED_VERSION_MINOR</a></strong> = 1;</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_MINOR">CEF_SUPPORTED_VERSION_MINOR</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_RELEASE">CEF_SUPPORTED_VERSION_RELEASE</a></strong> = 6;</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_RELEASE">CEF_SUPPORTED_VERSION_RELEASE</a></strong> = 4;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_SUPPORTED_VERSION_BUILD">CEF_SUPPORTED_VERSION_BUILD</a></strong> = 0;</code></td>
@ -59,16 +59,16 @@
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_MINOR">CEF_CHROMEELF_VERSION_MINOR</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_RELEASE">CEF_CHROMEELF_VERSION_RELEASE</a></strong> = 7103;</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_RELEASE">CEF_CHROMEELF_VERSION_RELEASE</a></strong> = 7151;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_BUILD">CEF_CHROMEELF_VERSION_BUILD</a></strong> = 114;</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_CHROMEELF_VERSION_BUILD">CEF_CHROMEELF_VERSION_BUILD</a></strong> = 6;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_VERSION_MIN">CEF_API_VERSION_MIN</a></strong> = 13300;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_VERSION_LAST">CEF_API_VERSION_LAST</a></strong> = 13601;</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_VERSION_LAST">CEF_API_VERSION_LAST</a></strong> = 13700;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_VERSION">CEF_API_VERSION</a></strong> = <a href="uCEFApplicationCore.html#CEF_API_VERSION_LAST">CEF_API_VERSION_LAST</a>;</code></td>
@ -77,13 +77,13 @@
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_VERSION_EXPERIMENTAL">CEF_API_VERSION_EXPERIMENTAL</a></strong> = 999999;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_LINUX">CEF_API_HASH_PLATFORM_LINUX</a></strong> = '40b224f295a20694241c5db49721bc90a3796f30';</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_LINUX">CEF_API_HASH_PLATFORM_LINUX</a></strong> = 'e5ac12b1bd88b9ece6ceaa57848aaba61ab85242';</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_MAC">CEF_API_HASH_PLATFORM_MAC</a></strong> = 'ff885fe921f9eae1a5ce6a71b30b0c37b306bf56';</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_MAC">CEF_API_HASH_PLATFORM_MAC</a></strong> = '9e84009c92c25aa80935727b5e4526b23439a575';</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_WINDOWS">CEF_API_HASH_PLATFORM_WINDOWS</a></strong> = '116a4153047ee1ee67f17fc938f084ee72b24e54';</code></td>
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#CEF_API_HASH_PLATFORM_WINDOWS">CEF_API_HASH_PLATFORM_WINDOWS</a></strong> = '65c7157dd3e8eba9bcc38db2bd7f26508c717f3e';</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFApplicationCore.html#LIBCEF_DLL">LIBCEF_DLL</a></strong> = 'libcef.dll';</code></td>
@ -119,21 +119,21 @@
<h3 class="detail">Constants</h3>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_MAJOR"></span><code><strong>CEF_SUPPORTED_VERSION_MAJOR</strong> = 136;</code></td>
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_MAJOR"></span><code><strong>CEF_SUPPORTED_VERSION_MAJOR</strong> = 137;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_MINOR"></span><code><strong>CEF_SUPPORTED_VERSION_MINOR</strong> = 1;</code></td>
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_MINOR"></span><code><strong>CEF_SUPPORTED_VERSION_MINOR</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_RELEASE"></span><code><strong>CEF_SUPPORTED_VERSION_RELEASE</strong> = 6;</code></td>
<td class="itemcode"><span id="CEF_SUPPORTED_VERSION_RELEASE"></span><code><strong>CEF_SUPPORTED_VERSION_RELEASE</strong> = 4;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
@ -161,14 +161,14 @@
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_RELEASE"></span><code><strong>CEF_CHROMEELF_VERSION_RELEASE</strong> = 7103;</code></td>
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_RELEASE"></span><code><strong>CEF_CHROMEELF_VERSION_RELEASE</strong> = 7151;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_BUILD"></span><code><strong>CEF_CHROMEELF_VERSION_BUILD</strong> = 114;</code></td>
<td class="itemcode"><span id="CEF_CHROMEELF_VERSION_BUILD"></span><code><strong>CEF_CHROMEELF_VERSION_BUILD</strong> = 6;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
@ -184,7 +184,7 @@ values defined in cef_api_versions.json</p>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_API_VERSION_LAST"></span><code><strong>CEF_API_VERSION_LAST</strong> = 13601;</code></td>
<td class="itemcode"><span id="CEF_API_VERSION_LAST"></span><code><strong>CEF_API_VERSION_LAST</strong> = 13700;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
@ -207,7 +207,7 @@ value defined in /include/cef_api_hash.h</p>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_LINUX"></span><code><strong>CEF_API_HASH_PLATFORM_LINUX</strong> = '40b224f295a20694241c5db49721bc90a3796f30';</code></td>
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_LINUX"></span><code><strong>CEF_API_HASH_PLATFORM_LINUX</strong> = 'e5ac12b1bd88b9ece6ceaa57848aaba61ab85242';</code></td>
</tr>
<tr><td colspan="1">
<p>
@ -216,14 +216,14 @@ values defined in cef_api_versions.json</p>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_MAC"></span><code><strong>CEF_API_HASH_PLATFORM_MAC</strong> = 'ff885fe921f9eae1a5ce6a71b30b0c37b306bf56';</code></td>
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_MAC"></span><code><strong>CEF_API_HASH_PLATFORM_MAC</strong> = '9e84009c92c25aa80935727b5e4526b23439a575';</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_WINDOWS"></span><code><strong>CEF_API_HASH_PLATFORM_WINDOWS</strong> = '116a4153047ee1ee67f17fc938f084ee72b24e54';</code></td>
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM_WINDOWS"></span><code><strong>CEF_API_HASH_PLATFORM_WINDOWS</strong> = '65c7157dd3e8eba9bcc38db2bd7f26508c717f3e';</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>

View File

@ -716,7 +716,17 @@
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFInterfaces.ICefBrowserHost.html#NotifyScreenInfoChanged">ICefBrowserHost.NotifyScreenInfoChanged</a>.</p><p>
Send a notification to the browser that the screen info has changed. The browser will then call ICefRenderHandler.GetScreenInfo to update the screen information with the new values. This simulates moving the webview window from one display to another, or changing the properties of the current display. This function is only used when window rendering is disabled. </p>
<p>Notify the browser that screen information has changed. Updated information will be sent to the renderer process to configure screen size and position values used by CSS and JavaScript (window.deviceScaleFactor, window.screenX/Y, window.outerWidth/Height, etc.). For background see <a href="https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage.md#markdown">https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage.md#markdown</a>- header-coordinate-systems
<p>This function is used with (a) windowless rendering and (b) windowed rendering with external (client-provided) root window.
<p>With windowless rendering the browser will call ICefRenderHandler.GetScreenInfo, ICefRenderHandler.GetRootScreenRect and ICefRenderHandler.GetViewRect. This simulates moving or resizing the root window in the current display, moving the root window from one display to another, or changing the properties of the current display.
<p>With windowed rendering the browser will call ICefDisplayHandler.GetRootWindowScreenRect and use the associated display properties.
<p></p>
</td></tr>
</table>
<table class="detail wide_list">

View File

@ -497,6 +497,14 @@
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnContentsBoundsChange">FOnContentsBoundsChange</a></strong>: <a href="uCEFChromiumEvents.html#TOnContentsBoundsChange">TOnContentsBoundsChange</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnGetRootWindowScreenRect">FOnGetRootWindowScreenRect</a></strong>: <a href="uCEFChromiumEvents.html#TOnGetRootWindowScreenRect">TOnGetRootWindowScreenRect</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code><strong><a href="uCEFChromiumCore.TChromiumCore.html#FOnCanDownload">FOnCanDownload</a></strong>: <a href="uCEFChromiumEvents.html#TOnCanDownloadEvent">TOnCanDownloadEvent</a>;</code></td>
</tr>
<tr class="list">
@ -1684,6 +1692,14 @@
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnContentsBoundsChange-ICefBrowser-PCefRect-">doOnContentsBoundsChange</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const new_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean; virtual;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnGetRootWindowScreenRect-ICefBrowser-PCefRect-">doOnGetRootWindowScreenRect</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; rect_: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean; virtual;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFChromiumCore.TChromiumCore.html#doOnCanDownload-ICefBrowser-ustring-ustring-">doOnCanDownload</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const url, request_method: <a href="uCEFTypes.html#ustring">ustring</a>): boolean;</code></td>
</tr>
<tr class="list2">
@ -3459,6 +3475,14 @@
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnContentsBoundsChange">OnContentsBoundsChange</a></strong> : <a href="uCEFChromiumEvents.html#TOnContentsBoundsChange">TOnContentsBoundsChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnContentsBoundsChange">FOnContentsBoundsChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnContentsBoundsChange">FOnContentsBoundsChange</a>;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnGetRootWindowScreenRect">OnGetRootWindowScreenRect</a></strong> : <a href="uCEFChromiumEvents.html#TOnGetRootWindowScreenRect">TOnGetRootWindowScreenRect</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetRootWindowScreenRect">FOnGetRootWindowScreenRect</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetRootWindowScreenRect">FOnGetRootWindowScreenRect</a>;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><code>property <strong><a href="uCEFChromiumCore.TChromiumCore.html#OnCanDownload">OnCanDownload</a></strong> : <a href="uCEFChromiumEvents.html#TOnCanDownloadEvent">TOnCanDownloadEvent</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanDownload">FOnCanDownload</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnCanDownload">FOnCanDownload</a>;</code></td>
</tr>
<tr class="list2">
@ -4763,6 +4787,22 @@ ICefDisplayHandler</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnContentsBoundsChange"></span><code><strong>FOnContentsBoundsChange</strong>: <a href="uCEFChromiumEvents.html#TOnContentsBoundsChange">TOnContentsBoundsChange</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnGetRootWindowScreenRect"></span><code><strong>FOnGetRootWindowScreenRect</strong>: <a href="uCEFChromiumEvents.html#TOnGetRootWindowScreenRect">TOnGetRootWindowScreenRect</a>;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="FOnCanDownload"></span><code><strong>FOnCanDownload</strong>: <a href="uCEFChromiumEvents.html#TOnCanDownloadEvent">TOnCanDownloadEvent</a>;</code></td>
</tr>
<tr><td colspan="2">
@ -7188,6 +7228,22 @@ ICefDisplayHandler</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnContentsBoundsChange-ICefBrowser-PCefRect-"></span><code>function <strong>doOnContentsBoundsChange</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const new_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean; virtual;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnGetRootWindowScreenRect-ICefBrowser-PCefRect-"></span><code>function <strong>doOnGetRootWindowScreenRect</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; rect_: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean; virtual;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="doOnCanDownload-ICefBrowser-ustring-ustring-"></span><code>function <strong>doOnCanDownload</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const url, request_method: <a href="uCEFTypes.html#ustring">ustring</a>): boolean;</code></td>
</tr>
<tr><td colspan="2">
@ -9694,7 +9750,17 @@ Custom</p>
</tr>
<tr><td colspan="2">
<p>
Send a notification to the browser that the screen info has changed. The browser will then call ICefRenderHandler.GetScreenInfo to update the screen information with the new values. This simulates moving the webview window from one display to another, or changing the properties of the current display. This function is only used when window rendering is disabled. </p>
<p>Notify the browser that screen information has changed. Updated information will be sent to the renderer process to configure screen size and position values used by CSS and JavaScript (window.deviceScaleFactor, window.screenX/Y, window.outerWidth/Height, etc.). For background see <a href="https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage.md#markdown">https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage.md#markdown</a>- header-coordinate-systems
<p>This function is used with (a) windowless rendering and (b) windowed rendering with external (client-provided) root window.
<p>With windowless rendering the browser will trigger TChromiumCore.OnGetScreenInfo, TChromiumCore.OnGetRootScreenRect and TChromiumCore.OnGetViewRect. This simulates moving or resizing the root window in the current display, moving the root window from one display to another, or changing the properties of the current display.
<p>With windowed rendering the browser will trigger TChromiumCore.OnGetRootWindowScreenRect and use the associated display properties.
<p></p>
</td></tr>
</table>
<table class="detail wide_list">
@ -12007,7 +12073,7 @@ Custom</p>
</tr>
<tr><td colspan="2">
<p>
Called when auto-resize is enabled via cef_browser_host_t::SetAutoResizeEnabled and the contents have auto- resized. |new_size| will be the desired size in view coordinates. Return true (1) if the resize was handled or false (0) for default handling. </p>
Called when auto-resize is enabled via cef_browser_host_t::SetAutoResizeEnabled and the contents have auto- resized. |new_size| will be the desired size in DIP coordinates. Return true (1) if the resize was handled or false (0) for default handling. </p>
<p>
@ -12059,6 +12125,46 @@ Custom</p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnContentsBoundsChange"></span><code>property <strong>OnContentsBoundsChange</strong> : <a href="uCEFChromiumEvents.html#TOnContentsBoundsChange">TOnContentsBoundsChange</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnContentsBoundsChange">FOnContentsBoundsChange</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnContentsBoundsChange">FOnContentsBoundsChange</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called when JavaScript is requesting new bounds via window.moveTo/By() or window.resizeTo/By(). |new_bounds| are in DIP screen coordinates.
<p>With Views-hosted browsers |new_bounds| are the desired bounds for the containing cef_window_t and may be passed directly to ICefWindow.SetBounds. With external (client-provided) parent on macOS and Windows |new_bounds| are the desired frame bounds for the containing root window. With other non-Views browsers |new_bounds| are the desired bounds for the browser content only unless the client implements either ICefDisplayHandler.GetRootWindowScreenRect for windowed browsers or ICefRenderHandler.GetWindowScreenRect for windowless browsers. Clients may expand browser content bounds to window bounds using OS-specific or ICefDisplay functions.
<p>Return true (1) if this function was handled or false (0) for default handling. Default move/resize behavior is only provided with Views-hosted Chrome style browsers.
<p></p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
<td class="itemcode"><span id="OnGetRootWindowScreenRect"></span><code>property <strong>OnGetRootWindowScreenRect</strong> : <a href="uCEFChromiumEvents.html#TOnGetRootWindowScreenRect">TOnGetRootWindowScreenRect</a> read <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetRootWindowScreenRect">FOnGetRootWindowScreenRect</a> write <a href="uCEFChromiumCore.TChromiumCore.html#FOnGetRootWindowScreenRect">FOnGetRootWindowScreenRect</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to retrieve the external (client-provided) root window rectangle in screen DIP coordinates. Only called for windowed browsers on Windows and Linux. Return true (1) if the rectangle was provided. Return false (0) to use the root window bounds on Windows or the browser content bounds on Linux. For additional usage details see ICefBrowserHost.NotifyScreenInfoChanged. </p>
<p>
<p>This event will be called on the browser process CEF UI thread.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t))</p>

View File

@ -100,6 +100,12 @@
<td class="itemcode"><code><strong><a href="uCEFChromiumEvents.html#TOnMediaAccessChange">TOnMediaAccessChange</a></strong> = procedure(Sender: TObject; const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; has_video_access, has_audio_access: boolean) of Object;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFChromiumEvents.html#TOnContentsBoundsChange">TOnContentsBoundsChange</a></strong> = procedure(Sender: TObject; const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const new_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</a>; var aResult : boolean) of Object;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFChromiumEvents.html#TOnGetRootWindowScreenRect">TOnGetRootWindowScreenRect</a></strong> = procedure(Sender: TObject; const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; rect_: <a href="uCEFTypes.html#PCefRect">PCefRect</a>; var aResult : boolean) of Object;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFChromiumEvents.html#TOnCanDownloadEvent">TOnCanDownloadEvent</a></strong> = procedure(Sender: TObject; const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const url, request_method: <a href="uCEFTypes.html#ustring">ustring</a>; var aResult: boolean) of object;</code></td>
</tr>
<tr class="list2">
@ -636,6 +642,20 @@ ICefDisplayHandler</p>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TOnContentsBoundsChange"></span><code><strong>TOnContentsBoundsChange</strong> = procedure(Sender: TObject; const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const new_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</a>; var aResult : boolean) of Object;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TOnGetRootWindowScreenRect"></span><code><strong>TOnGetRootWindowScreenRect</strong> = procedure(Sender: TObject; const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; rect_: <a href="uCEFTypes.html#PCefRect">PCefRect</a>; var aResult : boolean) of Object;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TOnCanDownloadEvent"></span><code><strong>TOnCanDownloadEvent</strong> = procedure(Sender: TObject; const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const url, request_method: <a href="uCEFTypes.html#ustring">ustring</a>; var aResult: boolean) of object;</code></td>
</tr>
<tr><td colspan="1">

View File

@ -859,29 +859,47 @@
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MOVE_TAB_TO_NEW_WINDOW">IDC_MOVE_TAB_TO_NEW_WINDOW</a></strong> = 34054;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_NEW_SPLIT_TAB">IDC_NEW_SPLIT_TAB</a></strong> = 34055;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_COPY_URL">IDC_COPY_URL</a></strong> = 34060;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_IN_CHROME">IDC_OPEN_IN_CHROME</a></strong> = 34061;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_WEB_APP_SETTINGS">IDC_WEB_APP_SETTINGS</a></strong> = 34062;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_WEB_APP_MENU_APP_INFO">IDC_WEB_APP_MENU_APP_INFO</a></strong> = 34063;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VISIT_DESKTOP_OF_LRU_USER_2">IDC_VISIT_DESKTOP_OF_LRU_USER_2</a></strong> = 34080;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VISIT_DESKTOP_OF_LRU_USER_3">IDC_VISIT_DESKTOP_OF_LRU_USER_3</a></strong> = 34081;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VISIT_DESKTOP_OF_LRU_USER_4">IDC_VISIT_DESKTOP_OF_LRU_USER_4</a></strong> = 34082;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VISIT_DESKTOP_OF_LRU_USER_5">IDC_VISIT_DESKTOP_OF_LRU_USER_5</a></strong> = 34083;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ADD_NEW_TAB_TO_GROUP">IDC_ADD_NEW_TAB_TO_GROUP</a></strong> = 34100;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CREATE_NEW_TAB_GROUP">IDC_CREATE_NEW_TAB_GROUP</a></strong> = 34101;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_NEXT_TAB_GROUP">IDC_FOCUS_NEXT_TAB_GROUP</a></strong> = 34102;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_PREV_TAB_GROUP">IDC_FOCUS_PREV_TAB_GROUP</a></strong> = 34103;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CLOSE_TAB_GROUP">IDC_CLOSE_TAB_GROUP</a></strong> = 34104;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_THIS_TAB">IDC_BOOKMARK_THIS_TAB</a></strong> = 35000;</code></td>
</tr>
@ -994,383 +1012,383 @@
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ORGANIZE_TABS">IDC_ORGANIZE_TABS</a></strong> = 35044;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CREATE_NEW_TAB_GROUP">IDC_CREATE_NEW_TAB_GROUP</a></strong> = 35045;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DECLUTTER_TABS">IDC_DECLUTTER_TABS</a></strong> = 35045;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DECLUTTER_TABS">IDC_DECLUTTER_TABS</a></strong> = 35046;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SEND_SHARED_TAB_GROUP_FEEDBACK">IDC_SEND_SHARED_TAB_GROUP_FEEDBACK</a></strong> = 35046;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SEND_SHARED_TAB_GROUP_FEEDBACK">IDC_SEND_SHARED_TAB_GROUP_FEEDBACK</a></strong> = 35047;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MUTE_TARGET_SITE">IDC_MUTE_TARGET_SITE</a></strong> = 35050;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_PIN_TARGET_TAB">IDC_PIN_TARGET_TAB</a></strong> = 35051;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_GROUP_TARGET_TAB">IDC_GROUP_TARGET_TAB</a></strong> = 35052;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DUPLICATE_TARGET_TAB">IDC_DUPLICATE_TARGET_TAB</a></strong> = 35053;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CUT">IDC_CUT</a></strong> = 36000;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_COPY">IDC_COPY</a></strong> = 36001;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_PASTE">IDC_PASTE</a></strong> = 36003;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EDIT_MENU">IDC_EDIT_MENU</a></strong> = 36004;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FIND">IDC_FIND</a></strong> = 37000;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FIND_NEXT">IDC_FIND_NEXT</a></strong> = 37001;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FIND_PREVIOUS">IDC_FIND_PREVIOUS</a></strong> = 37002;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CLOSE_FIND_OR_STOP">IDC_CLOSE_FIND_OR_STOP</a></strong> = 37003;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FIND_MENU">IDC_FIND_MENU</a></strong> = 37100;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FIND_AND_EDIT_MENU">IDC_FIND_AND_EDIT_MENU</a></strong> = 37200;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SAVE_AND_SHARE_MENU">IDC_SAVE_AND_SHARE_MENU</a></strong> = 37300;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CUSTOMIZE_CHROME">IDC_CUSTOMIZE_CHROME</a></strong> = 37350;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CLOSE_PROFILE">IDC_CLOSE_PROFILE</a></strong> = 35351;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MANAGE_GOOGLE_ACCOUNT">IDC_MANAGE_GOOGLE_ACCOUNT</a></strong> = 35352;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_SYNC_SETTINGS">IDC_SHOW_SYNC_SETTINGS</a></strong> = 35353;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TURN_ON_SYNC">IDC_TURN_ON_SYNC</a></strong> = 35354;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_SIGNIN_WHEN_PAUSED">IDC_SHOW_SIGNIN_WHEN_PAUSED</a></strong> = 35355;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_GUEST_PROFILE">IDC_OPEN_GUEST_PROFILE</a></strong> = 35356;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ADD_NEW_PROFILE">IDC_ADD_NEW_PROFILE</a></strong> = 35357;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MANAGE_CHROME_PROFILES">IDC_MANAGE_CHROME_PROFILES</a></strong> = 35358;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ZOOM_MENU">IDC_ZOOM_MENU</a></strong> = 38000;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ZOOM_PLUS">IDC_ZOOM_PLUS</a></strong> = 38001;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ZOOM_NORMAL">IDC_ZOOM_NORMAL</a></strong> = 38002;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ZOOM_MINUS">IDC_ZOOM_MINUS</a></strong> = 38003;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_TOOLBAR">IDC_FOCUS_TOOLBAR</a></strong> = 39000;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_LOCATION">IDC_FOCUS_LOCATION</a></strong> = 39001;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_SEARCH">IDC_FOCUS_SEARCH</a></strong> = 39002;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_MENU_BAR">IDC_FOCUS_MENU_BAR</a></strong> = 39003;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_NEXT_PANE">IDC_FOCUS_NEXT_PANE</a></strong> = 39004;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_PREVIOUS_PANE">IDC_FOCUS_PREVIOUS_PANE</a></strong> = 39005;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_BOOKMARKS">IDC_FOCUS_BOOKMARKS</a></strong> = 39006;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_INACTIVE_POPUP_FOR_ACCESSIBILITY">IDC_FOCUS_INACTIVE_POPUP_FOR_ACCESSIBILITY</a></strong> = 39007;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_WEB_CONTENTS_PANE">IDC_FOCUS_WEB_CONTENTS_PANE</a></strong> = 39009;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_FILE">IDC_OPEN_FILE</a></strong> = 40000;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CREATE_SHORTCUT">IDC_CREATE_SHORTCUT</a></strong> = 40002;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEVELOPER_MENU">IDC_DEVELOPER_MENU</a></strong> = 40003;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEV_TOOLS">IDC_DEV_TOOLS</a></strong> = 40004;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEV_TOOLS_CONSOLE">IDC_DEV_TOOLS_CONSOLE</a></strong> = 40005;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TASK_MANAGER">IDC_TASK_MANAGER</a></strong> = 40006;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEV_TOOLS_DEVICES">IDC_DEV_TOOLS_DEVICES</a></strong> = 40007;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FEEDBACK">IDC_FEEDBACK</a></strong> = 40008;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_BOOKMARK_BAR">IDC_SHOW_BOOKMARK_BAR</a></strong> = 40009;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_HISTORY">IDC_SHOW_HISTORY</a></strong> = 40010;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_BOOKMARK_MANAGER">IDC_SHOW_BOOKMARK_MANAGER</a></strong> = 40011;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_DOWNLOADS">IDC_SHOW_DOWNLOADS</a></strong> = 40012;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CLEAR_BROWSING_DATA">IDC_CLEAR_BROWSING_DATA</a></strong> = 40013;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_IMPORT_SETTINGS">IDC_IMPORT_SETTINGS</a></strong> = 40014;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPTIONS">IDC_OPTIONS</a></strong> = 40015;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EDIT_SEARCH_ENGINES">IDC_EDIT_SEARCH_ENGINES</a></strong> = 40016;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VIEW_PASSWORDS">IDC_VIEW_PASSWORDS</a></strong> = 40017;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ABOUT">IDC_ABOUT</a></strong> = 40018;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_HELP_PAGE_VIA_KEYBOARD">IDC_HELP_PAGE_VIA_KEYBOARD</a></strong> = 40019;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_HELP_PAGE_VIA_MENU">IDC_HELP_PAGE_VIA_MENU</a></strong> = 40020;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_APP_MENU">IDC_SHOW_APP_MENU</a></strong> = 40021;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MANAGE_EXTENSIONS">IDC_MANAGE_EXTENSIONS</a></strong> = 40022;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEV_TOOLS_INSPECT">IDC_DEV_TOOLS_INSPECT</a></strong> = 40023;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_UPGRADE_DIALOG">IDC_UPGRADE_DIALOG</a></strong> = 40024;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_HISTORY_CLUSTERS_SIDE_PANEL">IDC_SHOW_HISTORY_CLUSTERS_SIDE_PANEL</a></strong> = 40025;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_PROFILING_ENABLED">IDC_PROFILING_ENABLED</a></strong> = 40028;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARKS_MENU">IDC_BOOKMARKS_MENU</a></strong> = 40029;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SAVED_TAB_GROUPS_MENU">IDC_SAVED_TAB_GROUPS_MENU</a></strong> = 40030;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EXTENSION_ERRORS">IDC_EXTENSION_ERRORS</a></strong> = 40031;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_SETTINGS_CHANGE_FIRST">IDC_SHOW_SETTINGS_CHANGE_FIRST</a></strong> = 40033;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_SETTINGS_CHANGE_LAST">IDC_SHOW_SETTINGS_CHANGE_LAST</a></strong> = 40133;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_AVATAR_MENU">IDC_SHOW_AVATAR_MENU</a></strong> = 40134;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EXTENSION_INSTALL_ERROR_FIRST">IDC_EXTENSION_INSTALL_ERROR_FIRST</a></strong> = 40135;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EXTENSION_INSTALL_ERROR_LAST">IDC_EXTENSION_INSTALL_ERROR_LAST</a></strong> = 40235;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TOGGLE_REQUEST_TABLET_SITE">IDC_TOGGLE_REQUEST_TABLET_SITE</a></strong> = 40236;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEV_TOOLS_TOGGLE">IDC_DEV_TOOLS_TOGGLE</a></strong> = 40237;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_RECENT_TABS_MENU">IDC_RECENT_TABS_MENU</a></strong> = 40239;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_RECENT_TABS_NO_DEVICE_TABS">IDC_RECENT_TABS_NO_DEVICE_TABS</a></strong> = 40240;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_SETTINGS_RESET_BUBBLE">IDC_SHOW_SETTINGS_RESET_BUBBLE</a></strong> = 40241;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DISTILL_PAGE">IDC_DISTILL_PAGE</a></strong> = 40243;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_HELP_MENU">IDC_HELP_MENU</a></strong> = 40244;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_SRT_BUBBLE">IDC_SHOW_SRT_BUBBLE</a></strong> = 40246;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ELEVATED_RECOVERY_DIALOG">IDC_ELEVATED_RECOVERY_DIALOG</a></strong> = 40247;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TAKE_SCREENSHOT">IDC_TAKE_SCREENSHOT</a></strong> = 40248;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MORE_TOOLS_MENU">IDC_MORE_TOOLS_MENU</a></strong> = 40249;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TOGGLE_FULLSCREEN_TOOLBAR">IDC_TOGGLE_FULLSCREEN_TOOLBAR</a></strong> = 40250;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CUSTOMIZE_TOUCH_BAR">IDC_CUSTOMIZE_TOUCH_BAR</a></strong> = 40251;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_BETA_FORUM">IDC_SHOW_BETA_FORUM</a></strong> = 40252;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TOGGLE_JAVASCRIPT_APPLE_EVENTS">IDC_TOGGLE_JAVASCRIPT_APPLE_EVENTS</a></strong> = 40253;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_INSTALL_PWA">IDC_INSTALL_PWA</a></strong> = 40254;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_MANAGEMENT_PAGE">IDC_SHOW_MANAGEMENT_PAGE</a></strong> = 40255;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_PASTE_AND_GO">IDC_PASTE_AND_GO</a></strong> = 40256;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_SAVE_LOCAL_CARD_SIGN_IN_PROMO_IF_APPLICABLE">IDC_SHOW_SAVE_LOCAL_CARD_SIGN_IN_PROMO_IF_APPLICABLE</a></strong> = 40257;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CLOSE_SIGN_IN_PROMO">IDC_CLOSE_SIGN_IN_PROMO</a></strong> = 40258;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_FULL_URLS">IDC_SHOW_FULL_URLS</a></strong> = 40259;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CARET_BROWSING_TOGGLE">IDC_CARET_BROWSING_TOGGLE</a></strong> = 40260;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CHROME_TIPS">IDC_CHROME_TIPS</a></strong> = 40263;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CHROME_WHATS_NEW">IDC_CHROME_WHATS_NEW</a></strong> = 40264;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_PERFORMANCE">IDC_PERFORMANCE</a></strong> = 40266;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EXTENSIONS_SUBMENU">IDC_EXTENSIONS_SUBMENU</a></strong> = 40267;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EXTENSIONS_SUBMENU_MANAGE_EXTENSIONS">IDC_EXTENSIONS_SUBMENU_MANAGE_EXTENSIONS</a></strong> = 40268;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EXTENSIONS_SUBMENU_VISIT_CHROME_WEB_STORE">IDC_EXTENSIONS_SUBMENU_VISIT_CHROME_WEB_STORE</a></strong> = 40269;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_READING_LIST_MENU">IDC_READING_LIST_MENU</a></strong> = 40270;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_READING_LIST_MENU_ADD_TAB">IDC_READING_LIST_MENU_ADD_TAB</a></strong> = 40271;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_READING_LIST_MENU_SHOW_UI">IDC_READING_LIST_MENU_SHOW_UI</a></strong> = 40272;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_READING_MODE_SIDE_PANEL">IDC_SHOW_READING_MODE_SIDE_PANEL</a></strong> = 40273;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_BOOKMARK_SIDE_PANEL">IDC_SHOW_BOOKMARK_SIDE_PANEL</a></strong> = 40274;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_CHROME_LABS">IDC_SHOW_CHROME_LABS</a></strong> = 40276;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_RECENT_TABS_LOGIN_FOR_DEVICE_TABS">IDC_RECENT_TABS_LOGIN_FOR_DEVICE_TABS</a></strong> = 40277;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_RECENT_TAB">IDC_OPEN_RECENT_TAB</a></strong> = 40278;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_SAFETY_HUB">IDC_OPEN_SAFETY_HUB</a></strong> = 40279;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SAFETY_HUB_SHOW_PASSWORD_CHECKUP">IDC_SAFETY_HUB_SHOW_PASSWORD_CHECKUP</a></strong> = 40280;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SAFETY_HUB_MANAGE_EXTENSIONS">IDC_SAFETY_HUB_MANAGE_EXTENSIONS</a></strong> = 40281;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_GOOGLE_LENS_SHORTCUT">IDC_SHOW_GOOGLE_LENS_SHORTCUT</a></strong> = 40282;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_CUSTOMIZE_CHROME_SIDE_PANEL">IDC_SHOW_CUSTOMIZE_CHROME_SIDE_PANEL</a></strong> = 40283;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_CUSTOMIZE_CHROME_TOOLBAR">IDC_SHOW_CUSTOMIZE_CHROME_TOOLBAR</a></strong> = 40284;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TASK_MANAGER_APP_MENU">IDC_TASK_MANAGER_APP_MENU</a></strong> = 40285;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TASK_MANAGER_SHORTCUT">IDC_TASK_MANAGER_SHORTCUT</a></strong> = 40286;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TASK_MANAGER_CONTEXT_MENU">IDC_TASK_MANAGER_CONTEXT_MENU</a></strong> = 40287;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TASK_MANAGER_MAIN_MENU">IDC_TASK_MANAGER_MAIN_MENU</a></strong> = 40288;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_COMPARE_MENU">IDC_COMPARE_MENU</a></strong> = 40289;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_ALL_COMPARISON_TABLES">IDC_SHOW_ALL_COMPARISON_TABLES</a></strong> = 40290;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ADD_TO_COMPARISON_TABLE_MENU">IDC_ADD_TO_COMPARISON_TABLE_MENU</a></strong> = 40291;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CREATE_NEW_COMPARISON_TABLE_WITH_TAB">IDC_CREATE_NEW_COMPARISON_TABLE_WITH_TAB</a></strong> = 40292;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_HISTORY_SIDE_PANEL">IDC_SHOW_HISTORY_SIDE_PANEL</a></strong> = 40293;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_GLIC">IDC_OPEN_GLIC</a></strong> = 40294;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FIND_EXTENSIONS">IDC_FIND_EXTENSIONS</a></strong> = 40295;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SPELLCHECK_SUGGESTION_0">IDC_SPELLCHECK_SUGGESTION_0</a></strong> = 41000;</code></td>
</tr>
@ -1795,187 +1813,187 @@
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_MOVE">IDC_BOOKMARK_BAR_MOVE</a></strong> = 51022;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_OPEN_SPLIT_VIEW">IDC_BOOKMARK_BAR_OPEN_SPLIT_VIEW</a></strong> = 51023;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE">IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE</a></strong> = 51030;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_MULTIPLE_DEVICES">IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_MULTIPLE_DEVICES</a></strong> = 51031;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_SINGLE_DEVICE">IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_SINGLE_DEVICE</a></strong> = 51032;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_MULTIPLE_DEVICES">IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_MULTIPLE_DEVICES</a></strong> = 51033;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_GENERATE_QR_CODE">IDC_CONTENT_CONTEXT_GENERATE_QR_CODE</a></strong> = 51034;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SHARING_SUBMENU">IDC_CONTENT_CONTEXT_SHARING_SUBMENU</a></strong> = 51035;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_PASTE_FROM_CLIPBOARD">IDC_CONTENT_PASTE_FROM_CLIPBOARD</a></strong> = 51037;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND">IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND</a></strong> = 51100;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND_SETTING">IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND_SETTING</a></strong> = 51101;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_ROUTER_ABOUT">IDC_MEDIA_ROUTER_ABOUT</a></strong> = 51200;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_ROUTER_HELP">IDC_MEDIA_ROUTER_HELP</a></strong> = 51201;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_ROUTER_LEARN_MORE">IDC_MEDIA_ROUTER_LEARN_MORE</a></strong> = 51202;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_ROUTER_ALWAYS_SHOW_TOOLBAR_ACTION">IDC_MEDIA_ROUTER_ALWAYS_SHOW_TOOLBAR_ACTION</a></strong> = 51204;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_ROUTER_SHOWN_BY_POLICY">IDC_MEDIA_ROUTER_SHOWN_BY_POLICY</a></strong> = 51206;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_ROUTER_SHOW_IN_TOOLBAR">IDC_MEDIA_ROUTER_SHOW_IN_TOOLBAR</a></strong> = 51207;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_ROUTER_TOGGLE_MEDIA_REMOTING">IDC_MEDIA_ROUTER_TOGGLE_MEDIA_REMOTING</a></strong> = 51208;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_TOOLBAR_CONTEXT_REPORT_CAST_ISSUE">IDC_MEDIA_TOOLBAR_CONTEXT_REPORT_CAST_ISSUE</a></strong> = 51209;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_TOOLBAR_CONTEXT_SHOW_OTHER_SESSIONS">IDC_MEDIA_TOOLBAR_CONTEXT_SHOW_OTHER_SESSIONS</a></strong> = 51210;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_UPDATE_SIDE_PANEL_PIN_STATE">IDC_UPDATE_SIDE_PANEL_PIN_STATE</a></strong> = 51211;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY">IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY</a></strong> = 51300;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_FIRST">IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_FIRST</a></strong> = 51301;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_LAST">IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_LAST</a></strong> = 51399;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_STREAM_DEVICE_ALWAYS_ALLOW">IDC_MEDIA_STREAM_DEVICE_ALWAYS_ALLOW</a></strong> = 51400;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST">IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST</a></strong> = 52000;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST">IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST</a></strong> = 52199;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS">IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS</a></strong> = 52200;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_LINK_IN_PROFILE_FIRST">IDC_OPEN_LINK_IN_PROFILE_FIRST</a></strong> = 52300;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_LINK_IN_PROFILE_LAST">IDC_OPEN_LINK_IN_PROFILE_LAST</a></strong> = 52399;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION1">IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION1</a></strong> = 52400;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION2">IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION2</a></strong> = 52401;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION3">IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION3</a></strong> = 52402;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION4">IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION4</a></strong> = 52403;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION5">IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION5</a></strong> = 52404;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE">IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE</a></strong> = 52410;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS">IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS</a></strong> = 52411;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE_ONCE">IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE_ONCE</a></strong> = 52412;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_ANSWER">IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_ANSWER</a></strong> = 52413;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_QUERY">IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_QUERY</a></strong> = 52414;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TAB_SEARCH">IDC_TAB_SEARCH</a></strong> = 52500;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TAB_SEARCH_CLOSE">IDC_TAB_SEARCH_CLOSE</a></strong> = 52501;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEBUG_TOGGLE_TABLET_MODE">IDC_DEBUG_TOGGLE_TABLET_MODE</a></strong> = 52510;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEBUG_PRINT_VIEW_TREE">IDC_DEBUG_PRINT_VIEW_TREE</a></strong> = 52511;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEBUG_PRINT_VIEW_TREE_DETAILS">IDC_DEBUG_PRINT_VIEW_TREE_DETAILS</a></strong> = 52512;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_AUTOFILL_FEEDBACK">IDC_CONTENT_CONTEXT_AUTOFILL_FEEDBACK</a></strong> = 52990;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PLUS_ADDRESS">IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PLUS_ADDRESS</a></strong> = 52994;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SELECT_PASSWORD">IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SELECT_PASSWORD</a></strong> = 52998;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_IMPORT_PASSWORDS">IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_IMPORT_PASSWORDS</a></strong> = 52999;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SUGGEST_PASSWORD">IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SUGGEST_PASSWORD</a></strong> = 53000;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_USE_PASSKEY_FROM_ANOTHER_DEVICE">IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_USE_PASSKEY_FROM_ANOTHER_DEVICE</a></strong> = 53002;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_LIVE_CAPTION">IDC_LIVE_CAPTION</a></strong> = 53251;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEVICE_SYSTEM_TRAY_ICON_FIRST">IDC_DEVICE_SYSTEM_TRAY_ICON_FIRST</a></strong> = 53260;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEVICE_SYSTEM_TRAY_ICON_LAST">IDC_DEVICE_SYSTEM_TRAY_ICON_LAST</a></strong> = 53299;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SET_BROWSER_AS_DEFAULT">IDC_SET_BROWSER_AS_DEFAULT</a></strong> = 53300;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_GLIC_STATUS_ICON_MENU_SHOW">IDC_GLIC_STATUS_ICON_MENU_SHOW</a></strong> = 53310;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_GLIC_STATUS_ICON_MENU_CUSTOMIZE_KEYBOARD_SHORTCUT">IDC_GLIC_STATUS_ICON_MENU_CUSTOMIZE_KEYBOARD_SHORTCUT</a></strong> = 53311;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_GLIC_STATUS_ICON_MENU_REMOVE_ICON">IDC_GLIC_STATUS_ICON_MENU_REMOVE_ICON</a></strong> = 53312;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_GLIC_STATUS_ICON_MENU_SETTINGS">IDC_GLIC_STATUS_ICON_MENU_SETTINGS</a></strong> = 53313;</code></td>
</tr>
<tr class="list">
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_GLIC_STATUS_ICON_MENU_EXIT">IDC_GLIC_STATUS_ICON_MENU_EXIT</a></strong> = 53314;</code></td>
</tr>
<tr class="list2">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_GLIC_STATUS_ICON_MENU_CLOSE">IDC_GLIC_STATUS_ICON_MENU_CLOSE</a></strong> = 53315;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_GLIC_TOGGLE_PIN">IDC_GLIC_TOGGLE_PIN</a></strong> = 53320;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_GLIC_TOGGLE_FOCUS">IDC_GLIC_TOGGLE_FOCUS</a></strong> = 53325;</code></td>
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_GLIC_TOGGLE_PIN">IDC_GLIC_TOGGLE_PIN</a></strong> = 53320;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_NONE">CERT_STATUS_NONE</a></strong> = 0;</code></td>
@ -7378,6 +7396,13 @@
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_NEW_SPLIT_TAB"></span><code><strong>IDC_NEW_SPLIT_TAB</strong> = 34055;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_COPY_URL"></span><code><strong>IDC_COPY_URL</strong> = 34060;</code></td>
</tr>
<tr><td colspan="1">
@ -7434,6 +7459,41 @@
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_ADD_NEW_TAB_TO_GROUP"></span><code><strong>IDC_ADD_NEW_TAB_TO_GROUP</strong> = 34100;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CREATE_NEW_TAB_GROUP"></span><code><strong>IDC_CREATE_NEW_TAB_GROUP</strong> = 34101;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FOCUS_NEXT_TAB_GROUP"></span><code><strong>IDC_FOCUS_NEXT_TAB_GROUP</strong> = 34102;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FOCUS_PREV_TAB_GROUP"></span><code><strong>IDC_FOCUS_PREV_TAB_GROUP</strong> = 34103;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CLOSE_TAB_GROUP"></span><code><strong>IDC_CLOSE_TAB_GROUP</strong> = 34104;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_THIS_TAB"></span><code><strong>IDC_BOOKMARK_THIS_TAB</strong> = 35000;</code></td>
</tr>
<tr><td colspan="1">
@ -7693,21 +7753,14 @@
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CREATE_NEW_TAB_GROUP"></span><code><strong>IDC_CREATE_NEW_TAB_GROUP</strong> = 35045;</code></td>
<td class="itemcode"><span id="IDC_DECLUTTER_TABS"></span><code><strong>IDC_DECLUTTER_TABS</strong> = 35045;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_DECLUTTER_TABS"></span><code><strong>IDC_DECLUTTER_TABS</strong> = 35046;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SEND_SHARED_TAB_GROUP_FEEDBACK"></span><code><strong>IDC_SEND_SHARED_TAB_GROUP_FEEDBACK</strong> = 35047;</code></td>
<td class="itemcode"><span id="IDC_SEND_SHARED_TAB_GROUP_FEEDBACK"></span><code><strong>IDC_SEND_SHARED_TAB_GROUP_FEEDBACK</strong> = 35046;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
@ -8575,6 +8628,13 @@
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FIND_EXTENSIONS"></span><code><strong>IDC_FIND_EXTENSIONS</strong> = 40295;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SPELLCHECK_SUGGESTION_0"></span><code><strong>IDC_SPELLCHECK_SUGGESTION_0</strong> = 41000;</code></td>
</tr>
<tr><td colspan="1">
@ -9562,6 +9622,13 @@
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_OPEN_SPLIT_VIEW"></span><code><strong>IDC_BOOKMARK_BAR_OPEN_SPLIT_VIEW</strong> = 51023;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE"></span><code><strong>IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE</strong> = 51030;</code></td>
</tr>
<tr><td colspan="1">
@ -9982,13 +10049,6 @@
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_GLIC_TOGGLE_FOCUS"></span><code><strong>IDC_GLIC_TOGGLE_FOCUS</strong> = 53325;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_NONE"></span><code><strong>CERT_STATUS_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">

View File

@ -19,7 +19,13 @@
<code>type TCefDisplayRef = class(<a class="normal" href="uCEFBaseRefCounted.TCefBaseRefCountedRef.html">TCefBaseRefCountedRef</a>, <a class="normal" href="uCEFInterfaces.ICefDisplay.html">ICefDisplay</a>)</code></p>
<h2 class="description">Description</h2>
<p>
This class 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. </p>
<p>This interface 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.
<p>For details on coordinate systems and usage see <a href="https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown">https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown</a>- header-coordinate-systems
<p></p>
<p>
@ -118,7 +124,7 @@
</tr>
<tr><td colspan="2">
<p>
Returns this Display's device pixel scale factor. This specifies how much the UI should be scaled when the actual output has more pixels than standard displays (which is around 100~120dpi). The potential return values differ by platform. </p>
Returns this Display's device pixel scale factor. This specifies how much the UI should be scaled when the actual output has more pixels than standard displays (which is around 100~120dpi). The potential return values differ by platform. Windowed browsers with 1.0 zoom will have a JavaScript `window.devicePixelRatio` value matching the associated Display's get_device_scale_factor() value. </p>
</td></tr>
</table>
<table class="detail wide_list">

View File

@ -21,7 +21,13 @@
</tr>
<tr class="list">
<td class="itemname">Class&nbsp;<a class="bold" href="uCEFDisplay.TCefDisplayRef.html"><code>TCefDisplayRef</code></a></td>
<td class="itemdesc"> This class 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. </td>
<td class="itemdesc">
<p>This interface 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.
<p>For details on coordinate systems and usage see <a href="https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown">https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown</a>- header-coordinate-systems
<p></td>
</tr>
</table>
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>

View File

@ -76,6 +76,14 @@
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnContentsBoundsChange-ICefBrowser-PCefRect-">OnContentsBoundsChange</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const new_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean; virtual;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#GetRootWindowScreenRect-ICefBrowser-PCefRect-">GetRootWindowScreenRect</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; rect_: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean; virtual;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#RemoveReferences">RemoveReferences</a></strong>; virtual;</code></td>
</tr>
<tr class="list">
@ -162,7 +170,7 @@
</tr>
<tr><td colspan="2">
<p>
Called when auto-resize is enabled via ICefBrowserHost.SetAutoResizeEnabled and the contents have auto- resized. |new_size| will be the desired size in view coordinates. Return true (1) if the resize was handled or false (0) for default handling. </p>
Called when auto-resize is enabled via ICefBrowserHost.SetAutoResizeEnabled and the contents have auto- resized. |new_size| will be the desired size in DIP coordinates. Return true (1) if the resize was handled or false (0) for default handling. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -198,6 +206,34 @@
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="OnContentsBoundsChange-ICefBrowser-PCefRect-"></span><code>function <strong>OnContentsBoundsChange</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const new_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean; virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called when JavaScript is requesting new bounds via window.moveTo/By() or window.resizeTo/By(). |new_bounds| are in DIP screen coordinates.
<p>With Views-hosted browsers |new_bounds| are the desired bounds for the containing ICefWindow and may be passed directly to ICefWindow.SetBounds. With external (client-provided) parent on macOS and Windows |new_bounds| are the desired frame bounds for the containing root window. With other non-Views browsers |new_bounds| are the desired bounds for the browser content only unless the client implements either ICefDisplayHandler.GetRootWindowScreenRect for windowed browsers or ICefRenderHandler.GetWindowScreenRect for windowless browsers. Clients may expand browser content bounds to window bounds using OS-specific or ICefDisplay functions.
<p>Return true (1) if this function was handled or false (0) for default handling. Default move/resize behavior is only provided with Views-hosted Chrome style browsers.
<p></p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="GetRootWindowScreenRect-ICefBrowser-PCefRect-"></span><code>function <strong>GetRootWindowScreenRect</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; rect_: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean; virtual;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to retrieve the external (client-provided) root window rectangle in screen DIP coordinates. Only called for windowed browsers on Windows and Linux. Return true (1) if the rectangle was provided. Return false (0) to use the root window bounds on Windows or the browser content bounds on Linux. For additional usage details see ICefBrowserHost.NotifyScreenInfoChanged. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="RemoveReferences"></span><code>procedure <strong>RemoveReferences</strong>; virtual;</code></td>
</tr>
<tr><td colspan="2">

View File

@ -82,6 +82,14 @@
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFDisplayHandler.TCustomDisplayHandler.html#OnContentsBoundsChange-ICefBrowser-PCefRect-">OnContentsBoundsChange</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const new_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean; override;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFDisplayHandler.TCustomDisplayHandler.html#GetRootWindowScreenRect-ICefBrowser-PCefRect-">GetRootWindowScreenRect</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; rect_: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean; override;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFDisplayHandler.TCustomDisplayHandler.html#RemoveReferences">RemoveReferences</a></strong>; override;</code></td>
</tr>
<tr class="list">
@ -181,7 +189,7 @@
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnAutoResize-ICefBrowser-PCefSize-">TCefDisplayHandlerOwn.OnAutoResize</a>.</p><p>
Called when auto-resize is enabled via ICefBrowserHost.SetAutoResizeEnabled and the contents have auto- resized. |new_size| will be the desired size in view coordinates. Return true (1) if the resize was handled or false (0) for default handling. </p>
Called when auto-resize is enabled via ICefBrowserHost.SetAutoResizeEnabled and the contents have auto- resized. |new_size| will be the desired size in DIP coordinates. Return true (1) if the resize was handled or false (0) for default handling. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -217,6 +225,34 @@
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="OnContentsBoundsChange-ICefBrowser-PCefRect-"></span><code>function <strong>OnContentsBoundsChange</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const new_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean; override;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#OnContentsBoundsChange-ICefBrowser-PCefRect-">TCefDisplayHandlerOwn.OnContentsBoundsChange</a>.</p><p>
<p>Called when JavaScript is requesting new bounds via window.moveTo/By() or window.resizeTo/By(). |new_bounds| are in DIP screen coordinates.
<p>With Views-hosted browsers |new_bounds| are the desired bounds for the containing ICefWindow and may be passed directly to ICefWindow.SetBounds. With external (client-provided) parent on macOS and Windows |new_bounds| are the desired frame bounds for the containing root window. With other non-Views browsers |new_bounds| are the desired bounds for the browser content only unless the client implements either ICefDisplayHandler.GetRootWindowScreenRect for windowed browsers or ICefRenderHandler.GetWindowScreenRect for windowless browsers. Clients may expand browser content bounds to window bounds using OS-specific or ICefDisplay functions.
<p>Return true (1) if this function was handled or false (0) for default handling. Default move/resize behavior is only provided with Views-hosted Chrome style browsers.
<p></p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="GetRootWindowScreenRect-ICefBrowser-PCefRect-"></span><code>function <strong>GetRootWindowScreenRect</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; rect_: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean; override;</code></td>
</tr>
<tr><td colspan="2">
<p class="inheritdescription">This item has no description. Showing description inherited from <a class="normal" href="uCEFDisplayHandler.TCefDisplayHandlerOwn.html#GetRootWindowScreenRect-ICefBrowser-PCefRect-">TCefDisplayHandlerOwn.GetRootWindowScreenRect</a>.</p><p>
Called to retrieve the external (client-provided) root window rectangle in screen DIP coordinates. Only called for windowed browsers on Windows and Linux. Return true (1) if the rectangle was provided. Return false (0) to use the root window bounds on Windows or the browser content bounds on Linux. For additional usage details see ICefBrowserHost.NotifyScreenInfoChanged. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="protected.gif" alt="Protected" title="Protected"></a></td>
<td class="itemcode"><span id="RemoveReferences"></span><code>procedure <strong>RemoveReferences</strong>; override;</code></td>
</tr>
<tr><td colspan="2">

View File

@ -762,7 +762,17 @@
</tr>
<tr><td colspan="2">
<p>
Send a notification to the browser that the screen info has changed. The browser will then call ICefRenderHandler.GetScreenInfo to update the screen information with the new values. This simulates moving the webview window from one display to another, or changing the properties of the current display. This function is only used when window rendering is disabled. </p>
<p>Notify the browser that screen information has changed. Updated information will be sent to the renderer process to configure screen size and position values used by CSS and JavaScript (window.deviceScaleFactor, window.screenX/Y, window.outerWidth/Height, etc.). For background see <a href="https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage.md#markdown">https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage.md#markdown</a>- header-coordinate-systems
<p>This function is used with (a) windowless rendering and (b) windowed rendering with external (client-provided) root window.
<p>With windowless rendering the browser will call ICefRenderHandler.GetScreenInfo, ICefRenderHandler.GetRootScreenRect and ICefRenderHandler.GetViewRect. This simulates moving or resizing the root window in the current display, moving the root window from one display to another, or changing the properties of the current display.
<p>With windowed rendering the browser will call ICefDisplayHandler.GetRootWindowScreenRect and use the associated display properties.
<p></p>
</td></tr>
</table>
<table class="detail wide_list">

View File

@ -19,7 +19,13 @@
<code>type ICefDisplay = interface(<a class="normal" href="uCEFInterfaces.ICefBaseRefCounted.html">ICefBaseRefCounted</a>)</code></p>
<h2 class="description">Description</h2>
<p>
This interface 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. </p>
<p>This interface 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.
<p>For details on coordinate systems and usage see <a href="https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown">https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown</a>- header-coordinate-systems
<p></p>
<p>
@ -108,7 +114,7 @@
</tr>
<tr><td colspan="2">
<p>
Returns this Display's device pixel scale factor. This specifies how much the UI should be scaled when the actual output has more pixels than standard displays (which is around 100~120dpi). The potential return values differ by platform. </p>
Returns this Display's device pixel scale factor. This specifies how much the UI should be scaled when the actual output has more pixels than standard displays (which is around 100~120dpi). The potential return values differ by platform. Windowed browsers with 1.0 zoom will have a JavaScript `window.devicePixelRatio` value matching the associated Display's get_device_scale_factor() value. </p>
</td></tr>
</table>
<table class="detail wide_list">

View File

@ -78,6 +78,14 @@
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefDisplayHandler.html#OnContentsBoundsChange-ICefBrowser-PCefRect-">OnContentsBoundsChange</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const new_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefDisplayHandler.html#GetRootWindowScreenRect-ICefBrowser-PCefRect-">GetRootWindowScreenRect</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; rect: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefDisplayHandler.html#RemoveReferences">RemoveReferences</a></strong>;</code></td>
</tr>
</table>
@ -165,7 +173,7 @@
</tr>
<tr><td colspan="2">
<p>
Called when auto-resize is enabled via ICefBrowserHost.SetAutoResizeEnabled and the contents have auto- resized. |new_size| will be the desired size in view coordinates. Return true (1) if the resize was handled or false (0) for default handling. </p>
Called when auto-resize is enabled via ICefBrowserHost.SetAutoResizeEnabled and the contents have auto- resized. |new_size| will be the desired size in DIP coordinates. Return true (1) if the resize was handled or false (0) for default handling. </p>
</td></tr>
</table>
<table class="detail wide_list">
@ -201,6 +209,34 @@
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="OnContentsBoundsChange-ICefBrowser-PCefRect-"></span><code>function <strong>OnContentsBoundsChange</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const new_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
<p>Called when JavaScript is requesting new bounds via window.moveTo/By() or window.resizeTo/By(). |new_bounds| are in DIP screen coordinates.
<p>With Views-hosted browsers |new_bounds| are the desired bounds for the containing ICefWindow and may be passed directly to ICefWindow.SetBounds. With external (client-provided) parent on macOS and Windows |new_bounds| are the desired frame bounds for the containing root window. With other non-Views browsers |new_bounds| are the desired bounds for the browser content only unless the client implements either ICefDisplayHandler.GetRootWindowScreenRect for windowed browsers or ICefRenderHandler.GetWindowScreenRect for windowless browsers. Clients may expand browser content bounds to window bounds using OS-specific or ICefDisplay functions.
<p>Return true (1) if this function was handled or false (0) for default handling. Default move/resize behavior is only provided with Views-hosted Chrome style browsers.
<p></p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="GetRootWindowScreenRect-ICefBrowser-PCefRect-"></span><code>function <strong>GetRootWindowScreenRect</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; rect: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean;</code></td>
</tr>
<tr><td colspan="2">
<p>
Called to retrieve the external (client-provided) root window rectangle in screen DIP coordinates. Only called for windowed browsers on Windows and Linux. Return true (1) if the rectangle was provided. Return false (0) to use the root window bounds on Windows or the browser content bounds on Linux. For additional usage details see ICefBrowserHost.NotifyScreenInfoChanged. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="RemoveReferences"></span><code>procedure <strong>RemoveReferences</strong>;</code></td>
</tr>
<tr><td colspan="2">

View File

@ -148,6 +148,14 @@
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.IChromiumEvents.html#doOnContentsBoundsChange-ICefBrowser-PCefRect-">doOnContentsBoundsChange</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const new_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.IChromiumEvents.html#doOnGetRootWindowScreenRect-ICefBrowser-PCefRect-">doOnGetRootWindowScreenRect</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; rect_: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.IChromiumEvents.html#doOnCanDownload-ICefBrowser-ustring-ustring-">doOnCanDownload</a></strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const url, request_method: <a href="uCEFTypes.html#ustring">ustring</a>): boolean;</code></td>
</tr>
<tr class="list">
@ -979,6 +987,22 @@ ICefDisplayHandler</p>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="doOnContentsBoundsChange-ICefBrowser-PCefRect-"></span><code>function <strong>doOnContentsBoundsChange</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const new_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="doOnGetRootWindowScreenRect-ICefBrowser-PCefRect-"></span><code>function <strong>doOnGetRootWindowScreenRect</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; rect_: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): Boolean;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="doOnCanDownload-ICefBrowser-ustring-ustring-"></span><code>function <strong>doOnCanDownload</strong>(const browser: <a href="uCEFInterfaces.ICefBrowser.html">ICefBrowser</a>; const url, request_method: <a href="uCEFTypes.html#ustring">ustring</a>): boolean;</code></td>
</tr>
<tr><td colspan="2">

View File

@ -682,7 +682,13 @@
</tr>
<tr class="list">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefDisplay.html"><code>ICefDisplay</code></a></td>
<td class="itemdesc"> This interface 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. </td>
<td class="itemdesc">
<p>This interface 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.
<p>For details on coordinate systems and usage see <a href="https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown">https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown</a>- header-coordinate-systems
<p></td>
</tr>
<tr class="list2">
<td class="itemname">Interface&nbsp;<a class="bold" href="uCEFInterfaces.ICefLayout.html"><code>ICefLayout</code></a></td>

View File

@ -79,6 +79,14 @@
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefDisplayHandler.html#on_media_access_change">on_media_access_change</a></strong>: procedure(self: <a href="uCEFTypes.html#PCefDisplayHandler">PCefDisplayHandler</a>; browser: <a href="uCEFTypes.html#PCefBrowser">PCefBrowser</a>; has_video_access, has_audio_access: integer); stdcall;</code></td>
</tr>
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefDisplayHandler.html#on_contents_bounds_change">on_contents_bounds_change</a></strong>: function(self: <a href="uCEFTypes.html#PCefDisplayHandler">PCefDisplayHandler</a>; browser: <a href="uCEFTypes.html#PCefBrowser">PCefBrowser</a>; const new_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): integer; stdcall;</code></td>
</tr>
<tr class="list2">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><code><strong><a href="uCEFTypes.TCefDisplayHandler.html#get_root_window_screen_rect">get_root_window_screen_rect</a></strong>: function(self: <a href="uCEFTypes.html#PCefDisplayHandler">PCefDisplayHandler</a>; browser: <a href="uCEFTypes.html#PCefBrowser">PCefBrowser</a>; rect: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): integer; stdcall;</code></td>
</tr>
</table>
<h2 class="description">Description</h2>
<h3 class="detail">Fields</h3>
@ -178,6 +186,24 @@
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="on_contents_bounds_change"></span><code><strong>on_contents_bounds_change</strong>: function(self: <a href="uCEFTypes.html#PCefDisplayHandler">PCefDisplayHandler</a>; browser: <a href="uCEFTypes.html#PCefBrowser">PCefBrowser</a>; const new_bounds: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): integer; stdcall;</code></td>
</tr>
<tr><td colspan="2">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
<td class="itemcode"><span id="get_root_window_screen_rect"></span><code><strong>get_root_window_screen_rect</strong>: function(self: <a href="uCEFTypes.html#PCefDisplayHandler">PCefDisplayHandler</a>; browser: <a href="uCEFTypes.html#PCefBrowser">PCefBrowser</a>; rect: <a href="uCEFTypes.html#PCefRect">PCefRect</a>): integer; stdcall;</code></td>
</tr>
<tr><td colspan="2">
<p>
* CEF_API_ADDED(13700) *</p>
</td></tr>
</table>
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
</span>
</body></html>

View File

@ -7444,7 +7444,7 @@ Ranges:
<li>
<span id="CEF_CONTENT_SETTING_TYPE_FEDERATED_IDENTITY_IDENTITY_PROVIDER_SIGNIN_STATUS">CEF_CONTENT_SETTING_TYPE_FEDERATED_IDENTITY_IDENTITY_PROVIDER_SIGNIN_STATUS</span>: Website setting which stores whether the browser has observed the user signing into an identity-provider based on observing the IdP-SignIn-Status HTTP header. </li>
<li>
<span id="CEF_CONTENT_SETTING_TYPE_REVOKED_UNUSED_SITE_PERMISSIONS">CEF_CONTENT_SETTING_TYPE_REVOKED_UNUSED_SITE_PERMISSIONS</span>: Website setting which is used for UnusedSitePermissionsService to store revoked permissions of unused sites from unused site permissions feature. </li>
<span id="CEF_CONTENT_SETTING_TYPE_REVOKED_UNUSED_SITE_PERMISSIONS">CEF_CONTENT_SETTING_TYPE_REVOKED_UNUSED_SITE_PERMISSIONS</span>: Website setting which is used for RevokedPermissionsService to store revoked permissions of unused sites from unused site permissions feature. </li>
<li>
<span id="CEF_CONTENT_SETTING_TYPE_TOP_LEVEL_STORAGE_ACCESS">CEF_CONTENT_SETTING_TYPE_TOP_LEVEL_STORAGE_ACCESS</span>: Similar to STORAGE_ACCESS, but applicable at the page-level rather than being specific to a frame. </li>
<li>
@ -7506,7 +7506,7 @@ Ranges:
<li>
<span id="CEF_CONTENT_SETTING_TYPE_POINTER_LOCK">CEF_CONTENT_SETTING_TYPE_POINTER_LOCK</span>: Pointer Lock API allows a site to hide the cursor and have exclusive access to mouse inputs. </li>
<li>
<span id="CEF_CONTENT_SETTING_TYPE_REVOKED_ABUSIVE_NOTIFICATION_PERMISSIONS">CEF_CONTENT_SETTING_TYPE_REVOKED_ABUSIVE_NOTIFICATION_PERMISSIONS</span>: Website setting which is used for UnusedSitePermissionsService to store auto-revoked notification permissions from abusive sites. </li>
<span id="CEF_CONTENT_SETTING_TYPE_REVOKED_ABUSIVE_NOTIFICATION_PERMISSIONS">CEF_CONTENT_SETTING_TYPE_REVOKED_ABUSIVE_NOTIFICATION_PERMISSIONS</span>: Website setting which is used for RevokedPermissionsService to store auto-revoked notification permissions from abusive sites. </li>
<li>
<span id="CEF_CONTENT_SETTING_TYPE_TRACKING_PROTECTION">CEF_CONTENT_SETTING_TYPE_TRACKING_PROTECTION</span>:
@ -7548,7 +7548,7 @@ Ranges:
<li>
<span id="CEF_CONTENT_SETTING_TYPE_CONTROLLED_FRAME">CEF_CONTENT_SETTING_TYPE_CONTROLLED_FRAME</span>: Content settings for access to the Controlled Frame API. </li>
<li>
<span id="CEF_CONTENT_SETTING_TYPE_REVOKED_DISRUPTIVE_NOTIFICATION_PERMISSIONS">CEF_CONTENT_SETTING_TYPE_REVOKED_DISRUPTIVE_NOTIFICATION_PERMISSIONS</span>: Website setting which is used for UnusedSitePermissionsService to store revoked notification permissions of disruptive sites. </li>
<span id="CEF_CONTENT_SETTING_TYPE_REVOKED_DISRUPTIVE_NOTIFICATION_PERMISSIONS">CEF_CONTENT_SETTING_TYPE_REVOKED_DISRUPTIVE_NOTIFICATION_PERMISSIONS</span>: Website setting which is used for RevokedPermissionsService to store revoked notification permissions of disruptive sites. </li>
<li>
<span id="CEF_CONTENT_SETTING_TYPE_LOCAL_NETWORK_ACCESS">CEF_CONTENT_SETTING_TYPE_LOCAL_NETWORK_ACCESS</span>: Content setting for whether the site is allowed to make local network requests. </li>
<li>

View File

@ -21,7 +21,7 @@
</CompilerOptions>
<Description Value="CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC."/>
<License Value="MPL 1.1"/>
<Version Major="136" Minor="1" Release="6"/>
<Version Major="137" Release="4"/>
<Files Count="215">
<Item1>
<Filename Value="..\source\uCEFAccessibilityHandler.pas"/>

View File

@ -182,6 +182,8 @@ type
FOnLoadingProgressChange : TOnLoadingProgressChange;
FOnCursorChange : TOnCursorChange;
FOnMediaAccessChange : TOnMediaAccessChange;
FOnContentsBoundsChange : TOnContentsBoundsChange;
FOnGetRootWindowScreenRect : TOnGetRootWindowScreenRect;
// ICefDownloadHandler
FOnCanDownload : TOnCanDownloadEvent;
@ -558,6 +560,8 @@ type
procedure doOnLoadingProgressChange(const browser: ICefBrowser; const progress: double); virtual;
procedure doOnCursorChange(const browser: ICefBrowser; cursor_: TCefCursorHandle; cursorType: TCefCursorType; const customCursorInfo: PCefCursorInfo; var aResult : boolean); virtual;
procedure doOnMediaAccessChange(const browser: ICefBrowser; has_video_access, has_audio_access: boolean); virtual;
function doOnContentsBoundsChange(const browser: ICefBrowser; const new_bounds: PCefRect): Boolean; virtual;
function doOnGetRootWindowScreenRect(const browser: ICefBrowser; rect_: PCefRect): Boolean; virtual;
// ICefDownloadHandler
function doOnCanDownload(const browser: ICefBrowser; const url, request_method: ustring): boolean;
@ -1393,12 +1397,26 @@ type
/// </summary>
procedure WasHidden(hidden: Boolean);
/// <summary>
/// Send a notification to the browser that the screen info has changed. The
/// browser will then call ICefRenderHandler.GetScreenInfo to update the
/// screen information with the new values. This simulates moving the webview
/// window from one display to another, or changing the properties of the
/// current display. This function is only used when window rendering is
/// disabled.
/// <para>Notify the browser that screen information has changed. Updated
/// information will be sent to the renderer process to configure screen size
/// and position values used by CSS and JavaScript (window.deviceScaleFactor,
/// window.screenX/Y, window.outerWidth/Height, etc.). For background see
/// https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage.md#markdown-
/// header-coordinate-systems</para>
///
/// <para>This function is used with (a) windowless rendering and (b) windowed
/// rendering with external (client-provided) root window.</para>
///
/// <para>With windowless rendering the browser will trigger
/// TChromiumCore.OnGetScreenInfo, TChromiumCore.OnGetRootScreenRect and
/// TChromiumCore.OnGetViewRect.
/// This simulates moving or resizing the
/// root window in the current display, moving the root window from one
/// display to another, or changing the properties of the current display.</para>
///
/// <para>With windowed rendering the browser will trigger
/// TChromiumCore.OnGetRootWindowScreenRect and use the associated
/// display properties.</para>
/// </summary>
procedure NotifyScreenInfoChanged;
/// <summary>
@ -2667,7 +2685,7 @@ type
/// <summary>
/// Called when auto-resize is enabled via
/// cef_browser_host_t::SetAutoResizeEnabled and the contents have auto-
/// resized. |new_size| will be the desired size in view coordinates. Return
/// resized. |new_size| will be the desired size in DIP coordinates. Return
/// true (1) if the resize was handled or false (0) for default handling.
/// </summary>
/// <remarks>
@ -2704,7 +2722,43 @@ type
/// <para><see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t)</see></para>
/// </remarks>
property OnMediaAccessChange : TOnMediaAccessChange read FOnMediaAccessChange write FOnMediaAccessChange;
/// <summary>
/// <para>Called when JavaScript is requesting new bounds via window.moveTo/By() or
/// window.resizeTo/By(). |new_bounds| are in DIP screen coordinates.</para>
///
/// <para>With Views-hosted browsers |new_bounds| are the desired bounds for the
/// containing cef_window_t and may be passed directly to
/// ICefWindow.SetBounds. With external (client-provided) parent on macOS
/// and Windows |new_bounds| are the desired frame bounds for the containing
/// root window. With other non-Views browsers |new_bounds| are the desired
/// bounds for the browser content only unless the client implements either
/// ICefDisplayHandler.GetRootWindowScreenRect for windowed browsers or
/// ICefRenderHandler.GetWindowScreenRect for windowless browsers. Clients
/// may expand browser content bounds to window bounds using OS-specific or
/// ICefDisplay functions.</para>
///
/// <para>Return true (1) if this function was handled or false (0) for default
/// handling. Default move/resize behavior is only provided with Views-hosted
/// Chrome style browsers.</para>
/// </summary>
/// <remarks>
/// <para>This event will be called on the browser process CEF UI thread.</para>
/// <para><see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t)</see></para>
/// </remarks>
property OnContentsBoundsChange : TOnContentsBoundsChange read FOnContentsBoundsChange write FOnContentsBoundsChange;
/// <summary>
/// Called to retrieve the external (client-provided) root window rectangle in
/// screen DIP coordinates. Only called for windowed browsers on Windows and
/// Linux. Return true (1) if the rectangle was provided. Return false (0) to
/// use the root window bounds on Windows or the browser content bounds on
/// Linux. For additional usage details see
/// ICefBrowserHost.NotifyScreenInfoChanged.
/// </summary>
/// <remarks>
/// <para>This event will be called on the browser process CEF UI thread.</para>
/// <para><see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_display_handler_capi.h">CEF source file: /include/capi/cef_display_handler_capi.h (cef_display_handler_t)</see></para>
/// </remarks>
property OnGetRootWindowScreenRect : TOnGetRootWindowScreenRect read FOnGetRootWindowScreenRect write FOnGetRootWindowScreenRect;
/// <summary>
/// Called before a download begins in response to a user-initiated action
/// (e.g. alt + link click or link click that returns a `Content-Disposition:
@ -4748,6 +4802,8 @@ begin
FOnLoadingProgressChange := nil;
FOnCursorChange := nil;
FOnMediaAccessChange := nil;
FOnContentsBoundsChange := nil;
FOnGetRootWindowScreenRect := nil;
// ICefDownloadHandler
FOnCanDownload := nil;
@ -8275,7 +8331,9 @@ begin
assigned(FOnAutoResize) or
assigned(FOnLoadingProgressChange) or
assigned(FOnCursorChange) or
assigned(FOnMediaAccessChange);
assigned(FOnMediaAccessChange) or
assigned(FOnContentsBoundsChange) or
assigned(FOnGetRootWindowScreenRect);
end;
function TChromiumCore.MustCreateDownloadHandler : boolean;
@ -9047,6 +9105,22 @@ begin
FOnMediaAccessChange(self, browser, has_video_access, has_audio_access);
end;
function TChromiumCore.doOnContentsBoundsChange(const browser: ICefBrowser; const new_bounds: PCefRect): Boolean;
begin
Result := False;
if assigned(FOnContentsBoundsChange) then
FOnContentsBoundsChange(self, browser, new_bounds, Result);
end;
function TChromiumCore.doOnGetRootWindowScreenRect(const browser: ICefBrowser; rect_: PCefRect): Boolean;
begin
Result := False;
if assigned(FOnGetRootWindowScreenRect) then
FOnGetRootWindowScreenRect(self, browser, rect_, Result);
end;
procedure TChromiumCore.doOnDialogClosed(const browser: ICefBrowser);
begin
if assigned(FOnDialogClosed) then

View File

@ -59,6 +59,8 @@ type
TOnLoadingProgressChange = procedure(Sender: TObject; const browser: ICefBrowser; const progress: double) of object;
TOnCursorChange = procedure(Sender: TObject; const browser: ICefBrowser; cursor_: TCefCursorHandle; cursorType: TCefCursorType; const customCursorInfo: PCefCursorInfo; var aResult : boolean) of Object;
TOnMediaAccessChange = procedure(Sender: TObject; const browser: ICefBrowser; has_video_access, has_audio_access: boolean) of Object;
TOnContentsBoundsChange = procedure(Sender: TObject; const browser: ICefBrowser; const new_bounds: PCefRect; var aResult : boolean) of Object;
TOnGetRootWindowScreenRect = procedure(Sender: TObject; const browser: ICefBrowser; rect_: PCefRect; var aResult : boolean) of Object;
// ICefDownloadHandler
TOnCanDownloadEvent = procedure(Sender: TObject; const browser: ICefBrowser; const url, request_method: ustring; var aResult: boolean) of object;

View File

@ -2171,6 +2171,7 @@ const
IDC_RESTORE_WINDOW = 34052;
IDC_OPEN_IN_PWA_WINDOW = 34053;
IDC_MOVE_TAB_TO_NEW_WINDOW = 34054;
IDC_NEW_SPLIT_TAB = 34055;
IDC_COPY_URL = 34060;
IDC_OPEN_IN_CHROME = 34061;
IDC_WEB_APP_SETTINGS = 34062;
@ -2179,6 +2180,11 @@ const
IDC_VISIT_DESKTOP_OF_LRU_USER_3 = 34081;
IDC_VISIT_DESKTOP_OF_LRU_USER_4 = 34082;
IDC_VISIT_DESKTOP_OF_LRU_USER_5 = 34083;
IDC_ADD_NEW_TAB_TO_GROUP = 34100;
IDC_CREATE_NEW_TAB_GROUP = 34101;
IDC_FOCUS_NEXT_TAB_GROUP = 34102;
IDC_FOCUS_PREV_TAB_GROUP = 34103;
IDC_CLOSE_TAB_GROUP = 34104;
IDC_BOOKMARK_THIS_TAB = 35000;
IDC_BOOKMARK_ALL_TABS = 35001;
IDC_VIEW_SOURCE = 35002;
@ -2216,9 +2222,8 @@ const
IDC_SHOW_PAYMENT_METHODS = 35042;
IDC_SHOW_ADDRESSES = 35043;
IDC_ORGANIZE_TABS = 35044;
IDC_CREATE_NEW_TAB_GROUP = 35045;
IDC_DECLUTTER_TABS = 35046;
IDC_SEND_SHARED_TAB_GROUP_FEEDBACK = 35047;
IDC_DECLUTTER_TABS = 35045;
IDC_SEND_SHARED_TAB_GROUP_FEEDBACK = 35046;
IDC_MUTE_TARGET_SITE = 35050;
IDC_PIN_TARGET_TAB = 35051;
IDC_GROUP_TARGET_TAB = 35052;
@ -2342,6 +2347,7 @@ const
IDC_CREATE_NEW_COMPARISON_TABLE_WITH_TAB = 40292;
IDC_SHOW_HISTORY_SIDE_PANEL = 40293;
IDC_OPEN_GLIC = 40294;
IDC_FIND_EXTENSIONS = 40295;
IDC_SPELLCHECK_SUGGESTION_0 = 41000;
IDC_SPELLCHECK_SUGGESTION_1 = 41001;
IDC_SPELLCHECK_SUGGESTION_2 = 41002;
@ -2483,6 +2489,7 @@ const
IDC_BOOKMARK_BAR_REMOVE_FROM_BOOKMARKS_BAR = 51020;
IDC_BOOKMARK_BAR_TOGGLE_SHOW_TAB_GROUPS = 51021;
IDC_BOOKMARK_BAR_MOVE = 51022;
IDC_BOOKMARK_BAR_OPEN_SPLIT_VIEW = 51023;
IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE = 51030;
IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_MULTIPLE_DEVICES = 51031;
IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_SINGLE_DEVICE = 51032;
@ -2517,33 +2524,32 @@ const
IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION4 = 52403;
IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION5 = 52404;
IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE = 52410;
IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS = 52411;
IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE_ONCE = 52412;
IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_ANSWER = 52413;
IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_QUERY = 52414;
IDC_TAB_SEARCH = 52500;
IDC_TAB_SEARCH_CLOSE = 52501;
IDC_DEBUG_TOGGLE_TABLET_MODE = 52510;
IDC_DEBUG_PRINT_VIEW_TREE = 52511;
IDC_DEBUG_PRINT_VIEW_TREE_DETAILS = 52512;
IDC_CONTENT_CONTEXT_AUTOFILL_FEEDBACK = 52990;
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PLUS_ADDRESS = 52994;
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SELECT_PASSWORD = 52998;
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_IMPORT_PASSWORDS = 52999;
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SUGGEST_PASSWORD = 53000;
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_USE_PASSKEY_FROM_ANOTHER_DEVICE = 53002;
IDC_LIVE_CAPTION = 53251;
IDC_DEVICE_SYSTEM_TRAY_ICON_FIRST = 53260;
IDC_DEVICE_SYSTEM_TRAY_ICON_LAST = 53299;
IDC_SET_BROWSER_AS_DEFAULT = 53300;
IDC_GLIC_STATUS_ICON_MENU_SHOW = 53310;
IDC_GLIC_STATUS_ICON_MENU_CUSTOMIZE_KEYBOARD_SHORTCUT = 53311;
IDC_GLIC_STATUS_ICON_MENU_REMOVE_ICON = 53312;
IDC_GLIC_STATUS_ICON_MENU_SETTINGS = 53313;
IDC_GLIC_STATUS_ICON_MENU_EXIT = 53314;
IDC_GLIC_STATUS_ICON_MENU_CLOSE = 53315;
IDC_GLIC_TOGGLE_PIN = 53320;
IDC_GLIC_TOGGLE_FOCUS = 53325;
IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS = 52411;
IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE_ONCE = 52412;
IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_ANSWER = 52413;
IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_QUERY = 52414;
IDC_TAB_SEARCH = 52500;
IDC_TAB_SEARCH_CLOSE = 52501;
IDC_DEBUG_TOGGLE_TABLET_MODE = 52510;
IDC_DEBUG_PRINT_VIEW_TREE = 52511;
IDC_DEBUG_PRINT_VIEW_TREE_DETAILS = 52512;
IDC_CONTENT_CONTEXT_AUTOFILL_FEEDBACK = 52990;
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PLUS_ADDRESS = 52994;
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SELECT_PASSWORD = 52998;
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_IMPORT_PASSWORDS = 52999;
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_SUGGEST_PASSWORD = 53000;
IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PASSWORDS_USE_PASSKEY_FROM_ANOTHER_DEVICE = 53002;
IDC_LIVE_CAPTION = 53251;
IDC_DEVICE_SYSTEM_TRAY_ICON_FIRST = 53260;
IDC_DEVICE_SYSTEM_TRAY_ICON_LAST = 53299;
IDC_SET_BROWSER_AS_DEFAULT = 53300;
IDC_GLIC_STATUS_ICON_MENU_SHOW = 53310;
IDC_GLIC_STATUS_ICON_MENU_CUSTOMIZE_KEYBOARD_SHORTCUT = 53311;
IDC_GLIC_STATUS_ICON_MENU_REMOVE_ICON = 53312;
IDC_GLIC_STATUS_ICON_MENU_SETTINGS = 53313;
IDC_GLIC_STATUS_ICON_MENU_EXIT = 53314;
IDC_GLIC_STATUS_ICON_MENU_CLOSE = 53315;
IDC_GLIC_TOGGLE_PIN = 53320;
/// <summary>

View File

@ -21,12 +21,16 @@ uses
type
/// <summary>
/// This class typically, but not always, corresponds to a physical display
/// <para>This interface 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.
/// otherwise indicated.</para>
///
/// <para>For details on coordinate systems and usage see
/// https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown-
/// header-coordinate-systems</para>
/// </summary>
/// <remarks>
/// <para><see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/views/cef_display_capi.h">CEF source file: /include/capi/views/cef_display_capi.h (cef_display_t)</see></para>
@ -41,7 +45,9 @@ type
/// Returns this Display's device pixel scale factor. This specifies how much
/// the UI should be scaled when the actual output has more pixels than
/// standard displays (which is around 100~120dpi). The potential return
/// values differ by platform.
/// values differ by platform. Windowed browsers with 1.0 zoom will have a
/// JavaScript `window.devicePixelRatio` value matching the associated
/// Display's get_device_scale_factor() value.
/// </summary>
function GetDeviceScaleFactor : Single;
/// <summary>

View File

@ -75,7 +75,7 @@ type
/// <summary>
/// Called when auto-resize is enabled via
/// ICefBrowserHost.SetAutoResizeEnabled and the contents have auto-
/// resized. |new_size| will be the desired size in view coordinates. Return
/// resized. |new_size| will be the desired size in DIP coordinates. Return
/// true (1) if the resize was handled or false (0) for default handling.
/// </summary>
function OnAutoResize(const browser: ICefBrowser; const new_size: PCefSize): Boolean; virtual;
@ -97,6 +97,35 @@ type
/// </summary>
procedure OnMediaAccessChange(const browser: ICefBrowser; has_video_access, has_audio_access: boolean); virtual;
/// <summary>
/// <para>Called when JavaScript is requesting new bounds via window.moveTo/By() or
/// window.resizeTo/By(). |new_bounds| are in DIP screen coordinates.</para>
///
/// <para>With Views-hosted browsers |new_bounds| are the desired bounds for the
/// containing ICefWindow and may be passed directly to
/// ICefWindow.SetBounds. With external (client-provided) parent on macOS
/// and Windows |new_bounds| are the desired frame bounds for the containing
/// root window. With other non-Views browsers |new_bounds| are the desired
/// bounds for the browser content only unless the client implements either
/// ICefDisplayHandler.GetRootWindowScreenRect for windowed browsers or
/// ICefRenderHandler.GetWindowScreenRect for windowless browsers. Clients
/// may expand browser content bounds to window bounds using OS-specific or
/// ICefDisplay functions.</para>
///
/// <para>Return true (1) if this function was handled or false (0) for default
/// handling. Default move/resize behavior is only provided with Views-hosted
/// Chrome style browsers.</para>
/// </summary>
function OnContentsBoundsChange(const browser: ICefBrowser; const new_bounds: PCefRect): Boolean; virtual;
/// <summary>
/// Called to retrieve the external (client-provided) root window rectangle in
/// screen DIP coordinates. Only called for windowed browsers on Windows and
/// Linux. Return true (1) if the rectangle was provided. Return false (0) to
/// use the root window bounds on Windows or the browser content bounds on
/// Linux. For additional usage details see
/// ICefBrowserHost.NotifyScreenInfoChanged.
/// </summary>
function GetRootWindowScreenRect(const browser: ICefBrowser; rect_: PCefRect): Boolean; virtual;
/// <summary>
/// Custom procedure to clear all references.
/// </summary>
procedure RemoveReferences; virtual;
@ -120,6 +149,8 @@ type
procedure OnLoadingProgressChange(const browser: ICefBrowser; const progress: double); override;
procedure OnCursorChange(const browser: ICefBrowser; cursor_: TCefCursorHandle; CursorType: TCefCursorType; const customCursorInfo: PCefCursorInfo; var aResult : boolean); override;
procedure OnMediaAccessChange(const browser: ICefBrowser; has_video_access, has_audio_access: boolean); override;
function OnContentsBoundsChange(const browser: ICefBrowser; const new_bounds: PCefRect): Boolean; override;
function GetRootWindowScreenRect(const browser: ICefBrowser; rect_: PCefRect): Boolean; override;
procedure RemoveReferences; override;
@ -326,6 +357,30 @@ begin
has_audio_access <> 0);
end;
function cef_display_handler_on_contents_bounds_change(self: PCefDisplayHandler; browser: PCefBrowser; const new_bounds: PCefRect): integer; stdcall;
var
TempObject : TObject;
begin
Result := Ord(False);
TempObject := CefGetObject(self);
if (TempObject <> nil) and (TempObject is TCefDisplayHandlerOwn) then
Result := Ord(TCefDisplayHandlerOwn(TempObject).OnContentsBoundsChange(TCefBrowserRef.UnWrap(browser),
new_bounds));
end;
function cef_display_handler_get_root_window_screen_rect(self: PCefDisplayHandler; browser: PCefBrowser; rect: PCefRect): integer; stdcall;
var
TempObject : TObject;
begin
Result := Ord(False);
TempObject := CefGetObject(self);
if (TempObject <> nil) and (TempObject is TCefDisplayHandlerOwn) then
Result := Ord(TCefDisplayHandlerOwn(TempObject).GetRootWindowScreenRect(TCefBrowserRef.UnWrap(browser),
rect));
end;
constructor TCefDisplayHandlerOwn.Create;
begin
inherited CreateData(SizeOf(TCefDisplayHandler));
@ -343,6 +398,8 @@ begin
on_loading_progress_change := {$IFDEF FPC}@{$ENDIF}cef_display_handler_on_loading_progress_change;
on_cursor_change := {$IFDEF FPC}@{$ENDIF}cef_display_handler_on_cursor_change;
on_media_access_change := {$IFDEF FPC}@{$ENDIF}cef_display_handler_on_media_access_change;
on_contents_bounds_change := {$IFDEF FPC}@{$ENDIF}cef_display_handler_on_contents_bounds_change;
get_root_window_screen_rect := {$IFDEF FPC}@{$ENDIF}cef_display_handler_get_root_window_screen_rect;
end;
end;
@ -376,6 +433,16 @@ begin
//
end;
function TCefDisplayHandlerOwn.OnContentsBoundsChange(const browser: ICefBrowser; const new_bounds: PCefRect): Boolean;
begin
Result := False;
end;
function TCefDisplayHandlerOwn.GetRootWindowScreenRect(const browser: ICefBrowser; rect_: PCefRect): Boolean;
begin
Result := False;
end;
procedure TCefDisplayHandlerOwn.OnFaviconUrlChange(const browser: ICefBrowser; const iconUrls: TStrings);
begin
//
@ -477,6 +544,22 @@ begin
IChromiumEvents(FEvents).doOnMediaAccessChange(browser, has_video_access, has_audio_access);
end;
function TCustomDisplayHandler.OnContentsBoundsChange(const browser: ICefBrowser; const new_bounds: PCefRect): Boolean;
begin
if (FEvents <> nil) then
Result := IChromiumEvents(FEvents).doOnContentsBoundsChange(browser, new_bounds)
else
Result := inherited OnContentsBoundsChange(browser, new_bounds);
end;
function TCustomDisplayHandler.GetRootWindowScreenRect(const browser: ICefBrowser; rect_: PCefRect): Boolean;
begin
if (FEvents <> nil) then
Result := IChromiumEvents(FEvents).doOnGetRootWindowScreenRect(browser, rect_)
else
Result := inherited GetRootWindowScreenRect(browser, rect_);
end;
procedure TCustomDisplayHandler.OnFaviconUrlChange(const browser: ICefBrowser; const iconUrls: TStrings);
begin
if (FEvents <> nil) then

View File

@ -353,6 +353,8 @@ type
procedure doOnLoadingProgressChange(const browser: ICefBrowser; const progress: double);
procedure doOnCursorChange(const browser: ICefBrowser; cursor_: TCefCursorHandle; cursorType: TCefCursorType; const customCursorInfo: PCefCursorInfo; var aResult : boolean);
procedure doOnMediaAccessChange(const browser: ICefBrowser; has_video_access, has_audio_access: boolean);
function doOnContentsBoundsChange(const browser: ICefBrowser; const new_bounds: PCefRect): Boolean;
function doOnGetRootWindowScreenRect(const browser: ICefBrowser; rect_: PCefRect): Boolean;
// ICefDownloadHandler
function doOnCanDownload(const browser: ICefBrowser; const url, request_method: ustring): boolean;
@ -1134,12 +1136,26 @@ type
/// </summary>
procedure WasHidden(hidden: Boolean);
/// <summary>
/// Send a notification to the browser that the screen info has changed. The
/// browser will then call ICefRenderHandler.GetScreenInfo to update the
/// screen information with the new values. This simulates moving the webview
/// window from one display to another, or changing the properties of the
/// current display. This function is only used when window rendering is
/// disabled.
/// <para>Notify the browser that screen information has changed. Updated
/// information will be sent to the renderer process to configure screen size
/// and position values used by CSS and JavaScript (window.deviceScaleFactor,
/// window.screenX/Y, window.outerWidth/Height, etc.). For background see
/// https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage.md#markdown-
/// header-coordinate-systems</para>
///
/// <para>This function is used with (a) windowless rendering and (b) windowed
/// rendering with external (client-provided) root window.</para>
///
/// <para>With windowless rendering the browser will call
/// ICefRenderHandler.GetScreenInfo,
/// ICefRenderHandler.GetRootScreenRect and
/// ICefRenderHandler.GetViewRect. This simulates moving or resizing the
/// root window in the current display, moving the root window from one
/// display to another, or changing the properties of the current display.</para>
///
/// <para>With windowed rendering the browser will call
/// ICefDisplayHandler.GetRootWindowScreenRect and use the associated
/// display properties.</para>
/// </summary>
procedure NotifyScreenInfoChanged;
/// <summary>
@ -6982,7 +6998,7 @@ type
/// <summary>
/// Called when auto-resize is enabled via
/// ICefBrowserHost.SetAutoResizeEnabled and the contents have auto-
/// resized. |new_size| will be the desired size in view coordinates. Return
/// resized. |new_size| will be the desired size in DIP coordinates. Return
/// true (1) if the resize was handled or false (0) for default handling.
/// </summary>
function OnAutoResize(const browser: ICefBrowser; const new_size: PCefSize): Boolean;
@ -7004,6 +7020,35 @@ type
/// </summary>
procedure OnMediaAccessChange(const browser: ICefBrowser; has_video_access, has_audio_access: boolean);
/// <summary>
/// <para>Called when JavaScript is requesting new bounds via window.moveTo/By() or
/// window.resizeTo/By(). |new_bounds| are in DIP screen coordinates.</para>
///
/// <para>With Views-hosted browsers |new_bounds| are the desired bounds for the
/// containing ICefWindow and may be passed directly to
/// ICefWindow.SetBounds. With external (client-provided) parent on macOS
/// and Windows |new_bounds| are the desired frame bounds for the containing
/// root window. With other non-Views browsers |new_bounds| are the desired
/// bounds for the browser content only unless the client implements either
/// ICefDisplayHandler.GetRootWindowScreenRect for windowed browsers or
/// ICefRenderHandler.GetWindowScreenRect for windowless browsers. Clients
/// may expand browser content bounds to window bounds using OS-specific or
/// ICefDisplay functions.</para>
///
/// <para>Return true (1) if this function was handled or false (0) for default
/// handling. Default move/resize behavior is only provided with Views-hosted
/// Chrome style browsers.</para>
/// </summary>
function OnContentsBoundsChange(const browser: ICefBrowser; const new_bounds: PCefRect): Boolean;
/// <summary>
/// Called to retrieve the external (client-provided) root window rectangle in
/// screen DIP coordinates. Only called for windowed browsers on Windows and
/// Linux. Return true (1) if the rectangle was provided. Return false (0) to
/// use the root window bounds on Windows or the browser content bounds on
/// Linux. For additional usage details see
/// ICefBrowserHost.NotifyScreenInfoChanged.
/// </summary>
function GetRootWindowScreenRect(const browser: ICefBrowser; rect: PCefRect): Boolean;
/// <summary>
/// Custom procedure to clear all references.
/// </summary>
procedure RemoveReferences;
@ -9382,12 +9427,16 @@ type
*}
/// <summary>
/// This interface typically, but not always, corresponds to a physical display
/// <para>This interface 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.
/// otherwise indicated.</para>
///
/// <para>For details on coordinate systems and usage see
/// https://bitbucket.org/chromiumembedded/cef/wiki/GeneralUsage#markdown-
/// header-coordinate-systems</para>
/// </summary>
/// <remarks>
/// <para><see cref="uCEFTypes|TCefDisplay">Implements TCefDisplay</see></para>
@ -9403,7 +9452,9 @@ type
/// Returns this Display's device pixel scale factor. This specifies how much
/// the UI should be scaled when the actual output has more pixels than
/// standard displays (which is around 100~120dpi). The potential return
/// values differ by platform.
/// values differ by platform. Windowed browsers with 1.0 zoom will have a
/// JavaScript `window.devicePixelRatio` value matching the associated
/// Display's get_device_scale_factor() value.
/// </summary>
function GetDeviceScaleFactor : Single;
/// <summary>

View File

@ -5293,7 +5293,7 @@ type
/// </summary>
CEF_CONTENT_SETTING_TYPE_FEDERATED_IDENTITY_IDENTITY_PROVIDER_SIGNIN_STATUS,
/// <summary>
/// Website setting which is used for UnusedSitePermissionsService to
/// Website setting which is used for RevokedPermissionsService to
/// store revoked permissions of unused sites from unused site permissions
/// feature.
/// </summary>
@ -5428,7 +5428,7 @@ type
/// </summary>
CEF_CONTENT_SETTING_TYPE_POINTER_LOCK,
/// <summary>
/// Website setting which is used for UnusedSitePermissionsService to store
/// Website setting which is used for RevokedPermissionsService to store
/// auto-revoked notification permissions from abusive sites.
/// </summary>
CEF_CONTENT_SETTING_TYPE_REVOKED_ABUSIVE_NOTIFICATION_PERMISSIONS,
@ -5496,7 +5496,7 @@ type
/// </summary>
CEF_CONTENT_SETTING_TYPE_CONTROLLED_FRAME, {* CEF_API_ADDED(13400) *}
/// <summary>
/// Website setting which is used for UnusedSitePermissionsService to
/// Website setting which is used for RevokedPermissionsService to
/// store revoked notification permissions of disruptive sites.
/// </summary>
CEF_CONTENT_SETTING_TYPE_REVOKED_DISRUPTIVE_NOTIFICATION_PERMISSIONS, {* CEF_API_ADDED(13500) *}
@ -5744,6 +5744,8 @@ type
on_loading_progress_change : procedure(self: PCefDisplayHandler; browser: PCefBrowser; progress: double); stdcall;
on_cursor_change : function(self: PCefDisplayHandler; browser: PCefBrowser; cursor: TCefCursorHandle; type_: TCefCursorType; const custom_cursor_info: PCefCursorInfo): Integer; stdcall;
on_media_access_change : procedure(self: PCefDisplayHandler; browser: PCefBrowser; has_video_access, has_audio_access: integer); stdcall;
on_contents_bounds_change : function(self: PCefDisplayHandler; browser: PCefBrowser; const new_bounds: PCefRect): integer; stdcall; {* CEF_API_ADDED(13700) *}
get_root_window_screen_rect : function(self: PCefDisplayHandler; browser: PCefBrowser; rect: PCefRect): integer; stdcall; {* CEF_API_ADDED(13700) *}
end;
/// <summary>

View File

@ -1,22 +1,22 @@
CEF_SUPPORTED_VERSION_MAJOR = 136;
CEF_SUPPORTED_VERSION_MINOR = 1;
CEF_SUPPORTED_VERSION_RELEASE = 6;
CEF_SUPPORTED_VERSION_MAJOR = 137;
CEF_SUPPORTED_VERSION_MINOR = 0;
CEF_SUPPORTED_VERSION_RELEASE = 4;
CEF_SUPPORTED_VERSION_BUILD = 0;
CEF_CHROMEELF_VERSION_MAJOR = CEF_SUPPORTED_VERSION_MAJOR;
CEF_CHROMEELF_VERSION_MINOR = 0;
CEF_CHROMEELF_VERSION_RELEASE = 7103;
CEF_CHROMEELF_VERSION_BUILD = 114;
CEF_CHROMEELF_VERSION_RELEASE = 7151;
CEF_CHROMEELF_VERSION_BUILD = 6;
// values defined in cef_api_versions.json
CEF_API_VERSION_MIN = 13300;
CEF_API_VERSION_LAST = 13601;
CEF_API_VERSION_LAST = 13700;
CEF_API_VERSION = CEF_API_VERSION_LAST;
// value defined in /include/cef_api_hash.h
CEF_API_VERSION_EXPERIMENTAL = 999999;
// values defined in cef_api_versions.json
CEF_API_HASH_PLATFORM_LINUX = '40b224f295a20694241c5db49721bc90a3796f30';
CEF_API_HASH_PLATFORM_MAC = 'ff885fe921f9eae1a5ce6a71b30b0c37b306bf56';
CEF_API_HASH_PLATFORM_WINDOWS = '116a4153047ee1ee67f17fc938f084ee72b24e54';
CEF_API_HASH_PLATFORM_LINUX = 'e5ac12b1bd88b9ece6ceaa57848aaba61ab85242';
CEF_API_HASH_PLATFORM_MAC = '9e84009c92c25aa80935727b5e4526b23439a575';
CEF_API_HASH_PLATFORM_WINDOWS = '65c7157dd3e8eba9bcc38db2bd7f26508c717f3e';

View File

@ -2,9 +2,9 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 738,
"InternalVersion" : 739,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "136.1.6"
"Version" : "137.0.4"
}
],
"UpdatePackageData" : {