type TCefEndTracingCallbackOwn = class(TCefBaseRefCountedOwn, ICefEndTracingCallback)
This item has no description.
procedure OnEndTracingComplete(const tracingFile: ustring); virtual; |
|
constructor Create; virtual; |
procedure OnEndTracingComplete(const tracingFile: ustring); virtual; |
|
This item has no description. Showing description inherited from ICefEndTracingCallback.OnEndTracingComplete. Called after all processes have sent their trace data. |tracing_file| is the path at which tracing data was written. The client is responsible for deleting |tracing_file|. |
constructor Create; virtual; |
|
This item has no description. |