1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-04-07 06:50:04 +02:00
CEF4Delphi/docs/html/uCEFConstants.html
2024-09-17 18:13:26 +02:00

14918 lines
709 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>cef4delphi: uCEFConstants</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 uCEFConstants</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">Classes, Interfaces, Objects and Records</div><div class="one_section">Functions and Procedures</div><div class="one_section">Types</div><div class="one_section"><a class="section" href="#PasDoc-Constants">Constants</a></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-Constants"></span><h3 class="summary">Constants</h3>
<table class="summary wide_list">
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_NONE">ERR_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_IO_PENDING">ERR_IO_PENDING</a></strong> = -1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_FAILED">ERR_FAILED</a></strong> = -2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_ABORTED">ERR_ABORTED</a></strong> = -3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INVALID_ARGUMENT">ERR_INVALID_ARGUMENT</a></strong> = -4;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INVALID_HANDLE">ERR_INVALID_HANDLE</a></strong> = -5;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_FILE_NOT_FOUND">ERR_FILE_NOT_FOUND</a></strong> = -6;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_TIMED_OUT">ERR_TIMED_OUT</a></strong> = -7;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_FILE_TOO_BIG">ERR_FILE_TOO_BIG</a></strong> = -8;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_UNEXPECTED">ERR_UNEXPECTED</a></strong> = -9;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_ACCESS_DENIED">ERR_ACCESS_DENIED</a></strong> = -10;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_NOT_IMPLEMENTED">ERR_NOT_IMPLEMENTED</a></strong> = -11;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INSUFFICIENT_RESOURCES">ERR_INSUFFICIENT_RESOURCES</a></strong> = -12;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_OUT_OF_MEMORY">ERR_OUT_OF_MEMORY</a></strong> = -13;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_UPLOAD_FILE_CHANGED">ERR_UPLOAD_FILE_CHANGED</a></strong> = -14;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SOCKET_NOT_CONNECTED">ERR_SOCKET_NOT_CONNECTED</a></strong> = -15;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_FILE_EXISTS">ERR_FILE_EXISTS</a></strong> = -16;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_FILE_PATH_TOO_LONG">ERR_FILE_PATH_TOO_LONG</a></strong> = -17;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_FILE_NO_SPACE">ERR_FILE_NO_SPACE</a></strong> = -18;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_FILE_VIRUS_INFECTED">ERR_FILE_VIRUS_INFECTED</a></strong> = -19;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_BLOCKED_BY_CLIENT">ERR_BLOCKED_BY_CLIENT</a></strong> = -20;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_NETWORK_CHANGED">ERR_NETWORK_CHANGED</a></strong> = -21;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_BLOCKED_BY_ADMINISTRATOR">ERR_BLOCKED_BY_ADMINISTRATOR</a></strong> = -22;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SOCKET_IS_CONNECTED">ERR_SOCKET_IS_CONNECTED</a></strong> = -23;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_UPLOAD_STREAM_REWIND_NOT_SUPPORTED">ERR_UPLOAD_STREAM_REWIND_NOT_SUPPORTED</a></strong> = -25;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CONTEXT_SHUT_DOWN">ERR_CONTEXT_SHUT_DOWN</a></strong> = -26;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_BLOCKED_BY_RESPONSE">ERR_BLOCKED_BY_RESPONSE</a></strong> = -27;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CLEARTEXT_NOT_PERMITTED">ERR_CLEARTEXT_NOT_PERMITTED</a></strong> = -29;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_BLOCKED_BY_CSP">ERR_BLOCKED_BY_CSP</a></strong> = -30;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_H2_OR_QUIC_REQUIRED">ERR_H2_OR_QUIC_REQUIRED</a></strong> = -31;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_BLOCKED_BY_ORB">ERR_BLOCKED_BY_ORB</a></strong> = -32;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_NETWORK_ACCESS_REVOKED">ERR_NETWORK_ACCESS_REVOKED</a></strong> = -33;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CONNECTION_CLOSED">ERR_CONNECTION_CLOSED</a></strong> = -100;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CONNECTION_RESET">ERR_CONNECTION_RESET</a></strong> = -101;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CONNECTION_REFUSED">ERR_CONNECTION_REFUSED</a></strong> = -102;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CONNECTION_ABORTED">ERR_CONNECTION_ABORTED</a></strong> = -103;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CONNECTION_FAILED">ERR_CONNECTION_FAILED</a></strong> = -104;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_NAME_NOT_RESOLVED">ERR_NAME_NOT_RESOLVED</a></strong> = -105;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INTERNET_DISCONNECTED">ERR_INTERNET_DISCONNECTED</a></strong> = -106;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_PROTOCOL_ERROR">ERR_SSL_PROTOCOL_ERROR</a></strong> = -107;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_ADDRESS_INVALID">ERR_ADDRESS_INVALID</a></strong> = -108;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_ADDRESS_UNREACHABLE">ERR_ADDRESS_UNREACHABLE</a></strong> = -109;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_CLIENT_AUTH_CERT_NEEDED">ERR_SSL_CLIENT_AUTH_CERT_NEEDED</a></strong> = -110;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_TUNNEL_CONNECTION_FAILED">ERR_TUNNEL_CONNECTION_FAILED</a></strong> = -111;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_NO_SSL_VERSIONS_ENABLED">ERR_NO_SSL_VERSIONS_ENABLED</a></strong> = -112;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_VERSION_OR_CIPHER_MISMATCH">ERR_SSL_VERSION_OR_CIPHER_MISMATCH</a></strong> = -113;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_RENEGOTIATION_REQUESTED">ERR_SSL_RENEGOTIATION_REQUESTED</a></strong> = -114;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PROXY_AUTH_UNSUPPORTED">ERR_PROXY_AUTH_UNSUPPORTED</a></strong> = -115;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_BAD_SSL_CLIENT_AUTH_CERT">ERR_BAD_SSL_CLIENT_AUTH_CERT</a></strong> = -117;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CONNECTION_TIMED_OUT">ERR_CONNECTION_TIMED_OUT</a></strong> = -118;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_HOST_RESOLVER_QUEUE_TOO_LARGE">ERR_HOST_RESOLVER_QUEUE_TOO_LARGE</a></strong> = -119;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SOCKS_CONNECTION_FAILED">ERR_SOCKS_CONNECTION_FAILED</a></strong> = -120;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SOCKS_CONNECTION_HOST_UNREACHABLE">ERR_SOCKS_CONNECTION_HOST_UNREACHABLE</a></strong> = -121;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_ALPN_NEGOTIATION_FAILED">ERR_ALPN_NEGOTIATION_FAILED</a></strong> = -122;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_NO_RENEGOTIATION">ERR_SSL_NO_RENEGOTIATION</a></strong> = -123;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_WINSOCK_UNEXPECTED_WRITTEN_BYTES">ERR_WINSOCK_UNEXPECTED_WRITTEN_BYTES</a></strong> = -124;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_DECOMPRESSION_FAILURE_ALERT">ERR_SSL_DECOMPRESSION_FAILURE_ALERT</a></strong> = -125;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_BAD_RECORD_MAC_ALERT">ERR_SSL_BAD_RECORD_MAC_ALERT</a></strong> = -126;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PROXY_AUTH_REQUESTED">ERR_PROXY_AUTH_REQUESTED</a></strong> = -127;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PROXY_CONNECTION_FAILED">ERR_PROXY_CONNECTION_FAILED</a></strong> = -130;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_MANDATORY_PROXY_CONFIGURATION_FAILED">ERR_MANDATORY_PROXY_CONFIGURATION_FAILED</a></strong> = -131;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PRECONNECT_MAX_SOCKET_LIMIT">ERR_PRECONNECT_MAX_SOCKET_LIMIT</a></strong> = -133;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_CLIENT_AUTH_PRIVATE_KEY_ACCESS_DENIED">ERR_SSL_CLIENT_AUTH_PRIVATE_KEY_ACCESS_DENIED</a></strong> = -134;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_CLIENT_AUTH_CERT_NO_PRIVATE_KEY">ERR_SSL_CLIENT_AUTH_CERT_NO_PRIVATE_KEY</a></strong> = -135;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PROXY_CERTIFICATE_INVALID">ERR_PROXY_CERTIFICATE_INVALID</a></strong> = -136;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_NAME_RESOLUTION_FAILED">ERR_NAME_RESOLUTION_FAILED</a></strong> = -137;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_NETWORK_ACCESS_DENIED">ERR_NETWORK_ACCESS_DENIED</a></strong> = -138;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_TEMPORARILY_THROTTLED">ERR_TEMPORARILY_THROTTLED</a></strong> = -139;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_HTTPS_PROXY_TUNNEL_RESPONSE_REDIRECT">ERR_HTTPS_PROXY_TUNNEL_RESPONSE_REDIRECT</a></strong> = -140;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED">ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED</a></strong> = -141;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_MSG_TOO_BIG">ERR_MSG_TOO_BIG</a></strong> = -142;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_WS_PROTOCOL_ERROR">ERR_WS_PROTOCOL_ERROR</a></strong> = -145;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_ADDRESS_IN_USE">ERR_ADDRESS_IN_USE</a></strong> = -147;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_HANDSHAKE_NOT_COMPLETED">ERR_SSL_HANDSHAKE_NOT_COMPLETED</a></strong> = -148;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_BAD_PEER_PUBLIC_KEY">ERR_SSL_BAD_PEER_PUBLIC_KEY</a></strong> = -149;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN">ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN</a></strong> = -150;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CLIENT_AUTH_CERT_TYPE_UNSUPPORTED">ERR_CLIENT_AUTH_CERT_TYPE_UNSUPPORTED</a></strong> = -151;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_DECRYPT_ERROR_ALERT">ERR_SSL_DECRYPT_ERROR_ALERT</a></strong> = -153;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_WS_THROTTLE_QUEUE_TOO_LARGE">ERR_WS_THROTTLE_QUEUE_TOO_LARGE</a></strong> = -154;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_SERVER_CERT_CHANGED">ERR_SSL_SERVER_CERT_CHANGED</a></strong> = -156;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_UNRECOGNIZED_NAME_ALERT">ERR_SSL_UNRECOGNIZED_NAME_ALERT</a></strong> = -159;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SOCKET_SET_RECEIVE_BUFFER_SIZE_ERROR">ERR_SOCKET_SET_RECEIVE_BUFFER_SIZE_ERROR</a></strong> = -160;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SOCKET_SET_SEND_BUFFER_SIZE_ERROR">ERR_SOCKET_SET_SEND_BUFFER_SIZE_ERROR</a></strong> = -161;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SOCKET_RECEIVE_BUFFER_SIZE_UNCHANGEABLE">ERR_SOCKET_RECEIVE_BUFFER_SIZE_UNCHANGEABLE</a></strong> = -162;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SOCKET_SEND_BUFFER_SIZE_UNCHANGEABLE">ERR_SOCKET_SEND_BUFFER_SIZE_UNCHANGEABLE</a></strong> = -163;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_CLIENT_AUTH_CERT_BAD_FORMAT">ERR_SSL_CLIENT_AUTH_CERT_BAD_FORMAT</a></strong> = -164;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_ICANN_NAME_COLLISION">ERR_ICANN_NAME_COLLISION</a></strong> = -166;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_SERVER_CERT_BAD_FORMAT">ERR_SSL_SERVER_CERT_BAD_FORMAT</a></strong> = -167;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CT_STH_PARSING_FAILED">ERR_CT_STH_PARSING_FAILED</a></strong> = -168;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CT_STH_INCOMPLETE">ERR_CT_STH_INCOMPLETE</a></strong> = -169;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_UNABLE_TO_REUSE_CONNECTION_FOR_PROXY_AUTH">ERR_UNABLE_TO_REUSE_CONNECTION_FOR_PROXY_AUTH</a></strong> = -170;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CT_CONSISTENCY_PROOF_PARSING_FAILED">ERR_CT_CONSISTENCY_PROOF_PARSING_FAILED</a></strong> = -171;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_OBSOLETE_CIPHER">ERR_SSL_OBSOLETE_CIPHER</a></strong> = -172;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_WS_UPGRADE">ERR_WS_UPGRADE</a></strong> = -173;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_READ_IF_READY_NOT_IMPLEMENTED">ERR_READ_IF_READY_NOT_IMPLEMENTED</a></strong> = -174;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_NO_BUFFER_SPACE">ERR_NO_BUFFER_SPACE</a></strong> = -176;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_CLIENT_AUTH_NO_COMMON_ALGORITHMS">ERR_SSL_CLIENT_AUTH_NO_COMMON_ALGORITHMS</a></strong> = -177;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_EARLY_DATA_REJECTED">ERR_EARLY_DATA_REJECTED</a></strong> = -178;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_WRONG_VERSION_ON_EARLY_DATA">ERR_WRONG_VERSION_ON_EARLY_DATA</a></strong> = -179;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_TLS13_DOWNGRADE_DETECTED">ERR_TLS13_DOWNGRADE_DETECTED</a></strong> = -180;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SSL_KEY_USAGE_INCOMPATIBLE">ERR_SSL_KEY_USAGE_INCOMPATIBLE</a></strong> = -181;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INVALID_ECH_CONFIG_LIST">ERR_INVALID_ECH_CONFIG_LIST</a></strong> = -182;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_ECH_NOT_NEGOTIATED">ERR_ECH_NOT_NEGOTIATED</a></strong> = -183;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_ECH_FALLBACK_CERTIFICATE_INVALID">ERR_ECH_FALLBACK_CERTIFICATE_INVALID</a></strong> = -184;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_COMMON_NAME_INVALID">ERR_CERT_COMMON_NAME_INVALID</a></strong> = -200;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_DATE_INVALID">ERR_CERT_DATE_INVALID</a></strong> = -201;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_AUTHORITY_INVALID">ERR_CERT_AUTHORITY_INVALID</a></strong> = -202;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_CONTAINS_ERRORS">ERR_CERT_CONTAINS_ERRORS</a></strong> = -203;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_NO_REVOCATION_MECHANISM">ERR_CERT_NO_REVOCATION_MECHANISM</a></strong> = -204;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_UNABLE_TO_CHECK_REVOCATION">ERR_CERT_UNABLE_TO_CHECK_REVOCATION</a></strong> = -205;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_REVOKED">ERR_CERT_REVOKED</a></strong> = -206;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_INVALID">ERR_CERT_INVALID</a></strong> = -207;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_WEAK_SIGNATURE_ALGORITHM">ERR_CERT_WEAK_SIGNATURE_ALGORITHM</a></strong> = -208;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_NON_UNIQUE_NAME">ERR_CERT_NON_UNIQUE_NAME</a></strong> = -210;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_WEAK_KEY">ERR_CERT_WEAK_KEY</a></strong> = -211;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_NAME_CONSTRAINT_VIOLATION">ERR_CERT_NAME_CONSTRAINT_VIOLATION</a></strong> = -212;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_VALIDITY_TOO_LONG">ERR_CERT_VALIDITY_TOO_LONG</a></strong> = -213;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERTIFICATE_TRANSPARENCY_REQUIRED">ERR_CERTIFICATE_TRANSPARENCY_REQUIRED</a></strong> = -214;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_SYMANTEC_LEGACY">ERR_CERT_SYMANTEC_LEGACY</a></strong> = -215;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_KNOWN_INTERCEPTION_BLOCKED">ERR_CERT_KNOWN_INTERCEPTION_BLOCKED</a></strong> = -217;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_END">ERR_CERT_END</a></strong> = -219;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INVALID_URL">ERR_INVALID_URL</a></strong> = -300;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_DISALLOWED_URL_SCHEME">ERR_DISALLOWED_URL_SCHEME</a></strong> = -301;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_UNKNOWN_URL_SCHEME">ERR_UNKNOWN_URL_SCHEME</a></strong> = -302;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INVALID_REDIRECT">ERR_INVALID_REDIRECT</a></strong> = -303;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_TOO_MANY_REDIRECTS">ERR_TOO_MANY_REDIRECTS</a></strong> = -310;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_UNSAFE_REDIRECT">ERR_UNSAFE_REDIRECT</a></strong> = -311;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_UNSAFE_PORT">ERR_UNSAFE_PORT</a></strong> = -312;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INVALID_RESPONSE">ERR_INVALID_RESPONSE</a></strong> = -320;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INVALID_CHUNKED_ENCODING">ERR_INVALID_CHUNKED_ENCODING</a></strong> = -321;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_METHOD_NOT_SUPPORTED">ERR_METHOD_NOT_SUPPORTED</a></strong> = -322;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_UNEXPECTED_PROXY_AUTH">ERR_UNEXPECTED_PROXY_AUTH</a></strong> = -323;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_EMPTY_RESPONSE">ERR_EMPTY_RESPONSE</a></strong> = -324;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_RESPONSE_HEADERS_TOO_BIG">ERR_RESPONSE_HEADERS_TOO_BIG</a></strong> = -325;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PAC_SCRIPT_FAILED">ERR_PAC_SCRIPT_FAILED</a></strong> = -327;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_REQUEST_RANGE_NOT_SATISFIABLE">ERR_REQUEST_RANGE_NOT_SATISFIABLE</a></strong> = -328;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_MALFORMED_IDENTITY">ERR_MALFORMED_IDENTITY</a></strong> = -329;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CONTENT_DECODING_FAILED">ERR_CONTENT_DECODING_FAILED</a></strong> = -330;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_NETWORK_IO_SUSPENDED">ERR_NETWORK_IO_SUSPENDED</a></strong> = -331;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SYN_REPLY_NOT_RECEIVED">ERR_SYN_REPLY_NOT_RECEIVED</a></strong> = -332;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_ENCODING_CONVERSION_FAILED">ERR_ENCODING_CONVERSION_FAILED</a></strong> = -333;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_UNRECOGNIZED_FTP_DIRECTORY_LISTING_FORMAT">ERR_UNRECOGNIZED_FTP_DIRECTORY_LISTING_FORMAT</a></strong> = -334;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_NO_SUPPORTED_PROXIES">ERR_NO_SUPPORTED_PROXIES</a></strong> = -336;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SPDY_PROTOCOL_ERROR">ERR_SPDY_PROTOCOL_ERROR</a></strong> = -337;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INVALID_AUTH_CREDENTIALS">ERR_INVALID_AUTH_CREDENTIALS</a></strong> = -338;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_UNSUPPORTED_AUTH_SCHEME">ERR_UNSUPPORTED_AUTH_SCHEME</a></strong> = -339;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_ENCODING_DETECTION_FAILED">ERR_ENCODING_DETECTION_FAILED</a></strong> = -340;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_MISSING_AUTH_CREDENTIALS">ERR_MISSING_AUTH_CREDENTIALS</a></strong> = -341;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS">ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS</a></strong> = -342;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_MISCONFIGURED_AUTH_ENVIRONMENT">ERR_MISCONFIGURED_AUTH_ENVIRONMENT</a></strong> = -343;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_UNDOCUMENTED_SECURITY_LIBRARY_STATUS">ERR_UNDOCUMENTED_SECURITY_LIBRARY_STATUS</a></strong> = -344;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_RESPONSE_BODY_TOO_BIG_TO_DRAIN">ERR_RESPONSE_BODY_TOO_BIG_TO_DRAIN</a></strong> = -345;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH">ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH</a></strong> = -346;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INCOMPLETE_SPDY_HEADERS">ERR_INCOMPLETE_SPDY_HEADERS</a></strong> = -347;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PAC_NOT_IN_DHCP">ERR_PAC_NOT_IN_DHCP</a></strong> = -348;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION">ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION</a></strong> = -349;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_RESPONSE_HEADERS_MULTIPLE_LOCATION">ERR_RESPONSE_HEADERS_MULTIPLE_LOCATION</a></strong> = -350;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SPDY_SERVER_REFUSED_STREAM">ERR_SPDY_SERVER_REFUSED_STREAM</a></strong> = -351;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SPDY_PING_FAILED">ERR_SPDY_PING_FAILED</a></strong> = -352;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CONTENT_LENGTH_MISMATCH">ERR_CONTENT_LENGTH_MISMATCH</a></strong> = -354;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INCOMPLETE_CHUNKED_ENCODING">ERR_INCOMPLETE_CHUNKED_ENCODING</a></strong> = -355;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_QUIC_PROTOCOL_ERROR">ERR_QUIC_PROTOCOL_ERROR</a></strong> = -356;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_RESPONSE_HEADERS_TRUNCATED">ERR_RESPONSE_HEADERS_TRUNCATED</a></strong> = -357;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_QUIC_HANDSHAKE_FAILED">ERR_QUIC_HANDSHAKE_FAILED</a></strong> = -358;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY">ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY</a></strong> = -360;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SPDY_FLOW_CONTROL_ERROR">ERR_SPDY_FLOW_CONTROL_ERROR</a></strong> = -361;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SPDY_FRAME_SIZE_ERROR">ERR_SPDY_FRAME_SIZE_ERROR</a></strong> = -362;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SPDY_COMPRESSION_ERROR">ERR_SPDY_COMPRESSION_ERROR</a></strong> = -363;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PROXY_AUTH_REQUESTED_WITH_NO_CONNECTION">ERR_PROXY_AUTH_REQUESTED_WITH_NO_CONNECTION</a></strong> = -364;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_HTTP_1_1_REQUIRED">ERR_HTTP_1_1_REQUIRED</a></strong> = -365;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PROXY_HTTP_1_1_REQUIRED">ERR_PROXY_HTTP_1_1_REQUIRED</a></strong> = -366;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PAC_SCRIPT_TERMINATED">ERR_PAC_SCRIPT_TERMINATED</a></strong> = -367;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INVALID_HTTP_RESPONSE">ERR_INVALID_HTTP_RESPONSE</a></strong> = -370;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CONTENT_DECODING_INIT_FAILED">ERR_CONTENT_DECODING_INIT_FAILED</a></strong> = -371;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SPDY_RST_STREAM_NO_ERROR_RECEIVED">ERR_SPDY_RST_STREAM_NO_ERROR_RECEIVED</a></strong> = -372;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_TOO_MANY_RETRIES">ERR_TOO_MANY_RETRIES</a></strong> = -375;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SPDY_STREAM_CLOSED">ERR_SPDY_STREAM_CLOSED</a></strong> = -376;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_HTTP_RESPONSE_CODE_FAILURE">ERR_HTTP_RESPONSE_CODE_FAILURE</a></strong> = -379;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_QUIC_CERT_ROOT_NOT_KNOWN">ERR_QUIC_CERT_ROOT_NOT_KNOWN</a></strong> = -380;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_QUIC_GOAWAY_REQUEST_CAN_BE_RETRIED">ERR_QUIC_GOAWAY_REQUEST_CAN_BE_RETRIED</a></strong> = -381;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_TOO_MANY_ACCEPT_CH_RESTARTS">ERR_TOO_MANY_ACCEPT_CH_RESTARTS</a></strong> = -382;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INCONSISTENT_IP_ADDRESS_SPACE">ERR_INCONSISTENT_IP_ADDRESS_SPACE</a></strong> = -383;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CACHED_IP_ADDRESS_SPACE_BLOCKED_BY_PRIVATE_NETWORK_ACCESS_POLICY">ERR_CACHED_IP_ADDRESS_SPACE_BLOCKED_BY_PRIVATE_NETWORK_ACCESS_POLICY</a></strong> = -384;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_BLOCKED_BY_PRIVATE_NETWORK_ACCESS_CHECKS">ERR_BLOCKED_BY_PRIVATE_NETWORK_ACCESS_CHECKS</a></strong> = -385;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_ZSTD_WINDOW_SIZE_TOO_BIG">ERR_ZSTD_WINDOW_SIZE_TOO_BIG</a></strong> = -386;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_DICTIONARY_LOAD_FAILED">ERR_DICTIONARY_LOAD_FAILED</a></strong> = -387;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_UNEXPECTED_CONTENT_DICTIONARY_HEADER">ERR_UNEXPECTED_CONTENT_DICTIONARY_HEADER</a></strong> = -388;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CACHE_MISS">ERR_CACHE_MISS</a></strong> = -400;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CACHE_READ_FAILURE">ERR_CACHE_READ_FAILURE</a></strong> = -401;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CACHE_WRITE_FAILURE">ERR_CACHE_WRITE_FAILURE</a></strong> = -402;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CACHE_OPERATION_NOT_SUPPORTED">ERR_CACHE_OPERATION_NOT_SUPPORTED</a></strong> = -403;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CACHE_OPEN_FAILURE">ERR_CACHE_OPEN_FAILURE</a></strong> = -404;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CACHE_CREATE_FAILURE">ERR_CACHE_CREATE_FAILURE</a></strong> = -405;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CACHE_RACE">ERR_CACHE_RACE</a></strong> = -406;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CACHE_CHECKSUM_READ_FAILURE">ERR_CACHE_CHECKSUM_READ_FAILURE</a></strong> = -407;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CACHE_CHECKSUM_MISMATCH">ERR_CACHE_CHECKSUM_MISMATCH</a></strong> = -408;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CACHE_LOCK_TIMEOUT">ERR_CACHE_LOCK_TIMEOUT</a></strong> = -409;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CACHE_AUTH_FAILURE_AFTER_READ">ERR_CACHE_AUTH_FAILURE_AFTER_READ</a></strong> = -410;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CACHE_ENTRY_NOT_SUITABLE">ERR_CACHE_ENTRY_NOT_SUITABLE</a></strong> = -411;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CACHE_DOOM_FAILURE">ERR_CACHE_DOOM_FAILURE</a></strong> = -412;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CACHE_OPEN_OR_CREATE_FAILURE">ERR_CACHE_OPEN_OR_CREATE_FAILURE</a></strong> = -413;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INSECURE_RESPONSE">ERR_INSECURE_RESPONSE</a></strong> = -501;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_NO_PRIVATE_KEY_FOR_CERT">ERR_NO_PRIVATE_KEY_FOR_CERT</a></strong> = -502;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_ADD_USER_CERT_FAILED">ERR_ADD_USER_CERT_FAILED</a></strong> = -503;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INVALID_SIGNED_EXCHANGE">ERR_INVALID_SIGNED_EXCHANGE</a></strong> = -504;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_INVALID_WEB_BUNDLE">ERR_INVALID_WEB_BUNDLE</a></strong> = -505;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_TRUST_TOKEN_OPERATION_FAILED">ERR_TRUST_TOKEN_OPERATION_FAILED</a></strong> = -506;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_TRUST_TOKEN_OPERATION_SUCCESS_WITHOUT_SENDING_REQUEST">ERR_TRUST_TOKEN_OPERATION_SUCCESS_WITHOUT_SENDING_REQUEST</a></strong> = -507;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PKCS12_IMPORT_BAD_PASSWORD">ERR_PKCS12_IMPORT_BAD_PASSWORD</a></strong> = -701;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PKCS12_IMPORT_FAILED">ERR_PKCS12_IMPORT_FAILED</a></strong> = -702;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_IMPORT_CA_CERT_NOT_CA">ERR_IMPORT_CA_CERT_NOT_CA</a></strong> = -703;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_IMPORT_CERT_ALREADY_EXISTS">ERR_IMPORT_CERT_ALREADY_EXISTS</a></strong> = -704;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_IMPORT_CA_CERT_FAILED">ERR_IMPORT_CA_CERT_FAILED</a></strong> = -705;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_IMPORT_SERVER_CERT_FAILED">ERR_IMPORT_SERVER_CERT_FAILED</a></strong> = -706;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PKCS12_IMPORT_INVALID_MAC">ERR_PKCS12_IMPORT_INVALID_MAC</a></strong> = -707;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PKCS12_IMPORT_INVALID_FILE">ERR_PKCS12_IMPORT_INVALID_FILE</a></strong> = -708;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PKCS12_IMPORT_UNSUPPORTED">ERR_PKCS12_IMPORT_UNSUPPORTED</a></strong> = -709;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_KEY_GENERATION_FAILED">ERR_KEY_GENERATION_FAILED</a></strong> = -710;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_PRIVATE_KEY_EXPORT_FAILED">ERR_PRIVATE_KEY_EXPORT_FAILED</a></strong> = -712;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_SELF_SIGNED_CERT_GENERATION_FAILED">ERR_SELF_SIGNED_CERT_GENERATION_FAILED</a></strong> = -713;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_DATABASE_CHANGED">ERR_CERT_DATABASE_CHANGED</a></strong> = -714;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_CERT_VERIFIER_CHANGED">ERR_CERT_VERIFIER_CHANGED</a></strong> = -716;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_DNS_MALFORMED_RESPONSE">ERR_DNS_MALFORMED_RESPONSE</a></strong> = -800;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_DNS_SERVER_REQUIRES_TCP">ERR_DNS_SERVER_REQUIRES_TCP</a></strong> = -801;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_DNS_SERVER_FAILED">ERR_DNS_SERVER_FAILED</a></strong> = -802;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_DNS_TIMED_OUT">ERR_DNS_TIMED_OUT</a></strong> = -803;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_NS_CACHE_MISS">ERR_NS_CACHE_MISS</a></strong> = -804;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_DNS_SEARCH_EMPTY">ERR_DNS_SEARCH_EMPTY</a></strong> = -805;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_DNS_SORT_ERROR">ERR_DNS_SORT_ERROR</a></strong> = -806;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_DNS_SECURE_RESOLVER_HOSTNAME_RESOLUTION_FAILED">ERR_DNS_SECURE_RESOLVER_HOSTNAME_RESOLUTION_FAILED</a></strong> = -808;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_DNS_NAME_HTTPS_ONLY">ERR_DNS_NAME_HTTPS_ONLY</a></strong> = -809;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_DNS_REQUEST_CANCELLED">ERR_DNS_REQUEST_CANCELLED</a></strong> = -810;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_DNS_NO_MATCHING_SUPPORTED_ALPN">ERR_DNS_NO_MATCHING_SUPPORTED_ALPN</a></strong> = -811;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ERR_DNS_SECURE_PROBE_RECORD_INVALID">ERR_DNS_SECURE_PROBE_RECORD_INVALID</a></strong> = -814;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#COMMAND_ID_FIRST_UNBOUNDED">COMMAND_ID_FIRST_UNBOUNDED</a></strong> = $E000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MinimumLabelValue">IDC_MinimumLabelValue</a></strong> = 4000;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BACK">IDC_BACK</a></strong> = 33000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FORWARD">IDC_FORWARD</a></strong> = 33001;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_RELOAD">IDC_RELOAD</a></strong> = 33002;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_HOME">IDC_HOME</a></strong> = 33003;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_CURRENT_URL">IDC_OPEN_CURRENT_URL</a></strong> = 33004;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_STOP">IDC_STOP</a></strong> = 33006;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_RELOAD_BYPASSING_CACHE">IDC_RELOAD_BYPASSING_CACHE</a></strong> = 33007;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_RELOAD_CLEARING_CACHE">IDC_RELOAD_CLEARING_CACHE</a></strong> = 33009;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_NEW_WINDOW">IDC_NEW_WINDOW</a></strong> = 34000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_NEW_INCOGNITO_WINDOW">IDC_NEW_INCOGNITO_WINDOW</a></strong> = 34001;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CLOSE_WINDOW">IDC_CLOSE_WINDOW</a></strong> = 34012;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ALWAYS_ON_TOP">IDC_ALWAYS_ON_TOP</a></strong> = 34013;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_NEW_TAB">IDC_NEW_TAB</a></strong> = 34014;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CLOSE_TAB">IDC_CLOSE_TAB</a></strong> = 34015;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SELECT_NEXT_TAB">IDC_SELECT_NEXT_TAB</a></strong> = 34016;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SELECT_PREVIOUS_TAB">IDC_SELECT_PREVIOUS_TAB</a></strong> = 34017;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SELECT_TAB_0">IDC_SELECT_TAB_0</a></strong> = 34018;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SELECT_TAB_1">IDC_SELECT_TAB_1</a></strong> = 34019;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SELECT_TAB_2">IDC_SELECT_TAB_2</a></strong> = 34020;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SELECT_TAB_3">IDC_SELECT_TAB_3</a></strong> = 34021;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SELECT_TAB_4">IDC_SELECT_TAB_4</a></strong> = 34022;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SELECT_TAB_5">IDC_SELECT_TAB_5</a></strong> = 34023;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SELECT_TAB_6">IDC_SELECT_TAB_6</a></strong> = 34024;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SELECT_TAB_7">IDC_SELECT_TAB_7</a></strong> = 34025;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SELECT_LAST_TAB">IDC_SELECT_LAST_TAB</a></strong> = 34026;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DUPLICATE_TAB">IDC_DUPLICATE_TAB</a></strong> = 34027;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_RESTORE_TAB">IDC_RESTORE_TAB</a></strong> = 34028;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_AS_TAB">IDC_SHOW_AS_TAB</a></strong> = 34029;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FULLSCREEN">IDC_FULLSCREEN</a></strong> = 34030;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EXIT">IDC_EXIT</a></strong> = 34031;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MOVE_TAB_NEXT">IDC_MOVE_TAB_NEXT</a></strong> = 34032;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MOVE_TAB_PREVIOUS">IDC_MOVE_TAB_PREVIOUS</a></strong> = 34033;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SEARCH">IDC_SEARCH</a></strong> = 34035;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_WINDOW_MENU">IDC_WINDOW_MENU</a></strong> = 34045;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MINIMIZE_WINDOW">IDC_MINIMIZE_WINDOW</a></strong> = 34046;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MAXIMIZE_WINDOW">IDC_MAXIMIZE_WINDOW</a></strong> = 34047;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ALL_WINDOWS_FRONT">IDC_ALL_WINDOWS_FRONT</a></strong> = 34048;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_NAME_WINDOW">IDC_NAME_WINDOW</a></strong> = 34049;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TOGGLE_MULTITASK_MENU">IDC_TOGGLE_MULTITASK_MENU</a></strong> = 34050;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_USE_SYSTEM_TITLE_BAR">IDC_USE_SYSTEM_TITLE_BAR</a></strong> = 34051;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_RESTORE_WINDOW">IDC_RESTORE_WINDOW</a></strong> = 34052;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_IN_PWA_WINDOW">IDC_OPEN_IN_PWA_WINDOW</a></strong> = 34053;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MOVE_TAB_TO_NEW_WINDOW">IDC_MOVE_TAB_TO_NEW_WINDOW</a></strong> = 34054;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_COPY_URL">IDC_COPY_URL</a></strong> = 34060;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_IN_CHROME">IDC_OPEN_IN_CHROME</a></strong> = 34061;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_WEB_APP_SETTINGS">IDC_WEB_APP_SETTINGS</a></strong> = 34062;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_WEB_APP_MENU_APP_INFO">IDC_WEB_APP_MENU_APP_INFO</a></strong> = 34063;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VISIT_DESKTOP_OF_LRU_USER_2">IDC_VISIT_DESKTOP_OF_LRU_USER_2</a></strong> = 34080;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VISIT_DESKTOP_OF_LRU_USER_3">IDC_VISIT_DESKTOP_OF_LRU_USER_3</a></strong> = 34081;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VISIT_DESKTOP_OF_LRU_USER_4">IDC_VISIT_DESKTOP_OF_LRU_USER_4</a></strong> = 34082;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VISIT_DESKTOP_OF_LRU_USER_5">IDC_VISIT_DESKTOP_OF_LRU_USER_5</a></strong> = 34083;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VISIT_DESKTOP_OF_LRU_USER_NEXT">IDC_VISIT_DESKTOP_OF_LRU_USER_NEXT</a></strong> = <a href="uCEFConstants.html#IDC_VISIT_DESKTOP_OF_LRU_USER_2">IDC_VISIT_DESKTOP_OF_LRU_USER_2</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VISIT_DESKTOP_OF_LRU_USER_LAST">IDC_VISIT_DESKTOP_OF_LRU_USER_LAST</a></strong> = <a href="uCEFConstants.html#IDC_VISIT_DESKTOP_OF_LRU_USER_5">IDC_VISIT_DESKTOP_OF_LRU_USER_5</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_THIS_TAB">IDC_BOOKMARK_THIS_TAB</a></strong> = 35000;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_ALL_TABS">IDC_BOOKMARK_ALL_TABS</a></strong> = 35001;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VIEW_SOURCE">IDC_VIEW_SOURCE</a></strong> = 35002;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_PRINT">IDC_PRINT</a></strong> = 35003;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SAVE_PAGE">IDC_SAVE_PAGE</a></strong> = 35004;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EMAIL_PAGE_LOCATION">IDC_EMAIL_PAGE_LOCATION</a></strong> = 35006;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BASIC_PRINT">IDC_BASIC_PRINT</a></strong> = 35007;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SAVE_CREDIT_CARD_FOR_PAGE">IDC_SAVE_CREDIT_CARD_FOR_PAGE</a></strong> = 35008;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_TRANSLATE">IDC_SHOW_TRANSLATE</a></strong> = 35009;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MANAGE_PASSWORDS_FOR_PAGE">IDC_MANAGE_PASSWORDS_FOR_PAGE</a></strong> = 35010;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ROUTE_MEDIA">IDC_ROUTE_MEDIA</a></strong> = 35011;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_WINDOW_MUTE_SITE">IDC_WINDOW_MUTE_SITE</a></strong> = 35012;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_WINDOW_PIN_TAB">IDC_WINDOW_PIN_TAB</a></strong> = 35013;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_WINDOW_GROUP_TAB">IDC_WINDOW_GROUP_TAB</a></strong> = 35014;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MIGRATE_LOCAL_CREDIT_CARD_FOR_PAGE">IDC_MIGRATE_LOCAL_CREDIT_CARD_FOR_PAGE</a></strong> = 35015;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SEND_TAB_TO_SELF">IDC_SEND_TAB_TO_SELF</a></strong> = 35016;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_THIS_TAB">IDC_FOCUS_THIS_TAB</a></strong> = 35017;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_QRCODE_GENERATOR">IDC_QRCODE_GENERATOR</a></strong> = 35021;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_WINDOW_CLOSE_TABS_TO_RIGHT">IDC_WINDOW_CLOSE_TABS_TO_RIGHT</a></strong> = 35022;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_WINDOW_CLOSE_OTHER_TABS">IDC_WINDOW_CLOSE_OTHER_TABS</a></strong> = 35023;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_NEW_TAB_TO_RIGHT">IDC_NEW_TAB_TO_RIGHT</a></strong> = 35024;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SAVE_AUTOFILL_ADDRESS">IDC_SAVE_AUTOFILL_ADDRESS</a></strong> = 35025;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OFFERS_AND_REWARDS_FOR_PAGE">IDC_OFFERS_AND_REWARDS_FOR_PAGE</a></strong> = 35026;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_WEBAUTHN">IDC_WEBAUTHN</a></strong> = 35027;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHARING_HUB">IDC_SHARING_HUB</a></strong> = 35028;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHARING_HUB_MENU">IDC_SHARING_HUB_MENU</a></strong> = 35029;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VIRTUAL_CARD_MANUAL_FALLBACK">IDC_VIRTUAL_CARD_MANUAL_FALLBACK</a></strong> = 35030;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHARING_HUB_SCREENSHOT">IDC_SHARING_HUB_SCREENSHOT</a></strong> = 35031;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VIRTUAL_CARD_ENROLL">IDC_VIRTUAL_CARD_ENROLL</a></strong> = 35032;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOLLOW">IDC_FOLLOW</a></strong> = 35033;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_UNFOLLOW">IDC_UNFOLLOW</a></strong> = 35034;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SAVE_IBAN_FOR_PAGE">IDC_SAVE_IBAN_FOR_PAGE</a></strong> = 35035;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_AUTOFILL_MANDATORY_REAUTH">IDC_AUTOFILL_MANDATORY_REAUTH</a></strong> = 35036;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_PROFILE_MENU_IN_APP_MENU">IDC_PROFILE_MENU_IN_APP_MENU</a></strong> = 35039;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_PASSWORDS_AND_AUTOFILL_MENU">IDC_PASSWORDS_AND_AUTOFILL_MENU</a></strong> = 35040;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_PASSWORD_MANAGER">IDC_SHOW_PASSWORD_MANAGER</a></strong> = 35041;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_PAYMENT_METHODS">IDC_SHOW_PAYMENT_METHODS</a></strong> = 35042;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_ADDRESSES">IDC_SHOW_ADDRESSES</a></strong> = 35043;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ORGANIZE_TABS">IDC_ORGANIZE_TABS</a></strong> = 35044;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MUTE_TARGET_SITE">IDC_MUTE_TARGET_SITE</a></strong> = 35050;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_PIN_TARGET_TAB">IDC_PIN_TARGET_TAB</a></strong> = 35051;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_GROUP_TARGET_TAB">IDC_GROUP_TARGET_TAB</a></strong> = 35052;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DUPLICATE_TARGET_TAB">IDC_DUPLICATE_TARGET_TAB</a></strong> = 35053;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CUT">IDC_CUT</a></strong> = 36000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_COPY">IDC_COPY</a></strong> = 36001;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_PASTE">IDC_PASTE</a></strong> = 36003;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EDIT_MENU">IDC_EDIT_MENU</a></strong> = 36004;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FIND">IDC_FIND</a></strong> = 37000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FIND_NEXT">IDC_FIND_NEXT</a></strong> = 37001;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FIND_PREVIOUS">IDC_FIND_PREVIOUS</a></strong> = 37002;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CLOSE_FIND_OR_STOP">IDC_CLOSE_FIND_OR_STOP</a></strong> = 37003;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FIND_MENU">IDC_FIND_MENU</a></strong> = 37100;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FIND_AND_EDIT_MENU">IDC_FIND_AND_EDIT_MENU</a></strong> = 37200;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SAVE_AND_SHARE_MENU">IDC_SAVE_AND_SHARE_MENU</a></strong> = 37300;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CUSTOMIZE_CHROME">IDC_CUSTOMIZE_CHROME</a></strong> = 37350;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CLOSE_PROFILE">IDC_CLOSE_PROFILE</a></strong> = 35351;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MANAGE_GOOGLE_ACCOUNT">IDC_MANAGE_GOOGLE_ACCOUNT</a></strong> = 35352;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_SYNC_SETTINGS">IDC_SHOW_SYNC_SETTINGS</a></strong> = 35353;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TURN_ON_SYNC">IDC_TURN_ON_SYNC</a></strong> = 35354;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_SIGNIN_WHEN_PAUSED">IDC_SHOW_SIGNIN_WHEN_PAUSED</a></strong> = 35355;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_GUEST_PROFILE">IDC_OPEN_GUEST_PROFILE</a></strong> = 35356;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ADD_NEW_PROFILE">IDC_ADD_NEW_PROFILE</a></strong> = 35357;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MANAGE_CHROME_PROFILES">IDC_MANAGE_CHROME_PROFILES</a></strong> = 35358;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ZOOM_MENU">IDC_ZOOM_MENU</a></strong> = 38000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ZOOM_PLUS">IDC_ZOOM_PLUS</a></strong> = 38001;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ZOOM_NORMAL">IDC_ZOOM_NORMAL</a></strong> = 38002;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ZOOM_MINUS">IDC_ZOOM_MINUS</a></strong> = 38003;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_TOOLBAR">IDC_FOCUS_TOOLBAR</a></strong> = 39000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_LOCATION">IDC_FOCUS_LOCATION</a></strong> = 39001;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_SEARCH">IDC_FOCUS_SEARCH</a></strong> = 39002;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_MENU_BAR">IDC_FOCUS_MENU_BAR</a></strong> = 39003;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_NEXT_PANE">IDC_FOCUS_NEXT_PANE</a></strong> = 39004;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_PREVIOUS_PANE">IDC_FOCUS_PREVIOUS_PANE</a></strong> = 39005;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_BOOKMARKS">IDC_FOCUS_BOOKMARKS</a></strong> = 39006;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_INACTIVE_POPUP_FOR_ACCESSIBILITY">IDC_FOCUS_INACTIVE_POPUP_FOR_ACCESSIBILITY</a></strong> = 39007;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FOCUS_WEB_CONTENTS_PANE">IDC_FOCUS_WEB_CONTENTS_PANE</a></strong> = 39009;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_FILE">IDC_OPEN_FILE</a></strong> = 40000;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CREATE_SHORTCUT">IDC_CREATE_SHORTCUT</a></strong> = 40002;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEVELOPER_MENU">IDC_DEVELOPER_MENU</a></strong> = 40003;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEV_TOOLS">IDC_DEV_TOOLS</a></strong> = 40004;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEV_TOOLS_CONSOLE">IDC_DEV_TOOLS_CONSOLE</a></strong> = 40005;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TASK_MANAGER">IDC_TASK_MANAGER</a></strong> = 40006;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEV_TOOLS_DEVICES">IDC_DEV_TOOLS_DEVICES</a></strong> = 40007;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FEEDBACK">IDC_FEEDBACK</a></strong> = 40008;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_BOOKMARK_BAR">IDC_SHOW_BOOKMARK_BAR</a></strong> = 40009;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_HISTORY">IDC_SHOW_HISTORY</a></strong> = 40010;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_BOOKMARK_MANAGER">IDC_SHOW_BOOKMARK_MANAGER</a></strong> = 40011;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_DOWNLOADS">IDC_SHOW_DOWNLOADS</a></strong> = 40012;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CLEAR_BROWSING_DATA">IDC_CLEAR_BROWSING_DATA</a></strong> = 40013;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_IMPORT_SETTINGS">IDC_IMPORT_SETTINGS</a></strong> = 40014;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPTIONS">IDC_OPTIONS</a></strong> = 40015;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EDIT_SEARCH_ENGINES">IDC_EDIT_SEARCH_ENGINES</a></strong> = 40016;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VIEW_PASSWORDS">IDC_VIEW_PASSWORDS</a></strong> = 40017;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ABOUT">IDC_ABOUT</a></strong> = 40018;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_HELP_PAGE_VIA_KEYBOARD">IDC_HELP_PAGE_VIA_KEYBOARD</a></strong> = 40019;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_HELP_PAGE_VIA_MENU">IDC_HELP_PAGE_VIA_MENU</a></strong> = 40020;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_APP_MENU">IDC_SHOW_APP_MENU</a></strong> = 40021;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MANAGE_EXTENSIONS">IDC_MANAGE_EXTENSIONS</a></strong> = 40022;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEV_TOOLS_INSPECT">IDC_DEV_TOOLS_INSPECT</a></strong> = 40023;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_UPGRADE_DIALOG">IDC_UPGRADE_DIALOG</a></strong> = 40024;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_HISTORY_CLUSTERS_SIDE_PANEL">IDC_SHOW_HISTORY_CLUSTERS_SIDE_PANEL</a></strong> = 40025;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_PROFILING_ENABLED">IDC_PROFILING_ENABLED</a></strong> = 40028;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARKS_MENU">IDC_BOOKMARKS_MENU</a></strong> = 40029;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EXTENSION_ERRORS">IDC_EXTENSION_ERRORS</a></strong> = 40031;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_SETTINGS_CHANGE_FIRST">IDC_SHOW_SETTINGS_CHANGE_FIRST</a></strong> = 40033;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_SETTINGS_CHANGE_LAST">IDC_SHOW_SETTINGS_CHANGE_LAST</a></strong> = 40133;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_AVATAR_MENU">IDC_SHOW_AVATAR_MENU</a></strong> = 40134;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EXTENSION_INSTALL_ERROR_FIRST">IDC_EXTENSION_INSTALL_ERROR_FIRST</a></strong> = 40135;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EXTENSION_INSTALL_ERROR_LAST">IDC_EXTENSION_INSTALL_ERROR_LAST</a></strong> = 40235;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TOGGLE_REQUEST_TABLET_SITE">IDC_TOGGLE_REQUEST_TABLET_SITE</a></strong> = 40236;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEV_TOOLS_TOGGLE">IDC_DEV_TOOLS_TOGGLE</a></strong> = 40237;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_RECENT_TABS_MENU">IDC_RECENT_TABS_MENU</a></strong> = 40239;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_RECENT_TABS_NO_DEVICE_TABS">IDC_RECENT_TABS_NO_DEVICE_TABS</a></strong> = 40240;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_SETTINGS_RESET_BUBBLE">IDC_SHOW_SETTINGS_RESET_BUBBLE</a></strong> = 40241;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DISTILL_PAGE">IDC_DISTILL_PAGE</a></strong> = 40243;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_HELP_MENU">IDC_HELP_MENU</a></strong> = 40244;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_SRT_BUBBLE">IDC_SHOW_SRT_BUBBLE</a></strong> = 40246;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_ELEVATED_RECOVERY_DIALOG">IDC_ELEVATED_RECOVERY_DIALOG</a></strong> = 40247;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TAKE_SCREENSHOT">IDC_TAKE_SCREENSHOT</a></strong> = 40248;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MORE_TOOLS_MENU">IDC_MORE_TOOLS_MENU</a></strong> = 40249;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TOGGLE_FULLSCREEN_TOOLBAR">IDC_TOGGLE_FULLSCREEN_TOOLBAR</a></strong> = 40250;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CUSTOMIZE_TOUCH_BAR">IDC_CUSTOMIZE_TOUCH_BAR</a></strong> = 40251;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_BETA_FORUM">IDC_SHOW_BETA_FORUM</a></strong> = 40252;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TOGGLE_JAVASCRIPT_APPLE_EVENTS">IDC_TOGGLE_JAVASCRIPT_APPLE_EVENTS</a></strong> = 40253;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_INSTALL_PWA">IDC_INSTALL_PWA</a></strong> = 40254;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_MANAGEMENT_PAGE">IDC_SHOW_MANAGEMENT_PAGE</a></strong> = 40255;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_PASTE_AND_GO">IDC_PASTE_AND_GO</a></strong> = 40256;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_SAVE_LOCAL_CARD_SIGN_IN_PROMO_IF_APPLICABLE">IDC_SHOW_SAVE_LOCAL_CARD_SIGN_IN_PROMO_IF_APPLICABLE</a></strong> = 40257;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CLOSE_SIGN_IN_PROMO">IDC_CLOSE_SIGN_IN_PROMO</a></strong> = 40258;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_FULL_URLS">IDC_SHOW_FULL_URLS</a></strong> = 40259;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CARET_BROWSING_TOGGLE">IDC_CARET_BROWSING_TOGGLE</a></strong> = 40260;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CHROME_TIPS">IDC_CHROME_TIPS</a></strong> = 40263;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CHROME_WHATS_NEW">IDC_CHROME_WHATS_NEW</a></strong> = 40264;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_LACROS_DATA_MIGRATION">IDC_LACROS_DATA_MIGRATION</a></strong> = 40265;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_PERFORMANCE">IDC_PERFORMANCE</a></strong> = 40266;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EXTENSIONS_SUBMENU">IDC_EXTENSIONS_SUBMENU</a></strong> = 40267;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EXTENSIONS_SUBMENU_MANAGE_EXTENSIONS">IDC_EXTENSIONS_SUBMENU_MANAGE_EXTENSIONS</a></strong> = 40268;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EXTENSIONS_SUBMENU_VISIT_CHROME_WEB_STORE">IDC_EXTENSIONS_SUBMENU_VISIT_CHROME_WEB_STORE</a></strong> = 40269;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_READING_LIST_MENU">IDC_READING_LIST_MENU</a></strong> = 40270;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_READING_LIST_MENU_ADD_TAB">IDC_READING_LIST_MENU_ADD_TAB</a></strong> = 40271;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_READING_LIST_MENU_SHOW_UI">IDC_READING_LIST_MENU_SHOW_UI</a></strong> = 40272;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_READING_MODE_SIDE_PANEL">IDC_SHOW_READING_MODE_SIDE_PANEL</a></strong> = 40273;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_BOOKMARK_SIDE_PANEL">IDC_SHOW_BOOKMARK_SIDE_PANEL</a></strong> = 40274;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_SEARCH_COMPANION">IDC_SHOW_SEARCH_COMPANION</a></strong> = 40275;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_CHROME_LABS">IDC_SHOW_CHROME_LABS</a></strong> = 40276;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_RECENT_TABS_LOGIN_FOR_DEVICE_TABS">IDC_RECENT_TABS_LOGIN_FOR_DEVICE_TABS</a></strong> = 40277;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_RECENT_TAB">IDC_OPEN_RECENT_TAB</a></strong> = 40278;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_SAFETY_HUB">IDC_OPEN_SAFETY_HUB</a></strong> = 40279;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SHOW_PASSWORD_CHECKUP">IDC_SHOW_PASSWORD_CHECKUP</a></strong> = 40280;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SPELLCHECK_SUGGESTION_0">IDC_SPELLCHECK_SUGGESTION_0</a></strong> = 41000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SPELLCHECK_SUGGESTION_1">IDC_SPELLCHECK_SUGGESTION_1</a></strong> = 41001;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SPELLCHECK_SUGGESTION_2">IDC_SPELLCHECK_SUGGESTION_2</a></strong> = 41002;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SPELLCHECK_SUGGESTION_3">IDC_SPELLCHECK_SUGGESTION_3</a></strong> = 41003;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SPELLCHECK_SUGGESTION_4">IDC_SPELLCHECK_SUGGESTION_4</a></strong> = 41004;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SPELLCHECK_SUGGESTION_LAST">IDC_SPELLCHECK_SUGGESTION_LAST</a></strong> = <a href="uCEFConstants.html#IDC_SPELLCHECK_SUGGESTION_4">IDC_SPELLCHECK_SUGGESTION_4</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SPELLCHECK_MENU">IDC_SPELLCHECK_MENU</a></strong> = 41005;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SPELLCHECK_LANGUAGES_FIRST">IDC_SPELLCHECK_LANGUAGES_FIRST</a></strong> = 41006;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SPELLCHECK_LANGUAGES_LAST">IDC_SPELLCHECK_LANGUAGES_LAST</a></strong> = 41106;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CHECK_SPELLING_WHILE_TYPING">IDC_CHECK_SPELLING_WHILE_TYPING</a></strong> = 41107;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SPELLPANEL_TOGGLE">IDC_SPELLPANEL_TOGGLE</a></strong> = 41109;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SPELLCHECK_ADD_TO_DICTIONARY">IDC_SPELLCHECK_ADD_TO_DICTIONARY</a></strong> = 41110;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_SPELLCHECK_MULTI_LINGUAL">IDC_SPELLCHECK_MULTI_LINGUAL</a></strong> = 41111;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_WRITING_DIRECTION_MENU">IDC_WRITING_DIRECTION_MENU</a></strong> = 41120;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_WRITING_DIRECTION_DEFAULT">IDC_WRITING_DIRECTION_DEFAULT</a></strong> = 41121;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_WRITING_DIRECTION_LTR">IDC_WRITING_DIRECTION_LTR</a></strong> = 41122;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_WRITING_DIRECTION_RTL">IDC_WRITING_DIRECTION_RTL</a></strong> = 41123;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TRANSLATE_ORIGINAL_LANGUAGE_BASE">IDC_TRANSLATE_ORIGINAL_LANGUAGE_BASE</a></strong> = 42100;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TRANSLATE_TARGET_LANGUAGE_BASE">IDC_TRANSLATE_TARGET_LANGUAGE_BASE</a></strong> = 42400;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_VIEW_MENU">IDC_VIEW_MENU</a></strong> = 44000;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FILE_MENU">IDC_FILE_MENU</a></strong> = 44001;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CHROME_MENU">IDC_CHROME_MENU</a></strong> = 44002;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_HIDE_APP">IDC_HIDE_APP</a></strong> = 44003;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_HISTORY_MENU">IDC_HISTORY_MENU</a></strong> = 46000;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TAB_MENU">IDC_TAB_MENU</a></strong> = 46001;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_PROFILE_MAIN_MENU">IDC_PROFILE_MAIN_MENU</a></strong> = 46100;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_INPUT_METHODS_MENU">IDC_INPUT_METHODS_MENU</a></strong> = 46300;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_CUSTOM_FIRST">IDC_CONTENT_CONTEXT_CUSTOM_FIRST</a></strong> = 47000;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_CUSTOM_LAST">IDC_CONTENT_CONTEXT_CUSTOM_LAST</a></strong> = 48000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST">IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST</a></strong> = 49000;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_EXTENSIONS_CONTEXT_CUSTOM_LAST">IDC_EXTENSIONS_CONTEXT_CUSTOM_LAST</a></strong> = 50000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPENLINKNEWTAB">IDC_CONTENT_CONTEXT_OPENLINKNEWTAB</a></strong> = 50100;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPENLINKNEWWINDOW">IDC_CONTENT_CONTEXT_OPENLINKNEWWINDOW</a></strong> = 50101;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPENLINKOFFTHERECORD">IDC_CONTENT_CONTEXT_OPENLINKOFFTHERECORD</a></strong> = 50102;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SAVELINKAS">IDC_CONTENT_CONTEXT_SAVELINKAS</a></strong> = 50103;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_COPYLINKLOCATION">IDC_CONTENT_CONTEXT_COPYLINKLOCATION</a></strong> = 50104;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_COPYEMAILADDRESS">IDC_CONTENT_CONTEXT_COPYEMAILADDRESS</a></strong> = 50105;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPENLINKWITH">IDC_CONTENT_CONTEXT_OPENLINKWITH</a></strong> = 50106;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_COPYLINKTEXT">IDC_CONTENT_CONTEXT_COPYLINKTEXT</a></strong> = 50107;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPENLINKINPROFILE">IDC_CONTENT_CONTEXT_OPENLINKINPROFILE</a></strong> = 50108;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPENLINKBOOKMARKAPP">IDC_CONTENT_CONTEXT_OPENLINKBOOKMARKAPP</a></strong> = 50109;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPENLINKPREVIEW">IDC_CONTENT_CONTEXT_OPENLINKPREVIEW</a></strong> = 50110;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SAVEIMAGEAS">IDC_CONTENT_CONTEXT_SAVEIMAGEAS</a></strong> = 50120;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_COPYIMAGELOCATION">IDC_CONTENT_CONTEXT_COPYIMAGELOCATION</a></strong> = 50121;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_COPYIMAGE">IDC_CONTENT_CONTEXT_COPYIMAGE</a></strong> = 50122;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPENIMAGENEWTAB">IDC_CONTENT_CONTEXT_OPENIMAGENEWTAB</a></strong> = 50123;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SEARCHWEBFORIMAGE">IDC_CONTENT_CONTEXT_SEARCHWEBFORIMAGE</a></strong> = 50124;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_ORIGINAL_IMAGE_NEW_TAB">IDC_CONTENT_CONTEXT_OPEN_ORIGINAL_IMAGE_NEW_TAB</a></strong> = 50125;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_LOAD_IMAGE">IDC_CONTENT_CONTEXT_LOAD_IMAGE</a></strong> = 50126;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SEARCHLENSFORIMAGE">IDC_CONTENT_CONTEXT_SEARCHLENSFORIMAGE</a></strong> = 50127;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_TRANSLATEIMAGEWITHWEB">IDC_CONTENT_CONTEXT_TRANSLATEIMAGEWITHWEB</a></strong> = 50128;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_TRANSLATEIMAGEWITHLENS">IDC_CONTENT_CONTEXT_TRANSLATEIMAGEWITHLENS</a></strong> = 50129;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SAVEVIDEOFRAMEAS">IDC_CONTENT_CONTEXT_SAVEVIDEOFRAMEAS</a></strong> = 50130;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SAVEAVAS">IDC_CONTENT_CONTEXT_SAVEAVAS</a></strong> = 50131;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_COPYAVLOCATION">IDC_CONTENT_CONTEXT_COPYAVLOCATION</a></strong> = 50132;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_COPYVIDEOFRAME">IDC_CONTENT_CONTEXT_COPYVIDEOFRAME</a></strong> = 50133;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SEARCHLENSFORVIDEOFRAME">IDC_CONTENT_CONTEXT_SEARCHLENSFORVIDEOFRAME</a></strong> = 50134;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SEARCHWEBFORVIDEOFRAME">IDC_CONTENT_CONTEXT_SEARCHWEBFORVIDEOFRAME</a></strong> = 50135;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPENAVNEWTAB">IDC_CONTENT_CONTEXT_OPENAVNEWTAB</a></strong> = 50136;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_PICTUREINPICTURE">IDC_CONTENT_CONTEXT_PICTUREINPICTURE</a></strong> = 50137;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_LOOP">IDC_CONTENT_CONTEXT_LOOP</a></strong> = 50140;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_CONTROLS">IDC_CONTENT_CONTEXT_CONTROLS</a></strong> = 50141;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_ROTATECW">IDC_CONTENT_CONTEXT_ROTATECW</a></strong> = 50142;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_ROTATECCW">IDC_CONTENT_CONTEXT_ROTATECCW</a></strong> = 50143;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_COPY">IDC_CONTENT_CONTEXT_COPY</a></strong> = 50150;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_CUT">IDC_CONTENT_CONTEXT_CUT</a></strong> = 50151;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_PASTE">IDC_CONTENT_CONTEXT_PASTE</a></strong> = 50152;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_DELETE">IDC_CONTENT_CONTEXT_DELETE</a></strong> = 50153;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_UNDO">IDC_CONTENT_CONTEXT_UNDO</a></strong> = 50154;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_REDO">IDC_CONTENT_CONTEXT_REDO</a></strong> = 50155;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SELECTALL">IDC_CONTENT_CONTEXT_SELECTALL</a></strong> = 50156;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_PASTE_AND_MATCH_STYLE">IDC_CONTENT_CONTEXT_PASTE_AND_MATCH_STYLE</a></strong> = 50157;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_COPYLINKTOTEXT">IDC_CONTENT_CONTEXT_COPYLINKTOTEXT</a></strong> = 50158;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_RESHARELINKTOTEXT">IDC_CONTENT_CONTEXT_RESHARELINKTOTEXT</a></strong> = 50159;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_REMOVELINKTOTEXT">IDC_CONTENT_CONTEXT_REMOVELINKTOTEXT</a></strong> = 50160;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_TRANSLATE">IDC_CONTENT_CONTEXT_TRANSLATE</a></strong> = 50161;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_INSPECTELEMENT">IDC_CONTENT_CONTEXT_INSPECTELEMENT</a></strong> = 50162;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_VIEWPAGEINFO">IDC_CONTENT_CONTEXT_VIEWPAGEINFO</a></strong> = 50163;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS">IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS</a></strong> = 50164;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_LOOK_UP">IDC_CONTENT_CONTEXT_LOOK_UP</a></strong> = 50165;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS">IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS</a></strong> = 50166;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION">IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION</a></strong> = 50167;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SPELLING_TOGGLE">IDC_CONTENT_CONTEXT_SPELLING_TOGGLE</a></strong> = 50168;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_IN_READING_MODE">IDC_CONTENT_CONTEXT_OPEN_IN_READING_MODE</a></strong> = 50169;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SAVEPLUGINAS">IDC_CONTENT_CONTEXT_SAVEPLUGINAS</a></strong> = 50170;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE">IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE</a></strong> = 50171;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_RELOAD_PACKAGED_APP">IDC_CONTENT_CONTEXT_RELOAD_PACKAGED_APP</a></strong> = 50172;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP">IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP</a></strong> = 50173;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_LENS_REGION_SEARCH">IDC_CONTENT_CONTEXT_LENS_REGION_SEARCH</a></strong> = 50174;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_WEB_REGION_SEARCH">IDC_CONTENT_CONTEXT_WEB_REGION_SEARCH</a></strong> = 50175;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_GENERATEPASSWORD">IDC_CONTENT_CONTEXT_GENERATEPASSWORD</a></strong> = 50176;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_EXIT_FULLSCREEN">IDC_CONTENT_CONTEXT_EXIT_FULLSCREEN</a></strong> = 50177;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SHOWALLSAVEDPASSWORDS">IDC_CONTENT_CONTEXT_SHOWALLSAVEDPASSWORDS</a></strong> = 50178;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_PARTIAL_TRANSLATE">IDC_CONTENT_CONTEXT_PARTIAL_TRANSLATE</a></strong> = 50179;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_RELOADFRAME">IDC_CONTENT_CONTEXT_RELOADFRAME</a></strong> = 50180;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE">IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE</a></strong> = 50181;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_VIEWFRAMEINFO">IDC_CONTENT_CONTEXT_VIEWFRAMEINFO</a></strong> = 50182;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_ADD_A_NOTE">IDC_CONTENT_CONTEXT_ADD_A_NOTE</a></strong> = 50185;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_GOTOURL">IDC_CONTENT_CONTEXT_GOTOURL</a></strong> = 50190;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SEARCHWEBFOR">IDC_CONTENT_CONTEXT_SEARCHWEBFOR</a></strong> = 50191;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SEARCHWEBFORNEWTAB">IDC_CONTENT_CONTEXT_SEARCHWEBFORNEWTAB</a></strong> = 50192;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH1">IDC_CONTENT_CONTEXT_OPEN_WITH1</a></strong> = 50200;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH2">IDC_CONTENT_CONTEXT_OPEN_WITH2</a></strong> = 50201;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH3">IDC_CONTENT_CONTEXT_OPEN_WITH3</a></strong> = 50202;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH4">IDC_CONTENT_CONTEXT_OPEN_WITH4</a></strong> = 50203;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH5">IDC_CONTENT_CONTEXT_OPEN_WITH5</a></strong> = 50204;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH6">IDC_CONTENT_CONTEXT_OPEN_WITH6</a></strong> = 50205;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH7">IDC_CONTENT_CONTEXT_OPEN_WITH7</a></strong> = 50206;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH8">IDC_CONTENT_CONTEXT_OPEN_WITH8</a></strong> = 50207;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH9">IDC_CONTENT_CONTEXT_OPEN_WITH9</a></strong> = 50208;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH10">IDC_CONTENT_CONTEXT_OPEN_WITH10</a></strong> = 50209;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH11">IDC_CONTENT_CONTEXT_OPEN_WITH11</a></strong> = 50210;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH12">IDC_CONTENT_CONTEXT_OPEN_WITH12</a></strong> = 50211;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH13">IDC_CONTENT_CONTEXT_OPEN_WITH13</a></strong> = 50212;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH14">IDC_CONTENT_CONTEXT_OPEN_WITH14</a></strong> = 50213;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH_LAST">IDC_CONTENT_CONTEXT_OPEN_WITH_LAST</a></strong> = <a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH14">IDC_CONTENT_CONTEXT_OPEN_WITH14</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_EMOJI">IDC_CONTENT_CONTEXT_EMOJI</a></strong> = 50220;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTEXT_COMPOSE">IDC_CONTEXT_COMPOSE</a></strong> = 50230;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_OPEN_ALL">IDC_BOOKMARK_BAR_OPEN_ALL</a></strong> = 51000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW">IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW</a></strong> = 51001;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO">IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO</a></strong> = 51002;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_OPEN_INCOGNITO">IDC_BOOKMARK_BAR_OPEN_INCOGNITO</a></strong> = 51003;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_OPEN_ALL_NEW_TAB_GROUP">IDC_BOOKMARK_BAR_OPEN_ALL_NEW_TAB_GROUP</a></strong> = 51004;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_RENAME_FOLDER">IDC_BOOKMARK_BAR_RENAME_FOLDER</a></strong> = 51005;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_EDIT">IDC_BOOKMARK_BAR_EDIT</a></strong> = 51006;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_REMOVE">IDC_BOOKMARK_BAR_REMOVE</a></strong> = 51007;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_UNDO">IDC_BOOKMARK_BAR_UNDO</a></strong> = 51008;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_REDO">IDC_BOOKMARK_BAR_REDO</a></strong> = 51009;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK">IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK</a></strong> = 51010;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_NEW_FOLDER">IDC_BOOKMARK_BAR_NEW_FOLDER</a></strong> = 51011;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_MANAGER">IDC_BOOKMARK_MANAGER</a></strong> = 51012;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_ALWAYS_SHOW">IDC_BOOKMARK_BAR_ALWAYS_SHOW</a></strong> = 51013;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_SHOW_APPS_SHORTCUT">IDC_BOOKMARK_BAR_SHOW_APPS_SHORTCUT</a></strong> = 51014;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_SHOW_READING_LIST">IDC_BOOKMARK_BAR_SHOW_READING_LIST</a></strong> = 51015;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS">IDC_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS</a></strong> = 51016;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_TRACK_PRICE_FOR_SHOPPING_BOOKMARK">IDC_BOOKMARK_BAR_TRACK_PRICE_FOR_SHOPPING_BOOKMARK</a></strong> = 51017;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_UNTRACK_PRICE_FOR_SHOPPING_BOOKMARK">IDC_BOOKMARK_BAR_UNTRACK_PRICE_FOR_SHOPPING_BOOKMARK</a></strong> = 51018;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_ADD_TO_BOOKMARKS_BAR">IDC_BOOKMARK_BAR_ADD_TO_BOOKMARKS_BAR</a></strong> = 51019;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_BOOKMARK_BAR_REMOVE_FROM_BOOKMARKS_BAR">IDC_BOOKMARK_BAR_REMOVE_FROM_BOOKMARKS_BAR</a></strong> = 51020;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE">IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE</a></strong> = 51030;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_MULTIPLE_DEVICES">IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_MULTIPLE_DEVICES</a></strong> = 51031;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_SINGLE_DEVICE">IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_SINGLE_DEVICE</a></strong> = 51032;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_MULTIPLE_DEVICES">IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_MULTIPLE_DEVICES</a></strong> = 51033;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_GENERATE_QR_CODE">IDC_CONTENT_CONTEXT_GENERATE_QR_CODE</a></strong> = 51034;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_SHARING_SUBMENU">IDC_CONTENT_CONTEXT_SHARING_SUBMENU</a></strong> = 51035;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CLIPBOARD_HISTORY_MENU">IDC_CONTENT_CLIPBOARD_HISTORY_MENU</a></strong> = 51036;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_PASTE_FROM_CLIPBOARD">IDC_CONTENT_PASTE_FROM_CLIPBOARD</a></strong> = 51037;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND">IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND</a></strong> = 51100;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_ROUTER_ABOUT">IDC_MEDIA_ROUTER_ABOUT</a></strong> = 51200;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_ROUTER_HELP">IDC_MEDIA_ROUTER_HELP</a></strong> = 51201;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_ROUTER_LEARN_MORE">IDC_MEDIA_ROUTER_LEARN_MORE</a></strong> = 51202;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_ROUTER_ALWAYS_SHOW_TOOLBAR_ACTION">IDC_MEDIA_ROUTER_ALWAYS_SHOW_TOOLBAR_ACTION</a></strong> = 51204;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_ROUTER_SHOWN_BY_POLICY">IDC_MEDIA_ROUTER_SHOWN_BY_POLICY</a></strong> = 51206;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_ROUTER_SHOW_IN_TOOLBAR">IDC_MEDIA_ROUTER_SHOW_IN_TOOLBAR</a></strong> = 51207;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_ROUTER_TOGGLE_MEDIA_REMOTING">IDC_MEDIA_ROUTER_TOGGLE_MEDIA_REMOTING</a></strong> = 51208;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_TOOLBAR_CONTEXT_REPORT_CAST_ISSUE">IDC_MEDIA_TOOLBAR_CONTEXT_REPORT_CAST_ISSUE</a></strong> = 51209;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_TOOLBAR_CONTEXT_SHOW_OTHER_SESSIONS">IDC_MEDIA_TOOLBAR_CONTEXT_SHOW_OTHER_SESSIONS</a></strong> = 51210;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_UPDATE_SIDE_PANEL_PIN_STATE">IDC_UPDATE_SIDE_PANEL_PIN_STATE</a></strong> = 51211;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY">IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY</a></strong> = 51300;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_FIRST">IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_FIRST</a></strong> = 51301;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_LAST">IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_LAST</a></strong> = 51399;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_MEDIA_STREAM_DEVICE_ALWAYS_ALLOW">IDC_MEDIA_STREAM_DEVICE_ALWAYS_ALLOW</a></strong> = 51400;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST">IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST</a></strong> = 52000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST">IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST</a></strong> = 52199;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS">IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS</a></strong> = 52200;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_LINK_IN_PROFILE_FIRST">IDC_OPEN_LINK_IN_PROFILE_FIRST</a></strong> = 52300;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_OPEN_LINK_IN_PROFILE_LAST">IDC_OPEN_LINK_IN_PROFILE_LAST</a></strong> = 52399;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION1">IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION1</a></strong> = 52400;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION2">IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION2</a></strong> = 52401;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION3">IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION3</a></strong> = 52402;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION4">IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION4</a></strong> = 52403;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION5">IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION5</a></strong> = 52404;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION_LAST">IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION_LAST</a></strong> = <a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION5">IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION5</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE">IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE</a></strong> = 52410;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS">IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS</a></strong> = 52411;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE_ONCE">IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE_ONCE</a></strong> = 52412;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_ANSWER">IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_ANSWER</a></strong> = 52413;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_QUERY">IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_QUERY</a></strong> = 52414;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_RUN_LAYOUT_EXTRACTION">IDC_CONTENT_CONTEXT_RUN_LAYOUT_EXTRACTION</a></strong> = 52420;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_PDF_OCR">IDC_CONTENT_CONTEXT_PDF_OCR</a></strong> = 52421;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TAB_SEARCH">IDC_TAB_SEARCH</a></strong> = 52500;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_TAB_SEARCH_CLOSE">IDC_TAB_SEARCH_CLOSE</a></strong> = 52501;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEBUG_TOGGLE_TABLET_MODE">IDC_DEBUG_TOGGLE_TABLET_MODE</a></strong> = 52510;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEBUG_PRINT_VIEW_TREE">IDC_DEBUG_PRINT_VIEW_TREE</a></strong> = 52511;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEBUG_PRINT_VIEW_TREE_DETAILS">IDC_DEBUG_PRINT_VIEW_TREE_DETAILS</a></strong> = 52512;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_AUTOFILL_FEEDBACK">IDC_CONTENT_CONTEXT_AUTOFILL_FEEDBACK</a></strong> = 52990;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PLUS_ADDRESS">IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PLUS_ADDRESS</a></strong> = 52994;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_ADDRESS">IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_ADDRESS</a></strong> = 52995;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PAYMENTS">IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PAYMENTS</a></strong> = 52996;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_LIVE_CAPTION">IDC_LIVE_CAPTION</a></strong> = 53251;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEVICE_SYSTEM_TRAY_ICON_FIRST">IDC_DEVICE_SYSTEM_TRAY_ICON_FIRST</a></strong> = 53260;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_DEVICE_SYSTEM_TRAY_ICON_LAST">IDC_DEVICE_SYSTEM_TRAY_ICON_LAST</a></strong> = 53299;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#IDC_FIRST_UNBOUNDED_MENU">IDC_FIRST_UNBOUNDED_MENU</a></strong> = <a href="uCEFConstants.html#COMMAND_ID_FIRST_UNBOUNDED">COMMAND_ID_FIRST_UNBOUNDED</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_NONE">CERT_STATUS_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_COMMON_NAME_INVALID">CERT_STATUS_COMMON_NAME_INVALID</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_DATE_INVALID">CERT_STATUS_DATE_INVALID</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_AUTHORITY_INVALID">CERT_STATUS_AUTHORITY_INVALID</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_NO_REVOCATION_MECHANISM">CERT_STATUS_NO_REVOCATION_MECHANISM</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_UNABLE_TO_CHECK_REVOCATION">CERT_STATUS_UNABLE_TO_CHECK_REVOCATION</a></strong> = 1 shl 5;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_REVOKED">CERT_STATUS_REVOKED</a></strong> = 1 shl 6;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_INVALID">CERT_STATUS_INVALID</a></strong> = 1 shl 7;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_WEAK_SIGNATURE_ALGORITHM">CERT_STATUS_WEAK_SIGNATURE_ALGORITHM</a></strong> = 1 shl 8;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_NON_UNIQUE_NAME">CERT_STATUS_NON_UNIQUE_NAME</a></strong> = 1 shl 10;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_WEAK_KEY">CERT_STATUS_WEAK_KEY</a></strong> = 1 shl 11;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_PINNED_KEY_MISSING">CERT_STATUS_PINNED_KEY_MISSING</a></strong> = 1 shl 13;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_NAME_CONSTRAINT_VIOLATION">CERT_STATUS_NAME_CONSTRAINT_VIOLATION</a></strong> = 1 shl 14;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_VALIDITY_TOO_LONG">CERT_STATUS_VALIDITY_TOO_LONG</a></strong> = 1 shl 15;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_IS_EV">CERT_STATUS_IS_EV</a></strong> = 1 shl 16;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_REV_CHECKING_ENABLED">CERT_STATUS_REV_CHECKING_ENABLED</a></strong> = 1 shl 17;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_SHA1_SIGNATURE_PRESENT">CERT_STATUS_SHA1_SIGNATURE_PRESENT</a></strong> = 1 shl 19;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_CT_COMPLIANCE_FAILED">CERT_STATUS_CT_COMPLIANCE_FAILED</a></strong> = 1 shl 20;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_FIRST_ERROR">CERT_STATUS_FIRST_ERROR</a></strong> = <a href="uCEFConstants.html#CERT_STATUS_COMMON_NAME_INVALID">CERT_STATUS_COMMON_NAME_INVALID</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CERT_STATUS_LAST_ERROR">CERT_STATUS_LAST_ERROR</a></strong> = <a href="uCEFConstants.html#CERT_STATUS_VALIDITY_TOO_LONG">CERT_STATUS_VALIDITY_TOO_LONG</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#V8_PROPERTY_ATTRIBUTE_NONE">V8_PROPERTY_ATTRIBUTE_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#V8_PROPERTY_ATTRIBUTE_READONLY">V8_PROPERTY_ATTRIBUTE_READONLY</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#V8_PROPERTY_ATTRIBUTE_DONTENUM">V8_PROPERTY_ATTRIBUTE_DONTENUM</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#V8_PROPERTY_ATTRIBUTE_DONTDELETE">V8_PROPERTY_ATTRIBUTE_DONTDELETE</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_LINK">TT_LINK</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_EXPLICIT">TT_EXPLICIT</a></strong> = 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_AUTO_BOOKMARK">TT_AUTO_BOOKMARK</a></strong> = 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_AUTO_SUBFRAME">TT_AUTO_SUBFRAME</a></strong> = 3;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_MANUAL_SUBFRAME">TT_MANUAL_SUBFRAME</a></strong> = 4;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_GENERATED">TT_GENERATED</a></strong> = 5;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_AUTO_TOPLEVEL">TT_AUTO_TOPLEVEL</a></strong> = 6;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_FORM_SUBMIT">TT_FORM_SUBMIT</a></strong> = 7;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_RELOAD">TT_RELOAD</a></strong> = 8;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_KEYWORD">TT_KEYWORD</a></strong> = 9;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_KEYWORD_GENERATED">TT_KEYWORD_GENERATED</a></strong> = 10;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_SOURCE_MASK">TT_SOURCE_MASK</a></strong> = $000000FF;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_BLOCKED_FLAG">TT_BLOCKED_FLAG</a></strong> = $00800000;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_FORWARD_BACK_FLAG">TT_FORWARD_BACK_FLAG</a></strong> = $01000000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_DIRECT_LOAD_FLAG">TT_DIRECT_LOAD_FLAG</a></strong> = $02000000;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_HOME_PAGE_FLAG">TT_HOME_PAGE_FLAG</a></strong> = $04000000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_FROM_API_FLAG">TT_FROM_API_FLAG</a></strong> = $08000000;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_CHAIN_START_FLAG">TT_CHAIN_START_FLAG</a></strong> = $10000000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_CHAIN_END_FLAG">TT_CHAIN_END_FLAG</a></strong> = $20000000;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_CLIENT_REDIRECT_FLAG">TT_CLIENT_REDIRECT_FLAG</a></strong> = $40000000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_SERVER_REDIRECT_FLAG">TT_SERVER_REDIRECT_FLAG</a></strong> = $80000000;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_IS_REDIRECT_MASK">TT_IS_REDIRECT_MASK</a></strong> = $C0000000;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#TT_QUALIFIER_MASK">TT_QUALIFIER_MASK</a></strong> = $FFFFFF00;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#UR_FLAG_NONE">UR_FLAG_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#UR_FLAG_SKIP_CACHE">UR_FLAG_SKIP_CACHE</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#UR_FLAG_ONLY_FROM_CACHE">UR_FLAG_ONLY_FROM_CACHE</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#UR_FLAG_DISABLE_CACHE">UR_FLAG_DISABLE_CACHE</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#UR_FLAG_ALLOW_STORED_CREDENTIALS">UR_FLAG_ALLOW_STORED_CREDENTIALS</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#UR_FLAG_REPORT_UPLOAD_PROGRESS">UR_FLAG_REPORT_UPLOAD_PROGRESS</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#UR_FLAG_NO_DOWNLOAD_DATA">UR_FLAG_NO_DOWNLOAD_DATA</a></strong> = 1 shl 5;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#UR_FLAG_NO_RETRY_ON_5XX">UR_FLAG_NO_RETRY_ON_5XX</a></strong> = 1 shl 6;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#UR_FLAG_STOP_ON_REDIRECT">UR_FLAG_STOP_ON_REDIRECT</a></strong> = 1 shl 7;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SCHEME_OPTION_NONE">CEF_SCHEME_OPTION_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SCHEME_OPTION_STANDARD">CEF_SCHEME_OPTION_STANDARD</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SCHEME_OPTION_LOCAL">CEF_SCHEME_OPTION_LOCAL</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SCHEME_OPTION_DISPLAY_ISOLATED">CEF_SCHEME_OPTION_DISPLAY_ISOLATED</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SCHEME_OPTION_SECURE">CEF_SCHEME_OPTION_SECURE</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SCHEME_OPTION_CORS_ENABLED">CEF_SCHEME_OPTION_CORS_ENABLED</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SCHEME_OPTION_CSP_BYPASSING">CEF_SCHEME_OPTION_CSP_BYPASSING</a></strong> = 1 shl 5;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SCHEME_OPTION_FETCH_ENABLED">CEF_SCHEME_OPTION_FETCH_ENABLED</a></strong> = 1 shl 6;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_UNKNOWN">DOM_EVENT_CATEGORY_UNKNOWN</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_UI">DOM_EVENT_CATEGORY_UI</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_MOUSE">DOM_EVENT_CATEGORY_MOUSE</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_MUTATION">DOM_EVENT_CATEGORY_MUTATION</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_KEYBOARD">DOM_EVENT_CATEGORY_KEYBOARD</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_TEXT">DOM_EVENT_CATEGORY_TEXT</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_COMPOSITION">DOM_EVENT_CATEGORY_COMPOSITION</a></strong> = 1 shl 5;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_DRAG">DOM_EVENT_CATEGORY_DRAG</a></strong> = 1 shl 6;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_CLIPBOARD">DOM_EVENT_CATEGORY_CLIPBOARD</a></strong> = 1 shl 7;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_MESSAGE">DOM_EVENT_CATEGORY_MESSAGE</a></strong> = 1 shl 8;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_WHEEL">DOM_EVENT_CATEGORY_WHEEL</a></strong> = 1 shl 9;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_BEFORE_TEXT_INSERTED">DOM_EVENT_CATEGORY_BEFORE_TEXT_INSERTED</a></strong> = 1 shl 10;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_OVERFLOW">DOM_EVENT_CATEGORY_OVERFLOW</a></strong> = 1 shl 11;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_PAGE_TRANSITION">DOM_EVENT_CATEGORY_PAGE_TRANSITION</a></strong> = 1 shl 12;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_POPSTATE">DOM_EVENT_CATEGORY_POPSTATE</a></strong> = 1 shl 13;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_PROGRESS">DOM_EVENT_CATEGORY_PROGRESS</a></strong> = 1 shl 14;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DOM_EVENT_CATEGORY_XMLHTTPREQUEST_PROGRESS">DOM_EVENT_CATEGORY_XMLHTTPREQUEST_PROGRESS</a></strong> = 1 shl 15;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#EVENTFLAG_NONE">EVENTFLAG_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#EVENTFLAG_CAPS_LOCK_ON">EVENTFLAG_CAPS_LOCK_ON</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#EVENTFLAG_SHIFT_DOWN">EVENTFLAG_SHIFT_DOWN</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#EVENTFLAG_CONTROL_DOWN">EVENTFLAG_CONTROL_DOWN</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#EVENTFLAG_ALT_DOWN">EVENTFLAG_ALT_DOWN</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#EVENTFLAG_LEFT_MOUSE_BUTTON">EVENTFLAG_LEFT_MOUSE_BUTTON</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#EVENTFLAG_MIDDLE_MOUSE_BUTTON">EVENTFLAG_MIDDLE_MOUSE_BUTTON</a></strong> = 1 shl 5;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#EVENTFLAG_RIGHT_MOUSE_BUTTON">EVENTFLAG_RIGHT_MOUSE_BUTTON</a></strong> = 1 shl 6;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#EVENTFLAG_COMMAND_DOWN">EVENTFLAG_COMMAND_DOWN</a></strong> = 1 shl 7;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#EVENTFLAG_NUM_LOCK_ON">EVENTFLAG_NUM_LOCK_ON</a></strong> = 1 shl 8;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#EVENTFLAG_IS_KEY_PAD">EVENTFLAG_IS_KEY_PAD</a></strong> = 1 shl 9;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#EVENTFLAG_IS_LEFT">EVENTFLAG_IS_LEFT</a></strong> = 1 shl 10;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#EVENTFLAG_IS_RIGHT">EVENTFLAG_IS_RIGHT</a></strong> = 1 shl 11;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#EVENTFLAG_ALTGR_DOWN">EVENTFLAG_ALTGR_DOWN</a></strong> = 1 shl 12;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#EVENTFLAG_IS_REPEAT">EVENTFLAG_IS_REPEAT</a></strong> = 1 shl 13;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DRAG_OPERATION_NONE">DRAG_OPERATION_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DRAG_OPERATION_COPY">DRAG_OPERATION_COPY</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DRAG_OPERATION_LINK">DRAG_OPERATION_LINK</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DRAG_OPERATION_GENERIC">DRAG_OPERATION_GENERIC</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DRAG_OPERATION_PRIVATE">DRAG_OPERATION_PRIVATE</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DRAG_OPERATION_MOVE">DRAG_OPERATION_MOVE</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DRAG_OPERATION_DELETE">DRAG_OPERATION_DELETE</a></strong> = 1 shl 5;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DRAG_OPERATION_EVERY">DRAG_OPERATION_EVERY</a></strong> = $FFFFFFFF;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#FILE_DIALOG_OPEN">FILE_DIALOG_OPEN</a></strong> = $00000000;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#FILE_DIALOG_OPEN_MULTIPLE">FILE_DIALOG_OPEN_MULTIPLE</a></strong> = $00000001;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#FILE_DIALOG_OPEN_FOLDER">FILE_DIALOG_OPEN_FOLDER</a></strong> = $00000002;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#FILE_DIALOG_SAVE">FILE_DIALOG_SAVE</a></strong> = $00000003;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#UU_NONE">UU_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#UU_NORMAL">UU_NORMAL</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#UU_SPACES">UU_SPACES</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#UU_PATH_SEPARATORS">UU_PATH_SEPARATORS</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#UU_URL_SPECIAL_CHARS_EXCEPT_PATH_SEPARATORS">UU_URL_SPECIAL_CHARS_EXCEPT_PATH_SEPARATORS</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#UU_REPLACE_PLUS_WITH_SPACE">UU_REPLACE_PLUS_WITH_SPACE</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_BACK">MENU_ID_BACK</a></strong> = 100;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_FORWARD">MENU_ID_FORWARD</a></strong> = 101;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_RELOAD">MENU_ID_RELOAD</a></strong> = 102;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_RELOAD_NOCACHE">MENU_ID_RELOAD_NOCACHE</a></strong> = 103;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_STOPLOAD">MENU_ID_STOPLOAD</a></strong> = 104;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_UNDO">MENU_ID_UNDO</a></strong> = 110;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_REDO">MENU_ID_REDO</a></strong> = 111;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_CUT">MENU_ID_CUT</a></strong> = 112;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_COPY">MENU_ID_COPY</a></strong> = 113;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_PASTE">MENU_ID_PASTE</a></strong> = 114;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_DELETE">MENU_ID_DELETE</a></strong> = 115;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_SELECT_ALL">MENU_ID_SELECT_ALL</a></strong> = 116;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_FIND">MENU_ID_FIND</a></strong> = 130;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_PRINT">MENU_ID_PRINT</a></strong> = 131;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_VIEW_SOURCE">MENU_ID_VIEW_SOURCE</a></strong> = 132;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_SPELLCHECK_SUGGESTION_0">MENU_ID_SPELLCHECK_SUGGESTION_0</a></strong> = 200;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_SPELLCHECK_SUGGESTION_1">MENU_ID_SPELLCHECK_SUGGESTION_1</a></strong> = 201;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_SPELLCHECK_SUGGESTION_2">MENU_ID_SPELLCHECK_SUGGESTION_2</a></strong> = 202;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_SPELLCHECK_SUGGESTION_3">MENU_ID_SPELLCHECK_SUGGESTION_3</a></strong> = 203;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_SPELLCHECK_SUGGESTION_4">MENU_ID_SPELLCHECK_SUGGESTION_4</a></strong> = 204;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_SPELLCHECK_SUGGESTION_LAST">MENU_ID_SPELLCHECK_SUGGESTION_LAST</a></strong> = 204;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_NO_SPELLING_SUGGESTIONS">MENU_ID_NO_SPELLING_SUGGESTIONS</a></strong> = 205;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_ADD_TO_DICTIONARY">MENU_ID_ADD_TO_DICTIONARY</a></strong> = 206;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_CUSTOM_FIRST">MENU_ID_CUSTOM_FIRST</a></strong> = 220;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_CUSTOM_LAST">MENU_ID_CUSTOM_LAST</a></strong> = 250;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_USER_FIRST">MENU_ID_USER_FIRST</a></strong> = 26500;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#MENU_ID_USER_LAST">MENU_ID_USER_LAST</a></strong> = 28500;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_TYPEFLAG_NONE">CM_TYPEFLAG_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_TYPEFLAG_PAGE">CM_TYPEFLAG_PAGE</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_TYPEFLAG_FRAME">CM_TYPEFLAG_FRAME</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_TYPEFLAG_LINK">CM_TYPEFLAG_LINK</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_TYPEFLAG_MEDIA">CM_TYPEFLAG_MEDIA</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_TYPEFLAG_SELECTION">CM_TYPEFLAG_SELECTION</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_TYPEFLAG_EDITABLE">CM_TYPEFLAG_EDITABLE</a></strong> = 1 shl 5;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_NONE">CM_MEDIAFLAG_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_IN_ERROR">CM_MEDIAFLAG_IN_ERROR</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_PAUSED">CM_MEDIAFLAG_PAUSED</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_MUTED">CM_MEDIAFLAG_MUTED</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_LOOP">CM_MEDIAFLAG_LOOP</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_CAN_SAVE">CM_MEDIAFLAG_CAN_SAVE</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_HAS_AUDIO">CM_MEDIAFLAG_HAS_AUDIO</a></strong> = 1 shl 5;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_CAN_TOGGLE_CONTROLS">CM_MEDIAFLAG_CAN_TOGGLE_CONTROLS</a></strong> = 1 shl 6;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_CONTROLS">CM_MEDIAFLAG_CONTROLS</a></strong> = 1 shl 7;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_CAN_PRINT">CM_MEDIAFLAG_CAN_PRINT</a></strong> = 1 shl 8;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_CAN_ROTATE">CM_MEDIAFLAG_CAN_ROTATE</a></strong> = 1 shl 9;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_CAN_PICTURE_IN_PICTURE">CM_MEDIAFLAG_CAN_PICTURE_IN_PICTURE</a></strong> = 1 shl 10;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_PICTURE_IN_PICTURE">CM_MEDIAFLAG_PICTURE_IN_PICTURE</a></strong> = 1 shl 11;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_MEDIAFLAG_CAN_LOOP">CM_MEDIAFLAG_CAN_LOOP</a></strong> = 1 shl 12;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_NONE">CM_EDITFLAG_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_UNDO">CM_EDITFLAG_CAN_UNDO</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_REDO">CM_EDITFLAG_CAN_REDO</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_CUT">CM_EDITFLAG_CAN_CUT</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_COPY">CM_EDITFLAG_CAN_COPY</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_PASTE">CM_EDITFLAG_CAN_PASTE</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_DELETE">CM_EDITFLAG_CAN_DELETE</a></strong> = 1 shl 5;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_SELECT_ALL">CM_EDITFLAG_CAN_SELECT_ALL</a></strong> = 1 shl 6;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_TRANSLATE">CM_EDITFLAG_CAN_TRANSLATE</a></strong> = 1 shl 7;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CM_EDITFLAG_CAN_EDIT_RICHLY">CM_EDITFLAG_CAN_EDIT_RICHLY</a></strong> = 1 shl 8;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_UNKNOWN">SSL_CONNECTION_VERSION_UNKNOWN</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_SSL2">SSL_CONNECTION_VERSION_SSL2</a></strong> = 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_SSL3">SSL_CONNECTION_VERSION_SSL3</a></strong> = 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_TLS1">SSL_CONNECTION_VERSION_TLS1</a></strong> = 3;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_TLS1_1">SSL_CONNECTION_VERSION_TLS1_1</a></strong> = 4;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_TLS1_2">SSL_CONNECTION_VERSION_TLS1_2</a></strong> = 5;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_TLS1_3">SSL_CONNECTION_VERSION_TLS1_3</a></strong> = 6;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONNECTION_VERSION_QUIC">SSL_CONNECTION_VERSION_QUIC</a></strong> = 7;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONTENT_NORMAL_CONTENT">SSL_CONTENT_NORMAL_CONTENT</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONTENT_DISPLAYED_INSECURE_CONTENT">SSL_CONTENT_DISPLAYED_INSECURE_CONTENT</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#SSL_CONTENT_RAN_INSECURE_CONTENT">SSL_CONTENT_RAN_INSECURE_CONTENT</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#JSON_WRITER_DEFAULT">JSON_WRITER_DEFAULT</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#JSON_WRITER_OMIT_BINARY_VALUES">JSON_WRITER_OMIT_BINARY_VALUES</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#JSON_WRITER_OMIT_DOUBLE_TYPE_PRESERVATION">JSON_WRITER_OMIT_DOUBLE_TYPE_PRESERVATION</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#JSON_WRITER_PRETTY_PRINT">JSON_WRITER_PRETTY_PRINT</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_DEFAULT">LOGSEVERITY_DEFAULT</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_VERBOSE">LOGSEVERITY_VERBOSE</a></strong> = 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_DEBUG">LOGSEVERITY_DEBUG</a></strong> = <a href="uCEFConstants.html#LOGSEVERITY_VERBOSE">LOGSEVERITY_VERBOSE</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_INFO">LOGSEVERITY_INFO</a></strong> = 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_WARNING">LOGSEVERITY_WARNING</a></strong> = 3;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_ERROR">LOGSEVERITY_ERROR</a></strong> = 4;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_FATAL">LOGSEVERITY_FATAL</a></strong> = 5;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOGSEVERITY_DISABLE">LOGSEVERITY_DISABLE</a></strong> = 99;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DUPLEX_MODE_UNKNOWN">DUPLEX_MODE_UNKNOWN</a></strong> = -1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DUPLEX_MODE_SIMPLEX">DUPLEX_MODE_SIMPLEX</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DUPLEX_MODE_LONG_EDGE">DUPLEX_MODE_LONG_EDGE</a></strong> = 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DUPLEX_MODE_SHORT_EDGE">DUPLEX_MODE_SHORT_EDGE</a></strong> = 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_UNKNOWN_ERROR">CEF_MRCR_UNKNOWN_ERROR</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_OK">CEF_MRCR_OK</a></strong> = 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_TIMED_OUT">CEF_MRCR_TIMED_OUT</a></strong> = 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_ROUTE_NOT_FOUND">CEF_MRCR_ROUTE_NOT_FOUND</a></strong> = 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_SINK_NOT_FOUND">CEF_MRCR_SINK_NOT_FOUND</a></strong> = 4;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_INVALID_ORIGIN">CEF_MRCR_INVALID_ORIGIN</a></strong> = 5;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_NO_SUPPORTED_PROVIDER">CEF_MRCR_NO_SUPPORTED_PROVIDER</a></strong> = 7;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_CANCELLED">CEF_MRCR_CANCELLED</a></strong> = 8;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_ROUTE_ALREADY_EXISTS">CEF_MRCR_ROUTE_ALREADY_EXISTS</a></strong> = 9;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MRCR_ROUTE_ALREADY_TERMINATED">CEF_MRCR_ROUTE_ALREADY_TERMINATED</a></strong> = 11;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_COOKIE_PRIORITY_LOW">CEF_COOKIE_PRIORITY_LOW</a></strong> = -1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_COOKIE_PRIORITY_MEDIUM">CEF_COOKIE_PRIORITY_MEDIUM</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_COOKIE_PRIORITY_HIGH">CEF_COOKIE_PRIORITY_HIGH</a></strong> = 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TFC_CUT">CEF_TFC_CUT</a></strong> = 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TFC_COPY">CEF_TFC_COPY</a></strong> = 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TFC_PASTE">CEF_TFC_PASTE</a></strong> = 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TFC_UNDO">CEF_TFC_UNDO</a></strong> = 4;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TFC_DELETE">CEF_TFC_DELETE</a></strong> = 5;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TFC_SELECT_ALL">CEF_TFC_SELECT_ALL</a></strong> = 6;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_CTT_NONE">CEF_CTT_NONE</a></strong> = 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_CTT_NORMAL">CEF_CTT_NORMAL</a></strong> = 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_CTT_LOCATION">CEF_CTT_LOCATION</a></strong> = 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOCKING_MODE_TOP_LEFT">CEF_DOCKING_MODE_TOP_LEFT</a></strong> = 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOCKING_MODE_TOP_RIGHT">CEF_DOCKING_MODE_TOP_RIGHT</a></strong> = 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOCKING_MODE_BOTTOM_LEFT">CEF_DOCKING_MODE_BOTTOM_LEFT</a></strong> = 3;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOCKING_MODE_BOTTOM_RIGHT">CEF_DOCKING_MODE_BOTTOM_RIGHT</a></strong> = 4;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOCKING_MODE_CUSTOM">CEF_DOCKING_MODE_CUSTOM</a></strong> = 5;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SHOW_STATE_NORMAL">CEF_SHOW_STATE_NORMAL</a></strong> = 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SHOW_STATE_MINIMIZED">CEF_SHOW_STATE_MINIMIZED</a></strong> = 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SHOW_STATE_MAXIMIZED">CEF_SHOW_STATE_MAXIMIZED</a></strong> = 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SHOW_STATE_FULLSCREEN">CEF_SHOW_STATE_FULLSCREEN</a></strong> = 4;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SHOW_STATE_HIDDEN">CEF_SHOW_STATE_HIDDEN</a></strong> = 5;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#QM_EDITFLAG_NONE">QM_EDITFLAG_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#QM_EDITFLAG_CAN_ELLIPSIS">QM_EDITFLAG_CAN_ELLIPSIS</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#QM_EDITFLAG_CAN_CUT">QM_EDITFLAG_CAN_CUT</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#QM_EDITFLAG_CAN_COPY">QM_EDITFLAG_CAN_COPY</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#QM_EDITFLAG_CAN_PASTE">QM_EDITFLAG_CAN_PASTE</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_THS_FLAG_NONE">CEF_THS_FLAG_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_THS_FLAG_ENABLED">CEF_THS_FLAG_ENABLED</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_THS_FLAG_ORIENTATION">CEF_THS_FLAG_ORIENTATION</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_THS_FLAG_ORIGIN">CEF_THS_FLAG_ORIGIN</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_THS_FLAG_ALPHA">CEF_THS_FLAG_ALPHA</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MEDIA_PERMISSION_NONE">CEF_MEDIA_PERMISSION_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MEDIA_PERMISSION_DEVICE_AUDIO_CAPTURE">CEF_MEDIA_PERMISSION_DEVICE_AUDIO_CAPTURE</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MEDIA_PERMISSION_DEVICE_VIDEO_CAPTURE">CEF_MEDIA_PERMISSION_DEVICE_VIDEO_CAPTURE</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MEDIA_PERMISSION_DESKTOP_AUDIO_CAPTURE">CEF_MEDIA_PERMISSION_DESKTOP_AUDIO_CAPTURE</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MEDIA_PERMISSION_DESKTOP_VIDEO_CAPTURE">CEF_MEDIA_PERMISSION_DESKTOP_VIDEO_CAPTURE</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_NONE">CEF_PERMISSION_TYPE_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_ACCESSIBILITY_EVENTS">CEF_PERMISSION_TYPE_ACCESSIBILITY_EVENTS</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_AR_SESSION">CEF_PERMISSION_TYPE_AR_SESSION</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM">CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_CAMERA_STREAM">CEF_PERMISSION_TYPE_CAMERA_STREAM</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL">CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_CLIPBOARD">CEF_PERMISSION_TYPE_CLIPBOARD</a></strong> = 1 shl 5;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS">CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS</a></strong> = 1 shl 6;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_DISK_QUOTA">CEF_PERMISSION_TYPE_DISK_QUOTA</a></strong> = 1 shl 7;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_LOCAL_FONTS">CEF_PERMISSION_TYPE_LOCAL_FONTS</a></strong> = 1 shl 8;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_GEOLOCATION">CEF_PERMISSION_TYPE_GEOLOCATION</a></strong> = 1 shl 9;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_IDENTITY_PROVIDER">CEF_PERMISSION_TYPE_IDENTITY_PROVIDER</a></strong> = 1 shl 10;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_IDLE_DETECTION">CEF_PERMISSION_TYPE_IDLE_DETECTION</a></strong> = 1 shl 11;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_MIC_STREAM">CEF_PERMISSION_TYPE_MIC_STREAM</a></strong> = 1 shl 12;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_MIDI_SYSEX">CEF_PERMISSION_TYPE_MIDI_SYSEX</a></strong> = 1 shl 13;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS">CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS</a></strong> = 1 shl 14;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_NOTIFICATIONS">CEF_PERMISSION_TYPE_NOTIFICATIONS</a></strong> = 1 shl 15;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_KEYBOARD_LOCK">CEF_PERMISSION_TYPE_KEYBOARD_LOCK</a></strong> = 1 shl 16;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_POINTER_LOCK">CEF_PERMISSION_TYPE_POINTER_LOCK</a></strong> = 1 shl 17;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER">CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER</a></strong> = 1 shl 18;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER">CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER</a></strong> = 1 shl 19;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_STORAGE_ACCESS">CEF_PERMISSION_TYPE_STORAGE_ACCESS</a></strong> = 1 shl 20;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_VR_SESSION">CEF_PERMISSION_TYPE_VR_SESSION</a></strong> = 1 shl 21;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT">CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT</a></strong> = 1 shl 22;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS">CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS</a></strong> = 1 shl 23;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_API_HASH_PLATFORM">CEF_API_HASH_PLATFORM</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_API_HASH_UNIVERSAL">CEF_API_HASH_UNIVERSAL</a></strong> = 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_COMMIT_HASH">CEF_COMMIT_HASH</a></strong> = 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_NONE">CEF_DOWNLOAD_INTERRUPT_REASON_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_FAILED">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_FAILED</a></strong> = 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_ACCESS_DENIED">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_ACCESS_DENIED</a></strong> = 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NO_SPACE">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NO_SPACE</a></strong> = 3;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NAME_TOO_LONG">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NAME_TOO_LONG</a></strong> = 5;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_LARGE">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_LARGE</a></strong> = 6;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_VIRUS_INFECTED">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_VIRUS_INFECTED</a></strong> = 7;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TRANSIENT_ERROR">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TRANSIENT_ERROR</a></strong> = 10;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_BLOCKED">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_BLOCKED</a></strong> = 11;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SECURITY_CHECK_FAILED">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SECURITY_CHECK_FAILED</a></strong> = 12;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_SHORT">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_SHORT</a></strong> = 13;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_HASH_MISMATCH">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_HASH_MISMATCH</a></strong> = 14;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SAME_AS_SOURCE">CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SAME_AS_SOURCE</a></strong> = 15;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_FAILED">CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_FAILED</a></strong> = 20;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT">CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT</a></strong> = 21;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_DISCONNECTED">CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_DISCONNECTED</a></strong> = 22;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_SERVER_DOWN">CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_SERVER_DOWN</a></strong> = 23;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_INVALID_REQUEST">CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_INVALID_REQUEST</a></strong> = 24;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FAILED">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FAILED</a></strong> = 30;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_NO_RANGE">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_NO_RANGE</a></strong> = 31;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_BAD_CONTENT">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_BAD_CONTENT</a></strong> = 33;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNAUTHORIZED">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNAUTHORIZED</a></strong> = 34;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CERT_PROBLEM">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CERT_PROBLEM</a></strong> = 35;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FORBIDDEN">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FORBIDDEN</a></strong> = 36;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNREACHABLE">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNREACHABLE</a></strong> = 37;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CONTENT_LENGTH_MISMATCH">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CONTENT_LENGTH_MISMATCH</a></strong> = 38;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CROSS_ORIGIN_REDIRECT">CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CROSS_ORIGIN_REDIRECT</a></strong> = 39;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_USER_CANCELED">CEF_DOWNLOAD_INTERRUPT_REASON_USER_CANCELED</a></strong> = 40;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_USER_SHUTDOWN">CEF_DOWNLOAD_INTERRUPT_REASON_USER_SHUTDOWN</a></strong> = 41;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOAD_INTERRUPT_REASON_CRASH">CEF_DOWNLOAD_INTERRUPT_REASON_CRASH</a></strong> = 50;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOG_ITEMS_DEFAULT">LOG_ITEMS_DEFAULT</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOG_ITEMS_NONE">LOG_ITEMS_NONE</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOG_ITEMS_FLAG_PROCESS_ID">LOG_ITEMS_FLAG_PROCESS_ID</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOG_ITEMS_FLAG_THREAD_ID">LOG_ITEMS_FLAG_THREAD_ID</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOG_ITEMS_FLAG_TIME_STAMP">LOG_ITEMS_FLAG_TIME_STAMP</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#LOG_ITEMS_FLAG_TICK_COUNT">LOG_ITEMS_FLAG_TICK_COUNT</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_NORMAL_EXIT">CEF_RESULT_CODE_NORMAL_EXIT</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_KILLED">CEF_RESULT_CODE_KILLED</a></strong> = 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_HUNG">CEF_RESULT_CODE_HUNG</a></strong> = 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_KILLED_BAD_MESSAGE">CEF_RESULT_CODE_KILLED_BAD_MESSAGE</a></strong> = 3;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_GPU_DEAD_ON_ARRIVAL">CEF_RESULT_CODE_GPU_DEAD_ON_ARRIVAL</a></strong> = 4;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_CHROME_FIRST">CEF_RESULT_CODE_CHROME_FIRST</a></strong> = 5;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_INVALID_CMDLINE_URL">CEF_RESULT_CODE_INVALID_CMDLINE_URL</a></strong> = <a href="uCEFConstants.html#CEF_RESULT_CODE_CHROME_FIRST">CEF_RESULT_CODE_CHROME_FIRST</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_BAD_PROCESS_TYPE">CEF_RESULT_CODE_BAD_PROCESS_TYPE</a></strong> = 6;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_MISSING_DATA">CEF_RESULT_CODE_MISSING_DATA</a></strong> = 7;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SHELL_INTEGRATION_FAILED">CEF_RESULT_CODE_SHELL_INTEGRATION_FAILED</a></strong> = 8;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_MACHINE_LEVEL_INSTALL_EXISTS">CEF_RESULT_CODE_MACHINE_LEVEL_INSTALL_EXISTS</a></strong> = 9;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_UNINSTALL_CHROME_ALIVE">CEF_RESULT_CODE_UNINSTALL_CHROME_ALIVE</a></strong> = 10;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_UNINSTALL_USER_CANCEL">CEF_RESULT_CODE_UNINSTALL_USER_CANCEL</a></strong> = 11;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_UNINSTALL_DELETE_PROFILE">CEF_RESULT_CODE_UNINSTALL_DELETE_PROFILE</a></strong> = 12;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_UNSUPPORTED_PARAM">CEF_RESULT_CODE_UNSUPPORTED_PARAM</a></strong> = 13;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_IMPORTER_HUNG">CEF_RESULT_CODE_IMPORTER_HUNG</a></strong> = 14;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_RESPAWN_FAILED">CEF_RESULT_CODE_RESPAWN_FAILED</a></strong> = 15;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_NORMAL_EXIT_EXP1">CEF_RESULT_CODE_NORMAL_EXIT_EXP1</a></strong> = 16;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_NORMAL_EXIT_EXP2">CEF_RESULT_CODE_NORMAL_EXIT_EXP2</a></strong> = 17;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_NORMAL_EXIT_EXP3">CEF_RESULT_CODE_NORMAL_EXIT_EXP3</a></strong> = 18;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_NORMAL_EXIT_EXP4">CEF_RESULT_CODE_NORMAL_EXIT_EXP4</a></strong> = 19;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_NORMAL_EXIT_CANCEL">CEF_RESULT_CODE_NORMAL_EXIT_CANCEL</a></strong> = 20;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_PROFILE_IN_USE">CEF_RESULT_CODE_PROFILE_IN_USE</a></strong> = 21;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_PACK_EXTENSION_ERROR">CEF_RESULT_CODE_PACK_EXTENSION_ERROR</a></strong> = 22;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_UNINSTALL_EXTENSION_ERROR">CEF_RESULT_CODE_UNINSTALL_EXTENSION_ERROR</a></strong> = 23;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_NORMAL_EXIT_PROCESS_NOTIFIED">CEF_RESULT_CODE_NORMAL_EXIT_PROCESS_NOTIFIED</a></strong> = 24;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_NOTUSED_1">CEF_RESULT_CODE_NOTUSED_1</a></strong> = 25;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR_2">CEF_RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR_2</a></strong> = 26;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_NOTUSED_2">CEF_RESULT_CODE_NOTUSED_2</a></strong> = 27;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_EULA_REFUSED">CEF_RESULT_CODE_EULA_REFUSED</a></strong> = 28;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SXS_MIGRATION_FAILED_NOT_USED">CEF_RESULT_CODE_SXS_MIGRATION_FAILED_NOT_USED</a></strong> = 29;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_ACTION_DISALLOWED_BY_POLICY">CEF_RESULT_CODE_ACTION_DISALLOWED_BY_POLICY</a></strong> = 30;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_INVALID_SANDBOX_STATE">CEF_RESULT_CODE_INVALID_SANDBOX_STATE</a></strong> = 31;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_CLOUD_POLICY_ENROLLMENT_FAILED">CEF_RESULT_CODE_CLOUD_POLICY_ENROLLMENT_FAILED</a></strong> = 32;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_DOWNGRADE_AND_RELAUNCH">CEF_RESULT_CODE_DOWNGRADE_AND_RELAUNCH</a></strong> = 33;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_GPU_EXIT_ON_CONTEXT_LOST">CEF_RESULT_CODE_GPU_EXIT_ON_CONTEXT_LOST</a></strong> = 34;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_NORMAL_EXIT_UPGRADE_RELAUNCHED">CEF_RESULT_CODE_NORMAL_EXIT_UPGRADE_RELAUNCHED</a></strong> = 35;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_NORMAL_EXIT_PACK_EXTENSION_SUCCESS">CEF_RESULT_CODE_NORMAL_EXIT_PACK_EXTENSION_SUCCESS</a></strong> = 36;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SYSTEM_RESOURCE_EXHAUSTED">CEF_RESULT_CODE_SYSTEM_RESOURCE_EXHAUSTED</a></strong> = 37;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_INVALID_POST_LOGIN_PARAMS">CEF_RESULT_CODE_INVALID_POST_LOGIN_PARAMS</a></strong> = 38;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_CHROME_LAST">CEF_RESULT_CODE_CHROME_LAST</a></strong> = 39;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_FIRST">CEF_RESULT_CODE_SANDBOX_FATAL_FIRST</a></strong> = 7006;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_INTEGRITY">CEF_RESULT_CODE_SANDBOX_FATAL_INTEGRITY</a></strong> = <a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_FIRST">CEF_RESULT_CODE_SANDBOX_FATAL_FIRST</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_DROPTOKEN">CEF_RESULT_CODE_SANDBOX_FATAL_DROPTOKEN</a></strong> = 7007;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_FLUSHANDLES">CEF_RESULT_CODE_SANDBOX_FATAL_FLUSHANDLES</a></strong> = 7008;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_CACHEDISABLE">CEF_RESULT_CODE_SANDBOX_FATAL_CACHEDISABLE</a></strong> = 7009;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_CLOSEHANDLES">CEF_RESULT_CODE_SANDBOX_FATAL_CLOSEHANDLES</a></strong> = 7010;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_MITIGATION">CEF_RESULT_CODE_SANDBOX_FATAL_MITIGATION</a></strong> = 7011;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_MEMORY_EXCEEDED">CEF_RESULT_CODE_SANDBOX_FATAL_MEMORY_EXCEEDED</a></strong> = 7012;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_WARMUP">CEF_RESULT_CODE_SANDBOX_FATAL_WARMUP</a></strong> = 7013;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_LAST">CEF_RESULT_CODE_SANDBOX_FATAL_LAST</a></strong> = 7014;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ABOUTBLANK_URI">ABOUTBLANK_URI</a></strong> = 'about:blank';</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#DEVTOOLS_WINDOWNAME">DEVTOOLS_WINDOWNAME</a></strong> = 'DevTools';</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PROXYTYPE_DIRECT">CEF_PROXYTYPE_DIRECT</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PROXYTYPE_AUTODETECT">CEF_PROXYTYPE_AUTODETECT</a></strong> = 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PROXYTYPE_SYSTEM">CEF_PROXYTYPE_SYSTEM</a></strong> = 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PROXYTYPE_FIXED_SERVERS">CEF_PROXYTYPE_FIXED_SERVERS</a></strong> = 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PROXYTYPE_PAC_SCRIPT">CEF_PROXYTYPE_PAC_SCRIPT</a></strong> = 4;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_LOG_SEVERITY_VERBOSE">CEF_LOG_SEVERITY_VERBOSE</a></strong> = -1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_LOG_SEVERITY_INFO">CEF_LOG_SEVERITY_INFO</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_LOG_SEVERITY_WARNING">CEF_LOG_SEVERITY_WARNING</a></strong> = 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_LOG_SEVERITY_ERROR">CEF_LOG_SEVERITY_ERROR</a></strong> = 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_LOG_SEVERITY_FATAL">CEF_LOG_SEVERITY_FATAL</a></strong> = 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MAX_CONNECTIONS_PER_PROXY_DEFAULT_VALUE">CEF_MAX_CONNECTIONS_PER_PROXY_DEFAULT_VALUE</a></strong> = 32;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MAX_CONNECTIONS_PER_PROXY_MIN_VALUE">CEF_MAX_CONNECTIONS_PER_PROXY_MIN_VALUE</a></strong> = 7;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MAX_CONNECTIONS_PER_PROXY_MAX_VALUE">CEF_MAX_CONNECTIONS_PER_PROXY_MAX_VALUE</a></strong> = 99;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_COOKIE_PREF_DEFAULT">CEF_COOKIE_PREF_DEFAULT</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_COOKIE_PREF_ALLOW">CEF_COOKIE_PREF_ALLOW</a></strong> = 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_COOKIE_PREF_BLOCK">CEF_COOKIE_PREF_BLOCK</a></strong> = 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DEFAULT_ENABLEFOCUSDELAY">CEF_DEFAULT_ENABLEFOCUSDELAY</a></strong> = 500;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#YOUTUBE_RESTRICT_OFF">YOUTUBE_RESTRICT_OFF</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#YOUTUBE_RESTRICT_MODERATE">YOUTUBE_RESTRICT_MODERATE</a></strong> = 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#YOUTUBE_RESTRICT_STRICT">YOUTUBE_RESTRICT_STRICT</a></strong> = 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_25">ZOOM_STEP_25</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_33">ZOOM_STEP_33</a></strong> = 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_50">ZOOM_STEP_50</a></strong> = 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_67">ZOOM_STEP_67</a></strong> = 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_75">ZOOM_STEP_75</a></strong> = 4;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_90">ZOOM_STEP_90</a></strong> = 5;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_100">ZOOM_STEP_100</a></strong> = 6;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_110">ZOOM_STEP_110</a></strong> = 7;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_125">ZOOM_STEP_125</a></strong> = 8;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_150">ZOOM_STEP_150</a></strong> = 9;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_175">ZOOM_STEP_175</a></strong> = 10;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_200">ZOOM_STEP_200</a></strong> = 11;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_250">ZOOM_STEP_250</a></strong> = 12;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_300">ZOOM_STEP_300</a></strong> = 13;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_400">ZOOM_STEP_400</a></strong> = 14;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_500">ZOOM_STEP_500</a></strong> = 15;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_UNK">ZOOM_STEP_UNK</a></strong> = 16;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_MIN">ZOOM_STEP_MIN</a></strong> = <a href="uCEFConstants.html#ZOOM_STEP_25">ZOOM_STEP_25</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_MAX">ZOOM_STEP_MAX</a></strong> = <a href="uCEFConstants.html#ZOOM_STEP_500">ZOOM_STEP_500</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_STEP_DEF">ZOOM_STEP_DEF</a></strong> = <a href="uCEFConstants.html#ZOOM_STEP_100">ZOOM_STEP_100</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZOOM_PCT_DELTA">ZOOM_PCT_DELTA</a></strong> = 5;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#ZoomStepValues">ZoomStepValues</a></strong> : array[ZOOM_STEP_MIN..ZOOM_STEP_MAX] of integer = (25, 33, 50, 67, 75, 90, 100, 110, 125, 150, 175, 200, 250, 300, 400, 500);</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PREFERENCES_SAVED">CEF_PREFERENCES_SAVED</a></strong> = WM_APP + $A00;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOONCLOSE">CEF_DOONCLOSE</a></strong> = WM_APP + $A01;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_STARTDRAGGING">CEF_STARTDRAGGING</a></strong> = WM_APP + $A02;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_AFTERCREATED">CEF_AFTERCREATED</a></strong> = WM_APP + $A03;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PENDINGRESIZE">CEF_PENDINGRESIZE</a></strong> = WM_APP + $A04;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PUMPHAVEWORK">CEF_PUMPHAVEWORK</a></strong> = WM_APP + $A05;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DESTROY">CEF_DESTROY</a></strong> = WM_APP + $A06;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOONBEFORECLOSE">CEF_DOONBEFORECLOSE</a></strong> = WM_APP + $A07;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PENDINGINVALIDATE">CEF_PENDINGINVALIDATE</a></strong> = WM_APP + $A08;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_IMERANGECHANGED">CEF_IMERANGECHANGED</a></strong> = WM_APP + $A09;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SENTINEL_START">CEF_SENTINEL_START</a></strong> = WM_APP + $A0A;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SENTINEL_DOCLOSE">CEF_SENTINEL_DOCLOSE</a></strong> = WM_APP + $A0B;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_BEFORECLOSE">CEF_BEFORECLOSE</a></strong> = WM_APP + $A0C;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_INVALIDATE">CEF_INVALIDATE</a></strong> = WM_APP + $A0D;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_FOCUSENABLED">CEF_FOCUSENABLED</a></strong> = WM_APP + $A0E;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#WM_TOUCH">WM_TOUCH</a></strong> = $0240;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#WM_POINTERUPDATE">WM_POINTERUPDATE</a></strong> = $0245;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#WM_POINTERDOWN">WM_POINTERDOWN</a></strong> = $0246;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#WM_POINTERUP">WM_POINTERUP</a></strong> = $0247;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_OSR_FRAMERATE_DEFAULT">CEF_OSR_FRAMERATE_DEFAULT</a></strong> = 30;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_OSR_SHARED_TEXTURES_FRAMERATE_DEFAULT">CEF_OSR_SHARED_TEXTURES_FRAMERATE_DEFAULT</a></strong> = 60;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TIMER_MINIMUM">CEF_TIMER_MINIMUM</a></strong> = $0000000A;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TIMER_MAXIMUM">CEF_TIMER_MAXIMUM</a></strong> = $7FFFFFFF;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TIMER_MAXDELAY">CEF_TIMER_MAXDELAY</a></strong> = 1000 div <a href="uCEFConstants.html#CEF_OSR_FRAMERATE_DEFAULT">CEF_OSR_FRAMERATE_DEFAULT</a>;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TIMER_DEPLETEWORK_CYCLES">CEF_TIMER_DEPLETEWORK_CYCLES</a></strong> = 10;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_TIMER_DEPLETEWORK_DELAY">CEF_TIMER_DEPLETEWORK_DELAY</a></strong> = 50;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF4DELPHI_URL">CEF4DELPHI_URL</a></strong> = 'https://github.com/salvadordf/CEF4Delphi';</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CRLF">CRLF</a></strong> = #13 + #10;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_URLS_URL">CEF_URLS_URL</a></strong> = 'chrome://chrome-urls';</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_VERSION_URL">CEF_VERSION_URL</a></strong> = 'chrome://version';</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_FLAGS_URL">CEF_FLAGS_URL</a></strong> = 'chrome://flags';</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_SETTINGS_URL">CEF_SETTINGS_URL</a></strong> = 'chrome://settings';</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_DOWNLOADS_URL">CEF_DOWNLOADS_URL</a></strong> = 'chrome://downloads';</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_EXTENSIONS_URL">CEF_EXTENSIONS_URL</a></strong> = 'chrome://extensions';</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_IMAGE_FILE_MACHINE_I386">CEF_IMAGE_FILE_MACHINE_I386</a></strong> = $014C;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_IMAGE_FILE_MACHINE_AMD64">CEF_IMAGE_FILE_MACHINE_AMD64</a></strong> = $8664;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#USER_DEFAULT_SCREEN_DPI">USER_DEFAULT_SCREEN_DPI</a></strong> = 96;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE">CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT">CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL">CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD">CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT">CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_NONE">CEF_PRESSED_MOUSE_BUTTONS_NONE</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_LEFT">CEF_PRESSED_MOUSE_BUTTONS_LEFT</a></strong> = 1 shl 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_RIGHT">CEF_PRESSED_MOUSE_BUTTONS_RIGHT</a></strong> = 1 shl 1;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_MIDDLE">CEF_PRESSED_MOUSE_BUTTONS_MIDDLE</a></strong> = 1 shl 2;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_BACK">CEF_PRESSED_MOUSE_BUTTONS_BACK</a></strong> = 1 shl 3;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_PRESSED_MOUSE_BUTTONS_FORWARD">CEF_PRESSED_MOUSE_BUTTONS_FORWARD</a></strong> = 1 shl 4;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CHROMIUM_NONBROWSERSHUTDOWNPRIORITY">CHROMIUM_NONBROWSERSHUTDOWNPRIORITY</a></strong> = $280;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#INFINITE">INFINITE</a></strong> = Cardinal($FFFFFFFF);</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidWin32">pidWin32</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidWin64">pidWin64</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pfidWindows">pfidWindows</a></strong> = <a href="uCEFConstants.html#pidWin32">pidWin32</a> or <a href="uCEFConstants.html#pidWin64">pidWin64</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidOSX32">pidOSX32</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidOSX64">pidOSX64</a></strong> = 0;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidOSXArm64">pidOSXArm64</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pfidOSX">pfidOSX</a></strong> = <a href="uCEFConstants.html#pidOSX32">pidOSX32</a> or <a href="uCEFConstants.html#pidOSX64">pidOSX64</a> or <a href="uCEFConstants.html#pidOSXArm64">pidOSXArm64</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pidLinux64">pidLinux64</a></strong> = 0;</code></td>
</tr>
<tr class="list">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#pfidLinux">pfidLinux</a></strong> = <a href="uCEFConstants.html#pidLinux64">pidLinux64</a>;</code></td>
</tr>
<tr class="list2">
<td class="itemcode"><code><strong><a href="uCEFConstants.html#CEF_ONEDAYINMILLISECONDS">CEF_ONEDAYINMILLISECONDS</a></strong> = 86400000;</code></td>
</tr>
</table>
<h2 class="description">Description</h2>
<h3 class="detail">Constants</h3>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_NONE"></span><code><strong>ERR_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
No error. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_IO_PENDING"></span><code><strong>ERR_IO_PENDING</strong> = -1;</code></td>
</tr>
<tr><td colspan="1">
<p>
An asynchronous IO operation is not yet complete. This usually does not indicate a fatal error. Typically this error will be generated as a notification to wait for some external notification that the IO operation finally completed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_FAILED"></span><code><strong>ERR_FAILED</strong> = -2;</code></td>
</tr>
<tr><td colspan="1">
<p>
A generic failure occurred. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_ABORTED"></span><code><strong>ERR_ABORTED</strong> = -3;</code></td>
</tr>
<tr><td colspan="1">
<p>
An operation was aborted (due to user action). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INVALID_ARGUMENT"></span><code><strong>ERR_INVALID_ARGUMENT</strong> = -4;</code></td>
</tr>
<tr><td colspan="1">
<p>
An argument to the function is incorrect. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INVALID_HANDLE"></span><code><strong>ERR_INVALID_HANDLE</strong> = -5;</code></td>
</tr>
<tr><td colspan="1">
<p>
The handle or file descriptor is invalid. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_FILE_NOT_FOUND"></span><code><strong>ERR_FILE_NOT_FOUND</strong> = -6;</code></td>
</tr>
<tr><td colspan="1">
<p>
The file or directory cannot be found. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_TIMED_OUT"></span><code><strong>ERR_TIMED_OUT</strong> = -7;</code></td>
</tr>
<tr><td colspan="1">
<p>
An operation timed out. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_FILE_TOO_BIG"></span><code><strong>ERR_FILE_TOO_BIG</strong> = -8;</code></td>
</tr>
<tr><td colspan="1">
<p>
The file is too large. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_UNEXPECTED"></span><code><strong>ERR_UNEXPECTED</strong> = -9;</code></td>
</tr>
<tr><td colspan="1">
<p>
An unexpected error. This may be caused by a programming mistake or an invalid assumption. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_ACCESS_DENIED"></span><code><strong>ERR_ACCESS_DENIED</strong> = -10;</code></td>
</tr>
<tr><td colspan="1">
<p>
Permission to access a resource, other than the network, was denied. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_NOT_IMPLEMENTED"></span><code><strong>ERR_NOT_IMPLEMENTED</strong> = -11;</code></td>
</tr>
<tr><td colspan="1">
<p>
The operation failed because of unimplemented functionality. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INSUFFICIENT_RESOURCES"></span><code><strong>ERR_INSUFFICIENT_RESOURCES</strong> = -12;</code></td>
</tr>
<tr><td colspan="1">
<p>
There were not enough resources to complete the operation. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_OUT_OF_MEMORY"></span><code><strong>ERR_OUT_OF_MEMORY</strong> = -13;</code></td>
</tr>
<tr><td colspan="1">
<p>
Memory allocation failed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_UPLOAD_FILE_CHANGED"></span><code><strong>ERR_UPLOAD_FILE_CHANGED</strong> = -14;</code></td>
</tr>
<tr><td colspan="1">
<p>
The file upload failed because the file's modification time was different from the expectation. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SOCKET_NOT_CONNECTED"></span><code><strong>ERR_SOCKET_NOT_CONNECTED</strong> = -15;</code></td>
</tr>
<tr><td colspan="1">
<p>
The socket is not connected. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_FILE_EXISTS"></span><code><strong>ERR_FILE_EXISTS</strong> = -16;</code></td>
</tr>
<tr><td colspan="1">
<p>
The file already exists. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_FILE_PATH_TOO_LONG"></span><code><strong>ERR_FILE_PATH_TOO_LONG</strong> = -17;</code></td>
</tr>
<tr><td colspan="1">
<p>
The path or file name is too long. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_FILE_NO_SPACE"></span><code><strong>ERR_FILE_NO_SPACE</strong> = -18;</code></td>
</tr>
<tr><td colspan="1">
<p>
Not enough room left on the disk. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_FILE_VIRUS_INFECTED"></span><code><strong>ERR_FILE_VIRUS_INFECTED</strong> = -19;</code></td>
</tr>
<tr><td colspan="1">
<p>
The file has a virus. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_BLOCKED_BY_CLIENT"></span><code><strong>ERR_BLOCKED_BY_CLIENT</strong> = -20;</code></td>
</tr>
<tr><td colspan="1">
<p>
The client chose to block the request. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_NETWORK_CHANGED"></span><code><strong>ERR_NETWORK_CHANGED</strong> = -21;</code></td>
</tr>
<tr><td colspan="1">
<p>
The network changed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_BLOCKED_BY_ADMINISTRATOR"></span><code><strong>ERR_BLOCKED_BY_ADMINISTRATOR</strong> = -22;</code></td>
</tr>
<tr><td colspan="1">
<p>
The request was blocked by the URL block list configured by the domain administrator. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SOCKET_IS_CONNECTED"></span><code><strong>ERR_SOCKET_IS_CONNECTED</strong> = -23;</code></td>
</tr>
<tr><td colspan="1">
<p>
The socket is already connected. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_UPLOAD_STREAM_REWIND_NOT_SUPPORTED"></span><code><strong>ERR_UPLOAD_STREAM_REWIND_NOT_SUPPORTED</strong> = -25;</code></td>
</tr>
<tr><td colspan="1">
<p>
The upload failed because the upload stream needed to be re-read, due to a retry or a redirect, but the upload stream doesn't support that operation. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CONTEXT_SHUT_DOWN"></span><code><strong>ERR_CONTEXT_SHUT_DOWN</strong> = -26;</code></td>
</tr>
<tr><td colspan="1">
<p>
The request failed because the URLRequestContext is shutting down, or has been shut down. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_BLOCKED_BY_RESPONSE"></span><code><strong>ERR_BLOCKED_BY_RESPONSE</strong> = -27;</code></td>
</tr>
<tr><td colspan="1">
<p>
The request failed because the response was delivered along with requirements which are not met ('X-Frame-Options' and 'Content-Security-Policy' ancestor checks and 'Cross-Origin-Resource-Policy' for instance). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CLEARTEXT_NOT_PERMITTED"></span><code><strong>ERR_CLEARTEXT_NOT_PERMITTED</strong> = -29;</code></td>
</tr>
<tr><td colspan="1">
<p>
The request was blocked by system policy disallowing some or all cleartext requests. Used for NetworkSecurityPolicy on Android. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_BLOCKED_BY_CSP"></span><code><strong>ERR_BLOCKED_BY_CSP</strong> = -30;</code></td>
</tr>
<tr><td colspan="1">
<p>
The request was blocked by a Content Security Policy </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_H2_OR_QUIC_REQUIRED"></span><code><strong>ERR_H2_OR_QUIC_REQUIRED</strong> = -31;</code></td>
</tr>
<tr><td colspan="1">
<p>
The request was blocked because of no H/2 or QUIC session. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_BLOCKED_BY_ORB"></span><code><strong>ERR_BLOCKED_BY_ORB</strong> = -32;</code></td>
</tr>
<tr><td colspan="1">
<p>
The request was blocked by CORB or ORB. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_NETWORK_ACCESS_REVOKED"></span><code><strong>ERR_NETWORK_ACCESS_REVOKED</strong> = -33;</code></td>
</tr>
<tr><td colspan="1">
<p>
The request was blocked because it originated from a frame that has disabled network access. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CONNECTION_CLOSED"></span><code><strong>ERR_CONNECTION_CLOSED</strong> = -100;</code></td>
</tr>
<tr><td colspan="1">
<p>
A connection was closed (corresponding to a TCP FIN). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CONNECTION_RESET"></span><code><strong>ERR_CONNECTION_RESET</strong> = -101;</code></td>
</tr>
<tr><td colspan="1">
<p>
A connection was reset (corresponding to a TCP RST). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CONNECTION_REFUSED"></span><code><strong>ERR_CONNECTION_REFUSED</strong> = -102;</code></td>
</tr>
<tr><td colspan="1">
<p>
A connection attempt was refused. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CONNECTION_ABORTED"></span><code><strong>ERR_CONNECTION_ABORTED</strong> = -103;</code></td>
</tr>
<tr><td colspan="1">
<p>
A connection timed out as a result of not receiving an ACK for data sent. This can include a FIN packet that did not get ACK'd. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CONNECTION_FAILED"></span><code><strong>ERR_CONNECTION_FAILED</strong> = -104;</code></td>
</tr>
<tr><td colspan="1">
<p>
A connection attempt failed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_NAME_NOT_RESOLVED"></span><code><strong>ERR_NAME_NOT_RESOLVED</strong> = -105;</code></td>
</tr>
<tr><td colspan="1">
<p>
The host name could not be resolved. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INTERNET_DISCONNECTED"></span><code><strong>ERR_INTERNET_DISCONNECTED</strong> = -106;</code></td>
</tr>
<tr><td colspan="1">
<p>
The Internet connection has been lost. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_PROTOCOL_ERROR"></span><code><strong>ERR_SSL_PROTOCOL_ERROR</strong> = -107;</code></td>
</tr>
<tr><td colspan="1">
<p>
An SSL protocol error occurred. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_ADDRESS_INVALID"></span><code><strong>ERR_ADDRESS_INVALID</strong> = -108;</code></td>
</tr>
<tr><td colspan="1">
<p>
The IP address or port number is invalid (e.g., cannot connect to the IP address 0 or the port 0). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_ADDRESS_UNREACHABLE"></span><code><strong>ERR_ADDRESS_UNREACHABLE</strong> = -109;</code></td>
</tr>
<tr><td colspan="1">
<p>
The IP address is unreachable. This usually means that there is no route to the specified host or network. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_CLIENT_AUTH_CERT_NEEDED"></span><code><strong>ERR_SSL_CLIENT_AUTH_CERT_NEEDED</strong> = -110;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server requested a client certificate for SSL client authentication. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_TUNNEL_CONNECTION_FAILED"></span><code><strong>ERR_TUNNEL_CONNECTION_FAILED</strong> = -111;</code></td>
</tr>
<tr><td colspan="1">
<p>
A tunnel connection through the proxy could not be established. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_NO_SSL_VERSIONS_ENABLED"></span><code><strong>ERR_NO_SSL_VERSIONS_ENABLED</strong> = -112;</code></td>
</tr>
<tr><td colspan="1">
<p>
No SSL protocol versions are enabled. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_VERSION_OR_CIPHER_MISMATCH"></span><code><strong>ERR_SSL_VERSION_OR_CIPHER_MISMATCH</strong> = -113;</code></td>
</tr>
<tr><td colspan="1">
<p>
The client and server don't support a common SSL protocol version or cipher suite. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_RENEGOTIATION_REQUESTED"></span><code><strong>ERR_SSL_RENEGOTIATION_REQUESTED</strong> = -114;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server requested a renegotiation (rehandshake). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PROXY_AUTH_UNSUPPORTED"></span><code><strong>ERR_PROXY_AUTH_UNSUPPORTED</strong> = -115;</code></td>
</tr>
<tr><td colspan="1">
<p>
The proxy requested authentication (for tunnel establishment) with an unsupported method. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_BAD_SSL_CLIENT_AUTH_CERT"></span><code><strong>ERR_BAD_SSL_CLIENT_AUTH_CERT</strong> = -117;</code></td>
</tr>
<tr><td colspan="1">
<p>
The SSL handshake failed because of a bad or missing client certificate. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CONNECTION_TIMED_OUT"></span><code><strong>ERR_CONNECTION_TIMED_OUT</strong> = -118;</code></td>
</tr>
<tr><td colspan="1">
<p>
A connection attempt timed out. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_HOST_RESOLVER_QUEUE_TOO_LARGE"></span><code><strong>ERR_HOST_RESOLVER_QUEUE_TOO_LARGE</strong> = -119;</code></td>
</tr>
<tr><td colspan="1">
<p>
There are too many pending DNS resolves, so a request in the queue was aborted. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SOCKS_CONNECTION_FAILED"></span><code><strong>ERR_SOCKS_CONNECTION_FAILED</strong> = -120;</code></td>
</tr>
<tr><td colspan="1">
<p>
Failed establishing a connection to the SOCKS proxy server for a target host. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SOCKS_CONNECTION_HOST_UNREACHABLE"></span><code><strong>ERR_SOCKS_CONNECTION_HOST_UNREACHABLE</strong> = -121;</code></td>
</tr>
<tr><td colspan="1">
<p>
The SOCKS proxy server failed establishing connection to the target host because that host is unreachable. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_ALPN_NEGOTIATION_FAILED"></span><code><strong>ERR_ALPN_NEGOTIATION_FAILED</strong> = -122;</code></td>
</tr>
<tr><td colspan="1">
<p>
The request to negotiate an alternate protocol failed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_NO_RENEGOTIATION"></span><code><strong>ERR_SSL_NO_RENEGOTIATION</strong> = -123;</code></td>
</tr>
<tr><td colspan="1">
<p>
The peer sent an SSL no_renegotiation alert message. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_WINSOCK_UNEXPECTED_WRITTEN_BYTES"></span><code><strong>ERR_WINSOCK_UNEXPECTED_WRITTEN_BYTES</strong> = -124;</code></td>
</tr>
<tr><td colspan="1">
<p>
Winsock sometimes reports more data written than passed. This is probably due to a broken LSP. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_DECOMPRESSION_FAILURE_ALERT"></span><code><strong>ERR_SSL_DECOMPRESSION_FAILURE_ALERT</strong> = -125;</code></td>
</tr>
<tr><td colspan="1">
<p>
An SSL peer sent us a fatal decompression_failure alert. This typically occurs when a peer selects DEFLATE compression in the mistaken belief that it supports it. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_BAD_RECORD_MAC_ALERT"></span><code><strong>ERR_SSL_BAD_RECORD_MAC_ALERT</strong> = -126;</code></td>
</tr>
<tr><td colspan="1">
<p>
An SSL peer sent us a fatal bad_record_mac alert. This has been observed from servers with buggy DEFLATE support. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PROXY_AUTH_REQUESTED"></span><code><strong>ERR_PROXY_AUTH_REQUESTED</strong> = -127;</code></td>
</tr>
<tr><td colspan="1">
<p>
The proxy requested authentication (for tunnel establishment). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PROXY_CONNECTION_FAILED"></span><code><strong>ERR_PROXY_CONNECTION_FAILED</strong> = -130;</code></td>
</tr>
<tr><td colspan="1">
<p>
Could not create a connection to the proxy server. An error occurred either in resolving its name, or in connecting a socket to it. Note that this does NOT include failures during the actual &quot;CONNECT&quot; method of an HTTP proxy. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_MANDATORY_PROXY_CONFIGURATION_FAILED"></span><code><strong>ERR_MANDATORY_PROXY_CONFIGURATION_FAILED</strong> = -131;</code></td>
</tr>
<tr><td colspan="1">
<p>
A mandatory proxy configuration could not be used. Currently this means that a mandatory PAC script could not be fetched, parsed or executed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PRECONNECT_MAX_SOCKET_LIMIT"></span><code><strong>ERR_PRECONNECT_MAX_SOCKET_LIMIT</strong> = -133;</code></td>
</tr>
<tr><td colspan="1">
<p>
We've hit the max socket limit for the socket pool while preconnecting. We don't bother trying to preconnect more sockets. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_CLIENT_AUTH_PRIVATE_KEY_ACCESS_DENIED"></span><code><strong>ERR_SSL_CLIENT_AUTH_PRIVATE_KEY_ACCESS_DENIED</strong> = -134;</code></td>
</tr>
<tr><td colspan="1">
<p>
The permission to use the SSL client certificate's private key was denied. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_CLIENT_AUTH_CERT_NO_PRIVATE_KEY"></span><code><strong>ERR_SSL_CLIENT_AUTH_CERT_NO_PRIVATE_KEY</strong> = -135;</code></td>
</tr>
<tr><td colspan="1">
<p>
The SSL client certificate has no private key. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PROXY_CERTIFICATE_INVALID"></span><code><strong>ERR_PROXY_CERTIFICATE_INVALID</strong> = -136;</code></td>
</tr>
<tr><td colspan="1">
<p>
The certificate presented by the HTTPS Proxy was invalid. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_NAME_RESOLUTION_FAILED"></span><code><strong>ERR_NAME_RESOLUTION_FAILED</strong> = -137;</code></td>
</tr>
<tr><td colspan="1">
<p>
An error occurred when trying to do a name resolution (DNS). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_NETWORK_ACCESS_DENIED"></span><code><strong>ERR_NETWORK_ACCESS_DENIED</strong> = -138;</code></td>
</tr>
<tr><td colspan="1">
<p>
Permission to access the network was denied. This is used to distinguish errors that were most likely caused by a firewall from other access denied errors. See also ERR_ACCESS_DENIED. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_TEMPORARILY_THROTTLED"></span><code><strong>ERR_TEMPORARILY_THROTTLED</strong> = -139;</code></td>
</tr>
<tr><td colspan="1">
<p>
The request throttler module cancelled this request to avoid DDOS. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_HTTPS_PROXY_TUNNEL_RESPONSE_REDIRECT"></span><code><strong>ERR_HTTPS_PROXY_TUNNEL_RESPONSE_REDIRECT</strong> = -140;</code></td>
</tr>
<tr><td colspan="1">
<p>
A request to create an SSL tunnel connection through the HTTPS proxy received a 302 (temporary redirect) response. The response body might include a description of why the request failed.
<p>TODO(crbug.com/40093955): This is deprecated and should not be used by new code. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED"></span><code><strong>ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED</strong> = -141;</code></td>
</tr>
<tr><td colspan="1">
<p>
We were unable to sign the CertificateVerify data of an SSL client auth handshake with the client certificate's private key.
<p>Possible causes for this include the user implicitly or explicitly denying access to the private key, the private key may not be valid for signing, the key may be relying on a cached handle which is no longer valid, or the CSP won't allow arbitrary data to be signed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_MSG_TOO_BIG"></span><code><strong>ERR_MSG_TOO_BIG</strong> = -142;</code></td>
</tr>
<tr><td colspan="1">
<p>
The message was too large for the transport. (for example a UDP message which exceeds size threshold). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_WS_PROTOCOL_ERROR"></span><code><strong>ERR_WS_PROTOCOL_ERROR</strong> = -145;</code></td>
</tr>
<tr><td colspan="1">
<p>
Websocket protocol error. Indicates that we are terminating the connection due to a malformed frame or other protocol violation. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_ADDRESS_IN_USE"></span><code><strong>ERR_ADDRESS_IN_USE</strong> = -147;</code></td>
</tr>
<tr><td colspan="1">
<p>
Returned when attempting to bind an address that is already in use. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_HANDSHAKE_NOT_COMPLETED"></span><code><strong>ERR_SSL_HANDSHAKE_NOT_COMPLETED</strong> = -148;</code></td>
</tr>
<tr><td colspan="1">
<p>
An operation failed because the SSL handshake has not completed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_BAD_PEER_PUBLIC_KEY"></span><code><strong>ERR_SSL_BAD_PEER_PUBLIC_KEY</strong> = -149;</code></td>
</tr>
<tr><td colspan="1">
<p>
SSL peer's public key is invalid. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN"></span><code><strong>ERR_SSL_PINNED_KEY_NOT_IN_CERT_CHAIN</strong> = -150;</code></td>
</tr>
<tr><td colspan="1">
<p>
The certificate didn't match the built-in public key pins for the host name. The pins are set in net/http/transport_security_state.cc and require that one of a set of public keys exist on the path from the leaf to the root. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CLIENT_AUTH_CERT_TYPE_UNSUPPORTED"></span><code><strong>ERR_CLIENT_AUTH_CERT_TYPE_UNSUPPORTED</strong> = -151;</code></td>
</tr>
<tr><td colspan="1">
<p>
Server request for client certificate did not contain any types we support. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_DECRYPT_ERROR_ALERT"></span><code><strong>ERR_SSL_DECRYPT_ERROR_ALERT</strong> = -153;</code></td>
</tr>
<tr><td colspan="1">
<p>
An SSL peer sent us a fatal decrypt_error alert. This typically occurs when a peer could not correctly verify a signature (in CertificateVerify or ServerKeyExchange) or validate a Finished message. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_WS_THROTTLE_QUEUE_TOO_LARGE"></span><code><strong>ERR_WS_THROTTLE_QUEUE_TOO_LARGE</strong> = -154;</code></td>
</tr>
<tr><td colspan="1">
<p>
There are too many pending WebSocketJob instances, so the new job was not pushed to the queue. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_SERVER_CERT_CHANGED"></span><code><strong>ERR_SSL_SERVER_CERT_CHANGED</strong> = -156;</code></td>
</tr>
<tr><td colspan="1">
<p>
The SSL server certificate changed in a renegotiation. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_UNRECOGNIZED_NAME_ALERT"></span><code><strong>ERR_SSL_UNRECOGNIZED_NAME_ALERT</strong> = -159;</code></td>
</tr>
<tr><td colspan="1">
<p>
The SSL server sent us a fatal unrecognized_name alert. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SOCKET_SET_RECEIVE_BUFFER_SIZE_ERROR"></span><code><strong>ERR_SOCKET_SET_RECEIVE_BUFFER_SIZE_ERROR</strong> = -160;</code></td>
</tr>
<tr><td colspan="1">
<p>
Failed to set the socket's receive buffer size as requested. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SOCKET_SET_SEND_BUFFER_SIZE_ERROR"></span><code><strong>ERR_SOCKET_SET_SEND_BUFFER_SIZE_ERROR</strong> = -161;</code></td>
</tr>
<tr><td colspan="1">
<p>
Failed to set the socket's send buffer size as requested. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SOCKET_RECEIVE_BUFFER_SIZE_UNCHANGEABLE"></span><code><strong>ERR_SOCKET_RECEIVE_BUFFER_SIZE_UNCHANGEABLE</strong> = -162;</code></td>
</tr>
<tr><td colspan="1">
<p>
Failed to set the socket's receive buffer size as requested, despite success return code from setsockopt. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SOCKET_SEND_BUFFER_SIZE_UNCHANGEABLE"></span><code><strong>ERR_SOCKET_SEND_BUFFER_SIZE_UNCHANGEABLE</strong> = -163;</code></td>
</tr>
<tr><td colspan="1">
<p>
Failed to set the socket's send buffer size as requested, despite success return code from setsockopt. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_CLIENT_AUTH_CERT_BAD_FORMAT"></span><code><strong>ERR_SSL_CLIENT_AUTH_CERT_BAD_FORMAT</strong> = -164;</code></td>
</tr>
<tr><td colspan="1">
<p>
Failed to import a client certificate from the platform store into the SSL library. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_ICANN_NAME_COLLISION"></span><code><strong>ERR_ICANN_NAME_COLLISION</strong> = -166;</code></td>
</tr>
<tr><td colspan="1">
<p>
Resolving a hostname to an IP address list included the IPv4 address &quot;127.0.53.53&quot;. This is a special IP address which ICANN has recommended to indicate there was a name collision, and alert admins to a potential problem. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_SERVER_CERT_BAD_FORMAT"></span><code><strong>ERR_SSL_SERVER_CERT_BAD_FORMAT</strong> = -167;</code></td>
</tr>
<tr><td colspan="1">
<p>
The SSL server presented a certificate which could not be decoded. This is not a certificate error code as no X509Certificate object is available. This error is fatal. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CT_STH_PARSING_FAILED"></span><code><strong>ERR_CT_STH_PARSING_FAILED</strong> = -168;</code></td>
</tr>
<tr><td colspan="1">
<p>
Certificate Transparency: Received a signed tree head that failed to parse. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CT_STH_INCOMPLETE"></span><code><strong>ERR_CT_STH_INCOMPLETE</strong> = -169;</code></td>
</tr>
<tr><td colspan="1">
<p>
Certificate Transparency: Received a signed tree head whose JSON parsing was OK but was missing some of the fields. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_UNABLE_TO_REUSE_CONNECTION_FOR_PROXY_AUTH"></span><code><strong>ERR_UNABLE_TO_REUSE_CONNECTION_FOR_PROXY_AUTH</strong> = -170;</code></td>
</tr>
<tr><td colspan="1">
<p>
The attempt to reuse a connection to send proxy auth credentials failed before the AuthController was used to generate credentials. The caller should reuse the controller with a new connection. This error is only used internally by the network stack. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CT_CONSISTENCY_PROOF_PARSING_FAILED"></span><code><strong>ERR_CT_CONSISTENCY_PROOF_PARSING_FAILED</strong> = -171;</code></td>
</tr>
<tr><td colspan="1">
<p>
Certificate Transparency: Failed to parse the received consistency proof. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_OBSOLETE_CIPHER"></span><code><strong>ERR_SSL_OBSOLETE_CIPHER</strong> = -172;</code></td>
</tr>
<tr><td colspan="1">
<p>
The SSL server required an unsupported cipher suite that has since been removed. This error will temporarily be signaled on a fallback for one or two releases immediately following a cipher suite's removal, after which the fallback will be removed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_WS_UPGRADE"></span><code><strong>ERR_WS_UPGRADE</strong> = -173;</code></td>
</tr>
<tr><td colspan="1">
<p>
When a WebSocket handshake is done successfully and the connection has been upgraded, the URLRequest is cancelled with this error code. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_READ_IF_READY_NOT_IMPLEMENTED"></span><code><strong>ERR_READ_IF_READY_NOT_IMPLEMENTED</strong> = -174;</code></td>
</tr>
<tr><td colspan="1">
<p>
Socket ReadIfReady support is not implemented. This error should not be user visible, because the normal Read() method is used as a fallback. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_NO_BUFFER_SPACE"></span><code><strong>ERR_NO_BUFFER_SPACE</strong> = -176;</code></td>
</tr>
<tr><td colspan="1">
<p>
No socket buffer space is available. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_CLIENT_AUTH_NO_COMMON_ALGORITHMS"></span><code><strong>ERR_SSL_CLIENT_AUTH_NO_COMMON_ALGORITHMS</strong> = -177;</code></td>
</tr>
<tr><td colspan="1">
<p>
There were no common signature algorithms between our client certificate private key and the server's preferences. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_EARLY_DATA_REJECTED"></span><code><strong>ERR_EARLY_DATA_REJECTED</strong> = -178;</code></td>
</tr>
<tr><td colspan="1">
<p>
TLS 1.3 early data was rejected by the server. This will be received before any data is returned from the socket. The request should be retried with early data disabled. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_WRONG_VERSION_ON_EARLY_DATA"></span><code><strong>ERR_WRONG_VERSION_ON_EARLY_DATA</strong> = -179;</code></td>
</tr>
<tr><td colspan="1">
<p>
TLS 1.3 early data was offered, but the server responded with TLS 1.2 or earlier. This is an internal error code to account for a backwards-compatibility issue with early data and TLS 1.2. It will be received before any data is returned from the socket. The request should be retried with early data disabled.
<p>See <a href="https://tools.ietf.org/html/rfc8446#appendix-D.3">https://tools.ietf.org/html/rfc8446#appendix-D.3</a> for details. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_TLS13_DOWNGRADE_DETECTED"></span><code><strong>ERR_TLS13_DOWNGRADE_DETECTED</strong> = -180;</code></td>
</tr>
<tr><td colspan="1">
<p>
TLS 1.3 was enabled, but a lower version was negotiated and the server returned a value indicating it supported TLS 1.3. This is part of a security check in TLS 1.3, but it may also indicate the user is behind a buggy TLS-terminating proxy which implemented TLS 1.2 incorrectly. (See <a href="https://crbug.com/boringssl/226">https://crbug.com/boringssl/226</a>.) </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SSL_KEY_USAGE_INCOMPATIBLE"></span><code><strong>ERR_SSL_KEY_USAGE_INCOMPATIBLE</strong> = -181;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server's certificate has a keyUsage extension incompatible with the negotiated TLS key exchange method. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INVALID_ECH_CONFIG_LIST"></span><code><strong>ERR_INVALID_ECH_CONFIG_LIST</strong> = -182;</code></td>
</tr>
<tr><td colspan="1">
<p>
The ECHConfigList fetched over DNS cannot be parsed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_ECH_NOT_NEGOTIATED"></span><code><strong>ERR_ECH_NOT_NEGOTIATED</strong> = -183;</code></td>
</tr>
<tr><td colspan="1">
<p>
ECH was enabled, but the server was unable to decrypt the encrypted ClientHello. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_ECH_FALLBACK_CERTIFICATE_INVALID"></span><code><strong>ERR_ECH_FALLBACK_CERTIFICATE_INVALID</strong> = -184;</code></td>
</tr>
<tr><td colspan="1">
<p>
ECH was enabled, the server was unable to decrypt the encrypted ClientHello, and additionally did not present a certificate valid for the public name. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_COMMON_NAME_INVALID"></span><code><strong>ERR_CERT_COMMON_NAME_INVALID</strong> = -200;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server responded with a certificate whose common name did not match the host name. This could mean:
<p>1. An attacker has redirected our traffic to their server and is presenting a certificate for which they know the private key.
<p>2. The server is misconfigured and responding with the wrong cert.
<p>3. The user is on a wireless network and is being redirected to the network's login page.
<p>4. The OS has used a DNS search suffix and the server doesn't have a certificate for the abbreviated name in the address bar. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_DATE_INVALID"></span><code><strong>ERR_CERT_DATE_INVALID</strong> = -201;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server responded with a certificate that, by our clock, appears to either not yet be valid or to have expired. This could mean:
<p>1. An attacker is presenting an old certificate for which they have managed to obtain the private key.
<p>2. The server is misconfigured and is not presenting a valid cert.
<p>3. Our clock is wrong. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_AUTHORITY_INVALID"></span><code><strong>ERR_CERT_AUTHORITY_INVALID</strong> = -202;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server responded with a certificate that is signed by an authority we don't trust. The could mean:
<p>1. An attacker has substituted the real certificate for a cert that contains their public key and is signed by their cousin.
<p>2. The server operator has a legitimate certificate from a CA we don't know about, but should trust.
<p>3. The server is presenting a self-signed certificate, providing no defense against active attackers (but foiling passive attackers). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_CONTAINS_ERRORS"></span><code><strong>ERR_CERT_CONTAINS_ERRORS</strong> = -203;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server responded with a certificate that contains errors. This error is not recoverable.
<p>MSDN describes this error as follows: &quot;The SSL certificate contains errors.&quot; NOTE: It's unclear how this differs from ERR_CERT_INVALID. For consistency, use that code instead of this one from now on. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_NO_REVOCATION_MECHANISM"></span><code><strong>ERR_CERT_NO_REVOCATION_MECHANISM</strong> = -204;</code></td>
</tr>
<tr><td colspan="1">
<p>
The certificate has no mechanism for determining if it is revoked. In effect, this certificate cannot be revoked. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_UNABLE_TO_CHECK_REVOCATION"></span><code><strong>ERR_CERT_UNABLE_TO_CHECK_REVOCATION</strong> = -205;</code></td>
</tr>
<tr><td colspan="1">
<p>
Revocation information for the security certificate for this site is not available. This could mean:
<p>1. An attacker has compromised the private key in the certificate and is blocking our attempt to find out that the cert was revoked.
<p>2. The certificate is unrevoked, but the revocation server is busy or unavailable. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_REVOKED"></span><code><strong>ERR_CERT_REVOKED</strong> = -206;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server responded with a certificate has been revoked. We have the capability to ignore this error, but it is probably not the thing to do. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_INVALID"></span><code><strong>ERR_CERT_INVALID</strong> = -207;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server responded with a certificate that is invalid. This error is not recoverable.
<p>MSDN describes this error as follows: &quot;The SSL certificate is invalid.&quot; </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_WEAK_SIGNATURE_ALGORITHM"></span><code><strong>ERR_CERT_WEAK_SIGNATURE_ALGORITHM</strong> = -208;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server responded with a certificate that is signed using a weak signature algorithm. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_NON_UNIQUE_NAME"></span><code><strong>ERR_CERT_NON_UNIQUE_NAME</strong> = -210;</code></td>
</tr>
<tr><td colspan="1">
<p>
The host name specified in the certificate is not unique. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_WEAK_KEY"></span><code><strong>ERR_CERT_WEAK_KEY</strong> = -211;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server responded with a certificate that contains a weak key (e.g. a too-small RSA key). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_NAME_CONSTRAINT_VIOLATION"></span><code><strong>ERR_CERT_NAME_CONSTRAINT_VIOLATION</strong> = -212;</code></td>
</tr>
<tr><td colspan="1">
<p>
The certificate claimed DNS names that are in violation of name constraints. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_VALIDITY_TOO_LONG"></span><code><strong>ERR_CERT_VALIDITY_TOO_LONG</strong> = -213;</code></td>
</tr>
<tr><td colspan="1">
<p>
The certificate's validity period is too long. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERTIFICATE_TRANSPARENCY_REQUIRED"></span><code><strong>ERR_CERTIFICATE_TRANSPARENCY_REQUIRED</strong> = -214;</code></td>
</tr>
<tr><td colspan="1">
<p>
Certificate Transparency was required for this connection, but the server did not provide CT information that complied with the policy. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_SYMANTEC_LEGACY"></span><code><strong>ERR_CERT_SYMANTEC_LEGACY</strong> = -215;</code></td>
</tr>
<tr><td colspan="1">
<p>
The certificate chained to a legacy Symantec root that is no longer trusted. <a href="https://g.co/chrome/symantecpkicerts">https://g.co/chrome/symantecpkicerts</a> </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_KNOWN_INTERCEPTION_BLOCKED"></span><code><strong>ERR_CERT_KNOWN_INTERCEPTION_BLOCKED</strong> = -217;</code></td>
</tr>
<tr><td colspan="1">
<p>
The certificate is known to be used for interception by an entity other the device owner. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_END"></span><code><strong>ERR_CERT_END</strong> = -219;</code></td>
</tr>
<tr><td colspan="1">
<p>
The value immediately past the last certificate error code. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INVALID_URL"></span><code><strong>ERR_INVALID_URL</strong> = -300;</code></td>
</tr>
<tr><td colspan="1">
<p>
The URL is invalid. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_DISALLOWED_URL_SCHEME"></span><code><strong>ERR_DISALLOWED_URL_SCHEME</strong> = -301;</code></td>
</tr>
<tr><td colspan="1">
<p>
The scheme of the URL is disallowed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_UNKNOWN_URL_SCHEME"></span><code><strong>ERR_UNKNOWN_URL_SCHEME</strong> = -302;</code></td>
</tr>
<tr><td colspan="1">
<p>
The scheme of the URL is unknown. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INVALID_REDIRECT"></span><code><strong>ERR_INVALID_REDIRECT</strong> = -303;</code></td>
</tr>
<tr><td colspan="1">
<p>
Attempting to load an URL resulted in a redirect to an invalid URL. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_TOO_MANY_REDIRECTS"></span><code><strong>ERR_TOO_MANY_REDIRECTS</strong> = -310;</code></td>
</tr>
<tr><td colspan="1">
<p>
Attempting to load an URL resulted in too many redirects. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_UNSAFE_REDIRECT"></span><code><strong>ERR_UNSAFE_REDIRECT</strong> = -311;</code></td>
</tr>
<tr><td colspan="1">
<p>
Attempting to load an URL resulted in an unsafe redirect (e.g., a redirect to <a href="file://">file://</a> is considered unsafe). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_UNSAFE_PORT"></span><code><strong>ERR_UNSAFE_PORT</strong> = -312;</code></td>
</tr>
<tr><td colspan="1">
<p>
Attempting to load an URL with an unsafe port number. These are port numbers that correspond to services, which are not robust to spurious input that may be constructed as a result of an allowed web construct (e.g., HTTP looks a lot like SMTP, so form submission to port 25 is denied). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INVALID_RESPONSE"></span><code><strong>ERR_INVALID_RESPONSE</strong> = -320;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server's response was invalid. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INVALID_CHUNKED_ENCODING"></span><code><strong>ERR_INVALID_CHUNKED_ENCODING</strong> = -321;</code></td>
</tr>
<tr><td colspan="1">
<p>
Error in chunked transfer encoding. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_METHOD_NOT_SUPPORTED"></span><code><strong>ERR_METHOD_NOT_SUPPORTED</strong> = -322;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server did not support the request method. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_UNEXPECTED_PROXY_AUTH"></span><code><strong>ERR_UNEXPECTED_PROXY_AUTH</strong> = -323;</code></td>
</tr>
<tr><td colspan="1">
<p>
The response was 407 (Proxy Authentication Required), yet we did not send the request to a proxy. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_EMPTY_RESPONSE"></span><code><strong>ERR_EMPTY_RESPONSE</strong> = -324;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server closed the connection without sending any data. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_RESPONSE_HEADERS_TOO_BIG"></span><code><strong>ERR_RESPONSE_HEADERS_TOO_BIG</strong> = -325;</code></td>
</tr>
<tr><td colspan="1">
<p>
The headers section of the response is too large. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PAC_SCRIPT_FAILED"></span><code><strong>ERR_PAC_SCRIPT_FAILED</strong> = -327;</code></td>
</tr>
<tr><td colspan="1">
<p>
The evaluation of the PAC script failed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_REQUEST_RANGE_NOT_SATISFIABLE"></span><code><strong>ERR_REQUEST_RANGE_NOT_SATISFIABLE</strong> = -328;</code></td>
</tr>
<tr><td colspan="1">
<p>
The response was 416 (Requested range not satisfiable) and the server cannot satisfy the range requested. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_MALFORMED_IDENTITY"></span><code><strong>ERR_MALFORMED_IDENTITY</strong> = -329;</code></td>
</tr>
<tr><td colspan="1">
<p>
The identity used for authentication is invalid. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CONTENT_DECODING_FAILED"></span><code><strong>ERR_CONTENT_DECODING_FAILED</strong> = -330;</code></td>
</tr>
<tr><td colspan="1">
<p>
Content decoding of the response body failed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_NETWORK_IO_SUSPENDED"></span><code><strong>ERR_NETWORK_IO_SUSPENDED</strong> = -331;</code></td>
</tr>
<tr><td colspan="1">
<p>
An operation could not be completed because all network IO is suspended. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SYN_REPLY_NOT_RECEIVED"></span><code><strong>ERR_SYN_REPLY_NOT_RECEIVED</strong> = -332;</code></td>
</tr>
<tr><td colspan="1">
<p>
FLIP data received without receiving a SYN_REPLY on the stream. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_ENCODING_CONVERSION_FAILED"></span><code><strong>ERR_ENCODING_CONVERSION_FAILED</strong> = -333;</code></td>
</tr>
<tr><td colspan="1">
<p>
Converting the response to target encoding failed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_UNRECOGNIZED_FTP_DIRECTORY_LISTING_FORMAT"></span><code><strong>ERR_UNRECOGNIZED_FTP_DIRECTORY_LISTING_FORMAT</strong> = -334;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server sent an FTP directory listing in a format we do not understand. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_NO_SUPPORTED_PROXIES"></span><code><strong>ERR_NO_SUPPORTED_PROXIES</strong> = -336;</code></td>
</tr>
<tr><td colspan="1">
<p>
There are no supported proxies in the provided list. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SPDY_PROTOCOL_ERROR"></span><code><strong>ERR_SPDY_PROTOCOL_ERROR</strong> = -337;</code></td>
</tr>
<tr><td colspan="1">
<p>
There is an HTTP/2 protocol error. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INVALID_AUTH_CREDENTIALS"></span><code><strong>ERR_INVALID_AUTH_CREDENTIALS</strong> = -338;</code></td>
</tr>
<tr><td colspan="1">
<p>
Credentials could not be established during HTTP Authentication. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_UNSUPPORTED_AUTH_SCHEME"></span><code><strong>ERR_UNSUPPORTED_AUTH_SCHEME</strong> = -339;</code></td>
</tr>
<tr><td colspan="1">
<p>
An HTTP Authentication scheme was tried which is not supported on this machine. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_ENCODING_DETECTION_FAILED"></span><code><strong>ERR_ENCODING_DETECTION_FAILED</strong> = -340;</code></td>
</tr>
<tr><td colspan="1">
<p>
Detecting the encoding of the response failed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_MISSING_AUTH_CREDENTIALS"></span><code><strong>ERR_MISSING_AUTH_CREDENTIALS</strong> = -341;</code></td>
</tr>
<tr><td colspan="1">
<p>
(GSSAPI) No Kerberos credentials were available during HTTP Authentication. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS"></span><code><strong>ERR_UNEXPECTED_SECURITY_LIBRARY_STATUS</strong> = -342;</code></td>
</tr>
<tr><td colspan="1">
<p>
An unexpected, but documented, SSPI or GSSAPI status code was returned. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_MISCONFIGURED_AUTH_ENVIRONMENT"></span><code><strong>ERR_MISCONFIGURED_AUTH_ENVIRONMENT</strong> = -343;</code></td>
</tr>
<tr><td colspan="1">
<p>
The environment was not set up correctly for authentication. For example, no KDC could be found or the principal is unknown. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_UNDOCUMENTED_SECURITY_LIBRARY_STATUS"></span><code><strong>ERR_UNDOCUMENTED_SECURITY_LIBRARY_STATUS</strong> = -344;</code></td>
</tr>
<tr><td colspan="1">
<p>
An undocumented SSPI or GSSAPI status code was returned. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_RESPONSE_BODY_TOO_BIG_TO_DRAIN"></span><code><strong>ERR_RESPONSE_BODY_TOO_BIG_TO_DRAIN</strong> = -345;</code></td>
</tr>
<tr><td colspan="1">
<p>
The HTTP response was too big to drain. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH"></span><code><strong>ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_LENGTH</strong> = -346;</code></td>
</tr>
<tr><td colspan="1">
<p>
The HTTP response contained multiple distinct Content-Length headers. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INCOMPLETE_SPDY_HEADERS"></span><code><strong>ERR_INCOMPLETE_SPDY_HEADERS</strong> = -347;</code></td>
</tr>
<tr><td colspan="1">
<p>
HTTP/2 headers have been received, but not all of them - status or version headers are missing, so we're expecting additional frames to complete them. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PAC_NOT_IN_DHCP"></span><code><strong>ERR_PAC_NOT_IN_DHCP</strong> = -348;</code></td>
</tr>
<tr><td colspan="1">
<p>
No PAC URL configuration could be retrieved from DHCP. This can indicate either a failure to retrieve the DHCP configuration, or that there was no PAC URL configured in DHCP. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION"></span><code><strong>ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION</strong> = -349;</code></td>
</tr>
<tr><td colspan="1">
<p>
The HTTP response contained multiple Content-Disposition headers. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_RESPONSE_HEADERS_MULTIPLE_LOCATION"></span><code><strong>ERR_RESPONSE_HEADERS_MULTIPLE_LOCATION</strong> = -350;</code></td>
</tr>
<tr><td colspan="1">
<p>
The HTTP response contained multiple Location headers. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SPDY_SERVER_REFUSED_STREAM"></span><code><strong>ERR_SPDY_SERVER_REFUSED_STREAM</strong> = -351;</code></td>
</tr>
<tr><td colspan="1">
<p>
HTTP/2 server refused the request without processing, and sent either a GOAWAY frame with error code NO_ERROR and Last-Stream-ID lower than the stream id corresponding to the request indicating that this request has not been processed yet, or a RST_STREAM frame with error code REFUSED_STREAM. Client MAY retry (on a different connection). See RFC7540 Section 8.1.4. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SPDY_PING_FAILED"></span><code><strong>ERR_SPDY_PING_FAILED</strong> = -352;</code></td>
</tr>
<tr><td colspan="1">
<p>
HTTP/2 server didn't respond to the PING message. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CONTENT_LENGTH_MISMATCH"></span><code><strong>ERR_CONTENT_LENGTH_MISMATCH</strong> = -354;</code></td>
</tr>
<tr><td colspan="1">
<p>
The HTTP response body transferred fewer bytes than were advertised by the Content-Length header when the connection is closed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INCOMPLETE_CHUNKED_ENCODING"></span><code><strong>ERR_INCOMPLETE_CHUNKED_ENCODING</strong> = -355;</code></td>
</tr>
<tr><td colspan="1">
<p>
The HTTP response body is transferred with Chunked-Encoding, but the terminating zero-length chunk was never sent when the connection is closed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_QUIC_PROTOCOL_ERROR"></span><code><strong>ERR_QUIC_PROTOCOL_ERROR</strong> = -356;</code></td>
</tr>
<tr><td colspan="1">
<p>
There is a QUIC protocol error. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_RESPONSE_HEADERS_TRUNCATED"></span><code><strong>ERR_RESPONSE_HEADERS_TRUNCATED</strong> = -357;</code></td>
</tr>
<tr><td colspan="1">
<p>
The HTTP headers were truncated by an EOF. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_QUIC_HANDSHAKE_FAILED"></span><code><strong>ERR_QUIC_HANDSHAKE_FAILED</strong> = -358;</code></td>
</tr>
<tr><td colspan="1">
<p>
The QUIC crypto handshake failed. This means that the server was unable to read any requests sent, so they may be resent. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY"></span><code><strong>ERR_SPDY_INADEQUATE_TRANSPORT_SECURITY</strong> = -360;</code></td>
</tr>
<tr><td colspan="1">
<p>
Transport security is inadequate for the HTTP/2 version. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SPDY_FLOW_CONTROL_ERROR"></span><code><strong>ERR_SPDY_FLOW_CONTROL_ERROR</strong> = -361;</code></td>
</tr>
<tr><td colspan="1">
<p>
The peer violated HTTP/2 flow control. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SPDY_FRAME_SIZE_ERROR"></span><code><strong>ERR_SPDY_FRAME_SIZE_ERROR</strong> = -362;</code></td>
</tr>
<tr><td colspan="1">
<p>
The peer sent an improperly sized HTTP/2 frame. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SPDY_COMPRESSION_ERROR"></span><code><strong>ERR_SPDY_COMPRESSION_ERROR</strong> = -363;</code></td>
</tr>
<tr><td colspan="1">
<p>
Decoding or encoding of compressed HTTP/2 headers failed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PROXY_AUTH_REQUESTED_WITH_NO_CONNECTION"></span><code><strong>ERR_PROXY_AUTH_REQUESTED_WITH_NO_CONNECTION</strong> = -364;</code></td>
</tr>
<tr><td colspan="1">
<p>
Proxy Auth Requested without a valid Client Socket Handle. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_HTTP_1_1_REQUIRED"></span><code><strong>ERR_HTTP_1_1_REQUIRED</strong> = -365;</code></td>
</tr>
<tr><td colspan="1">
<p>
HTTP_1_1_REQUIRED error code received on HTTP/2 session. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PROXY_HTTP_1_1_REQUIRED"></span><code><strong>ERR_PROXY_HTTP_1_1_REQUIRED</strong> = -366;</code></td>
</tr>
<tr><td colspan="1">
<p>
HTTP_1_1_REQUIRED error code received on HTTP/2 session to proxy. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PAC_SCRIPT_TERMINATED"></span><code><strong>ERR_PAC_SCRIPT_TERMINATED</strong> = -367;</code></td>
</tr>
<tr><td colspan="1">
<p>
The PAC script terminated fatally and must be reloaded. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INVALID_HTTP_RESPONSE"></span><code><strong>ERR_INVALID_HTTP_RESPONSE</strong> = -370;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server was expected to return an HTTP/1.x response, but did not. Rather than treat it as HTTP/0.9, this error is returned. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CONTENT_DECODING_INIT_FAILED"></span><code><strong>ERR_CONTENT_DECODING_INIT_FAILED</strong> = -371;</code></td>
</tr>
<tr><td colspan="1">
<p>
Initializing content decoding failed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SPDY_RST_STREAM_NO_ERROR_RECEIVED"></span><code><strong>ERR_SPDY_RST_STREAM_NO_ERROR_RECEIVED</strong> = -372;</code></td>
</tr>
<tr><td colspan="1">
<p>
Received HTTP/2 RST_STREAM frame with NO_ERROR error code. This error should be handled internally by HTTP/2 code, and should not make it above the SpdyStream layer. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_TOO_MANY_RETRIES"></span><code><strong>ERR_TOO_MANY_RETRIES</strong> = -375;</code></td>
</tr>
<tr><td colspan="1">
<p>
An HTTP transaction was retried too many times due for authentication or invalid certificates. This may be due to a bug in the net stack that would otherwise infinite loop, or if the server or proxy continually requests fresh credentials or presents a fresh invalid certificate. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SPDY_STREAM_CLOSED"></span><code><strong>ERR_SPDY_STREAM_CLOSED</strong> = -376;</code></td>
</tr>
<tr><td colspan="1">
<p>
Received an HTTP/2 frame on a closed stream. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_HTTP_RESPONSE_CODE_FAILURE"></span><code><strong>ERR_HTTP_RESPONSE_CODE_FAILURE</strong> = -379;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server returned a non-2xx HTTP response code.
<p>Note that this error is only used by certain APIs that interpret the HTTP response itself. URLRequest for instance just passes most non-2xx response back as success. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_QUIC_CERT_ROOT_NOT_KNOWN"></span><code><strong>ERR_QUIC_CERT_ROOT_NOT_KNOWN</strong> = -380;</code></td>
</tr>
<tr><td colspan="1">
<p>
The certificate presented on a QUIC connection does not chain to a known root and the origin connected to is not on a list of domains where unknown roots are allowed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_QUIC_GOAWAY_REQUEST_CAN_BE_RETRIED"></span><code><strong>ERR_QUIC_GOAWAY_REQUEST_CAN_BE_RETRIED</strong> = -381;</code></td>
</tr>
<tr><td colspan="1">
<p>
A GOAWAY frame has been received indicating that the request has not been processed and is therefore safe to retry on a different connection. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_TOO_MANY_ACCEPT_CH_RESTARTS"></span><code><strong>ERR_TOO_MANY_ACCEPT_CH_RESTARTS</strong> = -382;</code></td>
</tr>
<tr><td colspan="1">
<p>
The ACCEPT_CH restart has been triggered too many times </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INCONSISTENT_IP_ADDRESS_SPACE"></span><code><strong>ERR_INCONSISTENT_IP_ADDRESS_SPACE</strong> = -383;</code></td>
</tr>
<tr><td colspan="1">
<p>
The IP address space of the remote endpoint differed from the previous observed value during the same request. Any cache entry for the affected request should be invalidated. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CACHED_IP_ADDRESS_SPACE_BLOCKED_BY_PRIVATE_NETWORK_ACCESS_POLICY"></span><code><strong>ERR_CACHED_IP_ADDRESS_SPACE_BLOCKED_BY_PRIVATE_NETWORK_ACCESS_POLICY</strong> = -384;</code></td>
</tr>
<tr><td colspan="1">
<p>
The IP address space of the cached remote endpoint is blocked by private network access check. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_BLOCKED_BY_PRIVATE_NETWORK_ACCESS_CHECKS"></span><code><strong>ERR_BLOCKED_BY_PRIVATE_NETWORK_ACCESS_CHECKS</strong> = -385;</code></td>
</tr>
<tr><td colspan="1">
<p>
The connection is blocked by private network access checks. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_ZSTD_WINDOW_SIZE_TOO_BIG"></span><code><strong>ERR_ZSTD_WINDOW_SIZE_TOO_BIG</strong> = -386;</code></td>
</tr>
<tr><td colspan="1">
<p>
Content decoding failed due to the zstd window size being too big (over 8MB). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_DICTIONARY_LOAD_FAILED"></span><code><strong>ERR_DICTIONARY_LOAD_FAILED</strong> = -387;</code></td>
</tr>
<tr><td colspan="1">
<p>
The compression dictionary cannot be loaded. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_UNEXPECTED_CONTENT_DICTIONARY_HEADER"></span><code><strong>ERR_UNEXPECTED_CONTENT_DICTIONARY_HEADER</strong> = -388;</code></td>
</tr>
<tr><td colspan="1">
<p>
The header of dictionary compressed stream does not match the expected value. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CACHE_MISS"></span><code><strong>ERR_CACHE_MISS</strong> = -400;</code></td>
</tr>
<tr><td colspan="1">
<p>
The cache does not have the requested entry. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CACHE_READ_FAILURE"></span><code><strong>ERR_CACHE_READ_FAILURE</strong> = -401;</code></td>
</tr>
<tr><td colspan="1">
<p>
Unable to read from the disk cache. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CACHE_WRITE_FAILURE"></span><code><strong>ERR_CACHE_WRITE_FAILURE</strong> = -402;</code></td>
</tr>
<tr><td colspan="1">
<p>
Unable to write to the disk cache. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CACHE_OPERATION_NOT_SUPPORTED"></span><code><strong>ERR_CACHE_OPERATION_NOT_SUPPORTED</strong> = -403;</code></td>
</tr>
<tr><td colspan="1">
<p>
The operation is not supported for this entry. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CACHE_OPEN_FAILURE"></span><code><strong>ERR_CACHE_OPEN_FAILURE</strong> = -404;</code></td>
</tr>
<tr><td colspan="1">
<p>
The disk cache is unable to open this entry. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CACHE_CREATE_FAILURE"></span><code><strong>ERR_CACHE_CREATE_FAILURE</strong> = -405;</code></td>
</tr>
<tr><td colspan="1">
<p>
The disk cache is unable to create this entry. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CACHE_RACE"></span><code><strong>ERR_CACHE_RACE</strong> = -406;</code></td>
</tr>
<tr><td colspan="1">
<p>
Multiple transactions are racing to create disk cache entries. This is an internal error returned from the HttpCache to the HttpCacheTransaction that tells the transaction to restart the entry-creation logic because the state of the cache has changed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CACHE_CHECKSUM_READ_FAILURE"></span><code><strong>ERR_CACHE_CHECKSUM_READ_FAILURE</strong> = -407;</code></td>
</tr>
<tr><td colspan="1">
<p>
The cache was unable to read a checksum record on an entry. This can be returned from attempts to read from the cache. It is an internal error, returned by the SimpleCache backend, but not by any URLRequest methods or members. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CACHE_CHECKSUM_MISMATCH"></span><code><strong>ERR_CACHE_CHECKSUM_MISMATCH</strong> = -408;</code></td>
</tr>
<tr><td colspan="1">
<p>
The cache found an entry with an invalid checksum. This can be returned from attempts to read from the cache. It is an internal error, returned by the SimpleCache backend, but not by any URLRequest methods or members. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CACHE_LOCK_TIMEOUT"></span><code><strong>ERR_CACHE_LOCK_TIMEOUT</strong> = -409;</code></td>
</tr>
<tr><td colspan="1">
<p>
Internal error code for the HTTP cache. The cache lock timeout has fired. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CACHE_AUTH_FAILURE_AFTER_READ"></span><code><strong>ERR_CACHE_AUTH_FAILURE_AFTER_READ</strong> = -410;</code></td>
</tr>
<tr><td colspan="1">
<p>
Received a challenge after the transaction has read some data, and the credentials aren't available. There isn't a way to get them at that point. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CACHE_ENTRY_NOT_SUITABLE"></span><code><strong>ERR_CACHE_ENTRY_NOT_SUITABLE</strong> = -411;</code></td>
</tr>
<tr><td colspan="1">
<p>
Internal not-quite error code for the HTTP cache. In-memory hints suggest that the cache entry would not have been usable with the transaction's current configuration (e.g. load flags, mode, etc.) </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CACHE_DOOM_FAILURE"></span><code><strong>ERR_CACHE_DOOM_FAILURE</strong> = -412;</code></td>
</tr>
<tr><td colspan="1">
<p>
The disk cache is unable to doom this entry. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CACHE_OPEN_OR_CREATE_FAILURE"></span><code><strong>ERR_CACHE_OPEN_OR_CREATE_FAILURE</strong> = -413;</code></td>
</tr>
<tr><td colspan="1">
<p>
The disk cache is unable to open or create this entry. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INSECURE_RESPONSE"></span><code><strong>ERR_INSECURE_RESPONSE</strong> = -501;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server's response was insecure (e.g. there was a cert error). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_NO_PRIVATE_KEY_FOR_CERT"></span><code><strong>ERR_NO_PRIVATE_KEY_FOR_CERT</strong> = -502;</code></td>
</tr>
<tr><td colspan="1">
<p>
An attempt to import a client certificate failed, as the user's key database lacked a corresponding private key. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_ADD_USER_CERT_FAILED"></span><code><strong>ERR_ADD_USER_CERT_FAILED</strong> = -503;</code></td>
</tr>
<tr><td colspan="1">
<p>
An error adding a certificate to the OS certificate database. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INVALID_SIGNED_EXCHANGE"></span><code><strong>ERR_INVALID_SIGNED_EXCHANGE</strong> = -504;</code></td>
</tr>
<tr><td colspan="1">
<p>
An error occurred while handling a signed exchange. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_INVALID_WEB_BUNDLE"></span><code><strong>ERR_INVALID_WEB_BUNDLE</strong> = -505;</code></td>
</tr>
<tr><td colspan="1">
<p>
An error occurred while handling a Web Bundle source. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_TRUST_TOKEN_OPERATION_FAILED"></span><code><strong>ERR_TRUST_TOKEN_OPERATION_FAILED</strong> = -506;</code></td>
</tr>
<tr><td colspan="1">
<p>
A Trust Tokens protocol operation-executing request failed for one of a number of reasons (precondition failure, internal error, bad response). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_TRUST_TOKEN_OPERATION_SUCCESS_WITHOUT_SENDING_REQUEST"></span><code><strong>ERR_TRUST_TOKEN_OPERATION_SUCCESS_WITHOUT_SENDING_REQUEST</strong> = -507;</code></td>
</tr>
<tr><td colspan="1">
<p>
When handling a Trust Tokens protocol operation-executing request, the system was able to execute the request's Trust Tokens operation without sending the request to its destination: for instance, the results could have been present in a local cache (for redemption) or the operation could have been diverted to a local provider (for &quot;platform-provided&quot; issuance). </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PKCS12_IMPORT_BAD_PASSWORD"></span><code><strong>ERR_PKCS12_IMPORT_BAD_PASSWORD</strong> = -701;</code></td>
</tr>
<tr><td colspan="1">
<p>
PKCS #12 import failed due to incorrect password. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PKCS12_IMPORT_FAILED"></span><code><strong>ERR_PKCS12_IMPORT_FAILED</strong> = -702;</code></td>
</tr>
<tr><td colspan="1">
<p>
PKCS #12 import failed due to other error. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_IMPORT_CA_CERT_NOT_CA"></span><code><strong>ERR_IMPORT_CA_CERT_NOT_CA</strong> = -703;</code></td>
</tr>
<tr><td colspan="1">
<p>
CA import failed - not a CA cert. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_IMPORT_CERT_ALREADY_EXISTS"></span><code><strong>ERR_IMPORT_CERT_ALREADY_EXISTS</strong> = -704;</code></td>
</tr>
<tr><td colspan="1">
<p>
Import failed - certificate already exists in database. Note it's a little weird this is an error but reimporting a PKCS12 is ok (no-op). That's how Mozilla does it, though. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_IMPORT_CA_CERT_FAILED"></span><code><strong>ERR_IMPORT_CA_CERT_FAILED</strong> = -705;</code></td>
</tr>
<tr><td colspan="1">
<p>
CA import failed due to some other error. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_IMPORT_SERVER_CERT_FAILED"></span><code><strong>ERR_IMPORT_SERVER_CERT_FAILED</strong> = -706;</code></td>
</tr>
<tr><td colspan="1">
<p>
Server certificate import failed due to some internal error. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PKCS12_IMPORT_INVALID_MAC"></span><code><strong>ERR_PKCS12_IMPORT_INVALID_MAC</strong> = -707;</code></td>
</tr>
<tr><td colspan="1">
<p>
PKCS #12 import failed due to invalid MAC. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PKCS12_IMPORT_INVALID_FILE"></span><code><strong>ERR_PKCS12_IMPORT_INVALID_FILE</strong> = -708;</code></td>
</tr>
<tr><td colspan="1">
<p>
PKCS #12 import failed due to invalid/corrupt file. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PKCS12_IMPORT_UNSUPPORTED"></span><code><strong>ERR_PKCS12_IMPORT_UNSUPPORTED</strong> = -709;</code></td>
</tr>
<tr><td colspan="1">
<p>
PKCS #12 import failed due to unsupported features. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_KEY_GENERATION_FAILED"></span><code><strong>ERR_KEY_GENERATION_FAILED</strong> = -710;</code></td>
</tr>
<tr><td colspan="1">
<p>
Key generation failed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_PRIVATE_KEY_EXPORT_FAILED"></span><code><strong>ERR_PRIVATE_KEY_EXPORT_FAILED</strong> = -712;</code></td>
</tr>
<tr><td colspan="1">
<p>
Failure to export private key. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_SELF_SIGNED_CERT_GENERATION_FAILED"></span><code><strong>ERR_SELF_SIGNED_CERT_GENERATION_FAILED</strong> = -713;</code></td>
</tr>
<tr><td colspan="1">
<p>
Self-signed certificate generation failed. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_DATABASE_CHANGED"></span><code><strong>ERR_CERT_DATABASE_CHANGED</strong> = -714;</code></td>
</tr>
<tr><td colspan="1">
<p>
The certificate database changed in some way. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_CERT_VERIFIER_CHANGED"></span><code><strong>ERR_CERT_VERIFIER_CHANGED</strong> = -716;</code></td>
</tr>
<tr><td colspan="1">
<p>
The certificate verifier configuration changed in some way. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_DNS_MALFORMED_RESPONSE"></span><code><strong>ERR_DNS_MALFORMED_RESPONSE</strong> = -800;</code></td>
</tr>
<tr><td colspan="1">
<p>
DNS resolver received a malformed response. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_DNS_SERVER_REQUIRES_TCP"></span><code><strong>ERR_DNS_SERVER_REQUIRES_TCP</strong> = -801;</code></td>
</tr>
<tr><td colspan="1">
<p>
DNS server requires TCP </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_DNS_SERVER_FAILED"></span><code><strong>ERR_DNS_SERVER_FAILED</strong> = -802;</code></td>
</tr>
<tr><td colspan="1">
<p>
DNS server failed. This error is returned for all of the following error conditions: 1 - Format error - The name server was unable to interpret the query. 2 - Server failure - The name server was unable to process this query due to a problem with the name server. 4 - Not Implemented - The name server does not support the requested kind of query. 5 - Refused - The name server refuses to perform the specified operation for policy reasons. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_DNS_TIMED_OUT"></span><code><strong>ERR_DNS_TIMED_OUT</strong> = -803;</code></td>
</tr>
<tr><td colspan="1">
<p>
DNS transaction timed out. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_NS_CACHE_MISS"></span><code><strong>ERR_NS_CACHE_MISS</strong> = -804;</code></td>
</tr>
<tr><td colspan="1">
<p>
The entry was not found in cache or other local sources, for lookups where only local sources were queried. TODO(ericorth): Consider renaming to DNS_LOCAL_MISS or something like that as the cache is not necessarily queried either. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_DNS_SEARCH_EMPTY"></span><code><strong>ERR_DNS_SEARCH_EMPTY</strong> = -805;</code></td>
</tr>
<tr><td colspan="1">
<p>
Suffix search list rules prevent resolution of the given host name. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_DNS_SORT_ERROR"></span><code><strong>ERR_DNS_SORT_ERROR</strong> = -806;</code></td>
</tr>
<tr><td colspan="1">
<p>
Failed to sort addresses according to RFC3484. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_DNS_SECURE_RESOLVER_HOSTNAME_RESOLUTION_FAILED"></span><code><strong>ERR_DNS_SECURE_RESOLVER_HOSTNAME_RESOLUTION_FAILED</strong> = -808;</code></td>
</tr>
<tr><td colspan="1">
<p>
Failed to resolve the hostname of a DNS-over-HTTPS server. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_DNS_NAME_HTTPS_ONLY"></span><code><strong>ERR_DNS_NAME_HTTPS_ONLY</strong> = -809;</code></td>
</tr>
<tr><td colspan="1">
<p>
DNS identified the request as disallowed for insecure connection (http/ws). Error should be handled as if an HTTP redirect was received to redirect to https or wss. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_DNS_REQUEST_CANCELLED"></span><code><strong>ERR_DNS_REQUEST_CANCELLED</strong> = -810;</code></td>
</tr>
<tr><td colspan="1">
<p>
All DNS requests associated with this job have been cancelled. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_DNS_NO_MATCHING_SUPPORTED_ALPN"></span><code><strong>ERR_DNS_NO_MATCHING_SUPPORTED_ALPN</strong> = -811;</code></td>
</tr>
<tr><td colspan="1">
<p>
The hostname resolution of HTTPS record was expected to be resolved with alpn values of supported protocols, but did not. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ERR_DNS_SECURE_PROBE_RECORD_INVALID"></span><code><strong>ERR_DNS_SECURE_PROBE_RECORD_INVALID</strong> = -814;</code></td>
</tr>
<tr><td colspan="1">
<p>
When checking whether secure DNS can be used, the response returned for the requested probe record either had no answer or was invalid. </p>
<p>
<p>TCefErrorCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_errorcode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="COMMAND_ID_FIRST_UNBOUNDED"></span><code><strong>COMMAND_ID_FIRST_UNBOUNDED</strong> = $E000;</code></td>
</tr>
<tr><td colspan="1">
<p>
command_id constants declared in cef_command_ids.h and used by some callbacks in ICefCommandHandler cef_command_ids.h is generated in /include/cef_command_ids.h </p>
<p>
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/app/chrome_command_ids.h&quot;&gt;The command_id values are also available in chrome/app/chrome_command_ids.h)
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:ui/base/command_id_constants.h&quot;&gt;COMMAND_ID_FIRST_UNBOUNDED is available in ui/base/command_id_constants.h)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MinimumLabelValue"></span><code><strong>IDC_MinimumLabelValue</strong> = 4000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BACK"></span><code><strong>IDC_BACK</strong> = 33000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FORWARD"></span><code><strong>IDC_FORWARD</strong> = 33001;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_RELOAD"></span><code><strong>IDC_RELOAD</strong> = 33002;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_HOME"></span><code><strong>IDC_HOME</strong> = 33003;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_OPEN_CURRENT_URL"></span><code><strong>IDC_OPEN_CURRENT_URL</strong> = 33004;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_STOP"></span><code><strong>IDC_STOP</strong> = 33006;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_RELOAD_BYPASSING_CACHE"></span><code><strong>IDC_RELOAD_BYPASSING_CACHE</strong> = 33007;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_RELOAD_CLEARING_CACHE"></span><code><strong>IDC_RELOAD_CLEARING_CACHE</strong> = 33009;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_NEW_WINDOW"></span><code><strong>IDC_NEW_WINDOW</strong> = 34000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_NEW_INCOGNITO_WINDOW"></span><code><strong>IDC_NEW_INCOGNITO_WINDOW</strong> = 34001;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CLOSE_WINDOW"></span><code><strong>IDC_CLOSE_WINDOW</strong> = 34012;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_ALWAYS_ON_TOP"></span><code><strong>IDC_ALWAYS_ON_TOP</strong> = 34013;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_NEW_TAB"></span><code><strong>IDC_NEW_TAB</strong> = 34014;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CLOSE_TAB"></span><code><strong>IDC_CLOSE_TAB</strong> = 34015;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SELECT_NEXT_TAB"></span><code><strong>IDC_SELECT_NEXT_TAB</strong> = 34016;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SELECT_PREVIOUS_TAB"></span><code><strong>IDC_SELECT_PREVIOUS_TAB</strong> = 34017;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SELECT_TAB_0"></span><code><strong>IDC_SELECT_TAB_0</strong> = 34018;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SELECT_TAB_1"></span><code><strong>IDC_SELECT_TAB_1</strong> = 34019;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SELECT_TAB_2"></span><code><strong>IDC_SELECT_TAB_2</strong> = 34020;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SELECT_TAB_3"></span><code><strong>IDC_SELECT_TAB_3</strong> = 34021;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SELECT_TAB_4"></span><code><strong>IDC_SELECT_TAB_4</strong> = 34022;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SELECT_TAB_5"></span><code><strong>IDC_SELECT_TAB_5</strong> = 34023;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SELECT_TAB_6"></span><code><strong>IDC_SELECT_TAB_6</strong> = 34024;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SELECT_TAB_7"></span><code><strong>IDC_SELECT_TAB_7</strong> = 34025;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SELECT_LAST_TAB"></span><code><strong>IDC_SELECT_LAST_TAB</strong> = 34026;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_DUPLICATE_TAB"></span><code><strong>IDC_DUPLICATE_TAB</strong> = 34027;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_RESTORE_TAB"></span><code><strong>IDC_RESTORE_TAB</strong> = 34028;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_AS_TAB"></span><code><strong>IDC_SHOW_AS_TAB</strong> = 34029;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FULLSCREEN"></span><code><strong>IDC_FULLSCREEN</strong> = 34030;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_EXIT"></span><code><strong>IDC_EXIT</strong> = 34031;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MOVE_TAB_NEXT"></span><code><strong>IDC_MOVE_TAB_NEXT</strong> = 34032;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MOVE_TAB_PREVIOUS"></span><code><strong>IDC_MOVE_TAB_PREVIOUS</strong> = 34033;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SEARCH"></span><code><strong>IDC_SEARCH</strong> = 34035;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_WINDOW_MENU"></span><code><strong>IDC_WINDOW_MENU</strong> = 34045;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MINIMIZE_WINDOW"></span><code><strong>IDC_MINIMIZE_WINDOW</strong> = 34046;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MAXIMIZE_WINDOW"></span><code><strong>IDC_MAXIMIZE_WINDOW</strong> = 34047;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_ALL_WINDOWS_FRONT"></span><code><strong>IDC_ALL_WINDOWS_FRONT</strong> = 34048;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_NAME_WINDOW"></span><code><strong>IDC_NAME_WINDOW</strong> = 34049;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_TOGGLE_MULTITASK_MENU"></span><code><strong>IDC_TOGGLE_MULTITASK_MENU</strong> = 34050;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_USE_SYSTEM_TITLE_BAR"></span><code><strong>IDC_USE_SYSTEM_TITLE_BAR</strong> = 34051;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_RESTORE_WINDOW"></span><code><strong>IDC_RESTORE_WINDOW</strong> = 34052;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_OPEN_IN_PWA_WINDOW"></span><code><strong>IDC_OPEN_IN_PWA_WINDOW</strong> = 34053;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MOVE_TAB_TO_NEW_WINDOW"></span><code><strong>IDC_MOVE_TAB_TO_NEW_WINDOW</strong> = 34054;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_COPY_URL"></span><code><strong>IDC_COPY_URL</strong> = 34060;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_OPEN_IN_CHROME"></span><code><strong>IDC_OPEN_IN_CHROME</strong> = 34061;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_WEB_APP_SETTINGS"></span><code><strong>IDC_WEB_APP_SETTINGS</strong> = 34062;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_WEB_APP_MENU_APP_INFO"></span><code><strong>IDC_WEB_APP_MENU_APP_INFO</strong> = 34063;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_VISIT_DESKTOP_OF_LRU_USER_2"></span><code><strong>IDC_VISIT_DESKTOP_OF_LRU_USER_2</strong> = 34080;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_VISIT_DESKTOP_OF_LRU_USER_3"></span><code><strong>IDC_VISIT_DESKTOP_OF_LRU_USER_3</strong> = 34081;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_VISIT_DESKTOP_OF_LRU_USER_4"></span><code><strong>IDC_VISIT_DESKTOP_OF_LRU_USER_4</strong> = 34082;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_VISIT_DESKTOP_OF_LRU_USER_5"></span><code><strong>IDC_VISIT_DESKTOP_OF_LRU_USER_5</strong> = 34083;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_VISIT_DESKTOP_OF_LRU_USER_NEXT"></span><code><strong>IDC_VISIT_DESKTOP_OF_LRU_USER_NEXT</strong> = <a href="uCEFConstants.html#IDC_VISIT_DESKTOP_OF_LRU_USER_2">IDC_VISIT_DESKTOP_OF_LRU_USER_2</a>;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_VISIT_DESKTOP_OF_LRU_USER_LAST"></span><code><strong>IDC_VISIT_DESKTOP_OF_LRU_USER_LAST</strong> = <a href="uCEFConstants.html#IDC_VISIT_DESKTOP_OF_LRU_USER_5">IDC_VISIT_DESKTOP_OF_LRU_USER_5</a>;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_THIS_TAB"></span><code><strong>IDC_BOOKMARK_THIS_TAB</strong> = 35000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_ALL_TABS"></span><code><strong>IDC_BOOKMARK_ALL_TABS</strong> = 35001;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_VIEW_SOURCE"></span><code><strong>IDC_VIEW_SOURCE</strong> = 35002;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_PRINT"></span><code><strong>IDC_PRINT</strong> = 35003;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SAVE_PAGE"></span><code><strong>IDC_SAVE_PAGE</strong> = 35004;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_EMAIL_PAGE_LOCATION"></span><code><strong>IDC_EMAIL_PAGE_LOCATION</strong> = 35006;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BASIC_PRINT"></span><code><strong>IDC_BASIC_PRINT</strong> = 35007;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SAVE_CREDIT_CARD_FOR_PAGE"></span><code><strong>IDC_SAVE_CREDIT_CARD_FOR_PAGE</strong> = 35008;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_TRANSLATE"></span><code><strong>IDC_SHOW_TRANSLATE</strong> = 35009;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MANAGE_PASSWORDS_FOR_PAGE"></span><code><strong>IDC_MANAGE_PASSWORDS_FOR_PAGE</strong> = 35010;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_ROUTE_MEDIA"></span><code><strong>IDC_ROUTE_MEDIA</strong> = 35011;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_WINDOW_MUTE_SITE"></span><code><strong>IDC_WINDOW_MUTE_SITE</strong> = 35012;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_WINDOW_PIN_TAB"></span><code><strong>IDC_WINDOW_PIN_TAB</strong> = 35013;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_WINDOW_GROUP_TAB"></span><code><strong>IDC_WINDOW_GROUP_TAB</strong> = 35014;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MIGRATE_LOCAL_CREDIT_CARD_FOR_PAGE"></span><code><strong>IDC_MIGRATE_LOCAL_CREDIT_CARD_FOR_PAGE</strong> = 35015;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SEND_TAB_TO_SELF"></span><code><strong>IDC_SEND_TAB_TO_SELF</strong> = 35016;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FOCUS_THIS_TAB"></span><code><strong>IDC_FOCUS_THIS_TAB</strong> = 35017;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_QRCODE_GENERATOR"></span><code><strong>IDC_QRCODE_GENERATOR</strong> = 35021;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_WINDOW_CLOSE_TABS_TO_RIGHT"></span><code><strong>IDC_WINDOW_CLOSE_TABS_TO_RIGHT</strong> = 35022;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_WINDOW_CLOSE_OTHER_TABS"></span><code><strong>IDC_WINDOW_CLOSE_OTHER_TABS</strong> = 35023;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_NEW_TAB_TO_RIGHT"></span><code><strong>IDC_NEW_TAB_TO_RIGHT</strong> = 35024;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SAVE_AUTOFILL_ADDRESS"></span><code><strong>IDC_SAVE_AUTOFILL_ADDRESS</strong> = 35025;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_OFFERS_AND_REWARDS_FOR_PAGE"></span><code><strong>IDC_OFFERS_AND_REWARDS_FOR_PAGE</strong> = 35026;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_WEBAUTHN"></span><code><strong>IDC_WEBAUTHN</strong> = 35027;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHARING_HUB"></span><code><strong>IDC_SHARING_HUB</strong> = 35028;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHARING_HUB_MENU"></span><code><strong>IDC_SHARING_HUB_MENU</strong> = 35029;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_VIRTUAL_CARD_MANUAL_FALLBACK"></span><code><strong>IDC_VIRTUAL_CARD_MANUAL_FALLBACK</strong> = 35030;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHARING_HUB_SCREENSHOT"></span><code><strong>IDC_SHARING_HUB_SCREENSHOT</strong> = 35031;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_VIRTUAL_CARD_ENROLL"></span><code><strong>IDC_VIRTUAL_CARD_ENROLL</strong> = 35032;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FOLLOW"></span><code><strong>IDC_FOLLOW</strong> = 35033;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_UNFOLLOW"></span><code><strong>IDC_UNFOLLOW</strong> = 35034;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SAVE_IBAN_FOR_PAGE"></span><code><strong>IDC_SAVE_IBAN_FOR_PAGE</strong> = 35035;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_AUTOFILL_MANDATORY_REAUTH"></span><code><strong>IDC_AUTOFILL_MANDATORY_REAUTH</strong> = 35036;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_PROFILE_MENU_IN_APP_MENU"></span><code><strong>IDC_PROFILE_MENU_IN_APP_MENU</strong> = 35039;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_PASSWORDS_AND_AUTOFILL_MENU"></span><code><strong>IDC_PASSWORDS_AND_AUTOFILL_MENU</strong> = 35040;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_PASSWORD_MANAGER"></span><code><strong>IDC_SHOW_PASSWORD_MANAGER</strong> = 35041;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_PAYMENT_METHODS"></span><code><strong>IDC_SHOW_PAYMENT_METHODS</strong> = 35042;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_ADDRESSES"></span><code><strong>IDC_SHOW_ADDRESSES</strong> = 35043;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_ORGANIZE_TABS"></span><code><strong>IDC_ORGANIZE_TABS</strong> = 35044;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MUTE_TARGET_SITE"></span><code><strong>IDC_MUTE_TARGET_SITE</strong> = 35050;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_PIN_TARGET_TAB"></span><code><strong>IDC_PIN_TARGET_TAB</strong> = 35051;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_GROUP_TARGET_TAB"></span><code><strong>IDC_GROUP_TARGET_TAB</strong> = 35052;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_DUPLICATE_TARGET_TAB"></span><code><strong>IDC_DUPLICATE_TARGET_TAB</strong> = 35053;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CUT"></span><code><strong>IDC_CUT</strong> = 36000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_COPY"></span><code><strong>IDC_COPY</strong> = 36001;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_PASTE"></span><code><strong>IDC_PASTE</strong> = 36003;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_EDIT_MENU"></span><code><strong>IDC_EDIT_MENU</strong> = 36004;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FIND"></span><code><strong>IDC_FIND</strong> = 37000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FIND_NEXT"></span><code><strong>IDC_FIND_NEXT</strong> = 37001;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FIND_PREVIOUS"></span><code><strong>IDC_FIND_PREVIOUS</strong> = 37002;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CLOSE_FIND_OR_STOP"></span><code><strong>IDC_CLOSE_FIND_OR_STOP</strong> = 37003;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FIND_MENU"></span><code><strong>IDC_FIND_MENU</strong> = 37100;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FIND_AND_EDIT_MENU"></span><code><strong>IDC_FIND_AND_EDIT_MENU</strong> = 37200;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SAVE_AND_SHARE_MENU"></span><code><strong>IDC_SAVE_AND_SHARE_MENU</strong> = 37300;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CUSTOMIZE_CHROME"></span><code><strong>IDC_CUSTOMIZE_CHROME</strong> = 37350;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CLOSE_PROFILE"></span><code><strong>IDC_CLOSE_PROFILE</strong> = 35351;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MANAGE_GOOGLE_ACCOUNT"></span><code><strong>IDC_MANAGE_GOOGLE_ACCOUNT</strong> = 35352;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_SYNC_SETTINGS"></span><code><strong>IDC_SHOW_SYNC_SETTINGS</strong> = 35353;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_TURN_ON_SYNC"></span><code><strong>IDC_TURN_ON_SYNC</strong> = 35354;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_SIGNIN_WHEN_PAUSED"></span><code><strong>IDC_SHOW_SIGNIN_WHEN_PAUSED</strong> = 35355;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_OPEN_GUEST_PROFILE"></span><code><strong>IDC_OPEN_GUEST_PROFILE</strong> = 35356;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_ADD_NEW_PROFILE"></span><code><strong>IDC_ADD_NEW_PROFILE</strong> = 35357;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MANAGE_CHROME_PROFILES"></span><code><strong>IDC_MANAGE_CHROME_PROFILES</strong> = 35358;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_ZOOM_MENU"></span><code><strong>IDC_ZOOM_MENU</strong> = 38000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_ZOOM_PLUS"></span><code><strong>IDC_ZOOM_PLUS</strong> = 38001;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_ZOOM_NORMAL"></span><code><strong>IDC_ZOOM_NORMAL</strong> = 38002;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_ZOOM_MINUS"></span><code><strong>IDC_ZOOM_MINUS</strong> = 38003;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FOCUS_TOOLBAR"></span><code><strong>IDC_FOCUS_TOOLBAR</strong> = 39000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FOCUS_LOCATION"></span><code><strong>IDC_FOCUS_LOCATION</strong> = 39001;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FOCUS_SEARCH"></span><code><strong>IDC_FOCUS_SEARCH</strong> = 39002;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FOCUS_MENU_BAR"></span><code><strong>IDC_FOCUS_MENU_BAR</strong> = 39003;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FOCUS_NEXT_PANE"></span><code><strong>IDC_FOCUS_NEXT_PANE</strong> = 39004;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FOCUS_PREVIOUS_PANE"></span><code><strong>IDC_FOCUS_PREVIOUS_PANE</strong> = 39005;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FOCUS_BOOKMARKS"></span><code><strong>IDC_FOCUS_BOOKMARKS</strong> = 39006;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FOCUS_INACTIVE_POPUP_FOR_ACCESSIBILITY"></span><code><strong>IDC_FOCUS_INACTIVE_POPUP_FOR_ACCESSIBILITY</strong> = 39007;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FOCUS_WEB_CONTENTS_PANE"></span><code><strong>IDC_FOCUS_WEB_CONTENTS_PANE</strong> = 39009;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_OPEN_FILE"></span><code><strong>IDC_OPEN_FILE</strong> = 40000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CREATE_SHORTCUT"></span><code><strong>IDC_CREATE_SHORTCUT</strong> = 40002;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_DEVELOPER_MENU"></span><code><strong>IDC_DEVELOPER_MENU</strong> = 40003;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_DEV_TOOLS"></span><code><strong>IDC_DEV_TOOLS</strong> = 40004;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_DEV_TOOLS_CONSOLE"></span><code><strong>IDC_DEV_TOOLS_CONSOLE</strong> = 40005;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_TASK_MANAGER"></span><code><strong>IDC_TASK_MANAGER</strong> = 40006;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_DEV_TOOLS_DEVICES"></span><code><strong>IDC_DEV_TOOLS_DEVICES</strong> = 40007;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FEEDBACK"></span><code><strong>IDC_FEEDBACK</strong> = 40008;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_BOOKMARK_BAR"></span><code><strong>IDC_SHOW_BOOKMARK_BAR</strong> = 40009;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_HISTORY"></span><code><strong>IDC_SHOW_HISTORY</strong> = 40010;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_BOOKMARK_MANAGER"></span><code><strong>IDC_SHOW_BOOKMARK_MANAGER</strong> = 40011;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_DOWNLOADS"></span><code><strong>IDC_SHOW_DOWNLOADS</strong> = 40012;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CLEAR_BROWSING_DATA"></span><code><strong>IDC_CLEAR_BROWSING_DATA</strong> = 40013;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_IMPORT_SETTINGS"></span><code><strong>IDC_IMPORT_SETTINGS</strong> = 40014;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_OPTIONS"></span><code><strong>IDC_OPTIONS</strong> = 40015;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_EDIT_SEARCH_ENGINES"></span><code><strong>IDC_EDIT_SEARCH_ENGINES</strong> = 40016;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_VIEW_PASSWORDS"></span><code><strong>IDC_VIEW_PASSWORDS</strong> = 40017;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_ABOUT"></span><code><strong>IDC_ABOUT</strong> = 40018;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_HELP_PAGE_VIA_KEYBOARD"></span><code><strong>IDC_HELP_PAGE_VIA_KEYBOARD</strong> = 40019;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_HELP_PAGE_VIA_MENU"></span><code><strong>IDC_HELP_PAGE_VIA_MENU</strong> = 40020;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_APP_MENU"></span><code><strong>IDC_SHOW_APP_MENU</strong> = 40021;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MANAGE_EXTENSIONS"></span><code><strong>IDC_MANAGE_EXTENSIONS</strong> = 40022;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_DEV_TOOLS_INSPECT"></span><code><strong>IDC_DEV_TOOLS_INSPECT</strong> = 40023;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_UPGRADE_DIALOG"></span><code><strong>IDC_UPGRADE_DIALOG</strong> = 40024;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_HISTORY_CLUSTERS_SIDE_PANEL"></span><code><strong>IDC_SHOW_HISTORY_CLUSTERS_SIDE_PANEL</strong> = 40025;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_PROFILING_ENABLED"></span><code><strong>IDC_PROFILING_ENABLED</strong> = 40028;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARKS_MENU"></span><code><strong>IDC_BOOKMARKS_MENU</strong> = 40029;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_EXTENSION_ERRORS"></span><code><strong>IDC_EXTENSION_ERRORS</strong> = 40031;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_SETTINGS_CHANGE_FIRST"></span><code><strong>IDC_SHOW_SETTINGS_CHANGE_FIRST</strong> = 40033;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_SETTINGS_CHANGE_LAST"></span><code><strong>IDC_SHOW_SETTINGS_CHANGE_LAST</strong> = 40133;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_AVATAR_MENU"></span><code><strong>IDC_SHOW_AVATAR_MENU</strong> = 40134;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_EXTENSION_INSTALL_ERROR_FIRST"></span><code><strong>IDC_EXTENSION_INSTALL_ERROR_FIRST</strong> = 40135;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_EXTENSION_INSTALL_ERROR_LAST"></span><code><strong>IDC_EXTENSION_INSTALL_ERROR_LAST</strong> = 40235;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_TOGGLE_REQUEST_TABLET_SITE"></span><code><strong>IDC_TOGGLE_REQUEST_TABLET_SITE</strong> = 40236;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_DEV_TOOLS_TOGGLE"></span><code><strong>IDC_DEV_TOOLS_TOGGLE</strong> = 40237;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_RECENT_TABS_MENU"></span><code><strong>IDC_RECENT_TABS_MENU</strong> = 40239;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_RECENT_TABS_NO_DEVICE_TABS"></span><code><strong>IDC_RECENT_TABS_NO_DEVICE_TABS</strong> = 40240;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_SETTINGS_RESET_BUBBLE"></span><code><strong>IDC_SHOW_SETTINGS_RESET_BUBBLE</strong> = 40241;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_DISTILL_PAGE"></span><code><strong>IDC_DISTILL_PAGE</strong> = 40243;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_HELP_MENU"></span><code><strong>IDC_HELP_MENU</strong> = 40244;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_SRT_BUBBLE"></span><code><strong>IDC_SHOW_SRT_BUBBLE</strong> = 40246;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_ELEVATED_RECOVERY_DIALOG"></span><code><strong>IDC_ELEVATED_RECOVERY_DIALOG</strong> = 40247;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_TAKE_SCREENSHOT"></span><code><strong>IDC_TAKE_SCREENSHOT</strong> = 40248;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MORE_TOOLS_MENU"></span><code><strong>IDC_MORE_TOOLS_MENU</strong> = 40249;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_TOGGLE_FULLSCREEN_TOOLBAR"></span><code><strong>IDC_TOGGLE_FULLSCREEN_TOOLBAR</strong> = 40250;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CUSTOMIZE_TOUCH_BAR"></span><code><strong>IDC_CUSTOMIZE_TOUCH_BAR</strong> = 40251;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_BETA_FORUM"></span><code><strong>IDC_SHOW_BETA_FORUM</strong> = 40252;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_TOGGLE_JAVASCRIPT_APPLE_EVENTS"></span><code><strong>IDC_TOGGLE_JAVASCRIPT_APPLE_EVENTS</strong> = 40253;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_INSTALL_PWA"></span><code><strong>IDC_INSTALL_PWA</strong> = 40254;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_MANAGEMENT_PAGE"></span><code><strong>IDC_SHOW_MANAGEMENT_PAGE</strong> = 40255;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_PASTE_AND_GO"></span><code><strong>IDC_PASTE_AND_GO</strong> = 40256;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_SAVE_LOCAL_CARD_SIGN_IN_PROMO_IF_APPLICABLE"></span><code><strong>IDC_SHOW_SAVE_LOCAL_CARD_SIGN_IN_PROMO_IF_APPLICABLE</strong> = 40257;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CLOSE_SIGN_IN_PROMO"></span><code><strong>IDC_CLOSE_SIGN_IN_PROMO</strong> = 40258;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_FULL_URLS"></span><code><strong>IDC_SHOW_FULL_URLS</strong> = 40259;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CARET_BROWSING_TOGGLE"></span><code><strong>IDC_CARET_BROWSING_TOGGLE</strong> = 40260;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CHROME_TIPS"></span><code><strong>IDC_CHROME_TIPS</strong> = 40263;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CHROME_WHATS_NEW"></span><code><strong>IDC_CHROME_WHATS_NEW</strong> = 40264;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_LACROS_DATA_MIGRATION"></span><code><strong>IDC_LACROS_DATA_MIGRATION</strong> = 40265;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_PERFORMANCE"></span><code><strong>IDC_PERFORMANCE</strong> = 40266;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_EXTENSIONS_SUBMENU"></span><code><strong>IDC_EXTENSIONS_SUBMENU</strong> = 40267;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_EXTENSIONS_SUBMENU_MANAGE_EXTENSIONS"></span><code><strong>IDC_EXTENSIONS_SUBMENU_MANAGE_EXTENSIONS</strong> = 40268;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_EXTENSIONS_SUBMENU_VISIT_CHROME_WEB_STORE"></span><code><strong>IDC_EXTENSIONS_SUBMENU_VISIT_CHROME_WEB_STORE</strong> = 40269;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_READING_LIST_MENU"></span><code><strong>IDC_READING_LIST_MENU</strong> = 40270;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_READING_LIST_MENU_ADD_TAB"></span><code><strong>IDC_READING_LIST_MENU_ADD_TAB</strong> = 40271;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_READING_LIST_MENU_SHOW_UI"></span><code><strong>IDC_READING_LIST_MENU_SHOW_UI</strong> = 40272;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_READING_MODE_SIDE_PANEL"></span><code><strong>IDC_SHOW_READING_MODE_SIDE_PANEL</strong> = 40273;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_BOOKMARK_SIDE_PANEL"></span><code><strong>IDC_SHOW_BOOKMARK_SIDE_PANEL</strong> = 40274;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_SEARCH_COMPANION"></span><code><strong>IDC_SHOW_SEARCH_COMPANION</strong> = 40275;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_CHROME_LABS"></span><code><strong>IDC_SHOW_CHROME_LABS</strong> = 40276;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_RECENT_TABS_LOGIN_FOR_DEVICE_TABS"></span><code><strong>IDC_RECENT_TABS_LOGIN_FOR_DEVICE_TABS</strong> = 40277;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_OPEN_RECENT_TAB"></span><code><strong>IDC_OPEN_RECENT_TAB</strong> = 40278;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_OPEN_SAFETY_HUB"></span><code><strong>IDC_OPEN_SAFETY_HUB</strong> = 40279;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SHOW_PASSWORD_CHECKUP"></span><code><strong>IDC_SHOW_PASSWORD_CHECKUP</strong> = 40280;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SPELLCHECK_SUGGESTION_0"></span><code><strong>IDC_SPELLCHECK_SUGGESTION_0</strong> = 41000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SPELLCHECK_SUGGESTION_1"></span><code><strong>IDC_SPELLCHECK_SUGGESTION_1</strong> = 41001;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SPELLCHECK_SUGGESTION_2"></span><code><strong>IDC_SPELLCHECK_SUGGESTION_2</strong> = 41002;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SPELLCHECK_SUGGESTION_3"></span><code><strong>IDC_SPELLCHECK_SUGGESTION_3</strong> = 41003;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SPELLCHECK_SUGGESTION_4"></span><code><strong>IDC_SPELLCHECK_SUGGESTION_4</strong> = 41004;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SPELLCHECK_SUGGESTION_LAST"></span><code><strong>IDC_SPELLCHECK_SUGGESTION_LAST</strong> = <a href="uCEFConstants.html#IDC_SPELLCHECK_SUGGESTION_4">IDC_SPELLCHECK_SUGGESTION_4</a>;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SPELLCHECK_MENU"></span><code><strong>IDC_SPELLCHECK_MENU</strong> = 41005;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SPELLCHECK_LANGUAGES_FIRST"></span><code><strong>IDC_SPELLCHECK_LANGUAGES_FIRST</strong> = 41006;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SPELLCHECK_LANGUAGES_LAST"></span><code><strong>IDC_SPELLCHECK_LANGUAGES_LAST</strong> = 41106;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CHECK_SPELLING_WHILE_TYPING"></span><code><strong>IDC_CHECK_SPELLING_WHILE_TYPING</strong> = 41107;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SPELLPANEL_TOGGLE"></span><code><strong>IDC_SPELLPANEL_TOGGLE</strong> = 41109;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SPELLCHECK_ADD_TO_DICTIONARY"></span><code><strong>IDC_SPELLCHECK_ADD_TO_DICTIONARY</strong> = 41110;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_SPELLCHECK_MULTI_LINGUAL"></span><code><strong>IDC_SPELLCHECK_MULTI_LINGUAL</strong> = 41111;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_WRITING_DIRECTION_MENU"></span><code><strong>IDC_WRITING_DIRECTION_MENU</strong> = 41120;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_WRITING_DIRECTION_DEFAULT"></span><code><strong>IDC_WRITING_DIRECTION_DEFAULT</strong> = 41121;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_WRITING_DIRECTION_LTR"></span><code><strong>IDC_WRITING_DIRECTION_LTR</strong> = 41122;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_WRITING_DIRECTION_RTL"></span><code><strong>IDC_WRITING_DIRECTION_RTL</strong> = 41123;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_TRANSLATE_ORIGINAL_LANGUAGE_BASE"></span><code><strong>IDC_TRANSLATE_ORIGINAL_LANGUAGE_BASE</strong> = 42100;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_TRANSLATE_TARGET_LANGUAGE_BASE"></span><code><strong>IDC_TRANSLATE_TARGET_LANGUAGE_BASE</strong> = 42400;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_VIEW_MENU"></span><code><strong>IDC_VIEW_MENU</strong> = 44000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FILE_MENU"></span><code><strong>IDC_FILE_MENU</strong> = 44001;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CHROME_MENU"></span><code><strong>IDC_CHROME_MENU</strong> = 44002;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_HIDE_APP"></span><code><strong>IDC_HIDE_APP</strong> = 44003;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_HISTORY_MENU"></span><code><strong>IDC_HISTORY_MENU</strong> = 46000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_TAB_MENU"></span><code><strong>IDC_TAB_MENU</strong> = 46001;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_PROFILE_MAIN_MENU"></span><code><strong>IDC_PROFILE_MAIN_MENU</strong> = 46100;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_INPUT_METHODS_MENU"></span><code><strong>IDC_INPUT_METHODS_MENU</strong> = 46300;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_CUSTOM_FIRST"></span><code><strong>IDC_CONTENT_CONTEXT_CUSTOM_FIRST</strong> = 47000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_CUSTOM_LAST"></span><code><strong>IDC_CONTENT_CONTEXT_CUSTOM_LAST</strong> = 48000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST"></span><code><strong>IDC_EXTENSIONS_CONTEXT_CUSTOM_FIRST</strong> = 49000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_EXTENSIONS_CONTEXT_CUSTOM_LAST"></span><code><strong>IDC_EXTENSIONS_CONTEXT_CUSTOM_LAST</strong> = 50000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPENLINKNEWTAB"></span><code><strong>IDC_CONTENT_CONTEXT_OPENLINKNEWTAB</strong> = 50100;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPENLINKNEWWINDOW"></span><code><strong>IDC_CONTENT_CONTEXT_OPENLINKNEWWINDOW</strong> = 50101;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPENLINKOFFTHERECORD"></span><code><strong>IDC_CONTENT_CONTEXT_OPENLINKOFFTHERECORD</strong> = 50102;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SAVELINKAS"></span><code><strong>IDC_CONTENT_CONTEXT_SAVELINKAS</strong> = 50103;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_COPYLINKLOCATION"></span><code><strong>IDC_CONTENT_CONTEXT_COPYLINKLOCATION</strong> = 50104;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_COPYEMAILADDRESS"></span><code><strong>IDC_CONTENT_CONTEXT_COPYEMAILADDRESS</strong> = 50105;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPENLINKWITH"></span><code><strong>IDC_CONTENT_CONTEXT_OPENLINKWITH</strong> = 50106;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_COPYLINKTEXT"></span><code><strong>IDC_CONTENT_CONTEXT_COPYLINKTEXT</strong> = 50107;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPENLINKINPROFILE"></span><code><strong>IDC_CONTENT_CONTEXT_OPENLINKINPROFILE</strong> = 50108;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPENLINKBOOKMARKAPP"></span><code><strong>IDC_CONTENT_CONTEXT_OPENLINKBOOKMARKAPP</strong> = 50109;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPENLINKPREVIEW"></span><code><strong>IDC_CONTENT_CONTEXT_OPENLINKPREVIEW</strong> = 50110;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SAVEIMAGEAS"></span><code><strong>IDC_CONTENT_CONTEXT_SAVEIMAGEAS</strong> = 50120;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_COPYIMAGELOCATION"></span><code><strong>IDC_CONTENT_CONTEXT_COPYIMAGELOCATION</strong> = 50121;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_COPYIMAGE"></span><code><strong>IDC_CONTENT_CONTEXT_COPYIMAGE</strong> = 50122;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPENIMAGENEWTAB"></span><code><strong>IDC_CONTENT_CONTEXT_OPENIMAGENEWTAB</strong> = 50123;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SEARCHWEBFORIMAGE"></span><code><strong>IDC_CONTENT_CONTEXT_SEARCHWEBFORIMAGE</strong> = 50124;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_ORIGINAL_IMAGE_NEW_TAB"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_ORIGINAL_IMAGE_NEW_TAB</strong> = 50125;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_LOAD_IMAGE"></span><code><strong>IDC_CONTENT_CONTEXT_LOAD_IMAGE</strong> = 50126;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SEARCHLENSFORIMAGE"></span><code><strong>IDC_CONTENT_CONTEXT_SEARCHLENSFORIMAGE</strong> = 50127;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_TRANSLATEIMAGEWITHWEB"></span><code><strong>IDC_CONTENT_CONTEXT_TRANSLATEIMAGEWITHWEB</strong> = 50128;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_TRANSLATEIMAGEWITHLENS"></span><code><strong>IDC_CONTENT_CONTEXT_TRANSLATEIMAGEWITHLENS</strong> = 50129;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SAVEVIDEOFRAMEAS"></span><code><strong>IDC_CONTENT_CONTEXT_SAVEVIDEOFRAMEAS</strong> = 50130;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SAVEAVAS"></span><code><strong>IDC_CONTENT_CONTEXT_SAVEAVAS</strong> = 50131;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_COPYAVLOCATION"></span><code><strong>IDC_CONTENT_CONTEXT_COPYAVLOCATION</strong> = 50132;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_COPYVIDEOFRAME"></span><code><strong>IDC_CONTENT_CONTEXT_COPYVIDEOFRAME</strong> = 50133;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SEARCHLENSFORVIDEOFRAME"></span><code><strong>IDC_CONTENT_CONTEXT_SEARCHLENSFORVIDEOFRAME</strong> = 50134;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SEARCHWEBFORVIDEOFRAME"></span><code><strong>IDC_CONTENT_CONTEXT_SEARCHWEBFORVIDEOFRAME</strong> = 50135;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPENAVNEWTAB"></span><code><strong>IDC_CONTENT_CONTEXT_OPENAVNEWTAB</strong> = 50136;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_PICTUREINPICTURE"></span><code><strong>IDC_CONTENT_CONTEXT_PICTUREINPICTURE</strong> = 50137;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_LOOP"></span><code><strong>IDC_CONTENT_CONTEXT_LOOP</strong> = 50140;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_CONTROLS"></span><code><strong>IDC_CONTENT_CONTEXT_CONTROLS</strong> = 50141;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_ROTATECW"></span><code><strong>IDC_CONTENT_CONTEXT_ROTATECW</strong> = 50142;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_ROTATECCW"></span><code><strong>IDC_CONTENT_CONTEXT_ROTATECCW</strong> = 50143;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_COPY"></span><code><strong>IDC_CONTENT_CONTEXT_COPY</strong> = 50150;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_CUT"></span><code><strong>IDC_CONTENT_CONTEXT_CUT</strong> = 50151;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_PASTE"></span><code><strong>IDC_CONTENT_CONTEXT_PASTE</strong> = 50152;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_DELETE"></span><code><strong>IDC_CONTENT_CONTEXT_DELETE</strong> = 50153;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_UNDO"></span><code><strong>IDC_CONTENT_CONTEXT_UNDO</strong> = 50154;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_REDO"></span><code><strong>IDC_CONTENT_CONTEXT_REDO</strong> = 50155;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SELECTALL"></span><code><strong>IDC_CONTENT_CONTEXT_SELECTALL</strong> = 50156;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_PASTE_AND_MATCH_STYLE"></span><code><strong>IDC_CONTENT_CONTEXT_PASTE_AND_MATCH_STYLE</strong> = 50157;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_COPYLINKTOTEXT"></span><code><strong>IDC_CONTENT_CONTEXT_COPYLINKTOTEXT</strong> = 50158;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_RESHARELINKTOTEXT"></span><code><strong>IDC_CONTENT_CONTEXT_RESHARELINKTOTEXT</strong> = 50159;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_REMOVELINKTOTEXT"></span><code><strong>IDC_CONTENT_CONTEXT_REMOVELINKTOTEXT</strong> = 50160;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_TRANSLATE"></span><code><strong>IDC_CONTENT_CONTEXT_TRANSLATE</strong> = 50161;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_INSPECTELEMENT"></span><code><strong>IDC_CONTENT_CONTEXT_INSPECTELEMENT</strong> = 50162;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_VIEWPAGEINFO"></span><code><strong>IDC_CONTENT_CONTEXT_VIEWPAGEINFO</strong> = 50163;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS"></span><code><strong>IDC_CONTENT_CONTEXT_LANGUAGE_SETTINGS</strong> = 50164;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_LOOK_UP"></span><code><strong>IDC_CONTENT_CONTEXT_LOOK_UP</strong> = 50165;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS"></span><code><strong>IDC_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS</strong> = 50166;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION"></span><code><strong>IDC_CONTENT_CONTEXT_SPELLING_SUGGESTION</strong> = 50167;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SPELLING_TOGGLE"></span><code><strong>IDC_CONTENT_CONTEXT_SPELLING_TOGGLE</strong> = 50168;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_IN_READING_MODE"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_IN_READING_MODE</strong> = 50169;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SAVEPLUGINAS"></span><code><strong>IDC_CONTENT_CONTEXT_SAVEPLUGINAS</strong> = 50170;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE"></span><code><strong>IDC_CONTENT_CONTEXT_INSPECTBACKGROUNDPAGE</strong> = 50171;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_RELOAD_PACKAGED_APP"></span><code><strong>IDC_CONTENT_CONTEXT_RELOAD_PACKAGED_APP</strong> = 50172;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP"></span><code><strong>IDC_CONTENT_CONTEXT_RESTART_PACKAGED_APP</strong> = 50173;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_LENS_REGION_SEARCH"></span><code><strong>IDC_CONTENT_CONTEXT_LENS_REGION_SEARCH</strong> = 50174;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_WEB_REGION_SEARCH"></span><code><strong>IDC_CONTENT_CONTEXT_WEB_REGION_SEARCH</strong> = 50175;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_GENERATEPASSWORD"></span><code><strong>IDC_CONTENT_CONTEXT_GENERATEPASSWORD</strong> = 50176;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_EXIT_FULLSCREEN"></span><code><strong>IDC_CONTENT_CONTEXT_EXIT_FULLSCREEN</strong> = 50177;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SHOWALLSAVEDPASSWORDS"></span><code><strong>IDC_CONTENT_CONTEXT_SHOWALLSAVEDPASSWORDS</strong> = 50178;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_PARTIAL_TRANSLATE"></span><code><strong>IDC_CONTENT_CONTEXT_PARTIAL_TRANSLATE</strong> = 50179;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_RELOADFRAME"></span><code><strong>IDC_CONTENT_CONTEXT_RELOADFRAME</strong> = 50180;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE"></span><code><strong>IDC_CONTENT_CONTEXT_VIEWFRAMESOURCE</strong> = 50181;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_VIEWFRAMEINFO"></span><code><strong>IDC_CONTENT_CONTEXT_VIEWFRAMEINFO</strong> = 50182;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_ADD_A_NOTE"></span><code><strong>IDC_CONTENT_CONTEXT_ADD_A_NOTE</strong> = 50185;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_GOTOURL"></span><code><strong>IDC_CONTENT_CONTEXT_GOTOURL</strong> = 50190;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SEARCHWEBFOR"></span><code><strong>IDC_CONTENT_CONTEXT_SEARCHWEBFOR</strong> = 50191;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SEARCHWEBFORNEWTAB"></span><code><strong>IDC_CONTENT_CONTEXT_SEARCHWEBFORNEWTAB</strong> = 50192;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_WITH1"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_WITH1</strong> = 50200;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_WITH2"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_WITH2</strong> = 50201;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_WITH3"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_WITH3</strong> = 50202;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_WITH4"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_WITH4</strong> = 50203;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_WITH5"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_WITH5</strong> = 50204;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_WITH6"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_WITH6</strong> = 50205;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_WITH7"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_WITH7</strong> = 50206;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_WITH8"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_WITH8</strong> = 50207;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_WITH9"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_WITH9</strong> = 50208;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_WITH10"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_WITH10</strong> = 50209;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_WITH11"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_WITH11</strong> = 50210;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_WITH12"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_WITH12</strong> = 50211;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_WITH13"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_WITH13</strong> = 50212;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_WITH14"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_WITH14</strong> = 50213;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_OPEN_WITH_LAST"></span><code><strong>IDC_CONTENT_CONTEXT_OPEN_WITH_LAST</strong> = <a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_OPEN_WITH14">IDC_CONTENT_CONTEXT_OPEN_WITH14</a>;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_EMOJI"></span><code><strong>IDC_CONTENT_CONTEXT_EMOJI</strong> = 50220;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTEXT_COMPOSE"></span><code><strong>IDC_CONTEXT_COMPOSE</strong> = 50230;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_OPEN_ALL"></span><code><strong>IDC_BOOKMARK_BAR_OPEN_ALL</strong> = 51000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW"></span><code><strong>IDC_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW</strong> = 51001;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO"></span><code><strong>IDC_BOOKMARK_BAR_OPEN_ALL_INCOGNITO</strong> = 51002;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_OPEN_INCOGNITO"></span><code><strong>IDC_BOOKMARK_BAR_OPEN_INCOGNITO</strong> = 51003;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_OPEN_ALL_NEW_TAB_GROUP"></span><code><strong>IDC_BOOKMARK_BAR_OPEN_ALL_NEW_TAB_GROUP</strong> = 51004;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_RENAME_FOLDER"></span><code><strong>IDC_BOOKMARK_BAR_RENAME_FOLDER</strong> = 51005;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_EDIT"></span><code><strong>IDC_BOOKMARK_BAR_EDIT</strong> = 51006;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_REMOVE"></span><code><strong>IDC_BOOKMARK_BAR_REMOVE</strong> = 51007;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_UNDO"></span><code><strong>IDC_BOOKMARK_BAR_UNDO</strong> = 51008;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_REDO"></span><code><strong>IDC_BOOKMARK_BAR_REDO</strong> = 51009;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK"></span><code><strong>IDC_BOOKMARK_BAR_ADD_NEW_BOOKMARK</strong> = 51010;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_NEW_FOLDER"></span><code><strong>IDC_BOOKMARK_BAR_NEW_FOLDER</strong> = 51011;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_MANAGER"></span><code><strong>IDC_BOOKMARK_MANAGER</strong> = 51012;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_ALWAYS_SHOW"></span><code><strong>IDC_BOOKMARK_BAR_ALWAYS_SHOW</strong> = 51013;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_SHOW_APPS_SHORTCUT"></span><code><strong>IDC_BOOKMARK_BAR_SHOW_APPS_SHORTCUT</strong> = 51014;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_SHOW_READING_LIST"></span><code><strong>IDC_BOOKMARK_BAR_SHOW_READING_LIST</strong> = 51015;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS"></span><code><strong>IDC_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS</strong> = 51016;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_TRACK_PRICE_FOR_SHOPPING_BOOKMARK"></span><code><strong>IDC_BOOKMARK_BAR_TRACK_PRICE_FOR_SHOPPING_BOOKMARK</strong> = 51017;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_UNTRACK_PRICE_FOR_SHOPPING_BOOKMARK"></span><code><strong>IDC_BOOKMARK_BAR_UNTRACK_PRICE_FOR_SHOPPING_BOOKMARK</strong> = 51018;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_ADD_TO_BOOKMARKS_BAR"></span><code><strong>IDC_BOOKMARK_BAR_ADD_TO_BOOKMARKS_BAR</strong> = 51019;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_BOOKMARK_BAR_REMOVE_FROM_BOOKMARKS_BAR"></span><code><strong>IDC_BOOKMARK_BAR_REMOVE_FROM_BOOKMARKS_BAR</strong> = 51020;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE"></span><code><strong>IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_SINGLE_DEVICE</strong> = 51030;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_MULTIPLE_DEVICES"></span><code><strong>IDC_CONTENT_CONTEXT_SHARING_CLICK_TO_CALL_MULTIPLE_DEVICES</strong> = 51031;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_SINGLE_DEVICE"></span><code><strong>IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_SINGLE_DEVICE</strong> = 51032;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_MULTIPLE_DEVICES"></span><code><strong>IDC_CONTENT_CONTEXT_SHARING_SHARED_CLIPBOARD_MULTIPLE_DEVICES</strong> = 51033;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_GENERATE_QR_CODE"></span><code><strong>IDC_CONTENT_CONTEXT_GENERATE_QR_CODE</strong> = 51034;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_SHARING_SUBMENU"></span><code><strong>IDC_CONTENT_CONTEXT_SHARING_SUBMENU</strong> = 51035;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CLIPBOARD_HISTORY_MENU"></span><code><strong>IDC_CONTENT_CLIPBOARD_HISTORY_MENU</strong> = 51036;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_PASTE_FROM_CLIPBOARD"></span><code><strong>IDC_CONTENT_PASTE_FROM_CLIPBOARD</strong> = 51037;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND"></span><code><strong>IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND</strong> = 51100;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MEDIA_ROUTER_ABOUT"></span><code><strong>IDC_MEDIA_ROUTER_ABOUT</strong> = 51200;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MEDIA_ROUTER_HELP"></span><code><strong>IDC_MEDIA_ROUTER_HELP</strong> = 51201;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MEDIA_ROUTER_LEARN_MORE"></span><code><strong>IDC_MEDIA_ROUTER_LEARN_MORE</strong> = 51202;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MEDIA_ROUTER_ALWAYS_SHOW_TOOLBAR_ACTION"></span><code><strong>IDC_MEDIA_ROUTER_ALWAYS_SHOW_TOOLBAR_ACTION</strong> = 51204;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MEDIA_ROUTER_SHOWN_BY_POLICY"></span><code><strong>IDC_MEDIA_ROUTER_SHOWN_BY_POLICY</strong> = 51206;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MEDIA_ROUTER_SHOW_IN_TOOLBAR"></span><code><strong>IDC_MEDIA_ROUTER_SHOW_IN_TOOLBAR</strong> = 51207;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MEDIA_ROUTER_TOGGLE_MEDIA_REMOTING"></span><code><strong>IDC_MEDIA_ROUTER_TOGGLE_MEDIA_REMOTING</strong> = 51208;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MEDIA_TOOLBAR_CONTEXT_REPORT_CAST_ISSUE"></span><code><strong>IDC_MEDIA_TOOLBAR_CONTEXT_REPORT_CAST_ISSUE</strong> = 51209;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MEDIA_TOOLBAR_CONTEXT_SHOW_OTHER_SESSIONS"></span><code><strong>IDC_MEDIA_TOOLBAR_CONTEXT_SHOW_OTHER_SESSIONS</strong> = 51210;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_UPDATE_SIDE_PANEL_PIN_STATE"></span><code><strong>IDC_UPDATE_SIDE_PANEL_PIN_STATE</strong> = 51211;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY"></span><code><strong>IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY</strong> = 51300;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_FIRST"></span><code><strong>IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_FIRST</strong> = 51301;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_LAST"></span><code><strong>IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_LAST</strong> = 51399;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_MEDIA_STREAM_DEVICE_ALWAYS_ALLOW"></span><code><strong>IDC_MEDIA_STREAM_DEVICE_ALWAYS_ALLOW</strong> = 51400;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST"></span><code><strong>IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_FIRST</strong> = 52000;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST"></span><code><strong>IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_LAST</strong> = 52199;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS"></span><code><strong>IDC_CONTENT_CONTEXT_PROTOCOL_HANDLER_SETTINGS</strong> = 52200;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_OPEN_LINK_IN_PROFILE_FIRST"></span><code><strong>IDC_OPEN_LINK_IN_PROFILE_FIRST</strong> = 52300;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_OPEN_LINK_IN_PROFILE_LAST"></span><code><strong>IDC_OPEN_LINK_IN_PROFILE_LAST</strong> = 52399;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION1"></span><code><strong>IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION1</strong> = 52400;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION2"></span><code><strong>IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION2</strong> = 52401;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION3"></span><code><strong>IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION3</strong> = 52402;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION4"></span><code><strong>IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION4</strong> = 52403;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION5"></span><code><strong>IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION5</strong> = 52404;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION_LAST"></span><code><strong>IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION_LAST</strong> = <a href="uCEFConstants.html#IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION5">IDC_CONTENT_CONTEXT_START_SMART_SELECTION_ACTION5</a>;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE"></span><code><strong>IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE</strong> = 52410;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS"></span><code><strong>IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS</strong> = 52411;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE_ONCE"></span><code><strong>IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE_ONCE</strong> = 52412;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_ANSWER"></span><code><strong>IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_ANSWER</strong> = 52413;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_QUERY"></span><code><strong>IDC_CONTENT_CONTEXT_QUICK_ANSWERS_INLINE_QUERY</strong> = 52414;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_RUN_LAYOUT_EXTRACTION"></span><code><strong>IDC_CONTENT_CONTEXT_RUN_LAYOUT_EXTRACTION</strong> = 52420;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_PDF_OCR"></span><code><strong>IDC_CONTENT_CONTEXT_PDF_OCR</strong> = 52421;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_TAB_SEARCH"></span><code><strong>IDC_TAB_SEARCH</strong> = 52500;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_TAB_SEARCH_CLOSE"></span><code><strong>IDC_TAB_SEARCH_CLOSE</strong> = 52501;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_DEBUG_TOGGLE_TABLET_MODE"></span><code><strong>IDC_DEBUG_TOGGLE_TABLET_MODE</strong> = 52510;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_DEBUG_PRINT_VIEW_TREE"></span><code><strong>IDC_DEBUG_PRINT_VIEW_TREE</strong> = 52511;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_DEBUG_PRINT_VIEW_TREE_DETAILS"></span><code><strong>IDC_DEBUG_PRINT_VIEW_TREE_DETAILS</strong> = 52512;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_AUTOFILL_FEEDBACK"></span><code><strong>IDC_CONTENT_CONTEXT_AUTOFILL_FEEDBACK</strong> = 52990;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PLUS_ADDRESS"></span><code><strong>IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PLUS_ADDRESS</strong> = 52994;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_ADDRESS"></span><code><strong>IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_ADDRESS</strong> = 52995;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PAYMENTS"></span><code><strong>IDC_CONTENT_CONTEXT_AUTOFILL_FALLBACK_PAYMENTS</strong> = 52996;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_LIVE_CAPTION"></span><code><strong>IDC_LIVE_CAPTION</strong> = 53251;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_DEVICE_SYSTEM_TRAY_ICON_FIRST"></span><code><strong>IDC_DEVICE_SYSTEM_TRAY_ICON_FIRST</strong> = 53260;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_DEVICE_SYSTEM_TRAY_ICON_LAST"></span><code><strong>IDC_DEVICE_SYSTEM_TRAY_ICON_LAST</strong> = 53299;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="IDC_FIRST_UNBOUNDED_MENU"></span><code><strong>IDC_FIRST_UNBOUNDED_MENU</strong> = <a href="uCEFConstants.html#COMMAND_ID_FIRST_UNBOUNDED">COMMAND_ID_FIRST_UNBOUNDED</a>;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_NONE"></span><code><strong>CERT_STATUS_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported certificate status code values. See net\cert\cert_status_flags.h for more information. CERT_STATUS_NONE is new in CEF because we use an enum while cert_status_flags.h uses a typedef and static const variables. </p>
<p>
<p>TCefCertStatus values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_cert_status_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_COMMON_NAME_INVALID"></span><code><strong>CERT_STATUS_COMMON_NAME_INVALID</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_DATE_INVALID"></span><code><strong>CERT_STATUS_DATE_INVALID</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_AUTHORITY_INVALID"></span><code><strong>CERT_STATUS_AUTHORITY_INVALID</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_NO_REVOCATION_MECHANISM"></span><code><strong>CERT_STATUS_NO_REVOCATION_MECHANISM</strong> = 1 shl 4;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_UNABLE_TO_CHECK_REVOCATION"></span><code><strong>CERT_STATUS_UNABLE_TO_CHECK_REVOCATION</strong> = 1 shl 5;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_REVOKED"></span><code><strong>CERT_STATUS_REVOKED</strong> = 1 shl 6;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_INVALID"></span><code><strong>CERT_STATUS_INVALID</strong> = 1 shl 7;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_WEAK_SIGNATURE_ALGORITHM"></span><code><strong>CERT_STATUS_WEAK_SIGNATURE_ALGORITHM</strong> = 1 shl 8;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_NON_UNIQUE_NAME"></span><code><strong>CERT_STATUS_NON_UNIQUE_NAME</strong> = 1 shl 10;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_WEAK_KEY"></span><code><strong>CERT_STATUS_WEAK_KEY</strong> = 1 shl 11;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_PINNED_KEY_MISSING"></span><code><strong>CERT_STATUS_PINNED_KEY_MISSING</strong> = 1 shl 13;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_NAME_CONSTRAINT_VIOLATION"></span><code><strong>CERT_STATUS_NAME_CONSTRAINT_VIOLATION</strong> = 1 shl 14;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_VALIDITY_TOO_LONG"></span><code><strong>CERT_STATUS_VALIDITY_TOO_LONG</strong> = 1 shl 15;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_IS_EV"></span><code><strong>CERT_STATUS_IS_EV</strong> = 1 shl 16;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_REV_CHECKING_ENABLED"></span><code><strong>CERT_STATUS_REV_CHECKING_ENABLED</strong> = 1 shl 17;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_SHA1_SIGNATURE_PRESENT"></span><code><strong>CERT_STATUS_SHA1_SIGNATURE_PRESENT</strong> = 1 shl 19;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_CT_COMPLIANCE_FAILED"></span><code><strong>CERT_STATUS_CT_COMPLIANCE_FAILED</strong> = 1 shl 20;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_FIRST_ERROR"></span><code><strong>CERT_STATUS_FIRST_ERROR</strong> = <a href="uCEFConstants.html#CERT_STATUS_COMMON_NAME_INVALID">CERT_STATUS_COMMON_NAME_INVALID</a>;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CERT_STATUS_LAST_ERROR"></span><code><strong>CERT_STATUS_LAST_ERROR</strong> = <a href="uCEFConstants.html#CERT_STATUS_VALIDITY_TOO_LONG">CERT_STATUS_VALIDITY_TOO_LONG</a>;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="V8_PROPERTY_ATTRIBUTE_NONE"></span><code><strong>V8_PROPERTY_ATTRIBUTE_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Writeable, Enumerable, Configurable</p>
<p>
<p>TCefV8PropertyAttributes value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_v8_propertyattribute_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="V8_PROPERTY_ATTRIBUTE_READONLY"></span><code><strong>V8_PROPERTY_ATTRIBUTE_READONLY</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Not writeable</p>
<p>
<p>TCefV8PropertyAttributes value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_v8_propertyattribute_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="V8_PROPERTY_ATTRIBUTE_DONTENUM"></span><code><strong>V8_PROPERTY_ATTRIBUTE_DONTENUM</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Not enumerable</p>
<p>
<p>TCefV8PropertyAttributes value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_v8_propertyattribute_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="V8_PROPERTY_ATTRIBUTE_DONTDELETE"></span><code><strong>V8_PROPERTY_ATTRIBUTE_DONTDELETE</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
Not configurable</p>
<p>
<p>TCefV8PropertyAttributes value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_v8_propertyattribute_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_LINK"></span><code><strong>TT_LINK</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Source is a link click or the JavaScript window.open function. This is also the default value for requests like sub-resource loads that are not navigations. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_EXPLICIT"></span><code><strong>TT_EXPLICIT</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Source is some other &quot;explicit&quot; navigation. This is the default value for navigations where the actual type is unknown. See also TT_DIRECT_LOAD_FLAG. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_AUTO_BOOKMARK"></span><code><strong>TT_AUTO_BOOKMARK</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
User got to this page through a suggestion in the UI (for example, via the destinations page). Chrome style only. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_AUTO_SUBFRAME"></span><code><strong>TT_AUTO_SUBFRAME</strong> = 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
Source is a subframe navigation. This is any content that is automatically loaded in a non-toplevel frame. For example, if a page consists of several frames containing ads, those ad URLs will have this transition type. The user may not even realize the content in these pages is a separate frame, so may not care about the URL. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_MANUAL_SUBFRAME"></span><code><strong>TT_MANUAL_SUBFRAME</strong> = 4;</code></td>
</tr>
<tr><td colspan="1">
<p>
Source is a subframe navigation explicitly requested by the user that will generate new navigation entries in the back/forward list. These are probably more important than frames that were automatically loaded in the background because the user probably cares about the fact that this link was loaded. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_GENERATED"></span><code><strong>TT_GENERATED</strong> = 5;</code></td>
</tr>
<tr><td colspan="1">
<p>
User got to this page by typing in the URL bar and selecting an entry that did not look like a URL. For example, a match might have the URL of a Google search result page, but appear like &quot;Search Google for ...&quot;. These are not quite the same as EXPLICIT navigations because the user didn't type or see the destination URL. Chrome style only. See also TT_KEYWORD. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_AUTO_TOPLEVEL"></span><code><strong>TT_AUTO_TOPLEVEL</strong> = 6;</code></td>
</tr>
<tr><td colspan="1">
<p>
This is a toplevel navigation. This is any content that is automatically loaded in a toplevel frame. For example, opening a tab to show the ASH screen saver, opening the devtools window, opening the NTP after the safe browsing warning, opening web-based dialog boxes are examples of AUTO_TOPLEVEL navigations. Chrome style only. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_FORM_SUBMIT"></span><code><strong>TT_FORM_SUBMIT</strong> = 7;</code></td>
</tr>
<tr><td colspan="1">
<p>
Source is a form submission by the user. NOTE: In some situations submitting a form does not result in this transition type. This can happen if the form uses a script to submit the contents. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_RELOAD"></span><code><strong>TT_RELOAD</strong> = 8;</code></td>
</tr>
<tr><td colspan="1">
<p>
Source is a &quot;reload&quot; of the page via the Reload function or by re-visiting the same URL. NOTE: This is distinct from the concept of whether a particular load uses &quot;reload semantics&quot; (i.e. bypasses cached data). </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_KEYWORD"></span><code><strong>TT_KEYWORD</strong> = 9;</code></td>
</tr>
<tr><td colspan="1">
<p>
The url was generated from a replaceable keyword other than the default search provider. If the user types a keyword (which also applies to tab-to-search) in the omnibox this qualifier is applied to the transition type of the generated url. TemplateURLModel then may generate an additional visit with a transition type of TT_KEYWORD_GENERATED against the url '<a href="http://">http://</a>' + keyword. For example, if you do a tab-to-search against wikipedia the generated url has a transition qualifer of TT_KEYWORD, and TemplateURLModel generates a visit for 'wikipedia.org' with a transition type of TT_KEYWORD_GENERATED. Chrome style only. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_KEYWORD_GENERATED"></span><code><strong>TT_KEYWORD_GENERATED</strong> = 10;</code></td>
</tr>
<tr><td colspan="1">
<p>
Corresponds to a visit generated for a keyword. See description of TT_KEYWORD for more details. Chrome style only. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_SOURCE_MASK"></span><code><strong>TT_SOURCE_MASK</strong> = $000000FF;</code></td>
</tr>
<tr><td colspan="1">
<p>
General mask defining the bits used for the source values. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_BLOCKED_FLAG"></span><code><strong>TT_BLOCKED_FLAG</strong> = $00800000;</code></td>
</tr>
<tr><td colspan="1">
<p>
Attempted to visit a URL but was blocked. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_FORWARD_BACK_FLAG"></span><code><strong>TT_FORWARD_BACK_FLAG</strong> = $01000000;</code></td>
</tr>
<tr><td colspan="1">
<p>
Used the Forward or Back function to navigate among browsing history. Will be ORed to the transition type for the original load. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_DIRECT_LOAD_FLAG"></span><code><strong>TT_DIRECT_LOAD_FLAG</strong> = $02000000;</code></td>
</tr>
<tr><td colspan="1">
<p>
Loaded a URL directly via CreateBrowser, LoadURL or LoadRequest. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_HOME_PAGE_FLAG"></span><code><strong>TT_HOME_PAGE_FLAG</strong> = $04000000;</code></td>
</tr>
<tr><td colspan="1">
<p>
User is navigating to the home page. Chrome style only. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_FROM_API_FLAG"></span><code><strong>TT_FROM_API_FLAG</strong> = $08000000;</code></td>
</tr>
<tr><td colspan="1">
<p>
The transition originated from an external application; the exact definition of this is embedder dependent. Chrome style only. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_CHAIN_START_FLAG"></span><code><strong>TT_CHAIN_START_FLAG</strong> = $10000000;</code></td>
</tr>
<tr><td colspan="1">
<p>
The beginning of a navigation chain. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_CHAIN_END_FLAG"></span><code><strong>TT_CHAIN_END_FLAG</strong> = $20000000;</code></td>
</tr>
<tr><td colspan="1">
<p>
The last transition in a redirect chain. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_CLIENT_REDIRECT_FLAG"></span><code><strong>TT_CLIENT_REDIRECT_FLAG</strong> = $40000000;</code></td>
</tr>
<tr><td colspan="1">
<p>
Redirects caused by JavaScript or a meta refresh tag on the page. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_SERVER_REDIRECT_FLAG"></span><code><strong>TT_SERVER_REDIRECT_FLAG</strong> = $80000000;</code></td>
</tr>
<tr><td colspan="1">
<p>
Redirects sent from the server by HTTP headers. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_IS_REDIRECT_MASK"></span><code><strong>TT_IS_REDIRECT_MASK</strong> = $C0000000;</code></td>
</tr>
<tr><td colspan="1">
<p>
Used to test whether a transition involves a redirect. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="TT_QUALIFIER_MASK"></span><code><strong>TT_QUALIFIER_MASK</strong> = $FFFFFF00;</code></td>
</tr>
<tr><td colspan="1">
<p>
General mask defining the bits used for the qualifiers. </p>
<p>
<p>TCefTransitionType value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_transition_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="UR_FLAG_NONE"></span><code><strong>UR_FLAG_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Default behavior. </p>
<p>
<p>TCefUrlRequestFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="UR_FLAG_SKIP_CACHE"></span><code><strong>UR_FLAG_SKIP_CACHE</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
If set the cache will be skipped when handling the request. Setting this value is equivalent to specifying the &quot;Cache-Control: no-cache&quot; request header. Setting this value in combination with UR_FLAG_ONLY_FROM_CACHE will cause the request to fail. </p>
<p>
<p>TCefUrlRequestFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="UR_FLAG_ONLY_FROM_CACHE"></span><code><strong>UR_FLAG_ONLY_FROM_CACHE</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
If set the request will fail if it cannot be served from the cache (or some equivalent local store). Setting this value is equivalent to specifying the &quot;Cache-Control: only-if-cached&quot; request header. Setting this value in combination with UR_FLAG_SKIP_CACHE or UR_FLAG_DISABLE_CACHE will cause the request to fail. </p>
<p>
<p>TCefUrlRequestFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="UR_FLAG_DISABLE_CACHE"></span><code><strong>UR_FLAG_DISABLE_CACHE</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
If set the cache will not be used at all. Setting this value is equivalent to specifying the &quot;Cache-Control: no-store&quot; request header. Setting this value in combination with UR_FLAG_ONLY_FROM_CACHE will cause the request to fail. </p>
<p>
<p>TCefUrlRequestFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="UR_FLAG_ALLOW_STORED_CREDENTIALS"></span><code><strong>UR_FLAG_ALLOW_STORED_CREDENTIALS</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
If set user name, password, and cookies may be sent with the request, and cookies may be saved from the response. </p>
<p>
<p>TCefUrlRequestFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="UR_FLAG_REPORT_UPLOAD_PROGRESS"></span><code><strong>UR_FLAG_REPORT_UPLOAD_PROGRESS</strong> = 1 shl 4;</code></td>
</tr>
<tr><td colspan="1">
<p>
If set upload progress events will be generated when a request has a body. </p>
<p>
<p>TCefUrlRequestFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="UR_FLAG_NO_DOWNLOAD_DATA"></span><code><strong>UR_FLAG_NO_DOWNLOAD_DATA</strong> = 1 shl 5;</code></td>
</tr>
<tr><td colspan="1">
<p>
If set the ICefURLRequestClient.OnDownloadData method will not be called. </p>
<p>
<p>TCefUrlRequestFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="UR_FLAG_NO_RETRY_ON_5XX"></span><code><strong>UR_FLAG_NO_RETRY_ON_5XX</strong> = 1 shl 6;</code></td>
</tr>
<tr><td colspan="1">
<p>
If set 5XX redirect errors will be propagated to the observer instead of automatically re-tried. This currently only applies for requests originated in the browser process. </p>
<p>
<p>TCefUrlRequestFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="UR_FLAG_STOP_ON_REDIRECT"></span><code><strong>UR_FLAG_STOP_ON_REDIRECT</strong> = 1 shl 7;</code></td>
</tr>
<tr><td colspan="1">
<p>
If set 3XX responses will cause the fetch to halt immediately rather than continue through the redirect. </p>
<p>
<p>TCefUrlRequestFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_urlrequest_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SCHEME_OPTION_NONE"></span><code><strong>CEF_SCHEME_OPTION_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
No options. </p>
<p>
<p>TCefSchemeOptions value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_scheme_options_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SCHEME_OPTION_STANDARD"></span><code><strong>CEF_SCHEME_OPTION_STANDARD</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
If CEF_SCHEME_OPTION_STANDARD is set the scheme will be treated as a standard scheme. Standard schemes are subject to URL canonicalization and parsing rules as defined in the Common Internet Scheme Syntax RFC 1738 Section 3.1 available at <a href="http://www.ietf.org/rfc/rfc1738.txt">http://www.ietf.org/rfc/rfc1738.txt</a>
<p>In particular, the syntax for standard scheme URLs must be of the form: &lt;pre&gt; [scheme]<a href="://">://</a>[username]:[password]@[host]:[port]/[url-path] &lt;/pre&gt; Standard scheme URLs must have a host component that is a fully qualified domain name as defined in Section 3.5 of RFC 1034 [13] and Section 2.1 of RFC 1123. These URLs will be canonicalized to &quot;<a href="scheme://host/path">scheme://host/path</a>&quot; in the simplest case and &quot;<a href="scheme://username:password@host:port/path">scheme://username:password@host:port/path</a>&quot; in the most explicit case. For example, &quot;scheme:host/path&quot; and &quot;<a href="scheme:///host/path">scheme:///host/path</a>&quot; will both be canonicalized to &quot;<a href="scheme://host/path">scheme://host/path</a>&quot;. The origin of a standard scheme URL is the combination of scheme, host and port (i.e., &quot;<a href="scheme://host:port">scheme://host:port</a>&quot; in the most explicit case).
<p>For non-standard scheme URLs only the &quot;scheme:&quot; component is parsed and canonicalized. The remainder of the URL will be passed to the handler as- is. For example, &quot;<a href="scheme:///some%20text">scheme:///some%20text</a>&quot; will remain the same. Non-standard scheme URLs cannot be used as a target for form submission. </p>
<p>
<p>TCefSchemeOptions value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_scheme_options_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SCHEME_OPTION_LOCAL"></span><code><strong>CEF_SCHEME_OPTION_LOCAL</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
If CEF_SCHEME_OPTION_LOCAL is set the scheme will be treated with the same security rules as those applied to &quot;file&quot; URLs. Normal pages cannot link to or access local URLs. Also, by default, local URLs can only perform XMLHttpRequest calls to the same URL (origin + path) that originated the request. To allow XMLHttpRequest calls from a local URL to other URLs with the same origin set the CefSettings.file_access_from_file_urls_allowed value to true (1). To allow XMLHttpRequest calls from a local URL to all origins set the CefSettings.universal_access_from_file_urls_allowed value to true (1). </p>
<p>
<p>TCefSchemeOptions value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_scheme_options_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SCHEME_OPTION_DISPLAY_ISOLATED"></span><code><strong>CEF_SCHEME_OPTION_DISPLAY_ISOLATED</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
If CEF_SCHEME_OPTION_DISPLAY_ISOLATED is set the scheme can only be displayed from other content hosted with the same scheme. For example, pages in other origins cannot create iframes or hyperlinks to URLs with the scheme. For schemes that must be accessible from other schemes don't set this, set CEF_SCHEME_OPTION_CORS_ENABLED, and use CORS &quot;Access-Control-Allow-Origin&quot; headers to further restrict access. </p>
<p>
<p>TCefSchemeOptions value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_scheme_options_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SCHEME_OPTION_SECURE"></span><code><strong>CEF_SCHEME_OPTION_SECURE</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
If CEF_SCHEME_OPTION_SECURE is set the scheme will be treated with the same security rules as those applied to &quot;https&quot; URLs. For example, loading this scheme from other secure schemes will not trigger mixed content warnings. </p>
<p>
<p>TCefSchemeOptions value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_scheme_options_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SCHEME_OPTION_CORS_ENABLED"></span><code><strong>CEF_SCHEME_OPTION_CORS_ENABLED</strong> = 1 shl 4;</code></td>
</tr>
<tr><td colspan="1">
<p>
If CEF_SCHEME_OPTION_CORS_ENABLED is set the scheme can be sent CORS requests. This value should be set in most cases where CEF_SCHEME_OPTION_STANDARD is set. </p>
<p>
<p>TCefSchemeOptions value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_scheme_options_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SCHEME_OPTION_CSP_BYPASSING"></span><code><strong>CEF_SCHEME_OPTION_CSP_BYPASSING</strong> = 1 shl 5;</code></td>
</tr>
<tr><td colspan="1">
<p>
If CEF_SCHEME_OPTION_CSP_BYPASSING is set the scheme can bypass Content- Security-Policy (CSP) checks. This value should not be set in most cases where CEF_SCHEME_OPTION_STANDARD is set. </p>
<p>
<p>TCefSchemeOptions value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_scheme_options_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SCHEME_OPTION_FETCH_ENABLED"></span><code><strong>CEF_SCHEME_OPTION_FETCH_ENABLED</strong> = 1 shl 6;</code></td>
</tr>
<tr><td colspan="1">
<p>
If CEF_SCHEME_OPTION_FETCH_ENABLED is set the scheme can perform Fetch API requests. </p>
<p>
<p>TCefSchemeOptions value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_scheme_options_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_UNKNOWN"></span><code><strong>DOM_EVENT_CATEGORY_UNKNOWN</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_UI"></span><code><strong>DOM_EVENT_CATEGORY_UI</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_MOUSE"></span><code><strong>DOM_EVENT_CATEGORY_MOUSE</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_MUTATION"></span><code><strong>DOM_EVENT_CATEGORY_MUTATION</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_KEYBOARD"></span><code><strong>DOM_EVENT_CATEGORY_KEYBOARD</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_TEXT"></span><code><strong>DOM_EVENT_CATEGORY_TEXT</strong> = 1 shl 4;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_COMPOSITION"></span><code><strong>DOM_EVENT_CATEGORY_COMPOSITION</strong> = 1 shl 5;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_DRAG"></span><code><strong>DOM_EVENT_CATEGORY_DRAG</strong> = 1 shl 6;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_CLIPBOARD"></span><code><strong>DOM_EVENT_CATEGORY_CLIPBOARD</strong> = 1 shl 7;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_MESSAGE"></span><code><strong>DOM_EVENT_CATEGORY_MESSAGE</strong> = 1 shl 8;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_WHEEL"></span><code><strong>DOM_EVENT_CATEGORY_WHEEL</strong> = 1 shl 9;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_BEFORE_TEXT_INSERTED"></span><code><strong>DOM_EVENT_CATEGORY_BEFORE_TEXT_INSERTED</strong> = 1 shl 10;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_OVERFLOW"></span><code><strong>DOM_EVENT_CATEGORY_OVERFLOW</strong> = 1 shl 11;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_PAGE_TRANSITION"></span><code><strong>DOM_EVENT_CATEGORY_PAGE_TRANSITION</strong> = 1 shl 12;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_POPSTATE"></span><code><strong>DOM_EVENT_CATEGORY_POPSTATE</strong> = 1 shl 13;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_PROGRESS"></span><code><strong>DOM_EVENT_CATEGORY_PROGRESS</strong> = 1 shl 14;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DOM_EVENT_CATEGORY_XMLHTTPREQUEST_PROGRESS"></span><code><strong>DOM_EVENT_CATEGORY_XMLHTTPREQUEST_PROGRESS</strong> = 1 shl 15;</code></td>
</tr>
<tr><td colspan="1">
<p>
DOM event category flag. </p>
<p>
<p>TCefDomEventCategory value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_dom_event_category_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EVENTFLAG_NONE"></span><code><strong>EVENTFLAG_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported event bit flag. </p>
<p>
<p>TCefEventFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_event_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EVENTFLAG_CAPS_LOCK_ON"></span><code><strong>EVENTFLAG_CAPS_LOCK_ON</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported event bit flag. </p>
<p>
<p>TCefEventFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_event_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EVENTFLAG_SHIFT_DOWN"></span><code><strong>EVENTFLAG_SHIFT_DOWN</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported event bit flag. </p>
<p>
<p>TCefEventFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_event_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EVENTFLAG_CONTROL_DOWN"></span><code><strong>EVENTFLAG_CONTROL_DOWN</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported event bit flag. </p>
<p>
<p>TCefEventFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_event_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EVENTFLAG_ALT_DOWN"></span><code><strong>EVENTFLAG_ALT_DOWN</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported event bit flag. </p>
<p>
<p>TCefEventFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_event_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EVENTFLAG_LEFT_MOUSE_BUTTON"></span><code><strong>EVENTFLAG_LEFT_MOUSE_BUTTON</strong> = 1 shl 4;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported event bit flag. </p>
<p>
<p>TCefEventFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_event_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EVENTFLAG_MIDDLE_MOUSE_BUTTON"></span><code><strong>EVENTFLAG_MIDDLE_MOUSE_BUTTON</strong> = 1 shl 5;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported event bit flag. </p>
<p>
<p>TCefEventFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_event_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EVENTFLAG_RIGHT_MOUSE_BUTTON"></span><code><strong>EVENTFLAG_RIGHT_MOUSE_BUTTON</strong> = 1 shl 6;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported event bit flag. </p>
<p>
<p>TCefEventFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_event_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EVENTFLAG_COMMAND_DOWN"></span><code><strong>EVENTFLAG_COMMAND_DOWN</strong> = 1 shl 7;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported event bit flag. </p>
<p>
<p>TCefEventFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_event_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EVENTFLAG_NUM_LOCK_ON"></span><code><strong>EVENTFLAG_NUM_LOCK_ON</strong> = 1 shl 8;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported event bit flag. </p>
<p>
<p>TCefEventFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_event_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EVENTFLAG_IS_KEY_PAD"></span><code><strong>EVENTFLAG_IS_KEY_PAD</strong> = 1 shl 9;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported event bit flag. </p>
<p>
<p>TCefEventFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_event_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EVENTFLAG_IS_LEFT"></span><code><strong>EVENTFLAG_IS_LEFT</strong> = 1 shl 10;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported event bit flag. </p>
<p>
<p>TCefEventFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_event_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EVENTFLAG_IS_RIGHT"></span><code><strong>EVENTFLAG_IS_RIGHT</strong> = 1 shl 11;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported event bit flag. </p>
<p>
<p>TCefEventFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_event_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EVENTFLAG_ALTGR_DOWN"></span><code><strong>EVENTFLAG_ALTGR_DOWN</strong> = 1 shl 12;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported event bit flag. </p>
<p>
<p>TCefEventFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_event_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="EVENTFLAG_IS_REPEAT"></span><code><strong>EVENTFLAG_IS_REPEAT</strong> = 1 shl 13;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported event bit flag. </p>
<p>
<p>TCefEventFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_event_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DRAG_OPERATION_NONE"></span><code><strong>DRAG_OPERATION_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
&quot;Verb&quot; of a drag-and-drop operation as negotiated between the source and destination. </p>
<p>
<p>TCefDragOperation value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DRAG_OPERATION_COPY"></span><code><strong>DRAG_OPERATION_COPY</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
&quot;Verb&quot; of a drag-and-drop operation as negotiated between the source and destination. </p>
<p>
<p>TCefDragOperation value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DRAG_OPERATION_LINK"></span><code><strong>DRAG_OPERATION_LINK</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
&quot;Verb&quot; of a drag-and-drop operation as negotiated between the source and destination. </p>
<p>
<p>TCefDragOperation value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DRAG_OPERATION_GENERIC"></span><code><strong>DRAG_OPERATION_GENERIC</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
&quot;Verb&quot; of a drag-and-drop operation as negotiated between the source and destination. </p>
<p>
<p>TCefDragOperation value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DRAG_OPERATION_PRIVATE"></span><code><strong>DRAG_OPERATION_PRIVATE</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
&quot;Verb&quot; of a drag-and-drop operation as negotiated between the source and destination. </p>
<p>
<p>TCefDragOperation value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DRAG_OPERATION_MOVE"></span><code><strong>DRAG_OPERATION_MOVE</strong> = 1 shl 4;</code></td>
</tr>
<tr><td colspan="1">
<p>
&quot;Verb&quot; of a drag-and-drop operation as negotiated between the source and destination. </p>
<p>
<p>TCefDragOperation value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DRAG_OPERATION_DELETE"></span><code><strong>DRAG_OPERATION_DELETE</strong> = 1 shl 5;</code></td>
</tr>
<tr><td colspan="1">
<p>
&quot;Verb&quot; of a drag-and-drop operation as negotiated between the source and destination. </p>
<p>
<p>TCefDragOperation value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DRAG_OPERATION_EVERY"></span><code><strong>DRAG_OPERATION_EVERY</strong> = $FFFFFFFF;</code></td>
</tr>
<tr><td colspan="1">
<p>
&quot;Verb&quot; of a drag-and-drop operation as negotiated between the source and destination. </p>
<p>
<p>TCefDragOperation value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_drag_operations_mask_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="FILE_DIALOG_OPEN"></span><code><strong>FILE_DIALOG_OPEN</strong> = $00000000;</code></td>
</tr>
<tr><td colspan="1">
<p>
Requires that the file exists before allowing the user to pick it. </p>
<p>
<p>TCefFileDialogMode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_file_dialog_mode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="FILE_DIALOG_OPEN_MULTIPLE"></span><code><strong>FILE_DIALOG_OPEN_MULTIPLE</strong> = $00000001;</code></td>
</tr>
<tr><td colspan="1">
<p>
Like Open, but allows picking multiple files to open. </p>
<p>
<p>TCefFileDialogMode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_file_dialog_mode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="FILE_DIALOG_OPEN_FOLDER"></span><code><strong>FILE_DIALOG_OPEN_FOLDER</strong> = $00000002;</code></td>
</tr>
<tr><td colspan="1">
<p>
Like Open, but selects a folder to open. </p>
<p>
<p>TCefFileDialogMode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_file_dialog_mode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="FILE_DIALOG_SAVE"></span><code><strong>FILE_DIALOG_SAVE</strong> = $00000003;</code></td>
</tr>
<tr><td colspan="1">
<p>
Allows picking a nonexistent file, and prompts to overwrite if the file already exists. </p>
<p>
<p>TCefFileDialogMode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_file_dialog_mode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="UU_NONE"></span><code><strong>UU_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Don't unescape anything at all. </p>
<p>
<p>TCefUriUnescapeRule values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_uri_unescape_rule_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="UU_NORMAL"></span><code><strong>UU_NORMAL</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Don't unescape anything special, but all normal unescaping will happen. This is a placeholder and can't be combined with other flags (since it's just the absence of them). All other unescape rules imply &quot;normal&quot; in addition to their special meaning. Things like escaped letters, digits, and most symbols will get unescaped with this mode. </p>
<p>
<p>TCefUriUnescapeRule values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_uri_unescape_rule_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="UU_SPACES"></span><code><strong>UU_SPACES</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Convert %20 to spaces. In some places where we're showing URLs, we may want this. In places where the URL may be copied and pasted out, then you wouldn't want this since it might not be interpreted in one piece by other applications. </p>
<p>
<p>TCefUriUnescapeRule values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_uri_unescape_rule_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="UU_PATH_SEPARATORS"></span><code><strong>UU_PATH_SEPARATORS</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
Unescapes '/' and '\\'. If these characters were unescaped, the resulting URL won't be the same as the source one. Moreover, they are dangerous to unescape in strings that will be used as file paths or names. This value should only be used when slashes don't have special meaning, like data URLs. </p>
<p>
<p>TCefUriUnescapeRule values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_uri_unescape_rule_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="UU_URL_SPECIAL_CHARS_EXCEPT_PATH_SEPARATORS"></span><code><strong>UU_URL_SPECIAL_CHARS_EXCEPT_PATH_SEPARATORS</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
Unescapes various characters that will change the meaning of URLs, including '%', '+', '&amp;', '#'. Does not unescape path separators. If these characters were unescaped, the resulting URL won't be the same as the source one. This flag is used when generating final output like filenames for URLs where we won't be interpreting as a URL and want to do as much unescaping as possible. </p>
<p>
<p>TCefUriUnescapeRule values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_uri_unescape_rule_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="UU_REPLACE_PLUS_WITH_SPACE"></span><code><strong>UU_REPLACE_PLUS_WITH_SPACE</strong> = 1 shl 4;</code></td>
</tr>
<tr><td colspan="1">
<p>
URL queries use &quot;+&quot; for space. This flag controls that replacement. </p>
<p>
<p>TCefUriUnescapeRule values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_uri_unescape_rule_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_BACK"></span><code><strong>MENU_ID_BACK</strong> = 100;</code></td>
</tr>
<tr><td colspan="1">
<p>
Navigation.</p>
<p>
<p>TCefMenuId value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_menu_id_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_FORWARD"></span><code><strong>MENU_ID_FORWARD</strong> = 101;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_RELOAD"></span><code><strong>MENU_ID_RELOAD</strong> = 102;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_RELOAD_NOCACHE"></span><code><strong>MENU_ID_RELOAD_NOCACHE</strong> = 103;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_STOPLOAD"></span><code><strong>MENU_ID_STOPLOAD</strong> = 104;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_UNDO"></span><code><strong>MENU_ID_UNDO</strong> = 110;</code></td>
</tr>
<tr><td colspan="1">
<p>
Editing.</p>
<p>
<p>TCefMenuId value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_menu_id_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_REDO"></span><code><strong>MENU_ID_REDO</strong> = 111;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_CUT"></span><code><strong>MENU_ID_CUT</strong> = 112;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_COPY"></span><code><strong>MENU_ID_COPY</strong> = 113;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_PASTE"></span><code><strong>MENU_ID_PASTE</strong> = 114;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_DELETE"></span><code><strong>MENU_ID_DELETE</strong> = 115;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_SELECT_ALL"></span><code><strong>MENU_ID_SELECT_ALL</strong> = 116;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_FIND"></span><code><strong>MENU_ID_FIND</strong> = 130;</code></td>
</tr>
<tr><td colspan="1">
<p>
Miscellaneous.</p>
<p>
<p>TCefMenuId value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_menu_id_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_PRINT"></span><code><strong>MENU_ID_PRINT</strong> = 131;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_VIEW_SOURCE"></span><code><strong>MENU_ID_VIEW_SOURCE</strong> = 132;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_SPELLCHECK_SUGGESTION_0"></span><code><strong>MENU_ID_SPELLCHECK_SUGGESTION_0</strong> = 200;</code></td>
</tr>
<tr><td colspan="1">
<p>
Spell checking word correction suggestions.</p>
<p>
<p>TCefMenuId value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_menu_id_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_SPELLCHECK_SUGGESTION_1"></span><code><strong>MENU_ID_SPELLCHECK_SUGGESTION_1</strong> = 201;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_SPELLCHECK_SUGGESTION_2"></span><code><strong>MENU_ID_SPELLCHECK_SUGGESTION_2</strong> = 202;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_SPELLCHECK_SUGGESTION_3"></span><code><strong>MENU_ID_SPELLCHECK_SUGGESTION_3</strong> = 203;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_SPELLCHECK_SUGGESTION_4"></span><code><strong>MENU_ID_SPELLCHECK_SUGGESTION_4</strong> = 204;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_SPELLCHECK_SUGGESTION_LAST"></span><code><strong>MENU_ID_SPELLCHECK_SUGGESTION_LAST</strong> = 204;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_NO_SPELLING_SUGGESTIONS"></span><code><strong>MENU_ID_NO_SPELLING_SUGGESTIONS</strong> = 205;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_ADD_TO_DICTIONARY"></span><code><strong>MENU_ID_ADD_TO_DICTIONARY</strong> = 206;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_CUSTOM_FIRST"></span><code><strong>MENU_ID_CUSTOM_FIRST</strong> = 220;</code></td>
</tr>
<tr><td colspan="1">
<p>
Custom menu items originating from the renderer process.</p>
<p>
<p>TCefMenuId value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_menu_id_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_CUSTOM_LAST"></span><code><strong>MENU_ID_CUSTOM_LAST</strong> = 250;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_USER_FIRST"></span><code><strong>MENU_ID_USER_FIRST</strong> = 26500;</code></td>
</tr>
<tr><td colspan="1">
<p>
All user-defined menu IDs should come between MENU_ID_USER_FIRST and MENU_ID_USER_LAST to avoid overlapping the Chromium and CEF ID ranges defined in the tools/gritsettings/resource_ids file. </p>
<p>
<p>TCefMenuId value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_menu_id_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="MENU_ID_USER_LAST"></span><code><strong>MENU_ID_USER_LAST</strong> = 28500;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_TYPEFLAG_NONE"></span><code><strong>CM_TYPEFLAG_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
No node is selected. </p>
<p>
<p>TCefContextMenuTypeFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_context_menu_type_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_TYPEFLAG_PAGE"></span><code><strong>CM_TYPEFLAG_PAGE</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
The top page is selected. </p>
<p>
<p>TCefContextMenuTypeFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_context_menu_type_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_TYPEFLAG_FRAME"></span><code><strong>CM_TYPEFLAG_FRAME</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
A subframe page is selected. </p>
<p>
<p>TCefContextMenuTypeFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_context_menu_type_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_TYPEFLAG_LINK"></span><code><strong>CM_TYPEFLAG_LINK</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
A link is selected. </p>
<p>
<p>TCefContextMenuTypeFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_context_menu_type_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_TYPEFLAG_MEDIA"></span><code><strong>CM_TYPEFLAG_MEDIA</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
A media node is selected. </p>
<p>
<p>TCefContextMenuTypeFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_context_menu_type_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_TYPEFLAG_SELECTION"></span><code><strong>CM_TYPEFLAG_SELECTION</strong> = 1 shl 4;</code></td>
</tr>
<tr><td colspan="1">
<p>
There is a textual or mixed selection that is selected. </p>
<p>
<p>TCefContextMenuTypeFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_context_menu_type_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_TYPEFLAG_EDITABLE"></span><code><strong>CM_TYPEFLAG_EDITABLE</strong> = 1 shl 5;</code></td>
</tr>
<tr><td colspan="1">
<p>
An editable element is selected. </p>
<p>
<p>TCefContextMenuTypeFlags value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_context_menu_type_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_MEDIAFLAG_NONE"></span><code><strong>CM_MEDIAFLAG_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported context menu media state bit flags. These constants match their equivalents in Chromium's ContextMenuData::MediaFlags and should not be renumbered. </p>
<p>
<p>&lt;TCefContextMenuMediaStateFlags values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_context_menu_media_state_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_MEDIAFLAG_IN_ERROR"></span><code><strong>CM_MEDIAFLAG_IN_ERROR</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_MEDIAFLAG_PAUSED"></span><code><strong>CM_MEDIAFLAG_PAUSED</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_MEDIAFLAG_MUTED"></span><code><strong>CM_MEDIAFLAG_MUTED</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_MEDIAFLAG_LOOP"></span><code><strong>CM_MEDIAFLAG_LOOP</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_MEDIAFLAG_CAN_SAVE"></span><code><strong>CM_MEDIAFLAG_CAN_SAVE</strong> = 1 shl 4;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_MEDIAFLAG_HAS_AUDIO"></span><code><strong>CM_MEDIAFLAG_HAS_AUDIO</strong> = 1 shl 5;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_MEDIAFLAG_CAN_TOGGLE_CONTROLS"></span><code><strong>CM_MEDIAFLAG_CAN_TOGGLE_CONTROLS</strong> = 1 shl 6;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_MEDIAFLAG_CONTROLS"></span><code><strong>CM_MEDIAFLAG_CONTROLS</strong> = 1 shl 7;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_MEDIAFLAG_CAN_PRINT"></span><code><strong>CM_MEDIAFLAG_CAN_PRINT</strong> = 1 shl 8;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_MEDIAFLAG_CAN_ROTATE"></span><code><strong>CM_MEDIAFLAG_CAN_ROTATE</strong> = 1 shl 9;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_MEDIAFLAG_CAN_PICTURE_IN_PICTURE"></span><code><strong>CM_MEDIAFLAG_CAN_PICTURE_IN_PICTURE</strong> = 1 shl 10;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_MEDIAFLAG_PICTURE_IN_PICTURE"></span><code><strong>CM_MEDIAFLAG_PICTURE_IN_PICTURE</strong> = 1 shl 11;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_MEDIAFLAG_CAN_LOOP"></span><code><strong>CM_MEDIAFLAG_CAN_LOOP</strong> = 1 shl 12;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_EDITFLAG_NONE"></span><code><strong>CM_EDITFLAG_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported context menu edit state bit flags. These constants match their equivalents in Chromium's ContextMenuDataEditFlags and should not be renumbered. </p>
<p>
<p>TCefContextMenuEditStateFlags values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_context_menu_edit_state_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_EDITFLAG_CAN_UNDO"></span><code><strong>CM_EDITFLAG_CAN_UNDO</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_EDITFLAG_CAN_REDO"></span><code><strong>CM_EDITFLAG_CAN_REDO</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_EDITFLAG_CAN_CUT"></span><code><strong>CM_EDITFLAG_CAN_CUT</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_EDITFLAG_CAN_COPY"></span><code><strong>CM_EDITFLAG_CAN_COPY</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_EDITFLAG_CAN_PASTE"></span><code><strong>CM_EDITFLAG_CAN_PASTE</strong> = 1 shl 4;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_EDITFLAG_CAN_DELETE"></span><code><strong>CM_EDITFLAG_CAN_DELETE</strong> = 1 shl 5;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_EDITFLAG_CAN_SELECT_ALL"></span><code><strong>CM_EDITFLAG_CAN_SELECT_ALL</strong> = 1 shl 6;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_EDITFLAG_CAN_TRANSLATE"></span><code><strong>CM_EDITFLAG_CAN_TRANSLATE</strong> = 1 shl 7;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CM_EDITFLAG_CAN_EDIT_RICHLY"></span><code><strong>CM_EDITFLAG_CAN_EDIT_RICHLY</strong> = 1 shl 8;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="SSL_CONNECTION_VERSION_UNKNOWN"></span><code><strong>SSL_CONNECTION_VERSION_UNKNOWN</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported SSL version values. </p>
<p>
<p>TCefSSLVersion values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_ssl_version_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:net/ssl/ssl_connection_status_flags.h&quot;&gt;See net/ssl/ssl_connection_status_flags.h for more information.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="SSL_CONNECTION_VERSION_SSL2"></span><code><strong>SSL_CONNECTION_VERSION_SSL2</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="SSL_CONNECTION_VERSION_SSL3"></span><code><strong>SSL_CONNECTION_VERSION_SSL3</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="SSL_CONNECTION_VERSION_TLS1"></span><code><strong>SSL_CONNECTION_VERSION_TLS1</strong> = 3;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="SSL_CONNECTION_VERSION_TLS1_1"></span><code><strong>SSL_CONNECTION_VERSION_TLS1_1</strong> = 4;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="SSL_CONNECTION_VERSION_TLS1_2"></span><code><strong>SSL_CONNECTION_VERSION_TLS1_2</strong> = 5;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="SSL_CONNECTION_VERSION_TLS1_3"></span><code><strong>SSL_CONNECTION_VERSION_TLS1_3</strong> = 6;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="SSL_CONNECTION_VERSION_QUIC"></span><code><strong>SSL_CONNECTION_VERSION_QUIC</strong> = 7;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="SSL_CONTENT_NORMAL_CONTENT"></span><code><strong>SSL_CONTENT_NORMAL_CONTENT</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported SSL content status flags. See content/public/common/ssl_status.h for more information. </p>
<p>
<p>TCefSSLContentStatus values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_ssl_content_status_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="SSL_CONTENT_DISPLAYED_INSECURE_CONTENT"></span><code><strong>SSL_CONTENT_DISPLAYED_INSECURE_CONTENT</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="SSL_CONTENT_RAN_INSECURE_CONTENT"></span><code><strong>SSL_CONTENT_RAN_INSECURE_CONTENT</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="JSON_WRITER_DEFAULT"></span><code><strong>JSON_WRITER_DEFAULT</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Default behavior. </p>
<p>
<p>TCefJsonWriterOptions value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_json_writer_options_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="JSON_WRITER_OMIT_BINARY_VALUES"></span><code><strong>JSON_WRITER_OMIT_BINARY_VALUES</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
This option instructs the writer that if a Binary value is encountered, the value (and key if within a dictionary) will be omitted from the output, and success will be returned. Otherwise, if a binary value is encountered, failure will be returned. </p>
<p>
<p>TCefJsonWriterOptions value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_json_writer_options_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="JSON_WRITER_OMIT_DOUBLE_TYPE_PRESERVATION"></span><code><strong>JSON_WRITER_OMIT_DOUBLE_TYPE_PRESERVATION</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
This option instructs the writer to write doubles that have no fractional part as a normal integer (i.e., without using exponential notation or appending a '.0') as long as the value is within the range of a 64-bit int. </p>
<p>
<p>TCefJsonWriterOptions value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_json_writer_options_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="JSON_WRITER_PRETTY_PRINT"></span><code><strong>JSON_WRITER_PRETTY_PRINT</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
Return a slightly nicer formatted json string (pads with whitespace to help with readability). </p>
<p>
<p>TCefJsonWriterOptions value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_json_writer_options_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="LOGSEVERITY_DEFAULT"></span><code><strong>LOGSEVERITY_DEFAULT</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Default logging (currently INFO logging). </p>
<p>
<p>TCefLogSeverity value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_log_severity_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="LOGSEVERITY_VERBOSE"></span><code><strong>LOGSEVERITY_VERBOSE</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Verbose logging. </p>
<p>
<p>TCefLogSeverity value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_log_severity_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="LOGSEVERITY_DEBUG"></span><code><strong>LOGSEVERITY_DEBUG</strong> = <a href="uCEFConstants.html#LOGSEVERITY_VERBOSE">LOGSEVERITY_VERBOSE</a>;</code></td>
</tr>
<tr><td colspan="1">
<p>
DEBUG logging. </p>
<p>
<p>TCefLogSeverity value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_log_severity_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="LOGSEVERITY_INFO"></span><code><strong>LOGSEVERITY_INFO</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
INFO logging. </p>
<p>
<p>TCefLogSeverity value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_log_severity_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="LOGSEVERITY_WARNING"></span><code><strong>LOGSEVERITY_WARNING</strong> = 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
WARNING logging. </p>
<p>
<p>TCefLogSeverity value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_log_severity_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="LOGSEVERITY_ERROR"></span><code><strong>LOGSEVERITY_ERROR</strong> = 4;</code></td>
</tr>
<tr><td colspan="1">
<p>
ERROR logging. </p>
<p>
<p>TCefLogSeverity value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_log_severity_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="LOGSEVERITY_FATAL"></span><code><strong>LOGSEVERITY_FATAL</strong> = 5;</code></td>
</tr>
<tr><td colspan="1">
<p>
FATAL logging. </p>
<p>
<p>TCefLogSeverity value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_log_severity_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="LOGSEVERITY_DISABLE"></span><code><strong>LOGSEVERITY_DISABLE</strong> = 99;</code></td>
</tr>
<tr><td colspan="1">
<p>
Disable logging to file for all messages, and to stderr for messages with severity less than FATAL. </p>
<p>
<p>TCefLogSeverity value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_log_severity_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DUPLEX_MODE_UNKNOWN"></span><code><strong>DUPLEX_MODE_UNKNOWN</strong> = -1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Print job duplex mode values. </p>
<p>
<p>TCefDuplexMode values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_duplex_mode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DUPLEX_MODE_SIMPLEX"></span><code><strong>DUPLEX_MODE_SIMPLEX</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DUPLEX_MODE_LONG_EDGE"></span><code><strong>DUPLEX_MODE_LONG_EDGE</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DUPLEX_MODE_SHORT_EDGE"></span><code><strong>DUPLEX_MODE_SHORT_EDGE</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MRCR_UNKNOWN_ERROR"></span><code><strong>CEF_MRCR_UNKNOWN_ERROR</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Result codes for ICefMediaRouter.CreateRoute. Should be kept in sync with Chromium's media_router::mojom::RouteRequestResultCode type. </p>
<p>
<p>TCefMediaRouterCreateResult values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_media_route_create_result_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MRCR_OK"></span><code><strong>CEF_MRCR_OK</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MRCR_TIMED_OUT"></span><code><strong>CEF_MRCR_TIMED_OUT</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MRCR_ROUTE_NOT_FOUND"></span><code><strong>CEF_MRCR_ROUTE_NOT_FOUND</strong> = 3;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MRCR_SINK_NOT_FOUND"></span><code><strong>CEF_MRCR_SINK_NOT_FOUND</strong> = 4;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MRCR_INVALID_ORIGIN"></span><code><strong>CEF_MRCR_INVALID_ORIGIN</strong> = 5;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MRCR_NO_SUPPORTED_PROVIDER"></span><code><strong>CEF_MRCR_NO_SUPPORTED_PROVIDER</strong> = 7;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MRCR_CANCELLED"></span><code><strong>CEF_MRCR_CANCELLED</strong> = 8;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MRCR_ROUTE_ALREADY_EXISTS"></span><code><strong>CEF_MRCR_ROUTE_ALREADY_EXISTS</strong> = 9;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MRCR_ROUTE_ALREADY_TERMINATED"></span><code><strong>CEF_MRCR_ROUTE_ALREADY_TERMINATED</strong> = 11;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_COOKIE_PRIORITY_LOW"></span><code><strong>CEF_COOKIE_PRIORITY_LOW</strong> = -1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Cookie priority values. </p>
<p>
<p>TCefCookiePriority values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_cookie_priority_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_COOKIE_PRIORITY_MEDIUM"></span><code><strong>CEF_COOKIE_PRIORITY_MEDIUM</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_COOKIE_PRIORITY_HIGH"></span><code><strong>CEF_COOKIE_PRIORITY_HIGH</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_TFC_CUT"></span><code><strong>CEF_TFC_CUT</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Represents commands available to TextField. </p>
<p>
<p>TCefTextFieldCommands values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_text_field_commands_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_TFC_COPY"></span><code><strong>CEF_TFC_COPY</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_TFC_PASTE"></span><code><strong>CEF_TFC_PASTE</strong> = 3;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_TFC_UNDO"></span><code><strong>CEF_TFC_UNDO</strong> = 4;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_TFC_DELETE"></span><code><strong>CEF_TFC_DELETE</strong> = 5;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_TFC_SELECT_ALL"></span><code><strong>CEF_TFC_SELECT_ALL</strong> = 6;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_CTT_NONE"></span><code><strong>CEF_CTT_NONE</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Chrome toolbar types. </p>
<p>
<p>TCefChromeToolbarType values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_chrome_toolbar_type_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_CTT_NORMAL"></span><code><strong>CEF_CTT_NORMAL</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_CTT_LOCATION"></span><code><strong>CEF_CTT_LOCATION</strong> = 3;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOCKING_MODE_TOP_LEFT"></span><code><strong>CEF_DOCKING_MODE_TOP_LEFT</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Docking modes supported by ICefWindow.AddOverlay. </p>
<p>
<p>TCefDockingMode values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_docking_mode_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOCKING_MODE_TOP_RIGHT"></span><code><strong>CEF_DOCKING_MODE_TOP_RIGHT</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOCKING_MODE_BOTTOM_LEFT"></span><code><strong>CEF_DOCKING_MODE_BOTTOM_LEFT</strong> = 3;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOCKING_MODE_BOTTOM_RIGHT"></span><code><strong>CEF_DOCKING_MODE_BOTTOM_RIGHT</strong> = 4;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOCKING_MODE_CUSTOM"></span><code><strong>CEF_DOCKING_MODE_CUSTOM</strong> = 5;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SHOW_STATE_NORMAL"></span><code><strong>CEF_SHOW_STATE_NORMAL</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Show the window as normal. </p>
<p>
<p>TCefShowState value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_show_state_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SHOW_STATE_MINIMIZED"></span><code><strong>CEF_SHOW_STATE_MINIMIZED</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
Show the window as minimized. </p>
<p>
<p>TCefShowState value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_show_state_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SHOW_STATE_MAXIMIZED"></span><code><strong>CEF_SHOW_STATE_MAXIMIZED</strong> = 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
Show the window as maximized. </p>
<p>
<p>TCefShowState value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_show_state_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SHOW_STATE_FULLSCREEN"></span><code><strong>CEF_SHOW_STATE_FULLSCREEN</strong> = 4;</code></td>
</tr>
<tr><td colspan="1">
<p>
Show the window as fullscreen. </p>
<p>
<p>TCefShowState value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_show_state_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SHOW_STATE_HIDDEN"></span><code><strong>CEF_SHOW_STATE_HIDDEN</strong> = 5;</code></td>
</tr>
<tr><td colspan="1">
<p>
Show the window as hidden (no dock thumbnail). Only supported on MacOS.. </p>
<p>
<p>TCefShowState value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_show_state_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="QM_EDITFLAG_NONE"></span><code><strong>QM_EDITFLAG_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Supported quick menu state bit flags. </p>
<p>
<p>TCefQuickMenuEditStateFlags values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_quick_menu_edit_state_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="QM_EDITFLAG_CAN_ELLIPSIS"></span><code><strong>QM_EDITFLAG_CAN_ELLIPSIS</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="QM_EDITFLAG_CAN_CUT"></span><code><strong>QM_EDITFLAG_CAN_CUT</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="QM_EDITFLAG_CAN_COPY"></span><code><strong>QM_EDITFLAG_CAN_COPY</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="QM_EDITFLAG_CAN_PASTE"></span><code><strong>QM_EDITFLAG_CAN_PASTE</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_THS_FLAG_NONE"></span><code><strong>CEF_THS_FLAG_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Values indicating what state of the touch handle is set. </p>
<p>
<p>TCefTouchHandleStateFlags values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_touch_handle_state_flags_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_THS_FLAG_ENABLED"></span><code><strong>CEF_THS_FLAG_ENABLED</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_THS_FLAG_ORIENTATION"></span><code><strong>CEF_THS_FLAG_ORIENTATION</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_THS_FLAG_ORIGIN"></span><code><strong>CEF_THS_FLAG_ORIGIN</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_THS_FLAG_ALPHA"></span><code><strong>CEF_THS_FLAG_ALPHA</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MEDIA_PERMISSION_NONE"></span><code><strong>CEF_MEDIA_PERMISSION_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
No permission. </p>
<p>
<p>TCefMediaAccessPermissionTypes value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_media_access_permission_types_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MEDIA_PERMISSION_DEVICE_AUDIO_CAPTURE"></span><code><strong>CEF_MEDIA_PERMISSION_DEVICE_AUDIO_CAPTURE</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Device audio capture permission. </p>
<p>
<p>TCefMediaAccessPermissionTypes value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_media_access_permission_types_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MEDIA_PERMISSION_DEVICE_VIDEO_CAPTURE"></span><code><strong>CEF_MEDIA_PERMISSION_DEVICE_VIDEO_CAPTURE</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Device video capture permission. </p>
<p>
<p>TCefMediaAccessPermissionTypes value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_media_access_permission_types_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MEDIA_PERMISSION_DESKTOP_AUDIO_CAPTURE"></span><code><strong>CEF_MEDIA_PERMISSION_DESKTOP_AUDIO_CAPTURE</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
Desktop audio capture permission. </p>
<p>
<p>TCefMediaAccessPermissionTypes value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_media_access_permission_types_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MEDIA_PERMISSION_DESKTOP_VIDEO_CAPTURE"></span><code><strong>CEF_MEDIA_PERMISSION_DESKTOP_VIDEO_CAPTURE</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
Desktop video capture permission. </p>
<p>
<p>TCefMediaAccessPermissionTypes value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_media_access_permission_types_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_NONE"></span><code><strong>CEF_PERMISSION_TYPE_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Permission types used with OnShowPermissionPrompt. Some types are platform-specific or only supported with Chrome style. Should be kept in sync with Chromium's permissions::RequestType type. </p>
<p>
<p>TCefPermissionRequestTypes values.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_permission_request_types_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_ACCESSIBILITY_EVENTS"></span><code><strong>CEF_PERMISSION_TYPE_ACCESSIBILITY_EVENTS</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_AR_SESSION"></span><code><strong>CEF_PERMISSION_TYPE_AR_SESSION</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM"></span><code><strong>CEF_PERMISSION_TYPE_CAMERA_PAN_TILT_ZOOM</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_CAMERA_STREAM"></span><code><strong>CEF_PERMISSION_TYPE_CAMERA_STREAM</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL"></span><code><strong>CEF_PERMISSION_TYPE_CAPTURED_SURFACE_CONTROL</strong> = 1 shl 4;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_CLIPBOARD"></span><code><strong>CEF_PERMISSION_TYPE_CLIPBOARD</strong> = 1 shl 5;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS"></span><code><strong>CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS</strong> = 1 shl 6;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_DISK_QUOTA"></span><code><strong>CEF_PERMISSION_TYPE_DISK_QUOTA</strong> = 1 shl 7;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_LOCAL_FONTS"></span><code><strong>CEF_PERMISSION_TYPE_LOCAL_FONTS</strong> = 1 shl 8;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_GEOLOCATION"></span><code><strong>CEF_PERMISSION_TYPE_GEOLOCATION</strong> = 1 shl 9;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_IDENTITY_PROVIDER"></span><code><strong>CEF_PERMISSION_TYPE_IDENTITY_PROVIDER</strong> = 1 shl 10;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_IDLE_DETECTION"></span><code><strong>CEF_PERMISSION_TYPE_IDLE_DETECTION</strong> = 1 shl 11;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_MIC_STREAM"></span><code><strong>CEF_PERMISSION_TYPE_MIC_STREAM</strong> = 1 shl 12;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_MIDI_SYSEX"></span><code><strong>CEF_PERMISSION_TYPE_MIDI_SYSEX</strong> = 1 shl 13;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS"></span><code><strong>CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS</strong> = 1 shl 14;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_NOTIFICATIONS"></span><code><strong>CEF_PERMISSION_TYPE_NOTIFICATIONS</strong> = 1 shl 15;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_KEYBOARD_LOCK"></span><code><strong>CEF_PERMISSION_TYPE_KEYBOARD_LOCK</strong> = 1 shl 16;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_POINTER_LOCK"></span><code><strong>CEF_PERMISSION_TYPE_POINTER_LOCK</strong> = 1 shl 17;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER"></span><code><strong>CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER</strong> = 1 shl 18;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER"></span><code><strong>CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER</strong> = 1 shl 19;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_STORAGE_ACCESS"></span><code><strong>CEF_PERMISSION_TYPE_STORAGE_ACCESS</strong> = 1 shl 20;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_VR_SESSION"></span><code><strong>CEF_PERMISSION_TYPE_VR_SESSION</strong> = 1 shl 21;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT"></span><code><strong>CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT</strong> = 1 shl 22;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS"></span><code><strong>CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS</strong> = 1 shl 23;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_API_HASH_PLATFORM"></span><code><strong>CEF_API_HASH_PLATFORM</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Platform API hash. </p>
<p>
<p>ucef_api_hash parameter.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/cef_api_hash.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/cef_api_hash.h</a>&quot;&gt;CEF source file: /include/cef_api_hash.h)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_API_HASH_UNIVERSAL"></span><code><strong>CEF_API_HASH_UNIVERSAL</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Universal API hash. </p>
<p>
<p>ucef_api_hash parameter.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/cef_api_hash.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/cef_api_hash.h</a>&quot;&gt;CEF source file: /include/cef_api_hash.h)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_COMMIT_HASH"></span><code><strong>CEF_COMMIT_HASH</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
Commit hash. </p>
<p>
<p>ucef_api_hash parameter.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/cef_api_hash.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/cef_api_hash.h</a>&quot;&gt;CEF source file: /include/cef_api_hash.h)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_NONE"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
No interrupt reason. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_FILE_FAILED"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_FILE_FAILED</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Generic file operation failure. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_FILE_ACCESS_DENIED"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_FILE_ACCESS_DENIED</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
The file cannot be accessed due to security restrictions. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NO_SPACE"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NO_SPACE</strong> = 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
There is not enough room on the drive. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NAME_TOO_LONG"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_FILE_NAME_TOO_LONG</strong> = 5;</code></td>
</tr>
<tr><td colspan="1">
<p>
The directory or file name is too long. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_LARGE"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_LARGE</strong> = 6;</code></td>
</tr>
<tr><td colspan="1">
<p>
The file is too large for the file system to handle. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_FILE_VIRUS_INFECTED"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_FILE_VIRUS_INFECTED</strong> = 7;</code></td>
</tr>
<tr><td colspan="1">
<p>
The file contains a virus. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TRANSIENT_ERROR"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TRANSIENT_ERROR</strong> = 10;</code></td>
</tr>
<tr><td colspan="1">
<p>
The file was in use. Too many files are opened at once. We have run out of memory. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_FILE_BLOCKED"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_FILE_BLOCKED</strong> = 11;</code></td>
</tr>
<tr><td colspan="1">
<p>
The file was blocked due to local policy. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SECURITY_CHECK_FAILED"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SECURITY_CHECK_FAILED</strong> = 12;</code></td>
</tr>
<tr><td colspan="1">
<p>
An attempt to check the safety of the download failed due to unexpected reasons. See <a href="http://crbug.com/153212">http://crbug.com/153212</a>. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_SHORT"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_FILE_TOO_SHORT</strong> = 13;</code></td>
</tr>
<tr><td colspan="1">
<p>
An attempt was made to seek past the end of a file in opening a file (as part of resuming a previously interrupted download). </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_FILE_HASH_MISMATCH"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_FILE_HASH_MISMATCH</strong> = 14;</code></td>
</tr>
<tr><td colspan="1">
<p>
The partial file didn't match the expected hash. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SAME_AS_SOURCE"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_FILE_SAME_AS_SOURCE</strong> = 15;</code></td>
</tr>
<tr><td colspan="1">
<p>
The source and the target of the download were the same. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_FAILED"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_FAILED</strong> = 20;</code></td>
</tr>
<tr><td colspan="1">
<p>
Generic network failure. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_TIMEOUT</strong> = 21;</code></td>
</tr>
<tr><td colspan="1">
<p>
The network operation timed out. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_DISCONNECTED"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_DISCONNECTED</strong> = 22;</code></td>
</tr>
<tr><td colspan="1">
<p>
The network connection has been lost. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_SERVER_DOWN"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_SERVER_DOWN</strong> = 23;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server has gone down. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_INVALID_REQUEST"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_NETWORK_INVALID_REQUEST</strong> = 24;</code></td>
</tr>
<tr><td colspan="1">
<p>
The network request was invalid. This may be due to the original URL or a redirected URL: - Having an unsupported scheme. - Being an invalid URL. - Being disallowed by policy. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FAILED"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FAILED</strong> = 30;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server indicates that the operation has failed (generic). </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_NO_RANGE"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_NO_RANGE</strong> = 31;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server does not support range requests. Internal use only: must restart from the beginning. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_BAD_CONTENT"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_BAD_CONTENT</strong> = 33;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server does not have the requested data. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNAUTHORIZED"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNAUTHORIZED</strong> = 34;</code></td>
</tr>
<tr><td colspan="1">
<p>
Server didn't authorize access to resource. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CERT_PROBLEM"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CERT_PROBLEM</strong> = 35;</code></td>
</tr>
<tr><td colspan="1">
<p>
Server certificate problem. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FORBIDDEN"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_FORBIDDEN</strong> = 36;</code></td>
</tr>
<tr><td colspan="1">
<p>
Server access forbidden. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNREACHABLE"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_UNREACHABLE</strong> = 37;</code></td>
</tr>
<tr><td colspan="1">
<p>
Unexpected server response. This might indicate that the responding server may not be the intended server. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CONTENT_LENGTH_MISMATCH"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CONTENT_LENGTH_MISMATCH</strong> = 38;</code></td>
</tr>
<tr><td colspan="1">
<p>
The server sent fewer bytes than the content-length header. It may indicate that the connection was closed prematurely, or the Content-Length header was invalid. The download is only interrupted if strong validators are present. Otherwise, it is treated as finished. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CROSS_ORIGIN_REDIRECT"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_SERVER_CROSS_ORIGIN_REDIRECT</strong> = 39;</code></td>
</tr>
<tr><td colspan="1">
<p>
An unexpected cross-origin redirect happened. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_USER_CANCELED"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_USER_CANCELED</strong> = 40;</code></td>
</tr>
<tr><td colspan="1">
<p>
The user canceled the download. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_USER_SHUTDOWN"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_USER_SHUTDOWN</strong> = 41;</code></td>
</tr>
<tr><td colspan="1">
<p>
The user shut down the browser. Internal use only: resume pending downloads if possible. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOAD_INTERRUPT_REASON_CRASH"></span><code><strong>CEF_DOWNLOAD_INTERRUPT_REASON_CRASH</strong> = 50;</code></td>
</tr>
<tr><td colspan="1">
<p>
The browser crashed. Internal use only: resume pending downloads if possible. </p>
<p>
<p>TCefDownloadInterruptReason value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_download_interrupt_reason_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="LOG_ITEMS_DEFAULT"></span><code><strong>LOG_ITEMS_DEFAULT</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Prepend the default list of items. </p>
<p>
<p>TCefLogItems value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_log_items_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="LOG_ITEMS_NONE"></span><code><strong>LOG_ITEMS_NONE</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Prepend no items. </p>
<p>
<p>TCefLogItems value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_log_items_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="LOG_ITEMS_FLAG_PROCESS_ID"></span><code><strong>LOG_ITEMS_FLAG_PROCESS_ID</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Prepend the process ID. </p>
<p>
<p>TCefLogItems value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_log_items_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="LOG_ITEMS_FLAG_THREAD_ID"></span><code><strong>LOG_ITEMS_FLAG_THREAD_ID</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
Prepend the thread ID. </p>
<p>
<p>TCefLogItems value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_log_items_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="LOG_ITEMS_FLAG_TIME_STAMP"></span><code><strong>LOG_ITEMS_FLAG_TIME_STAMP</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
Prepend the timestamp. </p>
<p>
<p>TCefLogItems value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_log_items_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="LOG_ITEMS_FLAG_TICK_COUNT"></span><code><strong>LOG_ITEMS_FLAG_TICK_COUNT</strong> = 1 shl 4;</code></td>
</tr>
<tr><td colspan="1">
<p>
Prepend the tickcount. </p>
<p>
<p>TCefLogItems value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_log_items_t))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_NORMAL_EXIT"></span><code><strong>CEF_RESULT_CODE_NORMAL_EXIT</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Normal exit code. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:content/public/common/result_codes.h&quot;&gt;See Chromium's content::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_KILLED"></span><code><strong>CEF_RESULT_CODE_KILLED</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Process was killed by user or system. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:content/public/common/result_codes.h&quot;&gt;See Chromium's content::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_HUNG"></span><code><strong>CEF_RESULT_CODE_HUNG</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
Process hung. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:content/public/common/result_codes.h&quot;&gt;See Chromium's content::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_KILLED_BAD_MESSAGE"></span><code><strong>CEF_RESULT_CODE_KILLED_BAD_MESSAGE</strong> = 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
A bad message caused the process termination. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:content/public/common/result_codes.h&quot;&gt;See Chromium's content::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_GPU_DEAD_ON_ARRIVAL"></span><code><strong>CEF_RESULT_CODE_GPU_DEAD_ON_ARRIVAL</strong> = 4;</code></td>
</tr>
<tr><td colspan="1">
<p>
The GPU process exited because initialization failed. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:content/public/common/result_codes.h&quot;&gt;See Chromium's content::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_CHROME_FIRST"></span><code><strong>CEF_RESULT_CODE_CHROME_FIRST</strong> = 5;</code></td>
</tr>
<tr><td colspan="1">
<p>
First Chrome result code. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_INVALID_CMDLINE_URL"></span><code><strong>CEF_RESULT_CODE_INVALID_CMDLINE_URL</strong> = <a href="uCEFConstants.html#CEF_RESULT_CODE_CHROME_FIRST">CEF_RESULT_CODE_CHROME_FIRST</a>;</code></td>
</tr>
<tr><td colspan="1">
<p>
An invalid command line url was given. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_BAD_PROCESS_TYPE"></span><code><strong>CEF_RESULT_CODE_BAD_PROCESS_TYPE</strong> = 6;</code></td>
</tr>
<tr><td colspan="1">
<p>
The process is of an unknown type. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_MISSING_DATA"></span><code><strong>CEF_RESULT_CODE_MISSING_DATA</strong> = 7;</code></td>
</tr>
<tr><td colspan="1">
<p>
A critical chrome file is missing. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_SHELL_INTEGRATION_FAILED"></span><code><strong>CEF_RESULT_CODE_SHELL_INTEGRATION_FAILED</strong> = 8;</code></td>
</tr>
<tr><td colspan="1">
<p>
Failed to make Chrome default browser (not used?). </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_MACHINE_LEVEL_INSTALL_EXISTS"></span><code><strong>CEF_RESULT_CODE_MACHINE_LEVEL_INSTALL_EXISTS</strong> = 9;</code></td>
</tr>
<tr><td colspan="1">
<p>
Machine level install exists. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_UNINSTALL_CHROME_ALIVE"></span><code><strong>CEF_RESULT_CODE_UNINSTALL_CHROME_ALIVE</strong> = 10;</code></td>
</tr>
<tr><td colspan="1">
<p>
Uninstall detected another chrome instance. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_UNINSTALL_USER_CANCEL"></span><code><strong>CEF_RESULT_CODE_UNINSTALL_USER_CANCEL</strong> = 11;</code></td>
</tr>
<tr><td colspan="1">
<p>
The user changed their mind. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_UNINSTALL_DELETE_PROFILE"></span><code><strong>CEF_RESULT_CODE_UNINSTALL_DELETE_PROFILE</strong> = 12;</code></td>
</tr>
<tr><td colspan="1">
<p>
Delete profile as well during uninstall. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_UNSUPPORTED_PARAM"></span><code><strong>CEF_RESULT_CODE_UNSUPPORTED_PARAM</strong> = 13;</code></td>
</tr>
<tr><td colspan="1">
<p>
Command line parameter is not supported. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_IMPORTER_HUNG"></span><code><strong>CEF_RESULT_CODE_IMPORTER_HUNG</strong> = 14;</code></td>
</tr>
<tr><td colspan="1">
<p>
Browser import hung and was killed. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_RESPAWN_FAILED"></span><code><strong>CEF_RESULT_CODE_RESPAWN_FAILED</strong> = 15;</code></td>
</tr>
<tr><td colspan="1">
<p>
Trying to restart the browser we crashed. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_NORMAL_EXIT_EXP1"></span><code><strong>CEF_RESULT_CODE_NORMAL_EXIT_EXP1</strong> = 16;</code></td>
</tr>
<tr><td colspan="1">
<p>
Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_NORMAL_EXIT_EXP2"></span><code><strong>CEF_RESULT_CODE_NORMAL_EXIT_EXP2</strong> = 17;</code></td>
</tr>
<tr><td colspan="1">
<p>
Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_NORMAL_EXIT_EXP3"></span><code><strong>CEF_RESULT_CODE_NORMAL_EXIT_EXP3</strong> = 18;</code></td>
</tr>
<tr><td colspan="1">
<p>
Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_NORMAL_EXIT_EXP4"></span><code><strong>CEF_RESULT_CODE_NORMAL_EXIT_EXP4</strong> = 19;</code></td>
</tr>
<tr><td colspan="1">
<p>
Generic code used to communicate some simple outcome back to the process that launched us. This is used for experiments and the actual meaning depends on the experiment. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_NORMAL_EXIT_CANCEL"></span><code><strong>CEF_RESULT_CODE_NORMAL_EXIT_CANCEL</strong> = 20;</code></td>
</tr>
<tr><td colspan="1">
<p>
For experiments this return code means that the user canceled causes the did_run &quot;dr&quot; signal to be reset soi this chrome run does not count as active chrome usage. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_PROFILE_IN_USE"></span><code><strong>CEF_RESULT_CODE_PROFILE_IN_USE</strong> = 21;</code></td>
</tr>
<tr><td colspan="1">
<p>
The profile was in use on another host. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_PACK_EXTENSION_ERROR"></span><code><strong>CEF_RESULT_CODE_PACK_EXTENSION_ERROR</strong> = 22;</code></td>
</tr>
<tr><td colspan="1">
<p>
Failed to pack an extension via the cmd line. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_UNINSTALL_EXTENSION_ERROR"></span><code><strong>CEF_RESULT_CODE_UNINSTALL_EXTENSION_ERROR</strong> = 23;</code></td>
</tr>
<tr><td colspan="1">
<p>
Failed to silently uninstall an extension. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_NORMAL_EXIT_PROCESS_NOTIFIED"></span><code><strong>CEF_RESULT_CODE_NORMAL_EXIT_PROCESS_NOTIFIED</strong> = 24;</code></td>
</tr>
<tr><td colspan="1">
<p>
The browser process exited early by passing the command line to another running browser. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_NOTUSED_1"></span><code><strong>CEF_RESULT_CODE_NOTUSED_1</strong> = 25;</code></td>
</tr>
<tr><td colspan="1">
<p>
A dummy value we should not use. See crbug.com/152285. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR_2"></span><code><strong>CEF_RESULT_CODE_INSTALL_FROM_WEBSTORE_ERROR_2</strong> = 26;</code></td>
</tr>
<tr><td colspan="1">
<p>
Failed to install an item from the webstore when the kInstallEphemeralAppFromWebstore command line flag was present. As this flag is no longer supported, this return code should never be returned. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_NOTUSED_2"></span><code><strong>CEF_RESULT_CODE_NOTUSED_2</strong> = 27;</code></td>
</tr>
<tr><td colspan="1">
<p>
A dummy value we should not use. See crbug.com/152285. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_EULA_REFUSED"></span><code><strong>CEF_RESULT_CODE_EULA_REFUSED</strong> = 28;</code></td>
</tr>
<tr><td colspan="1">
<p>
Returned when the user has not yet accepted the EULA. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_SXS_MIGRATION_FAILED_NOT_USED"></span><code><strong>CEF_RESULT_CODE_SXS_MIGRATION_FAILED_NOT_USED</strong> = 29;</code></td>
</tr>
<tr><td colspan="1">
<p>
Failed to migrate user data directory for side-by-side package support (Linux-only). </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_ACTION_DISALLOWED_BY_POLICY"></span><code><strong>CEF_RESULT_CODE_ACTION_DISALLOWED_BY_POLICY</strong> = 30;</code></td>
</tr>
<tr><td colspan="1">
<p>
The action is not allowed by a policy. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_INVALID_SANDBOX_STATE"></span><code><strong>CEF_RESULT_CODE_INVALID_SANDBOX_STATE</strong> = 31;</code></td>
</tr>
<tr><td colspan="1">
<p>
A browser process was sandboxed. This should never happen. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_CLOUD_POLICY_ENROLLMENT_FAILED"></span><code><strong>CEF_RESULT_CODE_CLOUD_POLICY_ENROLLMENT_FAILED</strong> = 32;</code></td>
</tr>
<tr><td colspan="1">
<p>
Cloud policy enrollment is failed or given up by user. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_DOWNGRADE_AND_RELAUNCH"></span><code><strong>CEF_RESULT_CODE_DOWNGRADE_AND_RELAUNCH</strong> = 33;</code></td>
</tr>
<tr><td colspan="1">
<p>
Chrome was downgraded since the last launch. Perform downgrade processing and relaunch. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_GPU_EXIT_ON_CONTEXT_LOST"></span><code><strong>CEF_RESULT_CODE_GPU_EXIT_ON_CONTEXT_LOST</strong> = 34;</code></td>
</tr>
<tr><td colspan="1">
<p>
The GPU process was terminated due to context lost. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_NORMAL_EXIT_UPGRADE_RELAUNCHED"></span><code><strong>CEF_RESULT_CODE_NORMAL_EXIT_UPGRADE_RELAUNCHED</strong> = 35;</code></td>
</tr>
<tr><td colspan="1">
<p>
Chrome detected that there was a new version waiting to launch and renamed the files and launched the new version. This result code is never returned from the main process, but is instead used as a signal for early termination of browser. See `IsNormalResultCode` below. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_NORMAL_EXIT_PACK_EXTENSION_SUCCESS"></span><code><strong>CEF_RESULT_CODE_NORMAL_EXIT_PACK_EXTENSION_SUCCESS</strong> = 36;</code></td>
</tr>
<tr><td colspan="1">
<p>
An early startup command was executed and the browser must exit. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_SYSTEM_RESOURCE_EXHAUSTED"></span><code><strong>CEF_RESULT_CODE_SYSTEM_RESOURCE_EXHAUSTED</strong> = 37;</code></td>
</tr>
<tr><td colspan="1">
<p>
The browser process exited because system resource are exhausted. The system state can't be recovered and will be unstable. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_INVALID_POST_LOGIN_PARAMS"></span><code><strong>CEF_RESULT_CODE_INVALID_POST_LOGIN_PARAMS</strong> = 38;</code></td>
</tr>
<tr><td colspan="1">
<p>
The Lacros process exited because the post-login parameters received from Ash are either empty or invalid (Lacros-only). </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_CHROME_LAST"></span><code><strong>CEF_RESULT_CODE_CHROME_LAST</strong> = 39;</code></td>
</tr>
<tr><td colspan="1">
<p>
Last Chrome result code. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:chrome/common/chrome_result_codes.h&quot;&gt;See chrome::ResultCode type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_SANDBOX_FATAL_FIRST"></span><code><strong>CEF_RESULT_CODE_SANDBOX_FATAL_FIRST</strong> = 7006;</code></td>
</tr>
<tr><td colspan="1">
<p>
First Sandbox result code. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:sandbox/win/src/sandbox_types.h&quot;&gt;See sandbox::TerminationCodes type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_SANDBOX_FATAL_INTEGRITY"></span><code><strong>CEF_RESULT_CODE_SANDBOX_FATAL_INTEGRITY</strong> = <a href="uCEFConstants.html#CEF_RESULT_CODE_SANDBOX_FATAL_FIRST">CEF_RESULT_CODE_SANDBOX_FATAL_FIRST</a>;</code></td>
</tr>
<tr><td colspan="1">
<p>
Windows sandbox could not set the integrity level. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:sandbox/win/src/sandbox_types.h&quot;&gt;See sandbox::TerminationCodes type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_SANDBOX_FATAL_DROPTOKEN"></span><code><strong>CEF_RESULT_CODE_SANDBOX_FATAL_DROPTOKEN</strong> = 7007;</code></td>
</tr>
<tr><td colspan="1">
<p>
Windows sandbox could not lower the token. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:sandbox/win/src/sandbox_types.h&quot;&gt;See sandbox::TerminationCodes type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_SANDBOX_FATAL_FLUSHANDLES"></span><code><strong>CEF_RESULT_CODE_SANDBOX_FATAL_FLUSHANDLES</strong> = 7008;</code></td>
</tr>
<tr><td colspan="1">
<p>
Windows sandbox failed to flush registry handles. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:sandbox/win/src/sandbox_types.h&quot;&gt;See sandbox::TerminationCodes type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_SANDBOX_FATAL_CACHEDISABLE"></span><code><strong>CEF_RESULT_CODE_SANDBOX_FATAL_CACHEDISABLE</strong> = 7009;</code></td>
</tr>
<tr><td colspan="1">
<p>
Windows sandbox failed to forbid HCKU caching. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:sandbox/win/src/sandbox_types.h&quot;&gt;See sandbox::TerminationCodes type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_SANDBOX_FATAL_CLOSEHANDLES"></span><code><strong>CEF_RESULT_CODE_SANDBOX_FATAL_CLOSEHANDLES</strong> = 7010;</code></td>
</tr>
<tr><td colspan="1">
<p>
Windows sandbox failed to close pending handles. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:sandbox/win/src/sandbox_types.h&quot;&gt;See sandbox::TerminationCodes type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_SANDBOX_FATAL_MITIGATION"></span><code><strong>CEF_RESULT_CODE_SANDBOX_FATAL_MITIGATION</strong> = 7011;</code></td>
</tr>
<tr><td colspan="1">
<p>
Windows sandbox could not set the mitigation policy. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:sandbox/win/src/sandbox_types.h&quot;&gt;See sandbox::TerminationCodes type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_SANDBOX_FATAL_MEMORY_EXCEEDED"></span><code><strong>CEF_RESULT_CODE_SANDBOX_FATAL_MEMORY_EXCEEDED</strong> = 7012;</code></td>
</tr>
<tr><td colspan="1">
<p>
Windows sandbox exceeded the job memory limit. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:sandbox/win/src/sandbox_types.h&quot;&gt;See sandbox::TerminationCodes type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_SANDBOX_FATAL_WARMUP"></span><code><strong>CEF_RESULT_CODE_SANDBOX_FATAL_WARMUP</strong> = 7013;</code></td>
</tr>
<tr><td colspan="1">
<p>
Windows sandbox failed to warmup. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:sandbox/win/src/sandbox_types.h&quot;&gt;See sandbox::TerminationCodes type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_RESULT_CODE_SANDBOX_FATAL_LAST"></span><code><strong>CEF_RESULT_CODE_SANDBOX_FATAL_LAST</strong> = 7014;</code></td>
</tr>
<tr><td colspan="1">
<p>
Last Sandbox result code. </p>
<p>
<p>TCefResultCode value.
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/internal/cef_types.h</a>&quot;&gt;CEF source file: /include/internal/cef_types.h (cef_resultcode_t))
<p>&lt;see href=&quot;<a href="https://source.chromium.org/chromium/chromium/src/">https://source.chromium.org/chromium/chromium/src/</a>+/main:sandbox/win/src/sandbox_types.h&quot;&gt;See sandbox::TerminationCodes type.)</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ABOUTBLANK_URI"></span><code><strong>ABOUTBLANK_URI</strong> = 'about:blank';</code></td>
</tr>
<tr><td colspan="1">
<p>
* ****************************************************** ****************** OTHER CONSTANTS ******************* ****************************************************** *</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="DEVTOOLS_WINDOWNAME"></span><code><strong>DEVTOOLS_WINDOWNAME</strong> = 'DevTools';</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PROXYTYPE_DIRECT"></span><code><strong>CEF_PROXYTYPE_DIRECT</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Direct proxy type: Never use a proxy. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PROXYTYPE_AUTODETECT"></span><code><strong>CEF_PROXYTYPE_AUTODETECT</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Auto_detect proxy type: Auto detect proxy settings. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PROXYTYPE_SYSTEM"></span><code><strong>CEF_PROXYTYPE_SYSTEM</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p>
System proxy type: Use system proxy settings. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PROXYTYPE_FIXED_SERVERS"></span><code><strong>CEF_PROXYTYPE_FIXED_SERVERS</strong> = 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
Fixed_servers proxy type: Use fixed proxy servers. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PROXYTYPE_PAC_SCRIPT"></span><code><strong>CEF_PROXYTYPE_PAC_SCRIPT</strong> = 4;</code></td>
</tr>
<tr><td colspan="1">
<p>
Pac_script proxy type: Use a .pac proxy script. </p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_LOG_SEVERITY_VERBOSE"></span><code><strong>CEF_LOG_SEVERITY_VERBOSE</strong> = -1;</code></td>
</tr>
<tr><td colspan="1">
<p>
Used in the severity parameter in the 'cef_log' function, also known as 'CefLog' in CEF4Delphi. The log severities are used to index into the array of names, see log_severity_names. /base/allocator/partition_allocator/partition_alloc_base/logging.h /base/logging.cc </p>
<p>
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/base/cef_logging.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/base/cef_logging.h</a>&quot;&gt;CEF source file: /include/base/cef_logging.h (LogSeverity))</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_LOG_SEVERITY_INFO"></span><code><strong>CEF_LOG_SEVERITY_INFO</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_LOG_SEVERITY_WARNING"></span><code><strong>CEF_LOG_SEVERITY_WARNING</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_LOG_SEVERITY_ERROR"></span><code><strong>CEF_LOG_SEVERITY_ERROR</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_LOG_SEVERITY_FATAL"></span><code><strong>CEF_LOG_SEVERITY_FATAL</strong> = 3;</code></td>
</tr>
<tr><td colspan="1">
<p>
This severity log level causes a crash.</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MAX_CONNECTIONS_PER_PROXY_DEFAULT_VALUE"></span><code><strong>CEF_MAX_CONNECTIONS_PER_PROXY_DEFAULT_VALUE</strong> = 32;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MAX_CONNECTIONS_PER_PROXY_MIN_VALUE"></span><code><strong>CEF_MAX_CONNECTIONS_PER_PROXY_MIN_VALUE</strong> = 7;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MAX_CONNECTIONS_PER_PROXY_MAX_VALUE"></span><code><strong>CEF_MAX_CONNECTIONS_PER_PROXY_MAX_VALUE</strong> = 99;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_COOKIE_PREF_DEFAULT"></span><code><strong>CEF_COOKIE_PREF_DEFAULT</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_COOKIE_PREF_ALLOW"></span><code><strong>CEF_COOKIE_PREF_ALLOW</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_COOKIE_PREF_BLOCK"></span><code><strong>CEF_COOKIE_PREF_BLOCK</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DEFAULT_ENABLEFOCUSDELAY"></span><code><strong>CEF_DEFAULT_ENABLEFOCUSDELAY</strong> = 500;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="YOUTUBE_RESTRICT_OFF"></span><code><strong>YOUTUBE_RESTRICT_OFF</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
delay in ms to enable the browser focus &lt;summary&gt; YouTube restrict mode. &lt;/summary&gt; &lt;remarks&gt; &lt;para&gt;&lt;see href=&quot;<a href="https://chromium.googlesource.com/chromium/src/">https://chromium.googlesource.com/chromium/src/</a>+/refs/tags/77.0.3865.90/chrome/common/net/safe_search_util.h&quot;&gt;Chromium source file: /chrome/common/net/safe_search_util.h (YouTubeRestrictMode)&lt;/see&gt;&lt;/para&gt; &lt;para&gt;&lt;see href=&quot;<a href="https://www.chromium.org/administrators/policy-list-3#ForceYouTubeRestrict">https://www.chromium.org/administrators/policy-list-3#ForceYouTubeRestrict</a>&quot;&gt;Chromium policy list: <a href="https://www.chromium.org/administrators/policy-list-3#ForceYouTubeRestrict">https://www.chromium.org/administrators/policy-list-3#ForceYouTubeRestrict</a>&lt;/see&gt;&lt;/para&gt; &lt;/remarks&gt;</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="YOUTUBE_RESTRICT_MODERATE"></span><code><strong>YOUTUBE_RESTRICT_MODERATE</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="YOUTUBE_RESTRICT_STRICT"></span><code><strong>YOUTUBE_RESTRICT_STRICT</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_25"></span><code><strong>ZOOM_STEP_25</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_33"></span><code><strong>ZOOM_STEP_33</strong> = 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_50"></span><code><strong>ZOOM_STEP_50</strong> = 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_67"></span><code><strong>ZOOM_STEP_67</strong> = 3;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_75"></span><code><strong>ZOOM_STEP_75</strong> = 4;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_90"></span><code><strong>ZOOM_STEP_90</strong> = 5;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_100"></span><code><strong>ZOOM_STEP_100</strong> = 6;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_110"></span><code><strong>ZOOM_STEP_110</strong> = 7;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_125"></span><code><strong>ZOOM_STEP_125</strong> = 8;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_150"></span><code><strong>ZOOM_STEP_150</strong> = 9;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_175"></span><code><strong>ZOOM_STEP_175</strong> = 10;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_200"></span><code><strong>ZOOM_STEP_200</strong> = 11;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_250"></span><code><strong>ZOOM_STEP_250</strong> = 12;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_300"></span><code><strong>ZOOM_STEP_300</strong> = 13;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_400"></span><code><strong>ZOOM_STEP_400</strong> = 14;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_500"></span><code><strong>ZOOM_STEP_500</strong> = 15;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_UNK"></span><code><strong>ZOOM_STEP_UNK</strong> = 16;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_MIN"></span><code><strong>ZOOM_STEP_MIN</strong> = <a href="uCEFConstants.html#ZOOM_STEP_25">ZOOM_STEP_25</a>;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_MAX"></span><code><strong>ZOOM_STEP_MAX</strong> = <a href="uCEFConstants.html#ZOOM_STEP_500">ZOOM_STEP_500</a>;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_STEP_DEF"></span><code><strong>ZOOM_STEP_DEF</strong> = <a href="uCEFConstants.html#ZOOM_STEP_100">ZOOM_STEP_100</a>;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZOOM_PCT_DELTA"></span><code><strong>ZOOM_PCT_DELTA</strong> = 5;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="ZoomStepValues"></span><code><strong>ZoomStepValues</strong> : array[ZOOM_STEP_MIN..ZOOM_STEP_MAX] of integer = (25, 33, 50, 67, 75, 90, 100, 110, 125, 150, 175, 200, 250, 300, 400, 500);</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PREFERENCES_SAVED"></span><code><strong>CEF_PREFERENCES_SAVED</strong> = WM_APP + $A00;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOONCLOSE"></span><code><strong>CEF_DOONCLOSE</strong> = WM_APP + $A01;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_STARTDRAGGING"></span><code><strong>CEF_STARTDRAGGING</strong> = WM_APP + $A02;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_AFTERCREATED"></span><code><strong>CEF_AFTERCREATED</strong> = WM_APP + $A03;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PENDINGRESIZE"></span><code><strong>CEF_PENDINGRESIZE</strong> = WM_APP + $A04;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PUMPHAVEWORK"></span><code><strong>CEF_PUMPHAVEWORK</strong> = WM_APP + $A05;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DESTROY"></span><code><strong>CEF_DESTROY</strong> = WM_APP + $A06;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOONBEFORECLOSE"></span><code><strong>CEF_DOONBEFORECLOSE</strong> = WM_APP + $A07;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PENDINGINVALIDATE"></span><code><strong>CEF_PENDINGINVALIDATE</strong> = WM_APP + $A08;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_IMERANGECHANGED"></span><code><strong>CEF_IMERANGECHANGED</strong> = WM_APP + $A09;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SENTINEL_START"></span><code><strong>CEF_SENTINEL_START</strong> = WM_APP + $A0A;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SENTINEL_DOCLOSE"></span><code><strong>CEF_SENTINEL_DOCLOSE</strong> = WM_APP + $A0B;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_BEFORECLOSE"></span><code><strong>CEF_BEFORECLOSE</strong> = WM_APP + $A0C;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_INVALIDATE"></span><code><strong>CEF_INVALIDATE</strong> = WM_APP + $A0D;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_FOCUSENABLED"></span><code><strong>CEF_FOCUSENABLED</strong> = WM_APP + $A0E;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="WM_TOUCH"></span><code><strong>WM_TOUCH</strong> = $0240;</code></td>
</tr>
<tr><td colspan="1">
<p>
Lazarus and some old Delphi versions don't have these message contants</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="WM_POINTERUPDATE"></span><code><strong>WM_POINTERUPDATE</strong> = $0245;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="WM_POINTERDOWN"></span><code><strong>WM_POINTERDOWN</strong> = $0246;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="WM_POINTERUP"></span><code><strong>WM_POINTERUP</strong> = $0247;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_OSR_FRAMERATE_DEFAULT"></span><code><strong>CEF_OSR_FRAMERATE_DEFAULT</strong> = 30;</code></td>
</tr>
<tr><td colspan="1">
<p>
Default values for the Windowsless framerate setting in TChromiumOptions The values are frames per second.</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_OSR_SHARED_TEXTURES_FRAMERATE_DEFAULT"></span><code><strong>CEF_OSR_SHARED_TEXTURES_FRAMERATE_DEFAULT</strong> = 60;</code></td>
</tr>
<tr><td colspan="1">
<p>
Used when the shared textures are disabled.</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_TIMER_MINIMUM"></span><code><strong>CEF_TIMER_MINIMUM</strong> = $0000000A;</code></td>
</tr>
<tr><td colspan="1">
<p>
Used when the shared textures are enabled.</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_TIMER_MAXIMUM"></span><code><strong>CEF_TIMER_MAXIMUM</strong> = $7FFFFFFF;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_TIMER_MAXDELAY"></span><code><strong>CEF_TIMER_MAXDELAY</strong> = 1000 div <a href="uCEFConstants.html#CEF_OSR_FRAMERATE_DEFAULT">CEF_OSR_FRAMERATE_DEFAULT</a>;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_TIMER_DEPLETEWORK_CYCLES"></span><code><strong>CEF_TIMER_DEPLETEWORK_CYCLES</strong> = 10;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_TIMER_DEPLETEWORK_DELAY"></span><code><strong>CEF_TIMER_DEPLETEWORK_DELAY</strong> = 50;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF4DELPHI_URL"></span><code><strong>CEF4DELPHI_URL</strong> = 'https://github.com/salvadordf/CEF4Delphi';</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CRLF"></span><code><strong>CRLF</strong> = #13 + #10;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_URLS_URL"></span><code><strong>CEF_URLS_URL</strong> = 'chrome://chrome-urls';</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_VERSION_URL"></span><code><strong>CEF_VERSION_URL</strong> = 'chrome://version';</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_FLAGS_URL"></span><code><strong>CEF_FLAGS_URL</strong> = 'chrome://flags';</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_SETTINGS_URL"></span><code><strong>CEF_SETTINGS_URL</strong> = 'chrome://settings';</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_DOWNLOADS_URL"></span><code><strong>CEF_DOWNLOADS_URL</strong> = 'chrome://downloads';</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_EXTENSIONS_URL"></span><code><strong>CEF_EXTENSIONS_URL</strong> = 'chrome://extensions';</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_IMAGE_FILE_MACHINE_I386"></span><code><strong>CEF_IMAGE_FILE_MACHINE_I386</strong> = $014C;</code></td>
</tr>
<tr><td colspan="1">
<p>
These contants are declared in the &quot;Windows&quot; unit but some old Delphi versions don't have them. We have to add &quot;CEF_&quot; to be compatible with C++ Builder.</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_IMAGE_FILE_MACHINE_AMD64"></span><code><strong>CEF_IMAGE_FILE_MACHINE_AMD64</strong> = $8664;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="USER_DEFAULT_SCREEN_DPI"></span><code><strong>USER_DEFAULT_SCREEN_DPI</strong> = 96;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE"></span><code><strong>CEF_MOUSETOUCH_EVENT_MODIFIERS_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Modifier values used in the Input.dispatchTouchEvent and Input.dispatchMouseEvent DevTools methods. Bit field representing pressed modifier keys. Alt=1, Ctrl=2, Meta/Command=4, Shift=8 (default: 0). <a href="https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchTouchEvent">https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchTouchEvent</a></p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT"></span><code><strong>CEF_MOUSETOUCH_EVENT_MODIFIERS_ALT</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL"></span><code><strong>CEF_MOUSETOUCH_EVENT_MODIFIERS_CTRL</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD"></span><code><strong>CEF_MOUSETOUCH_EVENT_MODIFIERS_METACMD</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT"></span><code><strong>CEF_MOUSETOUCH_EVENT_MODIFIERS_SHIFT</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PRESSED_MOUSE_BUTTONS_NONE"></span><code><strong>CEF_PRESSED_MOUSE_BUTTONS_NONE</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
Modifier values used in the Input.dispatchMouseEvent DevTools method. A number indicating which buttons are pressed on the mouse when a mouse event is triggered. Left=1, Right=2, Middle=4, Back=8, Forward=16, None=0. <a href="https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchMouseEvent">https://chromedevtools.github.io/devtools-protocol/tot/Input/#method-dispatchMouseEvent</a></p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PRESSED_MOUSE_BUTTONS_LEFT"></span><code><strong>CEF_PRESSED_MOUSE_BUTTONS_LEFT</strong> = 1 shl 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PRESSED_MOUSE_BUTTONS_RIGHT"></span><code><strong>CEF_PRESSED_MOUSE_BUTTONS_RIGHT</strong> = 1 shl 1;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PRESSED_MOUSE_BUTTONS_MIDDLE"></span><code><strong>CEF_PRESSED_MOUSE_BUTTONS_MIDDLE</strong> = 1 shl 2;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PRESSED_MOUSE_BUTTONS_BACK"></span><code><strong>CEF_PRESSED_MOUSE_BUTTONS_BACK</strong> = 1 shl 3;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_PRESSED_MOUSE_BUTTONS_FORWARD"></span><code><strong>CEF_PRESSED_MOUSE_BUTTONS_FORWARD</strong> = 1 shl 4;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CHROMIUM_NONBROWSERSHUTDOWNPRIORITY"></span><code><strong>CHROMIUM_NONBROWSERSHUTDOWNPRIORITY</strong> = $280;</code></td>
</tr>
<tr><td colspan="1">
<p>
This constant is defined by Chromium in chrome/app/main_dll_loader_win.cc It's used with SetProcessShutdownParameters to set a shutdown priority for the subprocesses. $280 is the default value for applications.</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="INFINITE"></span><code><strong>INFINITE</strong> = Cardinal($FFFFFFFF);</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="pidWin32"></span><code><strong>pidWin32</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p>
If any of the platform IDs are not defined then we set them as 0 to avoid build errors on older Delphi versions.</p>
</td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="pidWin64"></span><code><strong>pidWin64</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="pfidWindows"></span><code><strong>pfidWindows</strong> = <a href="uCEFConstants.html#pidWin32">pidWin32</a> or <a href="uCEFConstants.html#pidWin64">pidWin64</a>;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="pidOSX32"></span><code><strong>pidOSX32</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="pidOSX64"></span><code><strong>pidOSX64</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="pidOSXArm64"></span><code><strong>pidOSXArm64</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="pfidOSX"></span><code><strong>pfidOSX</strong> = <a href="uCEFConstants.html#pidOSX32">pidOSX32</a> or <a href="uCEFConstants.html#pidOSX64">pidOSX64</a> or <a href="uCEFConstants.html#pidOSXArm64">pidOSXArm64</a>;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="pidLinux64"></span><code><strong>pidLinux64</strong> = 0;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="pfidLinux"></span><code><strong>pfidLinux</strong> = <a href="uCEFConstants.html#pidLinux64">pidLinux64</a>;</code></td>
</tr>
<tr><td colspan="1">
<p class="nodescription">This item has no description.</p></td></tr>
</table>
<table class="detail wide_list">
<tr class="list">
<td class="itemcode"><span id="CEF_ONEDAYINMILLISECONDS"></span><code><strong>CEF_ONEDAYINMILLISECONDS</strong> = 86400000;</code></td>
</tr>
<tr><td colspan="1">
<p>
This value may be used with the mseconds_between_dumps parameter in GlobalCEFApp.DumpWithoutCrashing. </p>
<p>
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/base/cef_dump_without_crashing.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/base/cef_dump_without_crashing.h</a>&quot;&gt;CEF source file: /include/base/cef_dump_without_crashing.h (kOneDayInMilliseconds))</p>
</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>