mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 07:45:56 +01:00
42 lines
3.3 KiB
HTML
42 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>cef4delphi: uCEFRequestContext</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta name="generator" content="PasDoc 0.16.0-snapshot">
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
|
|
</head>
|
|
<body>
|
|
<h1 class="unit">Unit uCEFRequestContext</h1>
|
|
<div class="sections">
|
|
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section">Uses</div><div class="one_section"><a class="section" href="#PasDoc-Classes">Classes, Interfaces, Objects and Records</a></div><div class="one_section">Functions and Procedures</div><div class="one_section">Types</div><div class="one_section">Constants</div><div class="one_section">Variables</div></div>
|
|
<span id="PasDoc-Description"></span><h2 class="description">Description</h2>
|
|
<p class="nodescription">This item has no description.</p><span id="PasDoc-Uses"></span><h2 class="overview">Overview</h2>
|
|
<span id="PasDoc-Classes"></span><h3 class="cio">Classes, Interfaces, Objects and Records</h3>
|
|
<table class="classestable wide_list">
|
|
<tr class="listheader">
|
|
<th class="itemname">Name</th>
|
|
<th class="itemdesc">Description</th>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="itemname">Class <a class="bold" href="uCEFRequestContext.TCefRequestContextRef.html"><code>TCefRequestContextRef</code></a></td>
|
|
<td class="itemdesc"> A request context provides request handling for a set of related browser or URL request objects. A request context can be specified when creating a new browser via the cef_browser_host_t static factory functions or when creating a new URL request via the cef_urlrequest_t static factory functions. Browser objects with different request contexts will never be hosted in the same render process. Browser objects with the same request context may or may not be hosted in the same render process depending on the process model. Browser objects created indirectly via the JavaScript window.open function or targeted links will share the same render process and the same request context as the source browser. When running in single-process mode there is only a single render process (the main process) and so all browsers created in single-process mode will share the same request context. This will be the first request context passed into a cef_browser_host_t static factory function and all other request context objects will be ignored. </td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="itemname">Class <a class="bold" href="uCEFRequestContext.TCefClearCertificateExceptionsCompletionCallback.html"><code>TCefClearCertificateExceptionsCompletionCallback</code></a></td>
|
|
<td class="itemdesc"> </td>
|
|
</tr>
|
|
<tr class="list">
|
|
<td class="itemname">Class <a class="bold" href="uCEFRequestContext.TCefClearHttpAuthCredentialsCompletionCallback.html"><code>TCefClearHttpAuthCredentialsCompletionCallback</code></a></td>
|
|
<td class="itemdesc"> </td>
|
|
</tr>
|
|
<tr class="list2">
|
|
<td class="itemname">Class <a class="bold" href="uCEFRequestContext.TCefCloseAllConnectionsCompletionCallback.html"><code>TCefCloseAllConnectionsCompletionCallback</code></a></td>
|
|
<td class="itemdesc"> </td>
|
|
</tr>
|
|
</table>
|
|
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 0.16.0-snapshot</a>. </em>
|
|
</span>
|
|
</body></html>
|