You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-12-03 21:44:45 +02:00
Update to CEF 3.3163.1670.g934eaba
- Added 2 overloaded versions of TChromium.RetrieveHTML - Modified TCefBrowserRef.GetFrameIdentifiers and TCefBrowserRef.GetFrameNames functions
This commit is contained in:
@@ -2510,7 +2510,7 @@ type
|
||||
get_focused_frame: function(self: PCefBrowser): PCefFrame; stdcall;
|
||||
get_frame_byident: function(self: PCefBrowser; identifier: Int64): PCefFrame; stdcall;
|
||||
get_frame: function(self: PCefBrowser; const name: PCefString): PCefFrame; stdcall;
|
||||
get_frame_count: function(self: PCefBrowser): NativeUInt; stdcall;
|
||||
get_frame_count: function(self: PCefBrowser): NativeUInt; stdcall;
|
||||
get_frame_identifiers: procedure(self: PCefBrowser; var identifiersCount: NativeUInt; var identifiers: Int64); stdcall;
|
||||
get_frame_names: procedure(self: PCefBrowser; names: TCefStringList); stdcall;
|
||||
send_process_message: function(self: PCefBrowser; target_process: TCefProcessId; message: PCefProcessMessage): Integer; stdcall;
|
||||
|
||||
Reference in New Issue
Block a user