Skip to content

System Utilities

Category description: Tasks, threads, parsers, streams, cookies, URL requests, scheme registration, and constant tables.

Pages in this category

PageSource Header
CefAuthCallbackcef_auth_callback.h
CefCallbackcef_callback.h
CefColorIdscef_color_ids.h
CefCommandIdscef_command_ids.h
CefComponentUpdatercef_component_updater.h
CefCookieManagercef_cookie.h
CefI18nUtilcef_i18n_util.h
CefIdMapperscef_id_mappers.h
CefMediaRoutercef_media_router.h
CefAddCrossOriginWhitelistEntrycef_origin_whitelist.h
CefPackResourcescef_pack_resources.h
CefPackStringscef_pack_strings.h
CefPathUtilcef_path_util.h
CefPreferenceManagercef_preference.h
CefProcessUtilcef_process_util.h
CefRegistrationcef_registration.h
CefSchemeRegistrarcef_scheme.h
CefServercef_server.h
CefStreamReadercef_stream.h
CefStringVisitorcef_string_visitor.h
CefTaskcef_task.h
CefTaskManagercef_task_manager.h
CefThreadcef_thread.h
CefEndTracingCallbackcef_trace.h
CefURLRequestcef_urlrequest.h
CefWaitableEventcef_waitable_event.h
CefXmlReadercef_xml_reader.h
CefZipReadercef_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 cpp code 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.

See Also

Derived from the CEF C++ headers — © Marshall A. Greenblatt, Google Inc. & contributors (BSD-style license). Not an official CEF project.