Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_mac.h70 struct CefWindowInfoTraits { struct
71 typedef cef_window_info_t struct_type;
95 class CefWindowInfo : public CefStructBase<CefWindowInfoTraits> { argument
Dcef_linux.h70 struct CefWindowInfoTraits { struct
94 class CefWindowInfo : public CefStructBase<CefWindowInfoTraits> { argument
Dcef_win.h68 struct CefWindowInfoTraits { struct
69 typedef cef_window_info_t struct_type;
71 static inline void init(struct_type* s) {} in init()
73 static inline void clear(struct_type* s) { in clear()
97 class CefWindowInfo : public CefStructBase<CefWindowInfoTraits> { argument