Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_mac.h99 CefWindowInfo() : parent() {} in CefWindowInfo() function
100 explicit CefWindowInfo(const cef_window_info_t& r) : parent(r) {} in CefWindowInfo() function
101 explicit CefWindowInfo(const CefWindowInfo& r) : parent(r) {} in CefWindowInfo() function
Dcef_linux.h98 CefWindowInfo() : parent() {} in CefWindowInfo() function
99 explicit CefWindowInfo(const cef_window_info_t& r) : parent(r) {} in CefWindowInfo() function
100 explicit CefWindowInfo(const CefWindowInfo& r) : parent(r) {} in CefWindowInfo() function
Dcef_win.h101 CefWindowInfo() : parent() {} in CefWindowInfo() function
102 explicit CefWindowInfo(const cef_window_info_t& r) : parent(r) {} in CefWindowInfo() function
103 explicit CefWindowInfo(const CefWindowInfo& r) : parent(r) {} in CefWindowInfo() function