|
Chromium Embedded Framework (CEF) 148.0.4+ga59e378+chromium-148.0.7778.40
|
Files | |
| cef_atomic_flag.h | |
| cef_atomic_ref_count.h | |
| cef_bind.h | |
| base::BindOnce() and base::BindRepeating() are helpers for creating base::OnceCallback and base::RepeatingCallback objects respectively. | |
| cef_build.h | |
| This file adds defines about the platform we're currently building on. | |
| 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. | |
| cef_callback_forward.h | |
| cef_callback_helpers.h | |
| cef_compiler_specific.h | |
| cef_dump_without_crashing.h | |
| Provides functions for generating crash dumps. | |
| cef_immediate_crash.h | |
| cef_is_complete.h | |
| cef_is_instantiation.h | |
| cef_lock.h | |
| cef_logging.h | |
| A bunch of macros for logging. | |
| cef_macros.h | |
| cef_platform_thread.h | |
| cef_ref_counted.h | |
| cef_scoped_refptr.h | |
| cef_thread_checker.h | |
| cef_to_address.h | |
| cef_trace_event.h | |
| Trace events are for tracking application performance and resource usage. | |
| cef_weak_ptr.h | |
| Weak pointers are pointers to an object that do not affect its lifetime, and which may be invalidated (i.e. | |