|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
Initialization settings. Specify NULL or 0 to get the recommended default values.
| Field Summary | |
bool |
auto_detect_proxy_settings_enabled
Set to true (1) to use the system proxy resolver on Windows when "Automatically detect settings" is checked. |
cef_string_t |
cache_path
The location where cache data will be stored on disk. |
cef_string_list_t |
extra_plugin_paths
List of fully qualified paths to plugins (including plugin name) that will be loaded in addition to any plugins found in the default search paths. |
cef_graphics_implementation_t |
graphics_implementation
The graphics implementation that CEF will use for rendering GPU accelerated content like WebGL, accelerated layers and 3D CSS. |
cef_string_t |
javascript_flags
Custom flags that will be used when initializing the V8 JavaScript engine. |
unsigned int |
local_storage_quota
Quota limit for localStorage data across all origins. |
cef_string_t |
locale
The locale string that will be passed to WebKit. |
cef_string_t |
log_file
The directory and file name to use for the debug log. |
cef_log_severity_t |
log_severity
The log severity. |
bool |
multi_threaded_message_loop
Set to true (1) to have the message loop run in a separate thread. |
cef_string_t |
product_version
Value that will be inserted as the product portion of the default User-Agent string. |
unsigned int |
session_storage_quota
Quota limit for sessionStorage data per namespace. |
size_t |
size
Size of this structure. |
cef_string_t |
user_agent
Value that will be returned as the User-Agent HTTP header. |
| Field Detail |
public bool auto_detect_proxy_settings_enabled;
public cef_string_t cache_path;
public cef_string_list_t extra_plugin_paths;
public cef_graphics_implementation_t graphics_implementation;
public cef_string_t javascript_flags;
public unsigned int local_storage_quota;
public cef_string_t locale;
public cef_string_t log_file;
public cef_log_severity_t log_severity;
public bool multi_threaded_message_loop;
public cef_string_t product_version;
public unsigned int session_storage_quota;
public size_t size;
public cef_string_t user_agent;
|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||