Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_types_wrappers.h656 struct CefBrowserSettingsTraits { struct
657 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()