Home
last modified time | relevance | path

Searched defs:CefSettingsTraits (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/include/internal/
Dcef_types_wrappers.h528 struct CefSettingsTraits { struct
529 typedef cef_settings_t struct_type;
531 static inline void init(struct_type* s) { s->size = sizeof(struct_type); } in init()
533 static inline void clear(struct_type* s) { in clear()
552 static inline void set(const struct_type* src, in set()