|
Chromium Embedded Framework (CEF)
141.0.5+gfe26daa+chromium-141.0.7390.55
|
#include "include/base/cef_build.h"#include "include/internal/cef_export.h"#include "include/internal/cef_string.h"#include "include/internal/cef_types_color.h"#include "include/internal/cef_types_geometry.h"#include "include/internal/cef_types_osr.h"#include "include/internal/cef_types_runtime.h"Classes | |
| struct | cef_main_args_t |
| Structure representing CefExecuteProcess arguments. More... | |
| struct | cef_window_info_t |
| Class representing window information. More... | |
| struct | cef_accelerated_paint_native_pixmap_plane_t |
| Structure containing the plane information of the shared texture. More... | |
| struct | cef_accelerated_paint_info_t |
| Structure containing shared texture information for the OnAcceleratedPaint callback. More... | |
Macros | |
| #define | kNullCursorHandle 0 |
| #define | kNullEventHandle NULL |
| #define | kNullWindowHandle 0 |
| #define | kAcceleratedPaintMaxPlanes 4 |
Typedefs | |
| typedef union _XEvent | XEvent |
| typedef struct _XDisplay | XDisplay |
| typedef unsigned long | cef_cursor_handle_t |
| typedef XEvent * | cef_event_handle_t |
| typedef unsigned long | cef_window_handle_t |
Functions | |
| CEF_EXPORT XDisplay * | cef_get_xdisplay (void) |
| Return the singleton X11 display shared with Chromium. More... | |
| #define kAcceleratedPaintMaxPlanes 4 |
| #define kNullCursorHandle 0 |
| #define kNullEventHandle NULL |
| #define kNullWindowHandle 0 |
| typedef unsigned long cef_cursor_handle_t |
| typedef XEvent* cef_event_handle_t |
| typedef unsigned long cef_window_handle_t |
| typedef struct _XDisplay XDisplay |
| typedef union _XEvent XEvent |
| CEF_EXPORT XDisplay* cef_get_xdisplay | ( | void | ) |
Return the singleton X11 display shared with Chromium.
The display is not thread-safe and must only be accessed on the browser process UI thread.