type TCefEndTracingCallback = record
Implement this structure to receive notification when tracing has completed. The functions of this structure will be called on the browser process UI thread.
Implemented by ICefEndTracingCallback.
<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_trace_capi.h">CEF source file: /include/capi/cef_trace_capi.h (cef_end_tracing_callback_t))
base: TCefBaseRefCounted; |
|
on_end_tracing_complete: procedure(self: PCefEndTracingCallback; const tracing_file: PCefString); stdcall; |
base: TCefBaseRefCounted; |
|
This item has no description. |
on_end_tracing_complete: procedure(self: PCefEndTracingCallback; const tracing_file: PCefString); stdcall; |
|
This item has no description. |