Searched defs:CefBrowserSettingsTraits (Results 1 – 1 of 1) sorted by relevance
656 struct CefBrowserSettingsTraits { struct657 typedef cef_browser_settings_t struct_type;659 static inline void init(struct_type* s) { s->size = sizeof(struct_type); } in init()661 static inline void clear(struct_type* s) { in clear()672 static inline void set(const struct_type* src, in set()