Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_types_wrappers.h239 CefSize() {} in CefSize() function
240 CefSize(const cef_size_t& r) : parent(r) {} in CefSize() function
241 CefSize(int width, int height) { Set(width, height); } in CefSize() function