Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_types_wrappers.h190 CefRect() {} in CefRect() function
191 CefRect(const cef_rect_t& r) : parent(r) {} in CefRect() function
192 CefRect(int x, int y, int width, int height) { Set(x, y, width, height); } in CefRect() function