System Utilities
Category description: Tasks, threads, parsers, streams, cookies, URL requests, scheme registration, and constant tables.
Pages in this category
| Page | Source Header |
|---|---|
| CefAuthCallback | cef_auth_callback.h |
| CefCallback | cef_callback.h |
| CefColorIds | cef_color_ids.h |
| CefCommandIds | cef_command_ids.h |
| CefComponentUpdater | cef_component_updater.h |
| CefCookieManager | cef_cookie.h |
| CefI18nUtil | cef_i18n_util.h |
| CefIdMappers | cef_id_mappers.h |
| CefMediaRouter | cef_media_router.h |
| CefAddCrossOriginWhitelistEntry | cef_origin_whitelist.h |
| CefPackResources | cef_pack_resources.h |
| CefPackStrings | cef_pack_strings.h |
| CefPathUtil | cef_path_util.h |
| CefPreferenceManager | cef_preference.h |
| CefProcessUtil | cef_process_util.h |
| CefRegistration | cef_registration.h |
| CefSchemeRegistrar | cef_scheme.h |
| CefServer | cef_server.h |
| CefStreamReader | cef_stream.h |
| CefStringVisitor | cef_string_visitor.h |
| CefTask | cef_task.h |
| CefTaskManager | cef_task_manager.h |
| CefThread | cef_thread.h |
| CefEndTracingCallback | cef_trace.h |
| CefURLRequest | cef_urlrequest.h |
| CefWaitableEvent | cef_waitable_event.h |
| CefXmlReader | cef_xml_reader.h |
| CefZipReader | cef_zip_reader.h |
How to use these pages
Each page is a single standalone markdown file documenting one CEF header. The page begins with the header name and an overview, then has one ## section per interface declared in that header. Each interface section lists:
- Source File — the CEF header path
- Process / Thread Context — verbatim from the header comment
- Purpose — one or two sentences from the header comment
- Methods — every public method with Parameters, Return Value, Usage Instruction, and Threading Constraint
- Usage Example — a
cppcode block grounded in the actual API signatures
Where the source header does not specify a threading constraint, the page explicitly says "Threading constraint not specified in source." — these docs never guess.