Searched defs:CefPoint (Results 1 – 1 of 1) sorted by relevance
154 CefPoint() {} in CefPoint() function155 CefPoint(const cef_point_t& r) : parent(r) {} in CefPoint() function156 CefPoint(int x, int y) { Set(x, y); } in CefPoint() function