Record TCefBrowserProcessHandler

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefBrowserProcessHandler = record

Description

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

Implemented by ICefBrowserProcessHandler.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_browser_process_handler_capi.h">CEF source file: /include/capi/cef_browser_process_handler_capi.h (cef_browser_process_handler_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public on_register_custom_preferences: procedure(self: PCefBrowserProcessHandler; type_: TCefPreferencesType; registrar: PCefPreferenceRegistrar); stdcall;
Public on_context_initialized: procedure(self: PCefBrowserProcessHandler); stdcall;
Public on_before_child_process_launch: procedure(self: PCefBrowserProcessHandler; command_line: PCefCommandLine); stdcall;
Public on_already_running_app_relaunch: function(self: PCefBrowserProcessHandler; command_line: PCefCommandLine; const current_directory: PCefString): integer; stdcall;
Public on_schedule_message_pump_work: procedure(self: PCefBrowserProcessHandler; delay_ms: Int64); stdcall;
Public get_default_client: function(self: PCefBrowserProcessHandler): PCefClient; stdcall;
Public get_default_request_context_handler: function(self: PCefBrowserProcessHandler): PCefRequestContextHandler; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public on_register_custom_preferences: procedure(self: PCefBrowserProcessHandler; type_: TCefPreferencesType; registrar: PCefPreferenceRegistrar); stdcall;

This item has no description.

Public on_context_initialized: procedure(self: PCefBrowserProcessHandler); stdcall;

This item has no description.

Public on_before_child_process_launch: procedure(self: PCefBrowserProcessHandler; command_line: PCefCommandLine); stdcall;

This item has no description.

Public on_already_running_app_relaunch: function(self: PCefBrowserProcessHandler; command_line: PCefCommandLine; const current_directory: PCefString): integer; stdcall;

This item has no description.

Public on_schedule_message_pump_work: procedure(self: PCefBrowserProcessHandler; delay_ms: Int64); stdcall;

This item has no description.

Public get_default_client: function(self: PCefBrowserProcessHandler): PCefClient; stdcall;

This item has no description.

Public get_default_request_context_handler: function(self: PCefBrowserProcessHandler): PCefRequestContextHandler; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.