|
Chromium Embedded Framework (CEF)
145.0.1+g472e75d+chromium-145.0.7632.5
|
Files | |
| file | cef_atomic_flag.h |
| file | cef_atomic_ref_count.h |
| file | cef_bind.h |
| base::BindOnce() and base::BindRepeating() are helpers for creating base::OnceCallback and base::RepeatingCallback objects respectively. | |
| file | cef_build.h |
| This file adds defines about the platform we're currently building on. | |
| file | cef_callback.h |
| A callback is similar in concept to a function pointer: it wraps a runnable object such as a function, method, lambda, or even another callback, allowing the runnable object to be invoked later via the callback object. | |
| file | cef_callback_forward.h |
| file | cef_callback_helpers.h |
| file | cef_compiler_specific.h |
| file | cef_dump_without_crashing.h |
| Provides functions for generating crash dumps. | |
| file | cef_immediate_crash.h |
| file | cef_is_complete.h |
| file | cef_is_instantiation.h |
| file | cef_lock.h |
| file | cef_logging.h |
| A bunch of macros for logging. | |
| file | cef_macros.h |
| file | cef_platform_thread.h |
| file | cef_ref_counted.h |
| file | cef_scoped_refptr.h |
| file | cef_thread_checker.h |
| file | cef_to_address.h |
| file | cef_trace_event.h |
| Trace events are for tracking application performance and resource usage. | |
| file | cef_weak_ptr.h |
| Weak pointers are pointers to an object that do not affect its lifetime, and which may be invalidated (i.e. | |