type TCefExtension = record
Object representing an extension. Methods may be called on any thread unless otherwise indicated.
Implemented by ICefExtension.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_extension_capi.h">CEF source file: /include/capi/cef_extension_capi.h (cef_extension_t))
base: TCefBaseRefCounted; |
|
get_identifier: function(self: PCefExtension) : PCefStringUserFree; stdcall; |
|
get_path: function(self: PCefExtension) : PCefStringUserFree; stdcall; |
|
get_manifest: function(self: PCefExtension) : PCefDictionaryValue; stdcall; |
|
is_same: function(self, that: PCefExtension) : Integer; stdcall; |
|
get_handler: function(self: PCefExtension) : PCefExtensionHandler; stdcall; |
|
get_loader_context: function(self: PCefExtension) : PCefRequestContext; stdcall; |
|
is_loaded: function(self: PCefExtension) : Integer; stdcall; |
|
unload: procedure(self: PCefExtension); stdcall; |
base: TCefBaseRefCounted; |
|
This item has no description. |
get_identifier: function(self: PCefExtension) : PCefStringUserFree; stdcall; |
|
This item has no description. |
get_path: function(self: PCefExtension) : PCefStringUserFree; stdcall; |
|
This item has no description. |
get_manifest: function(self: PCefExtension) : PCefDictionaryValue; stdcall; |
|
This item has no description. |
is_same: function(self, that: PCefExtension) : Integer; stdcall; |
|
This item has no description. |
get_handler: function(self: PCefExtension) : PCefExtensionHandler; stdcall; |
|
This item has no description. |
get_loader_context: function(self: PCefExtension) : PCefRequestContext; stdcall; |
|
This item has no description. |
is_loaded: function(self: PCefExtension) : Integer; stdcall; |
|
This item has no description. |
unload: procedure(self: PCefExtension); stdcall; |
|
This item has no description. |