Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.
CefGetDataURI is declared in uCEFMiscFunctions.pas and it's a custom function to create a URI with a DATA scheme. It uses some CEF functions to encode the URI but CefGetDataURI is not part of the CEF API.
Those webview functions are not available in ICefFrame. Only ICefFrame.LoadUrl and ICefFrame.LoadRequest are available in the CEF API.