Searched defs:CefSettingsTraits (Results 1 – 1 of 1) sorted by relevance
528 struct CefSettingsTraits { struct529 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()